diff --git a/af.json b/af.json index 26af2b39d6217861bfe95ef5437490ba70a08dd2..c15c46c8bdfdb42b67938983e5804dc45e0b34fb 100644 --- a/af.json +++ b/af.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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 activate 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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "binnekring", "label-supporter": "ondersteuner", "label-vip": "BBP", @@ -292,6 +293,7 @@ "placeholder-email": "U e-pos...", "label-password": "Wagwoord", "placeholder-password": "U wagwoord...", + "label-forgot-password": "Forgot password?", "button-login": "Inteken", "message-empty-email": "E-pos mag nie leeg wees nie.", "message-invalid-email": "E-pos is nie geldig nie.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "name": "Publiseer", "desc": "Publiseer u notas deur Obsidian Publish.", "action-publish-changes": "Publiseer veranderinge...", + "action-publish-file": "Publish current file", "label-no-internet-access": "U benodig toegang tot die internet om veranderinge te publiseer.", "label-publish-service-description": "Obsidian Publish is `n aanvullende betaalde diens wat u toelaat om u nats direk van Obsidian af te publiseer.", "label-please-login": "Om te begin publiseer, teken asseblief in of skep `n nuwe Obsidian rekening.", @@ -1604,6 +1625,7 @@ "desc": "Stoor en laai werksruimte uitleg.", "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": "Stoor", @@ -1613,12 +1635,16 @@ "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": "Sinch", "desc": "Sinchroniseer u lêers deur Obsidian Sync.", "action-view-version-history": "Aanskou weergawegeskiedenis", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Laai meer", "label-show-diff": "Show diff", "label-copy-to-clipboard": "Kopieer na knipbord", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{telling}} woord", "word-with-count_plural": "{{telling}} woorde", "character-with-count": "{{telling}} karakter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{telling}} omslae", "backlink-with-count": "{{telling}} terugskakel", "backlink-with-count_plural": "{{telling}} terugskakels", + "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": "{{telling}} werf", diff --git a/am.json b/am.json index a33fa0429c0e8bf50dd3482bf8ca8a86c9ef5554..6492ff7b54e368eb91a88530db3a19685d6d8afb 100644 --- a/am.json +++ b/am.json @@ -175,7 +175,7 @@ "label-default-theme": "áŠá‰£áˆª", "tooltip-click-to-enlarge": "ለማስá‹á‰µ ጠቅ ያድáˆáŒ‰", "button-update": "አዘáˆáŠ•", - "label-currently-selected": "ተመáˆáŒ§áˆ", + "label-currently-active": "Active", "option-frame-style": "የመስኮት áሬሠዘá‹á‰¤", "option-frame-description": "የObsidian መስኮቶች የáˆá‹•áˆµ አሞሌ አጻጻáን á‹á‹ˆáˆµáŠ“áˆá¢ ተáŒá‰£áˆ«á‹Š ለማድረጠሙሉ ዳáŒáˆ ማስጀመሠያስáˆáˆáŒˆá‹‹áˆá¢", "option-frame-hidden": "የተደበቀ (áŠá‰£áˆª)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "በአሰሳ áˆáŠ“ሌዠላዠያለá‹áŠ• ሪባን ንጥሠላዠመታ ማድረጠá‹áˆ…ን ሪባን ንጥሠያáŠá‰ƒá‹‹áˆá¢ መታ አድáˆáŒˆá‹ á‹á‹«á‹™ አáˆáŠ•áˆ áˆáŠ“ሌá‹áŠ• ያሳያáˆá¢", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "አዋቅáˆ", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "ሌሎች ሪባን እቃዎች", "label-modal-configuration": "ሪባን ማዋቀáˆ", "label-modal-configuration-desc": "በሪባን á‹áˆµáŒ¥ áˆáŠ• አá‹áŠá‰µ ንበመሆን እንደሚáˆáˆáŒ‰ á‹áˆáˆ¨áŒ¡á¢ ትዕዛዙን ለመቀየሠá‹áŒŽá‰µá‰± እና á‹«á‹áˆá‹±á¢", @@ -277,7 +279,6 @@ "option-your-account": "መለያዎ", "option-your-account-desc": "በአáˆáŠ‘ ጊዜ በ{{name}} ({{email}}) ገብተዋáˆá¢", "option-your-account-desc-no-login": "አáˆáŠ• አáˆáŒˆá‰¡áˆá¢ መለያ የሚያስáˆáˆáŒˆá‹ ለ Obsidian SyncᣠObsidian Publish እና Catalyst insider áŒáŠ•á‰£á‰³á‹Žá‰½ ብቻ áŠá‹á¢", - "button-manage-settings": "ቅንብሮችን ያስተዳድሩ", "label-insider": "የá‹áˆµáŒ¥ አዋቂ", "label-supporter": "ደጋáŠ", "label-vip": "ቪአá‹á’", @@ -292,6 +293,7 @@ "placeholder-email": "ኢሜáˆá‹Ž...", "label-password": "á•áˆµá‹ˆáˆá‹µ", "placeholder-password": "የá‹áˆˆá ቃáˆá‹Ž...", + "label-forgot-password": "Forgot password?", "button-login": "áŒá‰£", "message-empty-email": "ኢሜሠባዶ ሊሆን አá‹á‰½áˆáˆá¢", "message-invalid-email": "ኢሜá‹áˆ áˆáŠ á‹«áˆáˆ†áŠ áŠá‹á¢", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "አáŒáŠ", "placeholder-replace": "ተካ", - "label-previous": "ቀዳሚ", - "label-next": "ቀጥሎ", - "label-all": "áˆáˆ‰áˆ", "label-exit-search": "áለጋን á‹áŒ£", + "label-next": "ቀጥሎ", + "label-previous": "ቀዳሚ", + "label-find-all": "Find all", "label-replace": "ተካ", "label-replace-all": "áˆáˆ‰áŠ•áˆ á‹á‰°áŠ©" }, @@ -453,7 +455,11 @@ "label-link-block": "ብሎኮችን ለማገናኘት", "label-type-pipe": "አá‹áŠá‰µ |", "label-change-display-text": "የማሳያ ጽሑáን ለመለወጥ", - "label-no-match-found": "áˆáŠ•áˆ ተዛማጅ አáˆá‰°áŒˆáŠ˜áˆá¢" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "áˆáŠ•áˆ ተዛማጅ አáˆá‰°áŒˆáŠ˜áˆá¢", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "áˆáŠ•áˆ ጥቆማዎች የሉáˆ...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "አገናአአáˆá‰µá‹•", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "ዘáˆáŒ‹", "sidebar-collapse": "ሰብስብ", "msg-fail-to-save-file": "\"{{filepath}}\" ማስቀመጥ አáˆá‰°áˆ³áŠ«áˆá¢ {{message}}á¢", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "á‹á‹áˆ የለáˆ", "msg-file-changed": "\"{{file}}\" በá‹áŒ«á‹Š áˆáŠ”ታ ተስተካáŠáˆáˆ ᣠለá‹áŒ¦á‰½áŠ• በራስ-ሰሠበማዋሃድá¢", "switch-vault": "ሌላ ካá‹áŠ“ áŠáˆá‰µ", + "manage-vaults": "Manage vaults...", "help": "እገዛ", "settings": "ቅንብሮች", "drag-to-rearrange": "እንደገና ለማዘጋጀት á‹áŒŽá‰µá‰±", @@ -528,6 +539,7 @@ "button-add": "አáŠáˆ", "button-manage": "አስተዳድáˆ", "label-new-tab": "አዲስ ትáˆ", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "á‹áˆ… ትሠበአáˆáŠ‘ ጊዜ ሥራ በá‹á‰¶á‰ ታáˆá£ እባáŠá‹Ž ቆá‹á‰°á‹ እንደገና á‹áˆžáŠáˆ©", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "አáˆá‰µá‹• (Ctrl/Cmd+በአዲስ መቃን ለማáˆá‰µá‹• ጠቅ ያድáˆáŒ‰)", "read-view": "የአáˆáŠ‘ እá‹á‰³: ማንበብ", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "ለማáˆá‰µá‹• ጠቅ ያድáˆáŒ‰", "switch-to-read-view": "ለማንበብ á‹áŠ•áŠ©á¢", "mod-click-open-new-tab": "በአዲስ ትሠለመáŠáˆá‰µ {{key}} + ጠቅ á‹áŠ•áŠ©á¢", @@ -653,6 +668,7 @@ "button-create-vault": "áጠáˆ", "button-back": "ተመለስ", "msg-empty-vault-name": "የቮáˆá‰µ ስሠባዶ ሊሆን አá‹á‰½áˆáˆá¢", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "እባáŠá‹Ž የሚሰራ አቃአá‹áˆáˆ¨áŒ¡á¢", "msg-failed-to-create-vault": "ቮáˆá‰µ መáጠሠአáˆá‰°áˆ³áŠ«áˆá¢", "msg-failed-to-create-vault-at-location": "በተሰጠዠቦታ ላዠቮáˆá‰µ መáጠሠአáˆá‰°á‰»áˆˆáˆá¢ እባáŠá‹Ž ቦታá‹áŠ• እና áˆá‰ƒá‹±áŠ• እንደገና ያረጋáŒáŒ¡á¢", @@ -749,6 +765,7 @@ "search-current-file": "የአáˆáŠ‘ን á‹á‹áˆ á‹áˆáˆáŒ‰", "search-replace-current-file": "አáˆáŠ• ባለዠá‹á‹áˆ á‹áˆµáŒ¥ á‹áˆáˆáŒ‰ እና á‹á‰°áŠ©", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "ቅንብሮችን á‹áŠáˆá‰±", @@ -764,6 +781,7 @@ "close-other-tabs": "áˆáˆ‰áŠ•áˆ ሌሎች ትሮች á‹áŒ‹", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "የáŒáˆ« ጎን አሞሌን ቀá‹áˆ", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "የቀአየጎን አሞሌን ቀያá‹áˆ", "toggle-default-new-tab-mode": "ለአዲስ ትሮች áŠá‰£áˆª áˆáŠá‰³áŠ• ቀá‹áˆ", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "ወደ áŠá‰µ አስስ", "toggle-left-sidebar": "የáŒáˆ« የጎን አሞሌን ቀá‹áˆ", "toggle-right-sidebar": "የቀአየጎን አሞሌ ቀá‹áˆ", + "toggle-ribbon": "Ribbon", "split-right": "በቀአተከáˆáˆˆ", "split-down": "ወደ ታች ተከáˆáˆˆ", "release-notes": "የመáˆá‰€á‰‚á‹« ማስታወሻዎች" @@ -912,6 +931,7 @@ "action-open": "á‹á‹áˆ አሳሽ á‹áŠáˆá‰±", "action-show": "የá‹á‹áˆ አሳሽ አሳá‹", "action-create-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": "በቀአበኩሠማስታወሻ á‹áጠሩ", "action-collapse-all": "áˆáˆ‰áŠ•áˆ ሰብስብ", @@ -1416,6 +1436,7 @@ "name": "አትáˆ", "desc": "ማስታወሻዎችዎን በObsidian Publish በኩሠያትሙá¢", "action-publish-changes": "ለá‹áŒ¦á‰½áŠ• አትáˆ...", + "action-publish-file": "Publish current file", "label-no-internet-access": "ለá‹áŒ¦á‰½áŠ• ለማተሠየበá‹áŠáˆ˜áˆ¨á‰¥ መዳረሻ ያስáˆáˆáŒá‹Žá‰³áˆá¢", "label-publish-service-description": "Obsidian Publish ከ Obsidian በቀጥታ ማስታወሻዎችዎን በመስመሠላዠእንዲያትሙ የሚያስችሠተጨማሪ የሚከáˆáˆá‰ ት አገáˆáŒáˆŽá‰µ áŠá‹á¢", "label-please-login": "ማተሠለመጀመáˆá£ እባáŠá‹Ž á‹áŒá‰¡ ወá‹áˆ አዲስ የ Obsidian መለያ á‹áጠሩá¢", @@ -1604,6 +1625,7 @@ "desc": "የስራ ቦታ አቀማመጥ ያስቀáˆáŒ¡ እና á‹áŒ«áŠ‘á¢", "action-load-layout": "የመስሪያ ቦታ አቀማመጥን ጫን", "action-manage-layouts": "የስራ ቦታ አቀማመጦችን ያቀናብሩ", + "action-save": "Save layout", "action-save-and-load-layout": "ሌላ አቀማመጥ ያስቀáˆáŒ¡ እና á‹áŒ«áŠ‘", "placeholder-save-current-layout-as": "የአáˆáŠ‘ን የስራ ቦታ አቀማመጥ አስቀáˆáŒ¥ እንደ...", "button-save": "አስቀáˆáŒ¥", @@ -1613,12 +1635,16 @@ "msg-enter-name": "እባáŠá‹Ž ለአዲሱ አቀማመጥ ስሠያስገቡá¢", "msg-save-layout-success": "አቀማመጥ በተሳካ áˆáŠ”ታ ተቀáˆáŒ§áˆá¢", "label-no-layout-found": "áˆáŠ•áˆ የተቀመጠአቀማመጥ አáˆá‰°áŒˆáŠ˜áˆá¢", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "የአቀማመጥ ስሠá‹á‰°á‹á‰¡..." }, "sync": { "name": "አመሳስáˆ", "desc": "á‹á‹áˆŽá‰½á‹ŽáŠ• በObsidian Sync በኩሠያመሳስሉ.", "action-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": "ተጨማሪ á‹áŒ«áŠ‘", "label-show-diff": "áˆá‹©áŠá‰µ አሳá‹", "label-copy-to-clipboard": "ወደ ቅንጥብ ሰሌዳ ቅዳ", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "የዚህ á‹á‹áˆ ቀደáˆá‰µ ስሪቶች አáˆáŠá‰ ሩáˆá¢", + "label-no-history": "No sync history for this file.", "label-empty-file": "ባዶ", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "á‹á‹áˆŽá‰½áŠ• በማዘጋጀት ላá‹", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "á‹áˆ… የá‹áˆˆá ቃሠበኋላ ሊቀየሠአá‹á‰½áˆáˆá¢", "option-encryption-password-desc-warning": "á‹áˆ…ን የá‹áˆˆá ቃሠከረሱት ማንኛá‹áˆ የáˆá‰€á‰µ ዳታ ለዘለዓለሠጥቅሠላዠሊá‹áˆ የማá‹á‰½áˆ ሆኖ á‹á‰†á‹«áˆá¢", "option-encryption-password-desc-2": "á‹áˆ… የአካባቢ á‹áˆ‚ብዎን አá‹áŒŽá‹³á‹áˆ.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "የá‹áˆˆá ቃáˆá‹Ž", - "label-enter-encryption-password": "የáˆáˆµáŒ ራ á‹áˆˆá ቃሠያስገቡ", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "ካá‹áŠ“ á‹áŠáˆá‰±", - "msg-verified-password": "የá‹áˆˆá ቃáˆáˆ…ን በተሳካ áˆáŠ”ታ አረጋáŒáŒ§áˆá¢", "label-remote-vaults": "የáˆá‰€á‰µ ማስቀመጫዎችዎ", "label-vault-created-time": "{{time}} የተáˆáŒ ረ", "tooltip-delete-remote-vault": "ሰáˆá‹", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "የስሪት ታሪáŠáŠ• ጨáˆáˆ® በአገáˆáŒ‹á‹«á‰½áŠ• ላዠያሉ áˆáˆ‰áˆ መረጃዎች á‹áˆ°áˆ¨á‹›áˆ‰á¢ የአካባቢዎ á‹á‹áˆŽá‰½ ሳá‹á‰ ላሹ á‹á‰†á‹«áˆ‰á¢", "label-confirm-delete-remote-vault-warning": "á‹áˆ… እáˆáˆáŒƒ ቋሚ እና የማá‹á‰€áˆˆá‰ ስ áŠá‹.", "msg-remote-vault-deleted": "{{name}} ተሰáˆá‹Ÿáˆá¢", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "ተገናáŠ", "button-disconnect-from-remote-vault": "áŒáŠ•áŠ™áŠá‰µ አቋáˆáŒ¥", + "label-sync-status": "Sync: {{status}}", "label-not-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": "አዲስ ቋት á‹áጠሩ", "label-sync-log": "የማመሳሰሠመá‹áŒˆá‰¥", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "የቮáˆá‰µ መጠን ከገደቡ በላá‹", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "ትላáˆá‰… á‹á‹áˆŽá‰½áŠ• á‹áˆ˜áˆáŠ¨á‰±", "msg-largest-files-desc": "ብዙ ቦታ እየወሰዱ ያሉት እáŠá‹šáˆ… የáˆá‰€á‰µ á‹á‹áˆŽá‰½ ናቸá‹á¢ አባሪዎችን ከሰረዙ በኋላᣠየáˆá‰€á‰µ ቮáˆá‰µ ቦታ ለማስለቀቅ የማጽጃ አá‹áˆ«áˆ©áŠ• á‹áŒ ቀሙá¢", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "ማጽዳት", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "ቦታ ለመቆጠብ የተሰረዙ አባሪዎችን ከሩቅ ቮáˆá‰µ እስከመጨረሻዠያጽዱá¢", "msg-purge-complete": "ማጽዳቱ ተጠናቅቋáˆá¢", "option-prevent-sleep": "የመሳሪያá‹áŠ• እንቅáˆá á‹áŠ¨áˆ‹áŠ¨áˆ‰", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "የተጫኑ የማህበረሰብ ተሰኪዎችን (.jsᣠ.css እና manifest.json á‹á‹áˆŽá‰½áŠ•) እና ቅንብሮቻቸá‹áŠ• አመሳስáˆá¢", "label-sync-introduction": "Obsidian ማመሳሰሠከጫá እስከ ጫá áˆáˆµáŒ ራ እና የስሪት ታሪአያለዠየ Obsidian ተጨማሪ የማመሳሰሠአገáˆáŒáˆŽá‰µ áŠá‹á¢", "label-account-required": "ማመሳሰሠለመጀመሠእባáŠá‹Ž á‹áŒá‰¡ ወá‹áˆ አዲስ የ Obsidian መለያ á‹áጠሩá¢", + "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": "áŠáˆá‰µ", "button-log-in": "áŒá‰£", "label-manage-excluded-folders": "á‹«áˆá‰°áŠ«á‰°á‰± አቃáŠá‹Žá‰½áŠ• አስተዳድáˆ", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "á‹áˆ… á‹áˆ…ን ካá‹áŠ“ ከእáˆáˆµá‹Ž ጋሠከተጋሩት የካá‹áŠ“ á‹áˆá‹áˆ á‹áˆµáŒ¥ ያስወáŒá‹³áˆá¢ á‹áˆ… እáˆáˆáŒƒ ሊመለስ አá‹á‰½áˆáˆá¢", "label-leave-vault-confirmation-details-2": "በዚህ ቮáˆá‰µ ላዠእንደገና ለመተባበሠከáˆáˆˆáŒ‰ እባáŠá‹ŽáŠ• የካá‹áŠ“á‹áŠ• ባለቤት á‹«áŠáŒ‹áŒáˆ©á¢", "button-leave": "ተወá‹", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "ከዚህ ቮáˆá‰µ ጋሠለመገናኘት የ Obsidian Sync ደንበáŠáŠá‰µ áˆá‹áŒˆá‰£ ያስáˆáˆáŒá‹Žá‰³áˆá¢", "option-contact-support": "ድጋáን á‹«áŠáŒ‹áŒáˆ©", "option-contact-support-desc": "በObsidian Sync ላዠáˆáŠ•áˆ አá‹áŠá‰µ ችáŒáˆ ካጋጠመዎá£áŠ¥á‰£áŠá‹Ž áˆáŠ•áˆ¨á‹³á‹Ž እንድንችሠያáŒáŠ™áŠ•! በsupport@obsidian.md ሊያገኙን á‹á‰½áˆ‹áˆ‰á¢", "button-copy-debug": "Copy debug info", "button-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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} ቃáˆ", "word-with-count_plural": "{{count}} ቃላት", "character-with-count": "{{count}} ሆሄ", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} አቃáŠá‹Žá‰½", "backlink-with-count": "{{count}} የኋላ ማገናኛ", "backlink-with-count_plural": "{{count}} የኋላ አገናኞች", + "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}} ጣቢያ", diff --git a/ar.json b/ar.json index e5a170da759be2f50391a4ccc3c9a1fad79d47ec..755cab6257b52b1273eb7045eb609a0747c31d10 100644 --- a/ar.json +++ b/ar.json @@ -175,7 +175,7 @@ "label-default-theme": "الاÙتراضي", "tooltip-click-to-enlarge": "انقر للتكبير", "button-update": "تØديث", - "label-currently-selected": "Ù…Øدد", + "label-currently-active": "Active", "option-frame-style": "نمط إطار الناÙذة", "option-frame-description": "ÙŠØدد تصميم شريط عنوان نواÙØ° Obsidian. يتطلب إعادة تشغيل البرنامج كاملًا للتأثير.", "option-frame-hidden": "مخÙÙŠ (اÙتراضي)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "ستؤدي النقر على عنصر الشريط الجانبي ÙÙŠ قائمة التنقل إلى تنشيط عنصر الشريط الجانبي. لا يزال النقر والاØتÙاظ سيظهر القائمة.", "option-mobile-quick-ribbon-default": "ÙØªØ Ù‚Ø§Ø¦Ù…Ø© الشريط", "button-configure": "التهيئة", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "عناصر أخرى للشريط الجانبي", "label-modal-configuration": "تهيئة الشريط الجانبي", "label-modal-configuration-desc": "اختر العناصر التي تريد أن تكون نشطة ÙÙŠ الشريط الجانبي. اسØب وأÙلت لتغيير الترتيب.", @@ -277,7 +279,6 @@ "option-your-account": "Øسابك", "option-your-account-desc": "أنت مسجل Øاليًا باسم {{name}} والبريد إلكتروني ({{email}}).", "option-your-account-desc-no-login": "أنت غير مسجل دخولك Øاليًا. الØساب مطلوب Ùقط لـ Obsidian Sync Ùˆ Obsidian Publish ومعاينة الإصدارات الداخلية Catalyst.", - "button-manage-settings": "إداة الإعدادت", "label-insider": "داخلي", "label-supporter": "داعم", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "البريد الإلكتروني الخاص بك...", "label-password": "كلمة المرور", "placeholder-password": "كلمة المرور الخاصة بك...", + "label-forgot-password": "Forgot password?", "button-login": "تسجيل الدخول", "message-empty-email": "لا يمكن ترك البريد الإلكتروني Ùارغًا.", "message-invalid-email": "البريد الإلكتروني غير صالØ.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "بØØ«", "placeholder-replace": "استبدل", - "label-previous": "السابق", - "label-next": "التالي", - "label-all": "الكل", "label-exit-search": "إنهاء البØØ«", + "label-next": "التالي", + "label-previous": "السابق", + "label-find-all": "Find all", "label-replace": "استبدال", "label-replace-all": "استبدال الكل" }, @@ -453,7 +455,11 @@ "label-link-block": "لربط الكتل", "label-type-pipe": "اكتب |", "label-change-display-text": "لتغيير النص المعروض", - "label-no-match-found": "تعذر العثور على تطابق" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "تعذر العثور على تطابق", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "تعذر العثور على اقتراØات...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "تعديل الرابط", + "edit-tag": "Edit tag", "label-edit-block": "تØرير هذه الكتلة" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "توسيع", "sidebar-collapse": "طي", "msg-fail-to-save-file": "Ùشل ØÙظ المل٠\"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "لا يوجد ملÙ", "msg-file-changed": "تم تعديل \"{{file}}\" خارجيًا، جار٠دمج التغييرات تلقائيًا.", "switch-vault": "ÙØªØ Ø®Ø²Ù†Ø© أخرى", + "manage-vaults": "Manage vaults...", "help": "مساعدة", "settings": "الإعدادات", "drag-to-rearrange": "سØب لإعادة الترتيب", @@ -528,6 +539,7 @@ "button-add": "إضاÙØ©", "button-manage": "إدارة", "label-new-tab": "علامة تبويب جديدة", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "علامة التبويب هذه مشغولة Øاليًا، يرجى المØاولة مرة أخرى ÙÙŠ وقت لاØÙ‚.", "formatting": { "label-formatting": "تنسيق", @@ -567,6 +579,9 @@ "menu": { "edit-view": "تعديل (Ctrl/Cmd+النقر للتعديل ÙÙŠ لوØØ© جديدة)", "read-view": "العرض الØالي: القراءة", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "انقر للتعديل", "switch-to-read-view": "انقر للقراءة", "mod-click-open-new-tab": "{{key}}+النقر Ù„ÙØªØ ÙÙŠ علامة تبويب جديدة", @@ -653,6 +668,7 @@ "button-create-vault": "إنشاء", "button-back": "عودة", "msg-empty-vault-name": "لا يمكن أن يكون اسم الخزنة Ùارغًا.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "يرجى اختيار مجلد صالØ.", "msg-failed-to-create-vault": "Ùشل إنشاء الخزنة.", "msg-failed-to-create-vault-at-location": "تعذر إنشاء الخزنة ÙÙŠ الموقع المØدد. يرجى التØقق مرة أخرى من الموقع والأذونات.", @@ -749,6 +765,7 @@ "search-current-file": "بØØ« ÙÙŠ المل٠الØالي", "search-replace-current-file": "بØØ« واستبدال ÙÙŠ المل٠الØالي", "add-property": "إدراج خصائص الملÙ", + "add-alias": "Add alias", "edit-property": "تعديل خصائص الملÙ", "clear-properties": "Ù…Ø³Ø Ø®ØµØ§Ø¦Øµ الملÙ", "open-settings": "ÙØªØ Ø§Ù„Ø¥Ø¹Ø¯Ø§Ø¯Ø§Øª", @@ -764,6 +781,7 @@ "close-other-tabs": "إغلاق جميع علامات التبويب الأخرى", "close-tab-group": "أغلق مجموعة علامات التبويب هذه", "toggle-left-sidebar": "طي/ÙØªØ Ø§Ù„Ø´Ø±ÙŠØ· الجانبي الأيسر", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "طي/ÙØªØ Ø§Ù„Ø´Ø±ÙŠØ· الجانبي الأيمن", "toggle-default-new-tab-mode": "تبديل الوضع الاÙتراضي لعلامات التبويب الجديدة", "add-cursor-above": "أض٠المؤشر أعلاه", @@ -900,6 +918,7 @@ "navigate-forward": "انتقل للأمام", "toggle-left-sidebar": "طي/ÙØªØ Ø§Ù„Ø´Ø±ÙŠØ· الجانبي الأيسر", "toggle-right-sidebar": "طي/ÙØªØ Ø§Ù„Ø´Ø±ÙŠØ· الجانبي الأيمن", + "toggle-ribbon": "Ribbon", "split-right": "تقسيم لليمين", "split-down": "تقسيم للأسÙÙ„", "release-notes": "ملاØظات الإصدارات" @@ -912,6 +931,7 @@ "action-open": "ÙØªØ Ù…Ø³ØªÙƒØ´Ù Ø§Ù„Ù…Ù„Ùات", "action-show": "إظهار مستكش٠الملÙات", "action-create-note": "إنشاء ملاØظة جديدة", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "إنشاء ملاØظة جديدة ÙÙŠ علامة التبويب الØالية", "action-create-note-to-the-right": "إنشاء ملاØظة جديدة لليمين", "action-collapse-all": "طي الكل", @@ -1416,6 +1436,7 @@ "name": "النشر", "desc": "نشر ملاØظاتك من خلال خدمة Obsidian Publish.", "action-publish-changes": "نشر التغييرات...", + "action-publish-file": "Publish current file", "label-no-internet-access": "تØتاج إلى الوصول إلى الإنترنت لنشر التغييرات.", "label-publish-service-description": "Obsidian Publish هي خدمة مدÙوعة إضاÙية ØªØªÙŠØ Ù„Ùƒ نشر ملاØظاتك عبر الإنترنت مباشرةً من Obsidian.", "label-please-login": "للبدء ÙÙŠ النشر، يرجى تسجيل الدخول أو إنشاء Øساب Obsidian جديد.", @@ -1604,6 +1625,7 @@ "desc": "ØÙظ وتØميل تخطيط مساØØ© العمل.", "action-load-layout": "تØميل تخطيط مساØØ© العمل", "action-manage-layouts": "إدارة تخطيطات مساØات العمل", + "action-save": "Save layout", "action-save-and-load-layout": "ØÙظ وتØميل تخطيط آخر", "placeholder-save-current-layout-as": "ØÙظ تخطيط مساØØ© العمل الØالي باسم...", "button-save": "Øقظ", @@ -1613,12 +1635,16 @@ "msg-enter-name": "الرجاء إدخال اسم للتخطيط الجديد.", "msg-save-layout-success": "تم ØÙظ التخطيط بنجاØ.", "label-no-layout-found": "لا يوجد أي تخطيط Ù…ØÙوظ.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "أدخل اسم التخطيط..." }, "sync": { "name": "المزامنة", "desc": "امكانية مزامنة الملÙات عبر خدمة Obsidian Sync.", "action-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": "تØميل المزيد", "label-show-diff": "اظهار الاختلاÙات", "label-copy-to-clipboard": "نسخ للØاÙظة", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "لا توجد إصدارات سابقة لهذا الملÙ.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Ùارغ", "label-unable-to-retrieve": "غير قادر على استرداد Ù…ØÙوظات الإصدار", "label-setting-files": "إعداد الملÙات", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "لا يمكن تغيير كلمة المرور هذه لاØقًا.", "option-encryption-password-desc-warning": "إذا نسيت كلمة المرور هذه، سيتعذر استخدام أي بيانات عن بÙعد للأبد.", "option-encryption-password-desc-2": "لا يؤثر هذا على البيانات المØلية.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "كلمة المرور الخاصة بك", - "label-enter-encryption-password": "أدخل كلمة مرور التشÙير", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "إلغاء Ù‚ÙÙ„ الخزنة", - "msg-verified-password": "تم التØقق Ø¨Ù†Ø¬Ø§Ø Ù…Ù† كلمة المرور الخاصة بك.", "label-remote-vaults": "الخزنات الخاصة بك عن بÙعد", "label-vault-created-time": "تم الإنشاء {{time}}", "tooltip-delete-remote-vault": "ØØ°Ù", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "سيتم Øذ٠جميع البيانات على الخادم الخاص بنا، بما ÙÙŠ ذلك سجل الإصدار، وستبقى ملÙاتك المØلية سليمة.", "label-confirm-delete-remote-vault-warning": "هذا الإجراء دائم ولا يمكن التراجع عنه.", "msg-remote-vault-deleted": "تم ØØ°Ù {{name}}.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "اتصال", "button-disconnect-from-remote-vault": "قطع الاتصال", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "ليس لديك أي خزنة عن بÙعد.", "label-no-subscription": "ليس لديك اشتراك Obsidian Sync نشط.", "label-please-visit": "الرجاء الإنتظار", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "إنشاء خزنة جديدة", "label-sync-log": "سجل المزامنة", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "غير قادر على استرداد Øجم الخزنة الخاص بك.", "option-vault-size-loading": "استرداد Øجم الخزنة الخاص بك...", "option-over-size": "مساØØ© الخزنة تتجاوز الØد Ø§Ù„Ù…Ø³Ù…ÙˆØ Ø¨Ù‡", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "عرض أكبر الملÙات", "msg-largest-files-desc": "هذه هي الملÙات عن بÙعد التي تأخذ أكبر مساØØ©. بعد Øذ٠المرÙقات، استخدم زر المØÙˆ لتØرير مساØØ© الخزنة عن بÙعد.", "button-upgrade-storage": "ترقية التخزين", "button-purge-remote": "تطهير", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "تطهير المرÙقات المØذوÙØ© بشكل دائم من الخزنة عن بÙعد لتوÙير المساØØ©.", "msg-purge-complete": "اكتمال تطهير..", "option-prevent-sleep": "منع سكون الجهاز", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "تزامن إضاÙات المجتمع المثبتة (js ØŒ.css.ØŒ وملÙات manifest.json) وإعداداتها.", "label-sync-introduction": "Obsidian Sync هو خدمة مزامنة Obsidian المضاÙØ© بتشÙير من النهاية إلى النهاية وسجل الإصدارات.", "label-account-required": "لبدء المزامنة، يرجى تسجيل الدخول أو إنشاء Øساب Obsidian جديد.", + "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": "التسجيل", "button-log-in": "تسجيل الدخول", "label-manage-excluded-folders": "إدارة المجلدات المستبعدة", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "سيؤدي هذا إلى إزالة هذه الخزنة من قائمة الخزنات المشتركة معك. لا يمكن التراجع عن هذا الإجراء.", "label-leave-vault-confirmation-details-2": "يرجى الاتصال بمالك الخزنة إذا كنت ترغب ÙÙŠ التعاون على هذه الخزنة مرة أخرى.", "button-leave": "غادر", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "تØتاج إلى اشتراك Obsidian Sync للاتصال بهذه الخزنة.", "option-contact-support": "اتصل بالدعم", "option-contact-support-desc": "إذا واجهت أي مشاكل مع Obsidian SyncØŒ يرجى الاتصال بنا Øتى نتمكن من مساعدتك! يمكنك الوصول إلينا على support@obsidian.md.", "button-copy-debug": "انسخ معلومات التصØÙŠØ", "button-email-support": "الدعم عن طريق البريد الإلكتروني", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "ÙŠØªÙŠØ Ù„Ùƒ Obsidian Sync إنشاء ما يصل إلى 5 خزنات بعيدة. لإنشاء خزنة بعيدة جديدة، يرجى إزالة الخزنة الØالية." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "نوع القصاصة..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} كلمة", "word-with-count_plural": "{{count}} كلمة", "character-with-count": "{{count}} Ù…ØرÙ", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} مجلد", "backlink-with-count": "{{count}} رابط نصي", "backlink-with-count_plural": "{{count}} رابط نصي", + "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}} موقع", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} سمة", "theme-with-count_plural": "{{count}} سمة" } -} +} \ No newline at end of file diff --git a/az.json b/az.json index 9d886a7b1a66c9a1386334717ad92eb6e9e16dcf..c550dead0788c7c63387b8392d1ea01d7135937d 100644 --- a/az.json +++ b/az.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/be.json b/be.json index eb5c5e40eaec1a5b9ef1a7e732f26329a5e0a9dd..8da7540ac9eec3ed14e44b00bc65da1a6b1461d1 100644 --- a/be.json +++ b/be.json @@ -175,7 +175,7 @@ "label-default-theme": "Па змаўчанні", "tooltip-click-to-enlarge": "ÐаціÑніце, каб павÑлічыць", "button-update": "Ðбнавіць", - "label-currently-selected": "Ðбрана", + "label-currently-active": "Active", "option-frame-style": "Стыль рамкі акна", "option-frame-description": "Вызначае Ñтыль загалоўка вокнаў Obsidian. Ð”Ð»Ñ ÑžÑÑ‚ÑƒÐ¿Ð»ÐµÐ½Ð½Ñ Ñž Ñілу патрабуецца поўны перазапуÑк.", "option-frame-hidden": "Схавана (па змаўчанні)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "ÐаціÑканне на Ñлемент Ñтужкі Ñž меню навігацыі актывуе гÑÑ‚Ñ‹ Ñлемент Ñтужкі. ÐаціÑніце Ñ– ўтрымлівайце Ð´Ð»Ñ Ð°Ð´Ð»ÑŽÑÑ‚Ñ€Ð°Ð²Ð°Ð½Ð½Ñ Ð¼ÐµÐ½ÑŽ.", "option-mobile-quick-ribbon-default": "Ðдкрыйце Ñтужку меню", "button-configure": "Ðаладзіць", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Ð†Ð½ÑˆÑ‹Ñ Ð²Ñ‹Ñ€Ð°Ð±Ñ‹ з Ñтужак", "label-modal-configuration": "ÐšÐ°Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ‹Ñ Ñтужкі", "label-modal-configuration-desc": "ÐбÑрыце, ÑÐºÑ–Ñ Ñлементы будуць Ð°ÐºÑ‚Ñ‹ÑžÐ½Ñ‹Ñ Ñž Ñтужцы. ПерацÑгніце Ñ–Ñ…, каб змÑніць парадак.", @@ -277,7 +279,6 @@ "option-your-account": "Ваш уліковы запіÑ", "option-your-account-desc": "Ð’Ñ‹ ўвайшлі Ñк {{name}} ({{email}}).", "option-your-account-desc-no-login": "Ð’Ñ‹ не ўвайшлі Ñž ÑÑ–ÑÑ‚Ñму. Уліковы Ð·Ð°Ð¿Ñ–Ñ Ð½ÐµÐ°Ð±Ñ…Ð¾Ð´Ð½Ð° толькі Ð´Ð»Ñ Ð¿Ñ€Ð°Ñ†Ñ‹ Obsidian Sync, Obsidian Publish Ñ– доÑтупу да ранніх зборак Catalyst.", - "button-manage-settings": "Ðаладзіць", "label-insider": "інÑайдÑÑ€", "label-supporter": "падтрымшчык", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Ваш Ñл. адраÑ...", "label-password": "Пароль", "placeholder-password": "Ваш пароль...", + "label-forgot-password": "Forgot password?", "button-login": "УвайÑці", "message-empty-email": "Ðлектронны Ð°Ð´Ñ€Ð°Ñ Ð½Ðµ можа быць пуÑтым.", "message-invalid-email": "ÐеÑÐ°Ð¿Ñ€Ð°ÑžÐ´Ð½Ð°Ñ Ñл. пошта.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "ЗнайÑці", "placeholder-replace": "ЗамÑніць", - "label-previous": "Ðазад", - "label-next": "Ðаперад", - "label-all": "УÑе", "label-exit-search": "Закрыць пошук", + "label-next": "Ðаперад", + "label-previous": "Ðазад", + "label-find-all": "Find all", "label-replace": "ЗамÑніць", "label-replace-all": "ЗамÑніць уÑе" }, @@ -453,7 +455,11 @@ "label-link-block": "каб ÑпаÑылацца на блок", "label-type-pipe": "Ðапішыце |", "label-change-display-text": "каб змÑніць Ñ‚ÑкÑÑ‚, што паказваецца", - "label-no-match-found": "СупадзеннÑÑž не знойдзена" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "СупадзеннÑÑž не знойдзена", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Прапановы адÑутнічаюць...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Ð Ñдагаваць ÑпаÑылку", + "edit-tag": "Edit tag", "label-edit-block": "Ð Ñдагаваць блок" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Разгарнуць", "sidebar-collapse": "Згарнуць", "msg-fail-to-save-file": "Ðе атрымалаÑÑ Ð·Ð°Ñ…Ð°Ð²Ð°Ñ†ÑŒ файл \"{{filepath}}. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "ÐÑма файлу", "msg-file-changed": "\"{{file}}\" быў зменены звонку, аб'Ñднанне змÑненнÑÑž адбываецца аўтаматычна.", "switch-vault": "Ðдкрыць іншае Ñховішча", + "manage-vaults": "Manage vaults...", "help": "Дапамога", "settings": "Ðалады", "drag-to-rearrange": "ПерацÑгнуць", @@ -528,6 +539,7 @@ "button-add": "Дадаць", "button-manage": "Кіраваць", "label-new-tab": "ÐÐ¾Ð²Ð°Ñ ÑžÐºÐ»Ð°Ð´ÐºÐ°", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "ГÑта ўкладка зараз занÑтаÑ, паўтарыце Ñпробу пазней", "formatting": { "label-formatting": "Фармат", @@ -567,6 +579,9 @@ "menu": { "edit-view": "БÑгучы Ñ€Ñжым: Ñ€Ñдактар", "read-view": "БÑгучы Ñ€Ñжым: чытанне", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "ÐаціÑніце, каб Ñ€Ñдагаваць", "switch-to-read-view": "ÐаціÑніце, каб паглÑдзець", "mod-click-open-new-tab": "{{key}}+Click каб адкрыць у новай укладцы", @@ -653,6 +668,7 @@ "button-create-vault": "Стварыць", "button-back": "Ðазад", "msg-empty-vault-name": "Ðазва Ñховішча не можа быць пуÑтой.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Калі лаÑка, абÑрыце Ñ–Ñнуючую папку.", "msg-failed-to-create-vault": "Ðе атрымалаÑÑ Ñтварыць Ñховішча.", "msg-failed-to-create-vault-at-location": "Ðе ўдалоÑÑ Ñтварыць Ñховішча ва ўказаным меÑце. Пераправерце шлÑÑ…Ñ– Ñ– правы доÑтупу.", @@ -749,6 +765,7 @@ "search-current-file": "Пошук у бÑгучым файле", "search-replace-current-file": "Пошук Ñ– замена Ñž бÑгучым файле", "add-property": "Дадаць улаÑціваÑць файлу", + "add-alias": "Add alias", "edit-property": "Дадаць улаÑціваÑць файлу", "clear-properties": "ÐчыÑціць улаÑціваÑць файлу", "open-settings": "Ðдкрыць налады", @@ -764,6 +781,7 @@ "close-other-tabs": "Закрыць уÑе Ñ–Ð½ÑˆÑ‹Ñ ÑžÐºÐ»Ð°Ð´ÐºÑ–", "close-tab-group": "Закрыць гÑту групу ўкладак", "toggle-left-sidebar": "Згарнуць/разгарнуць левую панÑль", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Згарнуць/разгарнуць правую панÑль", "toggle-default-new-tab-mode": "ПамÑнÑць зыходны Ñ€Ñжым новай укладкі Ñ€Ñдактар/праглÑд", "add-cursor-above": "Дадаць курÑор зверху", @@ -900,6 +918,7 @@ "navigate-forward": "ПерайÑці наперад", "toggle-left-sidebar": "Згарнуць/разгарнуць левую панÑль", "toggle-right-sidebar": "Згарнуць/разгарнуць правую панÑль", + "toggle-ribbon": "Ribbon", "split-right": "РаздзÑліць управа", "split-down": "РаздзÑліць уніз", "release-notes": "Ðататкі да выпуÑку" @@ -912,6 +931,7 @@ "action-open": "Ðдкрыць праваднік", "action-show": "Паказаць праваднік", "action-create-note": "Стварыць новую нататку", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Стварыць новую нататку Ñž бÑгучай укладцы", "action-create-note-to-the-right": "Стварыць нататку Ñž воблаÑці Ñправа", "action-collapse-all": "Згарнуць уÑÑ‘", @@ -1416,6 +1436,7 @@ "name": "Ðпублікаваць", "desc": "Публікуйце Ñвае нататкі з дапамогай Obsidian Publish.", "action-publish-changes": "ÐŸÑƒÐ±Ð»Ñ–ÐºÐ°Ñ†Ñ‹Ñ Ð·Ð¼ÐµÐ½...", + "action-publish-file": "Publish current file", "label-no-internet-access": "Ð”Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–ÐºÐ°Ñ†Ñ‹Ñ– змен патрабуецца доÑтуп да інтÑрнÑту.", "label-publish-service-description": "Obsidian Publish гÑта дадатковы платны ÑÑÑ€Ð²Ñ–Ñ Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–ÐºÐ°Ñ†Ñ‹Ñ– нататак у інтÑрнÑÑ‚ напрамую з Obsidian.", "label-please-login": "Перад пачаткам публікацыі ўвайдзіце Ñž Ñвой уліковы Ð·Ð°Ð¿Ñ–Ñ Obsidian ці зарÑгіÑтруйце новы.", @@ -1604,6 +1625,7 @@ "desc": "Захаваць Ñ– загрузіць праÑтору.", "action-load-layout": "Загрузіць праÑтору", "action-manage-layouts": "Кіраваць праÑторамі", + "action-save": "Save layout", "action-save-and-load-layout": "Захаваць Ñ– загрузіць іншую праÑтору", "placeholder-save-current-layout-as": "Захаваць бÑгучую праÑтору Ñк...", "button-save": "Захаваць", @@ -1613,12 +1635,16 @@ "msg-enter-name": "УвÑдзіце Ñ–Ð¼Ñ Ð´Ð»Ñ Ð½Ð¾Ð²Ð°Ð¹ праÑторы.", "msg-save-layout-success": "ПраÑтора захавана.", "label-no-layout-found": "ÐÑма захаваных праÑтораў.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "УвÑдзіце Ñ–Ð¼Ñ Ð¿Ñ€Ð°Ñторы..." }, "sync": { "name": "СінхранізацыÑ", "desc": "Сінхранізуйце файлы з дапамогай Obsidian Sync.", "action-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": "Загрузіць ÑшчÑ", "label-show-diff": "Паказаць адрозненні", "label-copy-to-clipboard": "СкапіÑваць у буфер абмену", @@ -1631,7 +1657,7 @@ "label-revision": "1 верÑÑ–Ñ", "label-revision_plural": "{{revisions}} верÑій", "label-via-device": "праз {{device}}", - "label-no-earlier-version": "Больш Ñ€Ð°Ð½Ð½Ñ–Ñ Ð²ÐµÑ€ÑÑ–Ñ– дадзенага файла адÑутнічаюць.", + "label-no-history": "No sync history for this file.", "label-empty-file": "ПуÑта", "label-unable-to-retrieve": "Ðе ўдалоÑÑ Ð°Ñ‚Ñ€Ñ‹Ð¼Ð°Ñ†ÑŒ гіÑторыю верÑій", "label-setting-files": "Файлы налад", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "ГÑÑ‚Ñ‹ пароль нельга змÑніць пазней.", "option-encryption-password-desc-warning": "Калі вы забудзеце пароль, доÑтуп да Ñінхранізаваных дадзеных будзе Ñтрачаны назаўжды.", "option-encryption-password-desc-2": "ГÑÑ‚Ð°Ñ Ð½Ð°Ð»Ð°Ð´Ð° ніÑк не ўплывае на Ð²Ð°ÑˆÑ‹Ñ Ð»Ð°ÐºÐ°Ð»ÑŒÐ½Ñ‹Ñ Ð´Ð°Ð´Ð·ÐµÐ½Ñ‹Ñ.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Ваш пароль", - "label-enter-encryption-password": "УвÑдзіце пароль шыфраваннÑ", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Разблакіраваць Ñховішча", - "msg-verified-password": "Пароль ÑˆÑ‹Ñ„Ñ€Ð°Ð²Ð°Ð½Ð½Ñ Ð¿Ð°Ñ†Ð²ÐµÑ€Ð´Ð¶Ð°Ð½Ñ‹.", "label-remote-vaults": "Вашы Ð°Ð´Ð´Ð°Ð»ÐµÐ½Ñ‹Ñ Ñховішчы", "label-vault-created-time": "Створана {{time}}", "tooltip-delete-remote-vault": "Выдаліць", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "УÑе Ð´Ð°Ð´Ð·ÐµÐ½Ñ‹Ñ Ð½Ð° нашым Ñерверы, у тым ліку гіÑÑ‚Ð¾Ñ€Ñ‹Ñ Ð²ÐµÑ€Ñій. Вашы Ð»Ð°ÐºÐ°Ð»ÑŒÐ½Ñ‹Ñ Ñ„Ð°Ð¹Ð»Ñ‹ заÑтануцца некранутымі.", "label-confirm-delete-remote-vault-warning": "ГÑтае дзеÑнне нельга адмÑніць.", "msg-remote-vault-deleted": "{{name}} выдалена.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Падключыць", "button-disconnect-from-remote-vault": "Ðдключыць", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "У Ð²Ð°Ñ Ð½Ñма аддаленых Ñховішчаў.", "label-no-subscription": "У Ð²Ð°Ñ Ð½Ñма актыўнай падпіÑкі Obsidian Sync.", "label-please-visit": "Калі лаÑка, наведайце", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Стварыць новае Ñховішча", "label-sync-log": "Журнал Ñінхранізацыі", "option-event-type": "Тып падзеі", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Ðе ўдалоÑÑ Ð²Ñ‹Ð·Ð½Ð°Ñ‡Ñ‹Ñ†ÑŒ памер вашага Ñховішча.", "option-vault-size-loading": "ВызначÑнне памеру вашага Ñховішча...", "option-over-size": "Памер Ñховішча перавышае ліміт", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "ПраглÑд найбольшых файлаў", "msg-largest-files-desc": "ГÑта файлы, ÑÐºÑ–Ñ Ð·Ð°Ð¹Ð¼Ð°ÑŽÑ†ÑŒ найбольшую колькаÑць меÑца. ПаÑÐ»Ñ Ð²Ñ‹Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÑžÐºÐ»Ð°Ð´Ð°Ð½Ð½ÑÑž націÑніце ÐчыÑціць Ð´Ð»Ñ Ð²Ñ‹Ð·Ð²Ð°Ð»ÐµÐ½Ð½Ñ Ð¼ÐµÑца Ñž звÑзаных Ñховішчах.", "button-upgrade-storage": "ПавÑлічыць Ñховішча", "button-purge-remote": "ÐчыÑціць", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "ÐазаўÑёды ачыÑціце Ð²Ñ‹Ð´Ð°Ð»ÐµÐ½Ñ‹Ñ ÑžÐºÐ»Ð°Ð´Ð°Ð½Ð½Ñ– з аддаленага Ñховішча, каб ÑÑканоміць меÑца.", "msg-purge-complete": "ÐчыÑтка Ñкончана.", "option-prevent-sleep": "Забараніць пераход у Ñ€Ñжым Ñну", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Сінхранізаваць уÑÑ‚Ð°Ð½Ð¾ÑžÐ»ÐµÐ½Ñ‹Ñ Ð¿Ð»Ð°Ð³Ñ–Ð½Ñ‹ ÑупольнаÑці (.js, .css, and manifest.json файлы) Ñ– Ñ–Ñ… налады.", "label-sync-introduction": "Obsidian Sync - ÑÑÑ€Ð²Ñ–Ñ Ð´Ð»Ñ Ñінхранізацыі Ñховішчаў з падтрымкай Ñкразнога ÑˆÑ‹Ñ„Ñ€Ð°Ð²Ð°Ð½Ð½Ñ Ñ– гіÑторыÑй верÑій.", "label-account-required": "Перад пачаткам Ñінхранізацыі ўвайдзіце Ñž Ñвой уліковы Ð·Ð°Ð¿Ñ–Ñ Obsidian ці зарÑгіÑтруйце новы.", + "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": "Ð ÑгіÑтрацыÑ", "button-log-in": "УвайÑці", "label-manage-excluded-folders": "Ðаладжванне выключÑннÑÑž", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "ГÑта прывÑдзе да Ð²Ñ‹Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð³Ñтага Ñховішча Ñа ÑпіÑу Ñховішчаў, да Ñкіх у Ð²Ð°Ñ Ñ‘Ñць агульны доÑтуп. ГÑтае дзеÑнне не можа быць адменена.", "label-leave-vault-confirmation-details-2": "Калі лаÑка, звÑжыцеÑÑ Ð· уладальнікам Ñховішча, калі вы хочаце зноў атрымаць доÑтуп да гÑтага Ñховішча.", "button-leave": "ВыйÑці", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Вам неабходна мець падпіÑку Obsidian Sync Ð´Ð»Ñ Ð¿Ð°Ð´ÐºÐ»ÑŽÑ‡ÑÐ½Ð½Ñ Ð´Ð° гÑтага Ñховішча.", "option-contact-support": "ЗвÑрнуцца Ñž Ñлужбу падтрымкі", "option-contact-support-desc": "Калі Ñž Ð²Ð°Ñ ÑƒÐ·Ð½Ñ–ÐºÐ½ÑƒÑ†ÑŒ ÑкіÑ-небудзь праблемы з Obsidian Sync, калі лаÑка, звÑжыцеÑÑ Ð· намі, каб мы маглі вам дапамагчы! Ð’Ñ‹ можаце звÑзацца з намі па адраÑе support@obsidian.md.", "button-copy-debug": "СкапіÑваць звеÑткі адладкі", "button-email-support": "Падтрымка па Ñлектроннай пошце", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync дазвалÑе Ñтвараць да 5 аддаленых Ñховішчаў. Каб Ñтварыць новае Ñховішча, выдаліце адно з Ñ–Ñнуючых." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "УвÑдзіце тып выноÑнага блока..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} Ñлова", "word-with-count_plural": "{{count}} Ñлоў", "character-with-count": "{{count}} Ñімвал", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} папак", "backlink-with-count": "{{count}} Ð·Ð²Ð°Ñ€Ð¾Ñ‚Ð½Ð°Ñ ÑпаÑылка", "backlink-with-count_plural": "{{count}} зваротных ÑпаÑылак", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} улаÑціваÑць", "properties-with-count_plural": "{{count}} улаÑціваÑцей", "site-with-count": "{{count}} Ñайт", diff --git a/bg.json b/bg.json index dab8013f2932566d558cedfc6ec97bbd3eb27372..0b85a9ddeaccc49c97ba074b0905c59e49d2cc7f 100644 --- a/bg.json +++ b/bg.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} дума", "word-with-count_plural": "{{count}} думи", "character-with-count": "{{count}} знак", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} папки", "backlink-with-count": "{{count}} обратна връзка", "backlink-with-count_plural": "{{count}} обратни връзки", + "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}} Ñайт", diff --git a/bn.json b/bn.json index ebe2bc4766b1a7772866da26df1de879cb497580..586ab8e5fb3029623a06279273b55ae85bbc4ba4 100644 --- a/bn.json +++ b/bn.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Your email...", "label-password": "Password", "placeholder-password": "Your password...", + "label-forgot-password": "Forgot password?", "button-login": "Login", "message-empty-email": "Email খালি হতে পারেনা|", "message-invalid-email": "Email is not valid.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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": "সহায়তা", "settings": "Settings", "drag-to-rearrange": "Drag to rearrange", @@ -528,6 +539,7 @@ "button-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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} শবà§à¦¦", "word-with-count_plural": "{{count}} শবà§à¦¦", "character-with-count": "{{count}} অকà§à¦·à¦°", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} ফোলà§à¦¡à¦¾à¦°", "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}} সাইট", diff --git a/ca.json b/ca.json index 2eb103ed6649aa3aa154d0cb646d004943676180..f7683e2b26d4c91a9007b6005601aefaad0e5a12 100644 --- a/ca.json +++ b/ca.json @@ -175,7 +175,7 @@ "label-default-theme": "Per defecte", "tooltip-click-to-enlarge": "Fes clic per ampliar", "button-update": "Actualitzar", - "label-currently-selected": "Seleccionat", + "label-currently-active": "Active", "option-frame-style": "Estil del marc de finestra", "option-frame-description": "Determina l'estil de la barra de tÃtols de les finestres d'Obsidian. Cal reiniciar perquè tingui efecte.", "option-frame-hidden": "Amagat (predeterminat)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Tocar l'element de la cinta a la barra de navegació activarà aquest element de la cinta. Prémer i mantenir premut encara mostrarà el menú.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Configurar", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Altres elements de la cinta", "label-modal-configuration": "Configuració de la cinta", "label-modal-configuration-desc": "Tria quins elements vols que estiguin actius a la cinta. Arrossega i deixa anar per canviar l'ordre.", @@ -277,7 +279,6 @@ "option-your-account": "El teu compte", "option-your-account-desc": "Actualment has iniciat la sessió com a {{name}} ({{email}}).", "option-your-account-desc-no-login": "En aquest moment no has iniciat la sessió. Un compte només és necessari per a Obsidian Sync, Obsidian Publish i les versions de l'insider de Catalyst.", - "button-manage-settings": "Gestionar la configuració", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "El teu correu electrònic...", "label-password": "Contrasenya", "placeholder-password": "La teva contrasenya...", + "label-forgot-password": "Forgot password?", "button-login": "Iniciar la sessió", "message-empty-email": "El correu electrònic no pot estar buit.", "message-invalid-email": "El correu electrònic no és và lid.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Cerca", "placeholder-replace": "Reemplaça", - "label-previous": "Anterior", - "label-next": "Següent", - "label-all": "Tots", "label-exit-search": "Sortir de la cerca", + "label-next": "Següent", + "label-previous": "Anterior", + "label-find-all": "Find all", "label-replace": "Reemplaça", "label-replace-all": "Reemplaça-ho tot" }, @@ -453,7 +455,11 @@ "label-link-block": "per enllaçar a blocs", "label-type-pipe": "Escriu |", "label-change-display-text": "per canviar el text de visualització", - "label-no-match-found": "No s'ha trobat coincidència" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "No s'ha trobat coincidència", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Sense suggeriments...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edita l'enllaç", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Amplia", "sidebar-collapse": "Redueix", "msg-fail-to-save-file": "No s'ha pogut desar el fitxer \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Sense fitxer", "msg-file-changed": "\"{{file}}\" ha estat modificat externament, s'estan fusionant els canvis automà ticament.", "switch-vault": "Obre una altra arca", + "manage-vaults": "Manage vaults...", "help": "Ajuda", "settings": "Configuració", "drag-to-rearrange": "Arrossega per reorganitzar", @@ -528,6 +539,7 @@ "button-add": "Afegir", "button-manage": "Gestionar", "label-new-tab": "Nova pestanya", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Aquesta pestanya està actualment ocupada; si us plau, torna-ho a provar més tard", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Edita (Ctrl/Cmd+Clica per editar en una nova finestra)", "read-view": "Vista actual: lectura", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Clica per editar", "switch-to-read-view": "Clica per llegir", "mod-click-open-new-tab": "{{key}}+Clic per obrir en una nova pestanya", @@ -653,6 +668,7 @@ "button-create-vault": "Crear", "button-back": "Enrere", "msg-empty-vault-name": "El nom de l'arca no pot estar buit.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Trieu una carpeta và lida.", "msg-failed-to-create-vault": "No s'ha pogut crear l'arca.", "msg-failed-to-create-vault-at-location": "No s'ha pogut crear l'arca a la ubicació proporcionada. Comproveu-ne la ubicació i els permisos.", @@ -749,6 +765,7 @@ "search-current-file": "Cerca a l'arxiu actual", "search-replace-current-file": "Cerca i substitueix a l'arxiu actual", "add-property": "Afegeix propietat a l'arxiu", + "add-alias": "Add alias", "edit-property": "Edita la propietat de l'arxiu", "clear-properties": "Esborra les propietats de l'arxiu", "open-settings": "Obre la configuració", @@ -764,6 +781,7 @@ "close-other-tabs": "Tanca totes les altres pestanyes", "close-tab-group": "Tanca aquest grup de pestanyes", "toggle-left-sidebar": "Alterna la barra lateral esquerra", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Alterna la barra lateral dreta", "toggle-default-new-tab-mode": "Alterna el mode per defecte per a les noves pestanyes", "add-cursor-above": "Afegeix el cursor a sobre", @@ -900,6 +918,7 @@ "navigate-forward": "Navega endavant", "toggle-left-sidebar": "Alterna la barra lateral esquerra", "toggle-right-sidebar": "Alterna la barra lateral dreta", + "toggle-ribbon": "Ribbon", "split-right": "Divideix cap a la dreta", "split-down": "Divideix cap avall", "release-notes": "Notes de la versió" @@ -912,6 +931,7 @@ "action-open": "Obre l'explorador de fitxers", "action-show": "Mostra l'explorador de fitxers", "action-create-note": "Crea una nota nova", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Crea una nota nova a la pestanya actual", "action-create-note-to-the-right": "Crea una nota a la dreta", "action-collapse-all": "Redueix-ho tot", @@ -1416,6 +1436,7 @@ "name": "Publish", "desc": "Publica les teves notes a través d'Obsidian Publish.", "action-publish-changes": "Publica els canvis...", + "action-publish-file": "Publish current file", "label-no-internet-access": "Necessites accés a internet per publicar els canvis.", "label-publish-service-description": "Obsidian Publish és un servei addicional de pagament que et permet publicar les teves notes en lÃnia directament des d'Obsidian.", "label-please-login": "Per començar a publicar, inicia la sessió o crea un compte nou a Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Desa i carrega la disposició de l'espai de treball.", "action-load-layout": "Carrega la disposició de l'espai de treball", "action-manage-layouts": "Gestiona les disposicions de l'espai de treball", + "action-save": "Save layout", "action-save-and-load-layout": "Desa i carrega una altra disposició", "placeholder-save-current-layout-as": "Desa l'actual disposició de l'espai de treball com a...", "button-save": "Desa", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Si us plau, introdueix un nom per a la nova disposició.", "msg-save-layout-success": "S'ha desat correctament la disposició.", "label-no-layout-found": "No s'ha trobat cap disposició desada.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Escriu el nom de la disposició..." }, "sync": { "name": "Sincronització", "desc": "Sincronitza els teus fitxers a través d'Obsidian Sync.", "action-view-version-history": "Veure l'historial de versions", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Carrega'n més", "label-show-diff": "Mostra la diferència", "label-copy-to-clipboard": "Copia-ho al porta-retalls", @@ -1631,7 +1657,7 @@ "label-revision": "1 revisió", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "No hi ha versions anteriors d'aquest fitxer.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Buit", "label-unable-to-retrieve": "No es pot recuperar l'historial de versions.", "label-setting-files": "Fitxers de configuració", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Aquesta contrasenya no es pot canviar més endavant.", "option-encryption-password-desc-warning": "Si oblideu aquesta contrasenya, qualsevol dada remota romandrà inutilitzable per sempre.", "option-encryption-password-desc-2": "Això no afecta les teves dades locals.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "La teva contrasenya", - "label-enter-encryption-password": "Introdueix la contrasenya d'encriptació", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Desbloca l'arca", - "msg-verified-password": "Contrasenya verificada amb èxit.", "label-remote-vaults": "Les teves arques remotes", "label-vault-created-time": "Creat el {{time}}", "tooltip-delete-remote-vault": "Elimina", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Totes les dades al nostre servidor, incloent-hi l'historial de versions, s'eliminaran. Els vostres fitxers locals es mantindran intactes.", "label-confirm-delete-remote-vault-warning": "Aquesta acció és permanent i irreversible.", "msg-remote-vault-deleted": "{{name}} s'ha eliminat.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Connecta", "button-disconnect-from-remote-vault": "Desconnecta", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "No tens cap arca remota.", "label-no-subscription": "No tens una subscripció activa d'Obsidian Sync.", "label-please-visit": "Si us plau, visita", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Crea una arca nova", "label-sync-log": "Registre de sincronització", "option-event-type": "Tipus d'esdeveniment", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "No es pot recuperar la mida de l'arca.", "option-vault-size-loading": "Recuperant la mida de l'arca...", "option-over-size": "Mida de l'arca per sobre del lÃmit", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Veure els fitxers més grans", "msg-largest-files-desc": "Aquests són els fitxers remots que ocupen més espai. Després d'eliminar els fitxers adjunts, utilitza el botó de purga per alliberar espai de l'arca remot.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Purga", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Elimina definitivament els fitxers adjunts eliminats de l'arca remota per estalviar espai.", "msg-purge-complete": "Purga completada.", "option-prevent-sleep": "Evitar la suspensió del dispositiu", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sincronitza connectors de la comunitat instal·lats (fitxers .js, .css i manifest.json) i la seva configuració.", "label-sync-introduction": "Obsidian Sync és el servei de sincronització addicional d'Obsidian amb xifrat d'extrem a extrem i historial de versions.", "label-account-required": "Per començar la sincronització, inicieu la sessió o creeu un compte nou d'Obsidian.", + "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": "Registra't", "button-log-in": "Inicia sessió", "label-manage-excluded-folders": "Gestiona les carpetes excloses", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Això eliminarà aquesta arca de la llista d'arques compartides amb tu. Aquesta acció no es pot desfer.", "label-leave-vault-confirmation-details-2": "Si desitges tornar a col·laborar en aquesta arca, posa't en contacte amb el propietari de l'arca.", "button-leave": "Marxar", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Necessites una subscripció d'Obsidian Sync per connectar-te a aquesta arca.", "option-contact-support": "Contacta amb el suport", "option-contact-support-desc": "Si trobes algun problema amb Obsidian Sync, posa't en contacte amb nosaltres perquè et puguem ajudar. Pots contactar amb nosaltres a support@obsidian.md.", "button-copy-debug": "Copia la informació de depuració", "button-email-support": "Envia un correu al suport", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync et permet crear fins a 5 arcque remotes. Per crear una arca remota nova, elimina'n una d'existent." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Tipus de destacat..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} paraula", "word-with-count_plural": "{{count}} paraules", "character-with-count": "{{count}} carà cter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} carpetes", "backlink-with-count": "{{count}} retroenllaç", "backlink-with-count_plural": "{{count}} retroenllaços", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} propietat", "properties-with-count_plural": "{{count}} propietats", "site-with-count": "{{count}} lloc", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} tema", "theme-with-count_plural": "{{count}} temes" } -} +} \ No newline at end of file diff --git a/cs.json b/cs.json index 27f09b92a9d291b1b2cb9b3cd639eeeb1fe13d30..a04872d61ea65a4aee586372535a93655902193e 100644 --- a/cs.json +++ b/cs.json @@ -175,7 +175,7 @@ "label-default-theme": "VýchozÃ", "tooltip-click-to-enlarge": "KliknÄ›te pro zvÄ›tÅ¡enÃ", "button-update": "Aktualizovat", - "label-currently-selected": "Vybraný", + "label-currently-active": "Active", "option-frame-style": "Styl rámeÄku", "option-frame-description": "UrÄuje styl nadpisu oken Obsidian. Vyžaduje restart, aby se tato zmÄ›na projevila.", "option-frame-hidden": "Skryté (výchozÃ)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "KliknutÃm na položku v ribbon navigaÄnà nabÃdce aktivujete tuto položku. KliknutÃm a podrženÃm se nabÃdka nadále zobrazuje.", "option-mobile-quick-ribbon-default": "OtevÅ™Ãt ribbon nabÃdku", "button-configure": "NastavenÃ", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Ostatnà položky ribbon", "label-modal-configuration": "Ribbon NastavenÃ", "label-modal-configuration-desc": "Vyberte, které položky chcete mÃt v ribbon aktivnÃ. TaženÃm myÅ¡e můžete mÄ›nit poÅ™adÃ.", @@ -277,7 +279,6 @@ "option-your-account": "Váš úÄet", "option-your-account-desc": "Nynà jste pÅ™ihlášeni jako {{name}} ({{email}}).", "option-your-account-desc-no-login": "Nynà nejste pÅ™ihlášeni. ÚÄet je potÅ™eba pro Obsidian Sync, Obsidian Publish, a Catalyst insider builds.", - "button-manage-settings": "Spravovat úÄet", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Váš email...", "label-password": "Heslo", "placeholder-password": "VaÅ¡e heslo...", + "label-forgot-password": "Forgot password?", "button-login": "PÅ™ihlásit", "message-empty-email": "Email nesmà být prázdný.", "message-invalid-email": "Email nenà správnÄ›.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "PÅ™edchozÃ", - "label-next": "NásledujÃcÃ", - "label-all": "VÅ¡echny", "label-exit-search": "Opustit vyhledávánÃ", + "label-next": "NásledujÃcÃ", + "label-previous": "PÅ™edchozÃ", + "label-find-all": "Find all", "label-replace": "Nahradit", "label-replace-all": "Nahradit vÅ¡e" }, @@ -453,7 +455,11 @@ "label-link-block": "pro blokovou referenci", "label-type-pipe": "NapiÅ¡te |", "label-change-display-text": "pro zmÄ›nu zobrazovaného textu", - "label-no-match-found": "No match found" + "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": "Žádné návrhy...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Vysunout", "sidebar-collapse": "Skrýt", "msg-fail-to-save-file": "Uloženà souboru \"{{filepath}}\" se nezdaÅ™ilo. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Žádný soubor", "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "OtevÅ™Ãt jiný trezor", + "manage-vaults": "Manage vaults...", "help": "NápovÄ›da", "settings": "NastavenÃ", "drag-to-rearrange": "PÅ™etaženÃm zmÄ›nÃte uspořádánÃ", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Režim úprav (Ctrl/Cmd+Klik pro úpravu v novém panelu)", "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", @@ -653,6 +668,7 @@ "button-create-vault": "VytvoÅ™it", "button-back": "ZpÄ›t", "msg-empty-vault-name": "Jméno trezoru nesmà být prázdné.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "ProsÃm zvolte platnou složku.", "msg-failed-to-create-vault": "Trezor se nepodaÅ™ilo vytvoÅ™it.", "msg-failed-to-create-vault-at-location": "Trezor se nepodaÅ™ilo vytvoÅ™it ve zvoleném umÃstÄ›nÃ. Znovu zkontrolujte umÃstÄ›nà a oprávnÄ›nÃ.", @@ -749,6 +765,7 @@ "search-current-file": "NajÃt v aktivnÃm souboru", "search-replace-current-file": "NajÃt a vymÄ›nit v aktivnÃm souboru", "add-property": "PÅ™idat vlastnost souboru", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "OtevÅ™Ãt nastavenÃ", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Zobrazit/skrýt levý boÄnà panel", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Zobrazit/skrýt pravý boÄnà panel", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "action-open": "Open file explorer", "action-show": "Show file explorer", "action-create-note": "VytvoÅ™it novou poznámku", + "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", @@ -1416,6 +1436,7 @@ "name": "Publikovat", "desc": "Publikujte vaÅ¡e poznámky pomocà Obsidian Publish.", "action-publish-changes": "Publish changes", + "action-publish-file": "Publish current file", "label-no-internet-access": "Pro publikovánà zmÄ›n je nutný pÅ™Ãstup k internetu.", "label-publish-service-description": "Obsidian Publish je doplňková placená služba, která vám umožnà publikovat poznámky online pÅ™Ãmo z aplikace Obsidian.", "label-please-login": "Pro publikovánà se musÃte pÅ™ihlásit nebo si vytvoÅ™it Obsidian úÄet.", @@ -1604,6 +1625,7 @@ "desc": "Uložit a naÄÃst rozloženà pracovnÃho prostoru.", "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": "Uložit", @@ -1613,12 +1635,16 @@ "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": "Synchronizace", "desc": "Synchronizujte své soubory pomocà Obsidian Sync.", "action-view-version-history": "Zobrazit historii verzÃ", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "NaÄÃst vÃce", "label-show-diff": "Zobrazit rozdÃl", "label-copy-to-clipboard": "KopÃrovat do schránek", @@ -1631,7 +1657,7 @@ "label-revision": "1 revize", "label-revision_plural": "{{revisions}} revizÃ", "label-via-device": "pomocà {{device}}", - "label-no-earlier-version": "Neexistujà žádné dÅ™ÃvÄ›jÅ¡Ã verze tohoto souboru. ", + "label-no-history": "No sync history for this file.", "label-empty-file": "Prázdný", "label-unable-to-retrieve": "Nelze naÄÃst historii verzÃ", "label-setting-files": "Soubory s nastavenÃm", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Toto heslo nelze pozdÄ›ji zmÄ›nit.", "option-encryption-password-desc-warning": "Pokud toto heslo zapomenete, vÅ¡echna data zůstanou navždy nepÅ™Ãstupná.", "option-encryption-password-desc-2": "Na lokálnà data to nemá vliv.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "VaÅ¡e heslo", - "label-enter-encryption-password": "Vložte své Å¡ifrovacà heslo", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Odemknout trezor", - "msg-verified-password": "VaÅ¡e heslo bylo úspěšnÄ› ověřeno.", "label-remote-vaults": "VaÅ¡e vzdálené trezory", "label-vault-created-time": "VytvoÅ™eno {{time}}", "tooltip-delete-remote-vault": "Smazat", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "VÅ¡echna data na naÅ¡em serveru, vÄetnÄ› historie verzÃ, budou odstranÄ›na. VaÅ¡e lokálnà soubory zůstanou nedotÄeny.", "label-confirm-delete-remote-vault-warning": "Tato akce je permanentnà a nevratná.", "msg-remote-vault-deleted": "{{name}} bylo odstranÄ›no.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "PÅ™ipojit", "button-disconnect-from-remote-vault": "Odpojit", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Nemáte žádné vzdálené trezory.", "label-no-subscription": "Nemáte aktivnà pÅ™edplatné služby Obsidian Sync.", "label-please-visit": "NavÅ¡tivte prosÃm", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "VytvoÅ™it nový trezor", "label-sync-log": "Záznam o synchronizaci", "option-event-type": "Typ akce", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Nelze naÄÃst velikost vaÅ¡eho trezoru.", "option-vault-size-loading": "NaÄÃtánà velikosti vaÅ¡eho trezoru...", "option-over-size": "Velikost trezoru je nad limitem", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Zobrazit nejvÄ›tÅ¡Ã soubory", "msg-largest-files-desc": "Toto jsou vzdálené soubory, které zabÃrajà nejvÃce mÃsta. Po odstranÄ›nà pÅ™Ãloh použijte tlaÄÃtko purge k uvolnÄ›nà mÃsta ve vzdáleném trezoru.", "button-upgrade-storage": "Upgrade úložiÅ¡tÄ›", "button-purge-remote": "Purge", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Trvale vyÄistit smazané pÅ™Ãlohy ze vzdáleného trezoru a uvolnit tÃm mÃsto.", "msg-purge-complete": "Purge dokonÄen.", "option-prevent-sleep": "Zabránit režimu spánku", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Synchronizovat nainstalované komunitnà pluginy (soubory .js, .css a manifest.json) a jejich nastavenÃ.", "label-sync-introduction": "Obsidian Sync je služba pro synchronizaci souborů a nastavenà s end-to-end Å¡ifrovánÃm a historii verzÃ.", "label-account-required": "Chcete-li spustit synchronizaci, pÅ™ihlaste se nebo si vytvoÅ™te nový úÄet pro Obsidian.", + "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": "Registrace", "button-log-in": "PÅ™ihlášenÃ", "label-manage-excluded-folders": "Spravovat vylouÄené složky", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "TÃm odstranÃte tento trezor ze seznamu trezorů sdÃlených s vámi. Tuto akci nelze vrátit zpÄ›t.", "label-leave-vault-confirmation-details-2": "Pokud chcete na tomto trezoru opÄ›t spolupracovat, kontaktujte prosÃm vlastnÃka trezoru.", "button-leave": "Opustit", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Pro pÅ™ipojenà k tomuto trezoru potÅ™ebujete pÅ™edplatné služby Obsidian Sync.", "option-contact-support": "Kontaktovat podporu", "option-contact-support-desc": "Pokud se setkáte s jakýmikoli problémy s Obsidian Sync, kontaktujte nás, abychom vám mohli pomoct! Můžete nás kontaktovat na adrese support@obsidian.md.", "button-copy-debug": "KopÃrovat debug informace", "button-email-support": "E-mailová podpora", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync umožňuje vytvoÅ™it až 5 vzdálených trezorů. Chcete-li vytvoÅ™it nový vzdálený trezor, odstraňte prosÃm stávajÃcÃ." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} slovo", "word-with-count_plural": "{{count}} slov", "character-with-count": "{{count}} znak", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} složek", "backlink-with-count": "{{count}} zpÄ›tný odkaz", "backlink-with-count_plural": "{{count}} zpÄ›tných odkazů", + "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}} stránka", diff --git a/da.json b/da.json index d9f566aa5d706be64f908a881ada9213a477147a..9c9424dd5e0fcc87ac61f53a16d8ea342fda617b 100644 --- a/da.json +++ b/da.json @@ -1,2100 +1,2144 @@ { - "setting": { - "options": "Indstillinger", - "plugin": "Plugin", - "builtin-plugins": "Kerneplugins", - "plugin-options": "Pluginindstillinger", - "folder-path-example-placeholder": "Eksempel: mappe 1/mappe 2", - "file-path-example-placeholder": "Eksempel: mappe/note", - "msg-restart-required": "Ændring af denne indstilling kræver en genstart for at fungere.", - "editor": { - "name": "Editor", - "section-behavior": "Adfærd", - "section-display": "Visning", - "option-spellcheck": "Stavekontrol", - "option-spellcheck-description": "Aktiverer stavekontrol. Fungerer i øjeblikket kun pÃ¥ engelsk (USA).", - "spellcheck-languages": "Stavekontrolsprog", - "spellcheck-languages-description": "Vælg de sprog, som stavekontrollen skal bruge.", - "spellcheck-languages-mac-description": "Den indbyggede stavekontrol pÃ¥ macOS registrerer automatisk sproget, du bruger.", - "spellcheck-dict": "Stavekontrolordbog", - "spellcheck-dict-empty": "Stavekontrolordbogen er tom.", - "option-show-inline-title": "Vis indlejret titel", - "option-show-inline-title-description": "Viser filnavn som en redigerbar titel indlejret i filindholdet.", - "option-readable-line-length": "Læsbar linjelængde", - "option-readable-line-description": "Begræns maksimal linjelængde. Rummer mindre indhold pÃ¥ skærmen, men gør lange afsnit mere læsbare.", - "option-strict-line-break": "Strenge linjeskift", - "option-strict-line-break-description": "I forhÃ¥ndsvisning ignoreres enkeltlinjeskift ifølge Markdown-specifikationerne. SlÃ¥ dette fra for at vise enkeltlinjeskift.", - "option-properties-in-document": "Egenskaber i dokument", - "option-properties-in-document-description": "Vælg, hvordan egenskaber vises i editoren. Vælg \"kilde\" for at vise egenskaberne som YAML.", - "option-properties-hidden": "Skjult", - "option-properties-visible": "Synlig", - "option-properties-source": "Kilde", - "option-show-file-properties": "Vis egenskaber i dokument", - "option-show-file-properties-description": "Vis egenskabssektionen øverst i filen.", - "option-auto-pair-brackets": "Auto-par paranteser", - "option-auto-pair-brackets-description": "Par parenteser og anførselstegn automatisk.", - "option-auto-pair-markdown": "Auto-par Markdown-syntaks", - "option-auto-pair-markdown-description": "Par automatisk symboler for fed, kursiv, fremhævning, gennemstregning og kode.", - "option-smart-indent-lists": "Smart listeindrykning", - "option-smart-indent-lists-description": "Ordner indrykning og listepunkter for dig.", - "option-fold-heading": "Fold overskrift", - "option-fold-heading-description": "Lader dig folde alt under en overskrift.", - "option-fold-indent": "Fold indrykning", - "option-fold-indent-description": "Lader dig folde en del af den samme indrykning, fx lister.", - "option-default-new-tab-view": "Standardvisning for nye faner", - "option-default-new-tab-view-description": "Standardvisningen, som en ny Markdown-fane Ã¥bnes i.", - "option-default-new-tab-view-editing": "Redigeringsvisning", - "option-default-new-tab-view-reading": "Læsevisning", - "option-open-tab-in-foreground": "Fokuser altid pÃ¥ nye faner", - "option-open-tab-in-foreground-description": "NÃ¥r du Ã¥bner et link i en ny fane, skift til det med det samme.", - "option-default-editing-mode": "Standard redigeringstilstand", - "option-default-editing-mode-description": "Den standard redigeringstilstand, som et nyt panel starter med.", - "option-default-editing-mode-source": "Kildetilstand", - "option-default-editing-mode-live-preview": "Live forhÃ¥ndsvisning", - "option-show-line-number": "Vis linjenummer", - "option-show-line-number-description": "Vis linjenummer i margen.", - "option-indentation-guide": "Vis indrykningshjælpelinjer", - "option-indentation-guide-description": "Vis lodrette hjælpelinjer mellem punkter for visuel vejledning.", - "option-use-tabs": "Brug tabulatorer", - "option-use-tabs-description": "Brug tabulatorer til indrykning ved tryk pÃ¥ \"Tab\"-tasten. SlÃ¥ dette fra for at bruge mellemrum.", - "option-tab-size": "Tabulatorstørrelse", - "option-tab-size-description": "Antal mellemrum, en tabulator svarer til.", - "option-rtl": "Højre-til-venstre (RTL)", - "option-rtl-description": "Indstiller tekstretningen for noter til at vises fra højre mod venstre.", - "option-auto-convert-html": "Auto-konverter HTML", - "option-auto-convert-html-description": "Konverter automatisk HTML til Markdown ved indsætning og træk-og-slip fra hjemmesider. Brug Ctrl/Cmd+Shift+V for at indsætte uden konvertering.", - "option-vim-key-bindings": "Vim-tastaturgenveje", - "option-vim-key-bindings-description": "Lader dig bruge Vim-tastaturgenveje i kildeeditoren.", - "option-vim-key-bindings-mobile": "PÃ¥ mobilenheder er denne indstilling pr. enhed og synkroniseres ikke via konfigurationsfilen.", - "label-confirm-enable-vim": "Bekræft, at gÃ¥ ind i Vim-tilstand", - "label-vim-warning": "Vim-tilstand er til effektiv tekstredigering, men kan være ret ulogisk. Hvis du ikke kender Vim, kan denne indstilling fÃ¥ Obsidian til at se ud, som om den ikke virker mere.", - "label-vim-test": "For at bekræfte, at du kender til Vim, bedes du indtaste kommandoen for at afslutte Vim uden at gemme nedenfor:", - "label-vim-your-answer": "Dit svar", - "placeholder-enter-command": "Indtast kommando...", - "button-confirm-enable-vim": "Lad mig aktivere Vim", - "msg-vim-mode-enabled": "Kommandoen er korrekt. Vim-tilstand er nu aktiveret.", - "msg-vim-mode-not-enabled": "Kommandoen er ikke korrekt. Vim-tilstand forbliver deaktiveret for at beskytte dig.", - "msg-vim-mode-please-enter-command": "Indtast venligst kommandoen for at aktivere Vim-tilstand" - }, - "file": { - "name": "Filer & Links", - "option-confirm-file-deletion": "Bekræft filsletning", - "option-confirm-file-deletion-description": "Om du vil bedes om at bekræfte filsletning.", - "option-delete-destination": "Slettede filer", - "option-delete-destination-description": "Hvad der sker med filer ved sletning.", - "option-choice-system-trash": "Flyt til systemets papirkurv", - "option-choice-vault-trash": "Flyt til Obsidian-papirkurv (.trash-mappe)", - "option-choice-permanent-delete": "Slet permanent", - "option-always-update-links": "Opdater altid interne links", - "option-always-update-links-description": "Om links skal opdateres automatisk efter omdøbning af en fil eller prompt.", - "option-new-note-location": "Standardplacering for nye noter", - "option-new-note-location-description": "Hvor nye noter skal placeres. Plugin-indstillinger tilsidesætter dette.", - "option-choice-vault-root": "Boks-mappe", - "option-choice-current-folder": "Samme mappe, hvor filen ligger", - "option-choice-specified-folder": "I mappen angivet nedenfor", - "option-new-file-folder-path": "Mappe at oprette nye noter i", - "option-new-file-folder-path-description": "Nye noter vises i denne mappe. Plugin-indstillinger tilsidesætter dette.", - "option-use-wiki-links": "Brug [[Wikilinks]]", - "option-use-wiki-links-description": "Auto-generér Wikilinks for [[links]] og ![[images]] i stedet for Markdown-links og -billeder. Deaktiver denne indstilling for at generere Markdown-links i stedet.", - "option-show-unsupported-files": "Registrer alle filtyper", - "option-show-unsupported-files-description": "Vis alle filtyper, selvom Obsidian ikke kan Ã¥bne dem direkte, sÃ¥ du kan linke til dem og se dem i Stifinder og Quick Switcher.", - "option-link-autocompleted-format": "Nyt linkformat", - "option-link-autocompleted-format-description": "Hvilke links skal indsættes ved auto-generering af interne links.", - "option-choice-shortest-linktext": "Korteste sti, nÃ¥r muligt", - "option-choice-relative-path": "Relativ sti til fil", - "option-choice-absolute-path": "Absolut sti til boks", - "option-new-attachment-location": "Standardplacering for nye vedhæftninger", - "option-new-attachment-location-description": "Hvor nye vedhæftede filer placeres.", - "option-choice-subdirectory": "I undermappe under nuværende mappe", - "option-attachment-folder-path": "Sti til vedhæftningsmappe", - "option-attachment-folder-path-description": "Nye vedhæftede filer vises her. Det inkluderer billeder, der er oprettet via træk-og-slip eller indsætning, og lydoptagelser.", - "option-attachment-subfolder-path": "Navn pÃ¥ undermappe", - "option-attachment-subfolder-path-description": "Hvis din fil er i \"boks/mappe\", og du angiver undermappens navn til \"vedhæftninger\", gemmes vedhæftninger i \"boks/mappe/vedhæftninger\".", - "option-attachment-subfolder-path-placeholder": "vedhæftninger", - "option-excluded-files": "Ekskluderede filer", - "option-excluded-files-desc": "Ekskluderede filer bliver enten skjult eller mindre synlige forskellige steder, fx i Quick Switcher, linkforslag og Grafvisning.", - "label-no-excluded-filters-applied": "Intet eksklusionsfilter anvendes lige nu. Tilføj et nedenfor.", - "label-excluded-filters-applied": "Filer, der matcher følgende filtre, er i øjeblikket ekskluderet:", - "label-excluded-filter": "Filter", - "message-empty-filter": "Filter mÃ¥ ikke være tomt", - "placeholder-excluded-filter": "Angiv sti eller \"/regex/\"..." - }, - "appearance": { - "name": "Udseende", - "option-base-theme": "Basistema", - "option-base-theme-description": "Vælg Obsidians standard farvetema.", - "option-accent-color": "Accentfarve", - "option-accent-color-description": "Vælg accentfarven, der bruges i hele appen.", - "dark-theme": "Mørk", - "light-theme": "Lys", - "system-theme": "Tilpas til system", - "option-font": "Skrifttype", - "option-advanced": "Avanceret", - "option-interface": "Grænseflade", - "option-interface-font": "Grænsefladeskrifttype", - "option-interface-font-description": "Indstil basisskrifttype for hele Obsidian.", - "option-zoom-level": "Zoomniveau", - "option-zoom-level-description": "Styrer appens overordnede zoomniveau.", - "option-text-font": "Tekstskrifttype", - "option-text-font-description": "Indstil skrifttype for redigerings- og læsevisninger.", - "option-monospace-font": "Monospace-skrifttype", - "option-monospace-font-description": "Indstil skrifttype til steder som kodeblokke og frontmatter.", - "label-single-font-currently-in-effect": " Nuværende anvendt skrifttype: ", - "label-multiple-fonts-currently-in-effect": " Følgende skrifttyper anvendes i øjeblikket:", - "option-font-placeholder": "Indtast skrifttypenavn...", - "label-no-custom-font-set": "Ingen brugerdefineret skrifttype anvendes lige nu. Tilføj en nedenfor.", - "label-font-applied": "Den første skrifttype fra denne liste, der er tilgængelig pÃ¥ dit system, anvendes.", - "msg-font-not-found": "Denne skrifttype findes ikke pÃ¥ dit system.", - "msg-font-found": "Denne skrifttype findes pÃ¥ dit system.", - "label-font-name": "Skrifttypenavn", - "option-community-themes": "Ã…bn fællesskabstemaer", - "option-community-themes-description": "ForhÃ¥ndsvis og brug fantastiske temaer skabt af fællesskabet.", - "button-browse-community-themes": "Gennemse", - "option-font-size": "Skriftstørrelse", - "option-font-size-description": "Skriftstørrelse i pixels, der pÃ¥virker editor og forhÃ¥ndsvisning.", - "option-font-size-action": "Hurtig justering af skriftstørrelse", - "option-font-size-action-description": "Juster skriftstørrelsen med Ctrl + Scroll eller knibe-zoom-bevægelsen pÃ¥ touchpad'en.", - "option-themes": "Temaer", - "option-manage-themes-description": "Administrer installerede temaer og gennemse fællesskabstemaer.", - "option-theme-button-manage": "Administrer", - "option-choice-none": "Ingen", - "option-native-menus": "Indbyggede menuer", - "option-native-menus-desc": "Menuer i hele appen vil matche styresystemets. De pÃ¥virkes ikke af dit tema.", - "button-reload-themes": "Genindlæs temaer", - "msg-reloaded-themes": "Genindlæste brugerdefinerede CSS-temaer.", - "button-open-themes-folder": "Ã…bn temamappe", - "option-css-snippets": "CSS-kodestykker", - "label-no-css-snippets-found": "Ingen CSS-kodestykker fundet i kodestykker-mappen.", - "no-snippet-description": "CSS-kodestykker er gemt i \"{{path}}\".", - "button-reload-snippets": "Genindlæs kodestykker", - "button-open-snippets-folder": "Ã…bn kodestykker-mappe", - "msg-reloaded-snippets": "Genindlæste CSS-kodestykker.", - "option-toggle-snippet-description": "Anvend CSS-kodestykke ved \"{{path}}\".", - "label-installed-themes": "Installerede temaer", - "label-screenshot-unavailable": "Skærmbillede utilgængeligt", - "label-default-theme": "Standard", - "tooltip-click-to-enlarge": "Klik for at forstørre", - "button-update": "Opdater", - "label-currently-selected": "Valgte", - "option-frame-style": "Vinduesrammestil", - "option-frame-description": "Bestemmer stilen for titellinjen i Obsidian-vinduer. Kræver en fuld genstart for at træde i kraft.", - "option-frame-hidden": "Skjult (standard)", - "option-frame-obsidian": "Obsidian-ramme", - "option-frame-native": "Indbygget ramme", - "option-custom-icon": "Brugerdefineret appikon", - "option-custom-icon-desc": "Indstil et brugerdefineret ikon til appen", - "button-choose-custom-icon": "Vælg brugerdefineret ikon", - "option-configure-ribbon": "BÃ¥ndmenu", - "option-configure-ribbon-desc": "Konfigurer hvilke kommandoer, der vises i bÃ¥ndmenuen i den navigationslinje.", - "option-mobile-quick-ribbon-item": "Hurtig adgang til bÃ¥ndelement", - "option-mobile-quick-ribbon-item-desc": "Et tryk pÃ¥ bÃ¥ndelementet i navigationsmenuen aktiverer dette. Tryk og hold viser stadig menuen.", - "option-mobile-quick-ribbon-default": "Ã…bn bÃ¥ndmenu", - "button-configure": "Konfigurer", - "label-additional-ribbon-items": "Andre bÃ¥ndelementer", - "label-modal-configuration": "BÃ¥ndkonfiguration", - "label-modal-configuration-desc": "Vælg, hvilke elementer du vil have aktive i bÃ¥ndet. Træk og slip for at ændre rækkefølgen.", - "option-show-view-header": "Vis fanens titellinje", - "option-show-view-header-desc": "Vis overskriften øverst pÃ¥ hver fane.", - "msg-updates-found": "Fandt {{count}} tema at opdatere.", - "msg-updates-found_plural": "Fandt {{count}} temaer at opdatere.", - "button-check-for-updates": "Tjek for opdateringer", - "button-view-updates": "Se opdateringer", - "button-update-all-themes": "Opdater alle", - "label-current-themes": "Nuværende fællesskabstemaer", - "label-currently-installed": "Du har i øjeblikket {{count}} tema installeret.", - "label-currently-installed_plural": "Du har i øjeblikket {{count}} temaer installeret." - }, - "hotkeys": { - "name": "Genvejstaster", - "option-search": "Søg i genvejstaster", - "option-search-desc": "Viser {{count}} genvejstast. ", - "option-search-desc_plural": "Viser {{count}} genvejstaster. ", - "option-search-conflict": "{{count}} kommando med konflikter.", - "option-search-conflict_plural": "{{count}} kommandoer med konflikter.", - "prompt-filter": "Filtrer...", - "tooltip-delete-hotkey": "Slet genvejstast", - "label-waiting-for-hotkey-press": "Tryk pÃ¥ genvejstast...", - "label-show-all": "Alle", - "label-show-unassigned": "Ikke tildelt", - "label-show-assigned": "Tildelt", - "label-show-user-assigned": "Tildelt af mig", - "tooltip-restore-default": "Gendan standard", - "tooltip-customize-command": "Tilpas denne kommando", - "tooltip-hotkey-single-conflict": "Denne genvejstast er i konflikt med \"{{command}}\"", - "tooltip-hotkey-multiple-conflicts": "Denne genvejstast er i konflikt med {{count}} andre kommandoer", - "label-blank-hotkey": "Tomt" - }, - "about": { - "name": "Om", - "label-commercial-license": "Kommerciel licens", - "label-license-key": "Licensnøgle", - "license-key-placeholder": "Din licensnøgle...", - "label-activate-license": "Aktiver licens", - "button-activate": "Aktiver", - "label-unknown-version": "Ukendt", - "label-current-version": "Nuværende version: ", - "label-install-version": "(Installationsversion: {{version}})", - "label-up-to-date": "Obsidian er opdateret!", - "label-read-changelog": "Læs ændringsloggen.", - "label-manual-update-required": "For at understøtte og modtage de nyeste funktioner og sikkerhedsopdateringer kræver Obsidian en stor opdatering af installationsprogrammet. Du skal manuelt hente og geninstallere Obsidian.", - "label-download": "Hent", - "label-new-version-ready": "En ny version er klar til at installeres. ", - "label-relaunch-to-update": "Genstart appen for at opdatere.", - "label-disabled-updates": "Opdateringer er deaktiveret.", - "label-checking-for-updates": "Tjekker for opdateringer...", - "button-relaunch": "Genstart", - "button-check-for-updates": "Tjek for opdateringer", - "option-auto-update": "Automatiske opdateringer", - "option-auto-update-description": "SlÃ¥ dette fra for at forhindre appen i at tjekke for opdateringer.", - "option-get-help": "FÃ¥ hjælp", - "option-get-help-description": "FÃ¥ hjælp til at bruge Obsidian.", - "button-open": "Ã…bn", - "option-language": "Sprog", - "option-language-description": "Skift det viste sprog.", - "option-insider-build": "Modtag insider-versioner", - "option-insider-build-description": "Auto-opdater til insider-versioner for at afprøve nye funktioner. Bemærk, at disse versioner er helt nye og kan være mindre stabile.", - "option-advanced": "Avanceret", - "option-hw-acceleration": "Hardwareacceleration", - "option-hw-acceleration-description": "SlÃ¥r hardwareacceleration til, som bruger din GPU til at forbedre Obsidians ydeevne.", - "option-hw-acceleration-warning": "Hvis du slÃ¥r dette fra, forringes appens ydeevne betydeligt.", - "option-config-location": "Tilsidesæt konfigurationsmappe", - "option-config-location-description": "Brug en anden konfigurationsmappe end standardmappen. Skal starte med et punktum.", - "option-config-location-warning": "Konfigurationsplaceringen skal være et gyldigt mappenavn, der starter med et punktum.", - "label-license": "Licens", - "label-your-commercial-license-key": "Din kommercielle licensnøgle er \"{{key}}\".", - "label-commercial-license-info": "Registreret til \"{{company}}\" for {{seats}} brugere. Gyldig indtil {{expiry}}.", - "label-validating-commercial-license": "Validerer...", - "label-invalid-commercial-license": "Licensen er ugyldig: ", - "button-remove-commercial-license": "Fjern", - "option-catalyst": "Catalyst-licens", - "option-catalyst-desc": "Du har i øjeblikket {{tier}} Catalyst-licens. Tak for din støtte!", - "option-catalyst-desc-no-license": "Du har ingen Catalyst-licens i øjeblikket. Catalyst-licensen er en engangsdonation til at støtte Obsidians udvikling.", - "label-app": "App", - "label-add-own-language": "Se, hvordan du føjer dit sprog til Obsidian." - }, - "account": { - "name": "Konto", - "option-your-account": "Din konto", - "option-your-account-desc": "Du er nu logget ind pÃ¥ {{name}} ({{email}}).", - "option-your-account-desc-no-login": "Du er ikke logget ind i øjeblikket. En konto er kun nødvendig for Obsidian Sync, Obsidian Publish og Catalyst insider-versioner.", - "button-manage-settings": "Administrer indstillinger", - "label-insider": "insider", - "label-supporter": "supporter", - "label-vip": "VIP", - "button-upgrade-catalyst": "Opgrader", - "option-commercial-license": "Kommerciel licens", - "option-commercial-license-desc": "Hvis du bruger Obsidian til kommercielle formÃ¥l, skal du muligvis have en kommerciel licens.", - "button-purchase": "Køb", - "button-log-out": "Log ud", - "label-log-in": "Log ind", - "label-sign-up": "Tilmeld dig", - "label-email": "E-mail", - "placeholder-email": "Din e-mail...", - "label-password": "Adgangskode", - "placeholder-password": "Din adgangskode...", - "button-login": "Log ind", - "message-empty-email": "E-mail mÃ¥ ikke være tom.", - "message-invalid-email": "E-mail er ikke gyldig.", - "message-empty-password": "Adgangskode mÃ¥ ikke være tom.", - "message-login-failed": "Login mislykkedes. Dobbelttjek venligst din e-mail og adgangskode.", - "label-no-account": "Har du ikke en konto? ", - "link-sign-up-now": "Tilmeld dig nu", - "label-mfa-code": "6-cifret 2FA-kode", - "mfa-wrong-format": "2FA-godkendelseskoden skal være pÃ¥ 6 cifre.", - "mfa-verification-failed": "2FA-koden er forkert. Dobbelttjek venligst din godkendelsesapp." - }, - "core-plugin": { - "plugin-list": "Pluginliste", - "option-search-plugin": "Søg i kerneplugins", - "option-search-plugin-description": "Filtrer plugins efter navn eller beskrivelse.", - "placeholder-search-plugin": "Søg plugins..." - }, - "third-party-plugin": { - "name": "Tredjepartsplugin", - "option-restricted-mode": "Begrænset tilstand", - "option-restricted-mode-description": "Begrænset tilstand er slÃ¥et fra. SlÃ¥ til for at deaktivere fællesskabsplugins.", - "button-turn-on": "SlÃ¥ til", - "option-browse-community-plugins": "Fællesskabsplugins", - "option-browse-community-plugins-description": "Gennemse og installer tredjepartsplugins skabt af vores fantastiske fællesskab.", - "button-browse": "Gennemse", - "label-exit-restricted-mode": "Afslut Begrænset Tilstand", - "label-exit-restricted-mode-description-1": "Fællesskabsplugins kan, som enhver anden software du installerer, potentielt forÃ¥rsage problemer med dataintegritet og sikkerhed.", - "label-exit-restricted-mode-description-2": "Pluginsikkerhed er vigtig for os. SÃ¥dan gør vi:", - "label-exit-restricted-mode-description-3": "PÃ¥ trods af vores indsats er der stadig en lille chance for, at et fællesskabsplugin opfører sig forkert.", - "label-code-review": "Indledende kodegennemgang", - "label-code-review-desc": "Plugins gennemgÃ¥r en indledende kodegennemgang af vores team, før de vises i butikken.", - "label-open-source": "Open source", - "label-open-source-desc": "De fleste plugins er open source pÃ¥ GitHub, sÃ¥ du selv kan undersøge koden.", - "label-peer-audit": "Kollegial revision", - "label-peer-audit-desc": "Vi har et stort fællesskab af udviklere, som passer pÃ¥ hinanden.", - "label-report-mechanism": "Rapporteringsmekanisme", - "label-report-mechanism-desc": "Vi følger op og fjerner fejlbehæftede plugins ved brugerrapportering.", - "label-exit-restricted-mode-disable-confirmation": "Vil du gerne afslutte Begrænset Tilstand for at aktivere fællesskabsplugins? Det er stærkt anbefalet at lave en sikkerhedskopi af dine data, før du gør det.", - "label-learn-more": "FÃ¥ mere at vide om pluginsikkerhed", - "button-turn-on-community-plugins": "Aktiver fællesskabsplugins", - "label-trust-author": "Har du tillid til skaberen af denne boks?", - "label-trust-author-description-1": "Du Ã¥bner denne boks for første gang, og den indeholder nogle plugins.", - "label-trust-author-description-2": "Hvis du har fÃ¥et denne boks fra en anden, sÃ¥ bemærk, at plugins af ukendt oprindelse kan udgøre en sikkerhedsrisiko.", - "label-trust-author-description-3": "Hvis du ikke har fuld tillid til skaberen af denne boks, anbefaler vi at blive i Begrænset Tilstand, sÃ¥ plugins i denne boks ikke kan køre.", - "button-enable-plugins": "Stol pÃ¥ skaberen, og aktiver plugins", - "button-dont-trust-author": "Gennemse boks i Begrænset Tilstand", - "placeholder-community-plugins": "Søg i fællesskabsplugins...", - "msg-failed-load-plugins": "Kunne ikke indlæse fællesskabsplugins.", - "label-installed": "Installeret", - "button-install": "Installer", - "button-enable": "Aktiver", - "button-disable": "Deaktiver", - "button-copy-share-link": "Kopiér delingslink", - "button-donate": "Donér", - "label-no-results-found": "Ingen resultater fundet.", - "label-no-recent-files-found": "Ingen nylige filer fundet. Skriv for at søge...", - "msg-failed-to-load-manifest": "Kunne ikke indlæse plugin-manifest.", - "label-version": "Version: {{version}}", - "label-currently-installed-version": " (installeret i øjeblikket: {{version}})", - "label-by-author": "Af ", - "label-repository": "Repository: ", - "label-last-update": "Seneste opdatering: ", - "tooltip-view-last-update": "Se den seneste opdatering", - "label-unsupported": "Dette plugin understøtter ikke din enhed.", - "button-update": "Opdater", - "label-no-readme": "Dette plugin indeholdt ikke en README-fil.", - "msg-installing-plugin": "Installerer plugin \"{{name}}\"...", - "msg-failed-to-install-plugin": "Kunne ikke installere plugin \"{{name}}\".", - "msg-successfully-installed-plugin": "Pluginet \"{{name}}\" blev installeret.", - "label-installed-plugins": "Installerede plugins", - "button-reload-plugins": "Genindlæs plugins", - "msg-reloaded-third-party-plugins": "Genindlæste tredjepartsplugins.", - "label-uninstall": "Afinstaller", - "label-uninstall-plugin": "Afinstaller plugin", - "label-uninstall-plugin-confirmation": "Er du sikker pÃ¥, at du vil afinstallere dette plugin? Dette sletter mappen med pluginet.", - "button-open-plugins-folder": "Ã…bn plugins-mappe", - "button-check-for-updates": "Tjek for opdateringer", - "button-update-all-plugins": "Opdater alle", - "label-current-plugins": "Nuværende plugins", - "label-currently-installed": "Du har i øjeblikket {{count}} plugin installeret.", - "label-currently-installed_plural": "Du har i øjeblikket {{count}} plugins installeret.", - "label-debug-startup-time": "Fejlsøg opstartstid", - "label-debug-startup-time-description": "Vis en besked om, hvor lang tid hvert plugin var om at initialisere, nÃ¥r du starter appen.", - "msg-no-updates-found": "Ingen pluginopdateringer fundet.", - "msg-updates-found": "Fandt {{count}} plugin at opdatere.", - "msg-updates-found_plural": "Fandt {{count}} plugins at opdatere.", - "msg-update-plugin": "Opdater til version {{version}}", - "option-search-installed-plugin": "Søg i installerede plugins", - "option-search-installed-plugin-description": "Filtrer installerede plugins efter navn eller beskrivelse.", - "placeholder-search-installed-plugin": "Søg i installerede plugins...", - "show-installed-only": "Vis kun installerede", - "label-donate-modal-title": "Donér for at støtte {{name}}", - "label-donate-modal-text1": "Pluginudviklere er frivillige i fællesskabet, som skaber fantastiske ting ud af passion. Hvis dette plugin er nyttigt for dig, overvej venligst at bidrage til udviklingen.", - "label-donate-modal-text2": "100% af dit bidrag gÃ¥r til pluginudvikleren; Obsidian tager ikke en andel. Finansieringsplatformen, de vælger, kan opkræve et gebyr.", - "label-donate-modal-text3": "Tak for din generøse støtte!", - "label-support-this-plugin": "Støt dette plugin:", - "label-search-summary": "Viser {{pluginCount}}:", - "label-by-popularity": "Mest hentet", - "label-by-released": "Nyligt udgivet", - "label-by-updated": "Nyligt opdateret", - "label-alphabetical": "Alfabetisk", - "label-last-updated": "Opdateret {{time}}" - }, - "mobile-toolbar": { - "name": "Mobil værktøjslinje", - "option-configure-quick-action": "Konfigurer Hurtig Handling pÃ¥ mobil", - "option-configure-quick-action-description": "Konfigurer, hvilken kommando der skal udløses, nÃ¥r du trækker ned fra toppen. Den nuværende kommando er sat til \"{{kommando}}\".", - "button-configure": "Konfigurer", - "placeholder-select-quick-action": "Vælg Hurtig Handling...", - "quick-action-disabled": "Ingen", - "manage-toolbar-options": "Administrer værktøjslinjeindstillinger", - "option-internal-link": "Tilføj internt link", - "option-internal-embed": "Tilføj indlejring", - "option-tag": "Tilføj tag", - "option-heading": "SlÃ¥ overskrift til/fra", - "option-strikethrough": "SlÃ¥ gennemstregning til/fra", - "option-highlight": "SlÃ¥ fremhævning til/fra", - "option-code": "SlÃ¥ kode til/fra", - "option-blockquote": "SlÃ¥ blokcitat til/fra", - "option-inline-math": "SlÃ¥ indlejret matematik til/fra", - "option-math-block": "SlÃ¥ matematikblok til/fra", - "option-markdown-link": "Tilføj Markdown-link", - "option-bullet-list": "SlÃ¥ punktliste til/fra", - "option-numbered-list": "SlÃ¥ nummereret liste til/fra", - "option-indent-list": "Indryk listeelement", - "option-unindent-list": "Fjern indrykning af listeelement", - "option-undo": "Fortryd", - "option-redo": "Gendan", - "option-move-caret-up": "Flyt markøren op", - "option-move-caret-down": "Flyt markøren ned", - "option-move-caret-left": "Flyt markøren til venstre", - "option-move-caret-right": "Flyt markøren til højre", - "option-first-line": "GÃ¥ til første linje", - "option-last-line": "GÃ¥ til sidste linje", - "option-toggle-keyboard": "SlÃ¥ tastatur til/fra", - "option-configure-toolbar": "Konfigurer Værktøjslinje pÃ¥ mobil", - "option-added-options": "Tilføjede indstillinger", - "option-more-toolbar-options": "Flere værktøjslinjeindstillinger", - "option-attach": "Indsæt vedhæftning", - "option-add-command": "Tilføj global kommando", - "option-add-command-description": "Vælg enhver global kommando at føje til værktøjslinjen." - } - }, - "editor": { - "search": { - "placeholder-find": "Find", - "placeholder-replace": "Erstat", - "label-previous": "Forrige", - "label-next": "Næste", - "label-all": "Alt", - "label-exit-search": "Afslut søgning", - "label-replace": "Erstat", - "label-replace-all": "Erstat alt" - }, - "link-suggestion": { - "label-type-hash": "Skriv #", - "label-link-heading": "for at linke overskrift", - "label-type-block": "Skriv ^", - "label-link-block": "for at linke blokke", - "label-type-pipe": "Skriv |", - "label-change-display-text": "for at ændre visningstekst", - "label-no-match-found": "Intet match fundet" - }, - "spellcheck": { - "no-suggestion": "Ingen forslag...", - "add-to-dictionary": "Føj til ordbog" - }, - "menu": { - "edit-link": "Rediger link", - "label-edit-block": "Rediger denne blok" - }, - "heading-suggestion": { - "label-no-heading": "Ingen overskrift", - "label-heading-level": "Overskrift {{level}}" - }, - "print-modal": { - "title": "Eksportér til PDF", - "caption": "Eksportér \"{{filename}}\" til PDF med nedenstÃ¥ende indstilling.", - "setting-page-size": "Sidestørrelse", - "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": "Inkluder filnavn som titel", - "setting-landscape": "Landskab", - "setting-margin": "Margen", - "setting-margin-default": "Standard", - "setting-margin-minimal": "Minimal", - "setting-margin-none": "Ingen", - "setting-downscale-percent": "Nedskaleringsprocent", - "button-export-to-pdf": "Eksportér til PDF" - }, - "link-popover": { - "tooltip-follow-link": "Følg link", - "tooltip-open-link": "Ã…bn link", - "tooltip-search-tag": "Søg tag" - } - }, - "interface": { - "embed-cannot-find": "Kan ikke finde:", - "embed-open-in-default-app-tooltip": "Ã…bn i standardapp", - "empty-sidebar": "Sidebjælken er tom. Prøv at trække et panel derhen.", - "sidebar-expand": "Udvid", - "sidebar-collapse": "Skjul", - "msg-fail-to-save-file": "Kunne ikke gemme filen \"{{filepath}}\". {{message}}.", - "no-file": "Ingen fil", - "msg-file-changed": "\"{{file}}\" er blevet ændret eksternt, og ændringerne flettes automatisk.", - "switch-vault": "Ã…bn en anden boks", - "help": "Hjælp", - "settings": "Indstillinger", - "drag-to-rearrange": "Træk for at omarrangere", - "msg-switched-to-read": "Skiftede standardvisningstilstand til læsevisning.", - "msg-switched-to-edit": "Skiftede standardvisningstilstand til editor.", - "msg-upgrade-installer": "For at bruge denne funktion, geninstaller med den nyeste installationsfil fra vores hjemmeside.", - "tooltip-restore-default-settings": "Gendan standardindstillinger", - "label-copy": "Kopiér til udklipsholder", - "label-copy-short": "Kopiér", - "copied_generic": "Kopieret til udklipsholderen", - "copied": "{{item}} blev kopieret til udklipsholderen", - "url": "URL", - "msg-open-file-through-uri": "Ã…bnede filen \"{{path}}\"", - "msg-file-not-found-through-uri": "Filen \"{{name}}\" blev ikke fundet.", - "delete-action-short-name": "Slet", - "msg-indexing": "Obsidian indekserer din boks... \nDette bør kun ske én gang.\nNogle funktioner er muligvis ikke tilgængelige, før dette er fuldført.", - "msg-indexing-complete": "Indeksering fuldført.", - "msg-sandbox-vault": "Dette er en sandkasseboks.\nÆndringer, du foretager i denne boks, gÃ¥r tabt.", - "label-enter-to-create": "Tryk Enter for at oprette", - "label-update-available": "Opdatering Tilgængelig", - "label-debug-info": "Fejlfindingsinfo", - "button-learn-more": "FÃ¥ mere at vide", - "button-not-now": "Ikke nu", - "button-add": "Tilføj", - "button-manage": "Administrer", - "label-new-tab": "Ny fane", - "msg-tab-busy": "Denne fane er optaget i øjeblikket. Prøv venligst igen senere.", - "formatting": { - "label-formatting": "Formatering", - "label-paragraph": "Afsnit", - "label-insert": "Indsæt", - "insert-link": "Tilføj link", - "insert-external-link": "Tilføj eksternt link", - "insert-callout": "Bemærkning", - "insert-horizontal-rule": "Vandret streg", - "insert-code-block": "Kodeblok", - "insert-math-block": "Matematisk blok", - "insert-table": "Tabel", - "toggle-bold": "Fed", - "toggle-code": "Kode", - "toggle-comments": "Kommentar", - "toggle-highlight": "Fremhævet", - "toggle-italics": "Kursiv", - "toggle-strikethrough": "Gennemstreget", - "toggle-math": "Matematik", - "toggle-bullet-list": "Punktliste", - "toggle-checklist": "Tjekliste", - "toggle-numbered-list": "Nummereret liste", - "set-heading": "Overskrift {{level}}", - "no-heading": "Tekst", - "clear": "Ryd formatering", - "toggle-quote": "Citat" - }, - "empty-state": { - "no-file-open": "Ingen fil er Ã¥ben", - "create-new-file": "Opret ny fil", - "go-to-file": "GÃ¥ til fil", - "see-recent-files": "Se seneste filer", - "close": "Luk", - "unknown-pane-title": "Plugin er ikke længere aktivt", - "unknown-pane-desc": "Pluginet, der oprettede dette panel ({{type}}), er forsvundet" - }, - "menu": { - "edit-view": "Rediger (Ctrl/Cmd+Klik for at redigere i nyt panel)", - "read-view": "Nuværende visning: læsning", - "switch-to-edit-view": "Klik for at redigere", - "switch-to-read-view": "Klik for at læse", - "mod-click-open-new-tab": "{{key}}+Klik for at Ã¥bne i ny fane", - "find": "Find...", - "replace": "Erstat...", - "edit": "Rediger", - "remove": "Fjern", - "rename": "Omdøb", - "preview": "ForhÃ¥ndsvis", - "more-options": "Flere muligheder", - "close": "Luk", - "close-all": "Luk alle", - "close-others": "Luk andre", - "close-right": "Luk faner til højre", - "pin": "Fastgør", - "unpin": "Frigør", - "unlink-tab": "Fjern link til fane", - "link-tab": "Link med fane...", - "toggle-source-mode": "Kildetilstand", - "toggle-reading-view": "Læsevisning", - "add-property": "Tilføj filegenskab", - "delete-file": "Slet fil", - "create-file": "Opret denne fil", - "open-link": "Ã…bn link", - "open-in-new-tab": "Ã…bn i ny fane", - "open-to-the-right": "Ã…bn til højre", - "copy-url": "Kopiér URL", - "close-current-tab": "Luk nuværende fane", - "copy": "Kopiér", - "cut": "Klip", - "paste": "Indsæt", - "paste-as-plain-text": "Indsæt som almindelig tekst", - "lookup-selection": "SlÃ¥ “{{selection}}†op", - "select-all": "Vælg alt", - "rename-heading": "Omdøb denne overskrift...", - "rename-blockid": "Omdøb dette blok-ID...", - "open-in-new-window": "Ã…bn i nyt vindue", - "move-to-new-window": "Flyt til nyt vindue", - "open-in-browser": "Ã…bn i browser", - "stack-tabs": "Gruppér faner", - "unstack-tabs": "Afgruppér faner", - "open-linked-view": "Ã…bn linket visning" - }, - "tooltip": { - "click-to-expand": "Klik for at udvide", - "click-to-collapse": "Klik for at skjule", - "alias": "Alias", - "not-created-yet": "Ikke oprettet endnu; vælg for at oprette" - }, - "start-screen": { - "label-version": "Version", - "label-create-local-vault": "Opret lokal boks", - "option-open-folder-as-vault": "Ã…bn mappe som boks", - "option-open-folder-as-vault-description": "Vælg en eksisterende mappe med Markdown-filer.", - "option-create-vault": "Opret ny boks", - "option-create-vault-description": "Opret en ny Obsidian-boks under en mappe.", - "option-connect-obsidian-sync": "Forbind til Obsidian Sync", - "option-connect-obsidian-sync-description": "Opsæt en synkroniseret boks med en eksisterende ekstern boks.", - "option-new-vault-name": "Navn pÃ¥ boks", - "option-new-vault-name-description": "Angiv et navn til din fede boks.", - "option-new-vault-location": "Placering", - "option-new-vault-location-description": "Angiv en placering til din nye boks.", - "label-new-vault-location-preview": "Din boks placeres i: ", - "option-reveal-vault-in-explorer": "Vis boks i systemets stifinder", - "option-reveal-vault-in-explorer-mac": "Vis boks i Finder", - "option-rename-vault": "Omdøb boks...", - "option-copy-vault-i-d": "Kopiér boks-ID", - "msg-error-rename-exists": "Der er allerede en boks med dette navn.", - "msg-error-nested": "Kan ikke flytte boks til en undermappe af sig selv.", - "msg-error-rename-open": "Kan ikke omdøbe en Ã¥ben boks.", - "msg-rename-failed": "Kunne ikke omdøbe boks.", - "msg-rename-success": "Boksen blev omdøbt.", - "option-move-vault": "Flyt boks...", - "msg-move-select-dest": "Vælg destinationsmappe", - "msg-error-move-exists": "Der er allerede en boks med dette navn i mappen.", - "msg-error-move-open": "Kan ikke flytte en Ã¥ben boks.", - "msg-move-failed": "Kunne ikke flytte boks.", - "msg-move-success": "Boksen blev flyttet.", - "option-remove": "Fjern fra liste", - "button-quick-start": "Hurtig start", - "button-open": "Ã…bn", - "button-browse": "Gennemse", - "button-connect": "Forbind", - "button-create-vault": "Opret", - "button-back": "Tilbage", - "msg-empty-vault-name": "Navnet pÃ¥ boksen mÃ¥ ikke være tom.", - "msg-invalid-folder": "Vælg venligst en gyldig mappe.", - "msg-failed-to-create-vault": "Kunne ikke oprette boks.", - "msg-failed-to-create-vault-at-location": "Kunne ikke oprette boks i den givne placering. Dobbelttjek venligst placering og tilladelse.", - "msg-error-failed-to-open-vault": "Kunne ikke Ã¥bne boksen.", - "msg-error-remove-current-open-vault": "Kan ikke fjerne en Ã¥ben boks.", - "option-get-help": "FÃ¥ Hjælp", - "option-user-email": "E-mail", - "placeholder-your-email": "Din e-mail...", - "option-user-password": "Adgangskode", - "placeholder-your-password": "Din adgangskode...", - "button-sign-in": "Log ind", - "button-setup": "Opsætning", - "option-connect-vault-desc": "Opret en synkroniseret boks pÃ¥ denne enhed.", - "tooltip-own-vault": "Dette er en ekstern boks, du ejer.", - "tooltip-shared-vault": "Dette er en ekstern boks, som deles med dig." - }, - "starter-content": { - "welcome-filename": "Velkommen", - "welcome-file-content": "Dette er din nye *boks*.\n\nNotér noget, [[opret et link]], eller prøv [Importer] (https://help.obsidian.md/Plugins/Importer)!\n\nNÃ¥r du er klar, sÃ¥ slet denne note og gør boksen til din egen." - }, - "drag-and-drop": { - "insert-link-here": "Indsæt link her", - "insert-links-here": "Indsæt links her", - "move-into-folder": "Flyt til \"{{folder}}\"", - "star-this-file": "Stjernemarkér denne fil", - "star-these-files": "Stjernemarkér disse filer", - "open-in-this-tab": "Ã…bn i denne fane", - "open-as-tab": "Ã…bn som ny fane" - }, - "window": { - "maximize": "Maksimer", - "minimize": "Minimer", - "restore-down": "Gendan ned", - "close-window": "Luk vindue", - "go-back": "GÃ¥ tilbage", - "go-forward": "GÃ¥ frem" - }, - "start-up": { - "loading-obsidian": "Indlæser Obsidian...", - "obsidian-load-error": "En fejl opstod under indlæsning af Obsidian.", - "button-reload-app": "Genindlæs appen", - "button-reload-app-in-safe-mode": "Genindlæs appen i sikker tilstand", - "button-open-another-vault": "Ã…bn en anden boks", - "loading-components": "Indlæser komponenter...", - "loading-plugins": "Indlæser plugins...", - "loading-vault": "Indlæser boks...", - "msg-failed-to-load-vault": "Kunne ikke indlæse boks: ", - "loading-cache": "Indlæser cache...", - "loading-workspace": "Indlæser arbejdsomrÃ¥de..." - }, - "mobile": { - "action-import": "Importér til boks", - "action-insert-text-desc": "Føj tekst til filen:", - "action-choose-file-to-insert": "Vælg en fil at indsætte", - "action-insert-text-into-file": "Indsæt tekst i {{filename}}", - "action-insert-link-into-file": "Indsæt link i {{filename}}", - "msg-importing": "Importerer...", - "msg-import-success": "Vellykket import", - "msg-failed-to-import-file": "Kunne ikke importere filen {{filename}}", - "msg-back-again-to-exit": "Tryk tilbage igen for at afslutte." - }, - "help-screen": { - "label-official-help-site": "Officiel hjælpeside", - "label-official-help-site-desc": "Læs Obsidians officielle hjælpedokumentation, tilgængelig pÃ¥ flere sprog.", - "action-visit": "Besøg", - "label-discord-chat": "Discord-chat", - "label-discord-chat-desc": "Discord er det bedste sted at chatte med andre erfarne Obsidian-brugere fra hele verden.", - "action-join": "Deltag", - "label-forum": "Officielt forum", - "label-forum-desc": "Hjælp hinanden, indsend funktionsanmodninger, rapporter fejl, og deltag i dybdegÃ¥ende diskussioner om vidensstyring.", - "label-sandbox-vault": "Sandkasseboks", - "label-sandbox-vault-desc": "Prøv dig frem og eksperimentér med forskellige funktioner. Bemærk, at dine ændringer ikke gemmes." - } - }, - "commands": { - "save-file": "Gem nuværende fil", - "follow-cursor-link": "Følg link under markør", - "open-cursor-link-in-new-tab": "Ã…bn link under markør i ny fane", - "open-cursor-link-to-the-right": "Ã…bn link under markør til højre", - "open-cursor-link-in-new-window": "Ã…bn link under markør i nyt vindue", - "navigate-tab-above": "Fokuser pÃ¥ fanegruppen ovenfor", - "navigate-tab-below": "Fokuser pÃ¥ fanegruppen nedenfor", - "navigate-tab-left": "Fokuser pÃ¥ fanegruppen til venstre", - "navigate-tab-right": "Fokuser pÃ¥ fanegruppen til højre", - "toggle-pin": "Fastgør/Frigør", - "split-right": "Del til højre", - "split-down": "Del nedad", - "toggle-stacked-tabs": "SlÃ¥ fanegrupper til/fra", - "navigate-back": "Naviger tilbage", - "navigate-forward": "Naviger frem", - "use-dark-mode": "Brug mørk tilstand", - "use-light-mode": "Brug lys tilstand", - "change-theme": "Skift tema", - "search-current-file": "Søg i nuværende fil", - "search-replace-current-file": "Søg & erstat i nuværende fil", - "add-property": "Tilføj filegenskab", - "edit-property": "Rediger filegenskab", - "clear-properties": "Ryd filegenskaber", - "open-settings": "Ã…bn indstillinger", - "open-help": "Ã…bn hjælp", - "toggle-edit": "Skift mellem redigerings- og læsevisning", - "toggle-source-mode": "Skift mellem forhÃ¥ndsvisning og kildetilstand", - "delete-current-file": "Slet nuværende fil", - "new-tab": "Ny fane", - "show-trash": "Vis papirkurv", - "close-all-tabs": "Luk alle faner", - "close-active-tab": "Luk nuværende fane", - "close-others-in-tab-group": "Luk andre i fanegruppen", - "close-other-tabs": "Luk alle andre faner", - "close-tab-group": "Luk denne fanegruppe", - "toggle-left-sidebar": "SlÃ¥ venstre sidebjælke til/fra", - "toggle-right-sidebar": "SlÃ¥ højre sidebjælke til/fra", - "toggle-default-new-tab-mode": "Skift standardtilstand for nye faner", - "add-cursor-above": "Tilføj markør ovenfor", - "add-cursor-below": "Tilføj markør nedenfor", - "focus-editor": "Fokuser pÃ¥ editor", - "toggle-fold-properties": "Skift mellem foldningsegenskaber i nuværende fil", - "toggle-fold": "SlÃ¥ foldning pÃ¥ den aktuelle linje til/fra", - "fold-all": "Sammenfold alle overskrifter og lister", - "unfold-all": "Udfold alle overskrifter og lister", - "fold-more": "Fold mere", - "fold-less": "Fold mindre", - "swap-line-up": "Byt linje op", - "swap-line-down": "Byt linje ned", - "remove-heading": "Fjern overskrift", - "toggle-heading": "Sæt som overskrift {{level}}", - "toggle-bold": "Skift til fed skrift for markering", - "toggle-italics": "Skift til kursiv skrift for markering", - "toggle-highlight": "Skift til fremhævning for markering", - "toggle-comments": "Skift til kommentar for markering", - "clear-formatting": "Ryd formatering", - "insert-link": "Indsæt link", - "toggle-spellcheck": "SlÃ¥ stavekontrol til/fra", - "delete-paragraph": "Slet afsnit", - "toggle-checklist": "Skift status for tjekliste", - "cycle-list-checklist": "Skift mellem punkter/afkrydsningsfelter", - "insert-callout": "Indsæt bemærkning", - "insert-code-block": "Indsæt kodeblok", - "insert-math-block": "Indsæt matematisk blok", - "insert-horizontal-rule": "Indsæt vandret streg", - "insert-table": "Indsæt tabel", - "edit-file-title": "Rediger filtitel", - "copy-path": "Kopiér filsti", - "copy-url": "Kopiér Obsidian-URL", - "export-pdf": "Eksportér til PDF", - "reload": "Genindlæs app uden at gemme", - "undo-close-tab": "Fortryd lukket fane", - "context-menu": "Vis kontekstmenu under markøren", - "show-debug-info": "Vis fejlfindingsinfo", - "open-sandbox-vault": "Ã…bn sandkasseboks", - "always-on-top": "Skift vindue til altid at være øverst", - "zoom-in": "Zoom ind", - "zoom-out": "Zoom ud", - "reset-zoom": "Nulstil zoom", - "toggle-preview": "Skift mellem redigerings- og forhÃ¥ndsvisningstilstand", - "move-to-new-window": "Flyt nuværende panel til nyt vindue", - "open-in-new-window": "Ã…bn nuværende panel i nyt vindue", - "rename-current-file": "Omdøb nuværende fil", - "go-to-prev-tab": "GÃ¥ til forrige fane", - "go-to-next-tab": "GÃ¥ til næste fane", - "go-to-last-tab": "GÃ¥ til sidste fane", - "go-to-nth-tab": "GÃ¥ til fane #{{n}}", - "show-release-notes": "Vis udgivelsesnoter" - }, - "dialogue": { - "label-link-affected": "Dette vil pÃ¥virke {{links}} i {{files}}.", - "msg-updated-links": "Opdaterede {{links}} i {{files}}.", - "label-update-links": "Opdater links", - "label-confirm-update-link-to-file": "Vil du opdatere interne links, der fører til denne fil?", - "button-always-update": "Opdater altid", - "button-just-once": "Kun én gang", - "button-do-not-update": "Opdater ikke", - "label-confirm-deletion": "Er du sikker pÃ¥, at du vil slette \"{{filename}}\"?", - "label-move-to-system-trash": "Den flyttes til systemets papirkurv.", - "label-move-to-vault-trash": "Den flyttes til din Obsidian-papirkurv, som ligger i den skjulte mappe \".trash\" i din boks.", - "label-permanent-delete": "Filen slettes permanent.", - "label-non-empty-folder": "Denne mappe er ikke tom.", - "label-delete-folder-warning": "Hvis du fortsætter, slettes alle filer i denne mappe.", - "label-delete-folder": "Slet mappe", - "button-delete": "Slet", - "button-delete-do-not-ask-again": "Slet, og spørg ikke igen", - "label-do-not-ask-again": "Spørg ikke igen", - "label-existing-backlink": "Der er i øjeblikket {{links}}, der peger pÃ¥ denne note.", - "label-existing-backlink_plural": "Der er i øjeblikket {{links}}, der peger pÃ¥ denne note.", - "label-delete-file": "Slet fil", - "button-manage": "Administrer", - "button-cancel": "Annuller", - "button-done": "Færdig", - "button-save": "Gem", - "button-stop": "Stop", - "button-continue": "Fortsæt", - "button-choose": "Vælg", - "preparing-pdf": "Klargører PDF...", - "label-rename-file": "Omdøb fil", - "label-rename-file-generic": "Filnavn", - "label-new-name": "Nyt navn", - "msg-rename-success": "Filen blev omdøbt.", - "msg-merge-failed": "Kunne ikke flette noter: {{message}}", - "msg-file-or-folder-not-found": "Filen eller mappen “{{path}}†findes ikke.", - "label-rename-heading": "Omdøb overskrift", - "label-rename-blockid": "Omdøb blok-ID" - }, - "menu-items": { - "new-file": "Opret note", - "new-file-to-the-right": "Ny note til højre", - "new-window": "Nyt vindue", - "open-switcher": "Ã…bn Hurtig...", - "open-vault": "Ã…bn boks...", - "close-tab": "Luk fane", - "close-window": "Luk vindue", - "find": "Find", - "replace": "Erstat", - "insert-callout": "Bemærkning", - "insert-markdown-link": "Markdown-link", - "insert-wikilink": "Link", - "set-heading": "Overskrift {{level}}", - "no-heading": "Ingen overskrift", - "insert-quote": "Citat", - "export-pdf": "Eksportér PDF", - "insert-attachment": "Indsæt vedhæftning...", - "insert-codeblock": "Kodeblok", - "insert-math-block": "Matematisk blok", - "insert-table": "Tabel", - "toggle-bullet-list": "Punktliste", - "toggle-numbered-list": "Nummereret liste", - "toggle-checklist": "Tjekliste", - "toggle-bold": "Fed", - "toggle-code": "Kode", - "toggle-comment": "Kommentar", - "toggle-italics": "Kursiv", - "toggle-inline-math": "Matematik", - "toggle-highlight": "Fremhæv", - "toggle-strikethrough": "Gennemstreget", - "toggle-comments": "Kommentar", - "folding-menu": "Foldning", - "fold-all": "Sammenfold alle", - "unfold-all": "Udfold alle", - "fold-more": "Fold mere", - "fold-less": "Fold mindre", - "source-mode": "Kildetilstand", - "reading-view": "Læsevisning", - "show-debug-info": "Vis fejlfindingsinfo", - "open-sandbox": "Ã…bn sandkasseboks", - "navigate-back": "Naviger tilbage", - "navigate-forward": "Naviger frem", - "toggle-left-sidebar": "SlÃ¥ venstre sidebjælke til/fra", - "toggle-right-sidebar": "SlÃ¥ højre sidebjælke til/fra", - "split-right": "Del til højre", - "split-down": "Del nedad", - "release-notes": "Udgivelsesnoter" - }, - "plugins": { - "name": "Plugins", - "file-explorer": { - "name": "Stifinder", - "desc": "Se alle filerne i din boks.", - "action-open": "Ã…bn stifinder", - "action-show": "Vis stifinder", - "action-create-note": "Opret ny note", - "action-create-note-in-current-tab": "Opret ny note i nuværende fane", - "action-create-note-to-the-right": "opret note til højre", - "action-collapse-all": "Skjul alle", - "action-expand-all": "Udvid alle", - "action-new-note": "Ny note", - "action-new-folder": "Ny mappe", - "action-change-sort": "Skift sorteringsrækkefølge", - "action-reveal-file": "Vis fil i stifinder", - "action-reveal-active-file": "Vis aktiv fil i stifinder", - "command-make-a-copy": "Opret en kopi af den nuværende fil", - "command-move-file": "Flyt fil til en anden mappe", - "action-move-file": "Flyt fil til...", - "action-move-folder": "Flyt mappe til...", - "action-move-items": "Flyt {{count}} elementer til...", - "prompt-type-folder": "Indtast et mappenavn", - "label-no-folders": "Ingen mapper fundet.", - "instruction-navigate": "for at navigere", - "instruction-move": "for at flytte", - "instruction-create": "for at oprette", - "instruction-dismiss": "for at afvise", - "label-sort-a-to-z": "Filnavn (A til Ã…)", - "label-sort-z-to-a": "Filnavn (Ã… to A)", - "label-sort-new-to-old": "Sidst redigeret (ny til gammel)", - "label-sort-old-to-new": "Sidst redigeret (gammel til ny)", - "label-sort-created-old-to-new": "Oprettelsestidspunkt (gammel til ny)", - "label-sort-created-new-to-old": "Oprettelsestidspunkt (ny til gammel)", - "menu-opt-new-note": "Ny note", - "menu-opt-new-folder": "Ny mappe", - "menu-opt-rename": "Omdøb", - "menu-opt-delete": "Slet", - "menu-opt-make-copy": "Opret en kopi", - "msg-invalid-characters": "Filnavn mÃ¥ ikke indeholde nogen af følgende tegn: ", - "msg-unsafe-characters": "Links fungerer ikke med filnavne, der indeholder nogen af disse tegn: ", - "msg-file-already-exists": "Der findes allerede en fil med dette navn", - "msg-empty-file-name": "Filnavn mÃ¥ ikke være tomt.", - "msg-bad-dotfile": "Filnavn mÃ¥ ikke starte med punktum.", - "tooltip-modified-time": "Sidst modificeret {{time}}", - "tooltip-created-time": "Oprettet {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", - "action-move-file-short-name": "Flyt", - "label-untitled-file": "Unavngivet", - "label-untitled-folder": "Unavngivet", - "msg-set-attachment-folder": "Vedhæftninger gemmes fremover i \"{{path}}\"." - }, - "search": { - "name": "Søg", - "desc": "Søg efter nøgleord i alle noter.", - "action-open-search": "Søg i alle filer", - "label-collapse-results": "Skjul resultater", - "label-match-case": "Match store og smÃ¥ bogstaver", - "label-explain-search-term": "Forklar søgeord", - "label-more-context": "Vis mere kontekst", - "label-result-count": "{{count}} resultat", - "label-result-count_plural": "{{count}} resultater", - "label-toggle-search-settings": "Søgeindstillinger", - "prompt-start-search": "Skriv for at starte søgning...", - "label-match-text": "Matcher tekst: ", - "label-match-regex": "Matcher regex: ", - "label-match-exact-text": "Indeholder nøjagtig tekst: ", - "label-match-greater-than": "Større end: ", - "label-match-less-than": "Mindre end: ", - "label-match-true": "Matcher", - "label-match-false": "Matcher ikke", - "label-match-empty": "Er tom", - "label-match-property": "Indeholder egenskab:", - "label-match-all": "Matcher alle: ", - "label-match-any": "Matcher enhver: ", - "label-excluding": "Ekskluder: ", - "label-case-sensitive": "Forskel pÃ¥ store og smÃ¥ bogstaver", - "label-case-insensitive": "Ikke forskel pÃ¥ store og smÃ¥ bogstaver", - "label-match-file-path": "Matcher filsti: ", - "label-match-file-name": "Matcher filnavn: ", - "label-match-content": "Matcher filindhold: ", - "label-match-task": "Matcher opgave: ", - "label-match-task-todo": "Matcher opgave (skal gøres): ", - "label-match-task-done": "Matcher opgave (færdig): ", - "label-match-line": "Matcher linje: ", - "label-match-block": "Matcher blok: ", - "label-match-section": "Matcher sektion: ", - "label-match-tag": "Matcher tag: ", - "label-no-matches": "Ingen matcher fundet.", - "matches-with-count": "... og {{count}} mere match.", - "matches-with-count_plural": "... og {{count}} flere matcher.", - "label-copy-search-results": "Kopiér søgeresultater", - "button-copy-results": "Kopiér resultater", - "msg-successfully-copied": "Resultater kopieret til udklipsholderen.", - "option-show-path": "Vis sti", - "option-show-path-description": "Vis hele filstien i stedet for kun filnavn.", - "option-link-style": "Linkstil", - "option-link-style-description": "Eventuelt kan du gøre hvert filresultat til et link.", - "option-choice-link-style-none": "Ingen", - "option-choice-link-style-wikilink": "Wikilink", - "option-choice-link-style-markdown-link": "Markdown-link", - "option-list-prefix": "Listepræfiks", - "option-list-prefix-description": "Eventuelt kan du føje en listepræfiks til hvert filresultat.", - "option-choice-list-style-none": "Ingen", - "option-choice-list-style-dash": "Bindestreg (-)", - "option-choice-list-style-asterisk": "Stjerne (*)", - "option-choice-list-style-numbered": "Nummereret", - "tooltip-clear-search": "Ryd søgning", - "label-search-options": "Søgemuligheder", - "label-properties-group": "Egenskaber", - "label-tags-group": "Tags", - "tooltip-read-more": "Læs mere", - "label-history": "Historik", - "tooltip-clear-history": "Ryd søgehistorik", - "label-path-option-description": "match filens sti", - "label-file-name-option-description": "match filnavn", - "label-tag-option-description": "søg efter tags", - "label-line-option-description": "søg nøgleord pÃ¥ samme linje", - "label-section-option-description": "søg nøgleord under samme overskrift", - "label-property-option-description": "match egenskab", - "menu-opt-search-for": "Søg efter \"{{keyword}}\"", - "menu-opt-search-in-folder": "Søg i mappe" - }, - "quick-switcher": { - "name": "Hurtig Skifter", - "desc": "Spring til enhver fil uden at forlade tastaturet. Ctrl/Cmd+O for at aktivere.", - "short-name": "Skifter", - "action-open": "Ã…bn hurtig skifter", - "instruction-navigate": "for at navigere", - "instruction-open": "for at Ã¥bne", - "instruction-open-in-new-tab": "for at Ã¥bne i ny fane", - "instruction-open-to-the-right": "for at Ã¥bne til højre", - "instruction-create": "for at oprette", - "instruction-dismiss": "for at afvise", - "instruction-select": "for at vælge", - "label-no-note-create-new": "Ingen noter fundet. Tryk Enter for at oprette en ny.", - "prompt-type-file-name": "Indtast filnavn for at skifte til eller oprette...", - "label-enter-to-create": "Tryk Enter for at oprette", - "tooltip-not-created-yet": "Ikke oprettet endnu. Vælg for at oprette", - "option-show-existing-only": "Vis kun eksisterende", - "option-show-existing-only-description": "Vis links til filer, der endnu ikke er oprettet.", - "option-show-attachments": "Vis vedhæftninger", - "option-show-attachments-desc": "Vis vedhæftede filer som billeder, videoer og PDF'er.", - "option-show-all-file-types": "Vis alle filtyper", - "option-show-all-file-types-desc": "Vis alle filtyper, ogsÃ¥ dem Obsidian ikke kan Ã¥bne. Filen Ã¥bnes med standardappen for den pÃ¥gældende filtype." - }, - "graph-view": { - "name": "Grafvisning", - "desc": "Se en grafoversigt over, hvilke noter der linker til hvilke.", - "action-open": "Ã…bn grafvisning", - "action-open-local": "Ã…bn lokal graf", - "action-copy-screenshot": "Kopiér skærmbillede", - "tab-title": "Graf over {{displayText}}", - "label-filters": "Filtre", - "prompt-filter-nodes": "Søg filer...", - "option-depth": "Dybde", - "option-depth-description": "Vis noder dette antal links væk", - "option-neighbor-links": "Nabolinks", - "option-neighbor-links-description": "Vis links mellem naboer.", - "option-forelinks": "UdgÃ¥ende links", - "option-forelinks-description": "Vis links til andre filer", - "option-backlinks": "IndgÃ¥ende links", - "option-backlinks-description": "Vis links fra andre filer", - "option-show-tags": "Tags", - "option-show-tags-description": "Tags er linket til filerne, der indeholder dem", - "option-show-attachments": "Vedhæftninger", - "option-show-attachments-description": "Vis vedhæftninger inkluderet af filer", - "option-show-existing-files-only": "Kun eksisterende filer", - "option-show-existing-files-only-description": "NÃ¥r markeret, vises links til ikke-eksisterende filer ikke", - "option-show-orphans": "Forældreløse", - "option-show-orphans-description": "Vis filer, der ikke er linket til nogen anden fil", - "label-display": "Visning", - "option-show-arrows": "Pile", - "option-show-arrows-description": "Vis pile, nÃ¥r der zoomes ind", - "option-text-fade": "Tærskel for tekstudtoning", - "option-node-size": "Nodestørrelse", - "option-link-thickness": "Linktykkelse", - "label-forces": "Kræfter", - "option-center-force": "Centerkraft", - "option-link-force": "Linkkraft", - "option-link-distance": "Linkafstand", - "option-repel-force": "Frastødningskraft", - "tooltip-open-graph-settings": "Ã…bn grafindstillinger", - "msg-screenshot-copied": "Skærmbillede kopieret til udklipsholderen.", - "label-groups": "Grupper", - "placeholder-enter-query": "Indtast forespørgsel...", - "tooltip-delete-graph": "Slet gruppe", - "button-new-group": "Ny gruppe", - "tooltip-click-to-change-drag-to-reorder": "Klik for at ændre farve\nTræk for at omarrangere grupper", - "action-timelapse": "Start grafens timelapse-animation", - "tooltip-start-timelapse-animation": "Start timelapse-animation", - "button-animate-timelapse": "Animer" - }, - "backlinks": { - "name": "Backlinks", - "desc": "Vis antallet af backlinks i statuslinjen.", - "action-open": "Ã…bn backlinks", - "action-show": "Vis backlinkspanel", - "action-open-for-current": "Ã…bn backlinks for nuværende fil", - "action-toggle-backlinks-in-document": "Vis/skjul backlinks", - "menu-opt-backlinks-in-document": "Backlinks i dokument", - "label-linked-mentions": "Linkede omtaler", - "label-no-backlinks": "Ingen backlinks fundet.", - "label-unlinked-mentions": "Ikke-linkede omtaler", - "label-show-search": "Vis søgefilter", - "label-link-button-text": "Link", - "tab-title": "Backlinks for {{displayText}}", - "label-no-unlinked-mentions": "Ingen ikke-linkede omtaler fundet.", - "ellipsis": "...", - "option-backlink-in-document": "Backlink i dokument", - "option-backlink-in-document-desc": "Vis backlinks i dokumentet som standard, nÃ¥r nye paneler Ã¥bnes." - }, - "outgoing-links": { - "name": "UdgÃ¥ende Links", - "desc": "Vis udgÃ¥ende links og find ikke-linkede omtaler fra andre noter i den aktuelle note.", - "action-open": "Ã…bn udgÃ¥ende links", - "action-show": "Vis udgÃ¥ende links-panel", - "action-open-for-current": "Ã…bn udgÃ¥ende links for nuværende fil", - "tab-title": "UdgÃ¥ende links fra {{displayText}}", - "label-links": "Links", - "label-no-links": "Ingen links fundet.", - "label-unlinked-mentions": "Ikke-linkede omtaler", - "tooltip-link-file": "Link denne fil", - "tooltip-not-created": "Ikke oprettet endnu" - }, - "tag-pane": { - "name": "Tagspanel", - "short-name": "Tags", - "desc": "Viser alle dine tags samt antallet af forekomster.", - "action-show": "Vis tagspanel", - "label-no-tags": "Ingen tags fundet.", - "label-sort-by-name-a-to-z": "Tagnavn (A to Ã…)", - "label-sort-by-name-z-to-a": "Tagnavn (Ã… to A)", - "label-sort-by-frequency-high-to-low": "Frekvens (høj til lav)", - "label-sort-by-frequency-low-to-high": "Frekvens (lav til høj)", - "action-show-nested-tags": "Vis indlejrede tags", - "action-collapse-all": "Sammenfold alle", - "action-expand-all": "Udfold alle" - }, - "properties": { - "name": "Egenskaber", - "desc": "Vis metadata for dine filer.", - "name-global": "Alle egenskaber", - "name-local": "Filegenskaber", - "tab-title": "Filegenskaber for {{displayText}}", - "action-show": "Vis alle egenskaber", - "action-show-local": "Vis filegenskaber", - "action-edit": "Rediger", - "opt-unassign-type": "Fjern tildeling af type", - "label-no-properties": "Ingen egenskaber fundet.", - "label-invalid-properties": "Ugyldige egenskaber.", - "label-sort-by-name-a-to-z": "Egenskabsnavn (A to Z)", - "label-sort-by-name-z-to-a": "Egenskabsnavn (Z to A)", - "label-sort-by-frequency-high-to-low": "Frekvens (høj til lav)", - "label-sort-by-frequency-low-to-high": "Frekvens (lav til høj)", - "label-change-property-type": "Skift egenskabstype", - "msg-merge-properties-warning": "Flet egenskaben “{{oldKey}}†med “{{newKey}}â€?", - "msg-merge-properties-warning-desc": "I tilfælde af konflikter flettes værdierne eller værdien fra “{{oldKey}}†bruges.", - "action-collapse-all": "Sammenfold alle", - "action-expand-all": "Udfold alle", - "action-open-local": "Ã…bn filegenskaber", - "action-open-daily-note": "Ã…bn daglig note" - }, - "page-preview": { - "name": "SideforhÃ¥ndsvisning", - "desc": "ForhÃ¥ndsvis en note ved at holde musen over et internt link. Ctrl/Cmd + hold musen over i redigeringstilstand.", - "label-empty-attachment": "“{{linktext}}†kunne ikke findes.", - "label-empty-note": "\"{{linktext}}\" er ikke oprettet endnu. Klik for at oprette.", - "label-source-editor": "Editor", - "label-source-preview": "ForhÃ¥ndsvis", - "label-source-search": "Søg, Backlinks og UdgÃ¥ende Links", - "label-require-mod": "Kræver {{key}} for at udløse sideforhÃ¥ndsvisning, nÃ¥r musen holdes over" - }, - "bookmarks": { - "name": "Bogmærker", - "desc": "Bogmærk ofte brugte filer og søgninger.", - "action-show": "Vis bogmærker", - "action-collapse-all": "Sammenfold alle", - "action-new-bookmark": "Bogmærk den aktive fane...", - "action-new-group": "Ny bogmærkegruppe", - "action-bookmark": "Bogmærk...", - "action-add-bookmark": "Tilføj bogmærke", - "action-edit-bookmark": "Rediger bogmærke", - "action-bookmark-block": "Bogmærk blokken under markøren...", - "action-bookmark-heading": "Bogmærk overskriften under markøren...", - "action-bookmark-search": "Bogmærk nuværende søgning...", - "action-remove-bookmark": "Fjern bogmærke for nuværende fil", - "action-bookmark-tab-group": "Bogmærk {{count}} fane...", - "action-bookmark-tab-group_plural": "Bogmærk {{count}} faner...", - "action-bookmark-all-tabs": "Bogmærk alle faner...", - "action-bookmark-graph": "Bogmærk denne graf...", - "label-bookmark": "Bogmærke", - "label-bookmarked": "Bogmærket", - "label-bookmark-with-count": "{{count}} bogmærke", - "label-bookmark-with-count_plural": "{{count}} bogmærker", - "label-no-bookmarks": "Ingen bogmærker fundet", - "label-invalid-data": "Kunne ikke indlæse bogmærker.", - "label-invalid-data-desc": "Datafilen er beskadiget.", - "label-untitled-group": "Unavngiven gruppe", - "label-untitled-graph": "Unavngiven graf", - "menu-opt-edit": "Rediger...", - "menu-opt-remove": "Fjern", - "menu-opt-rename": "Omdøb", - "menu-opt-bookmark-block": "Bogmærk denne blok...", - "menu-opt-bookmark-heading": "Bogmærk denne overskrift...", - "msg-no-search-query": "Ingen søgning at bogmærke.", - "option-path": "Sti", - "option-query": "Forespørgsel", - "option-u-r-l": "URL", - "option-title": "Titel", - "option-group": "Bogmærkegruppe", - "placeholder-bookmark-group": "Bogmærker" - }, - "custom-css": { - "name": "Brugerdefineret CSS", - "desc": "Læser \"obsidian.css\" i boksen og anvender det.", - "setting-community-themes": "Fællesskabstemaer", - "msg-fetching-themes": "Henter data om fællesskabstemaer...", - "prompt-filter": "Filter...", - "label-dark-theme-only": "Kun mørke temaer", - "label-light-theme-only": "Kun lyse temaer", - "label-use": "Brug", - "label-stop-use": "Stop brugen af dette tema", - "label-install-and-use": "Installer og brug", - "label-update": "Opdater", - "label-no-readme": "Dette tema indeholdt ikke en README-fil.", - "tooltip-remove-theme": "Fjern tema", - "label-visit-on-github": "Besøg pÃ¥ GitHub", - "msg-load-error": "Kunne ikke indlæse fællesskabstemaer. Tjek venligst din internetforbindelse.", - "msg-now-using-theme": "Du bruger nu {{title}} som dit CSS-tema.", - "msg-deleted-theme": "Temaet {{title}} er blevet slettet.", - "msg-updated-theme": "Temaet {{title}} er blevet opdateret.", - "label-installed": "Installeret", - "label-legacy": "Ældre", - "button-update-all-themes": "Opdater alle", - "msg-failed-load-themes": "Kunne ikke indlæse fællesskabstemaer.", - "msg-no-updates-found": "Ingen temaopdateringer fundet.", - "msg-updates-found": "Fandt {{count}} tema at opdatere.", - "msg-updates-found_plural": "Fandt {{count}} temaer at opdatere.", - "msg-failed-to-install-theme": "Kunne ikke installere temaet \"{{name}}\".", - "msg-successfully-installed-theme": "Temaet \"{{name}}\" blev installeret.", - "msg-installing-theme": "Installerer tema \"{{name}}\"...", - "label-search-summary": "Viser {{themeCount}}:", - "label-update-available": "Opdatering tilgængelig" - }, - "command-palette": { - "name": "Kommandopalet", - "desc": "Indtast en kommando for at aktivere den. Ingen grund til at bruge brugergrænsefladen eller huske genvejen.", - "action-open": "Ã…bn kommandopalet", - "instruction-navigate": "for at navigere", - "instruction-use": "for at bruge", - "instruction-dismiss": "for at afvise", - "label-no-commands": "Ingen kommandoer fundet.", - "prompt-type-command": "Indtast en kommando...", - "label-pinned-commands": "Fastgjorte kommandoer", - "option-add-new-pin": "Ny fastgjort kommando", - "option-add-new-pin-description": "Fastgjorte kommandoer vises øverst i kommandolisten, nÃ¥r ingen søgeforespørgsel er til stede." - }, - "markdown-format-importer": { - "name": "Importør af Markdown-format", - "desc": "Konverter Markdown fra andre apps til Obsidian-format.", - "action-open": "Ã…bn Markdown-importør", - "option-roam-tag-fixer": "Konverter Roam Research-tag", - "option-roam-tag-fixer-description": "Konverterer \"#tag\" og \"#[[tag]]\" til \"[[tag]]\".", - "option-roam-highlight-fixer": "Konverter Roam Research-fremhævning", - "option-roam-highlight-fixer-description": "Konverterer \"^^fremhævet^^\" til \"==fremhævet==\".", - "option-roam-todo-converter": "Konverter Roam Research-TODOs", - "option-roam-todo-converter-description": "Konverterer \"{{[[TODO]]}}\" til \"[ ]\".", - "option-bear-highlight-fixer": "Konverter Bear-fremhævning", - "option-bear-highlight-fixer-description": "Konverterer \"::fremhævning::\" til \"==fremhævning==\".", - "zettelkasten-link-fixer": "Konverter Zettelkasten-links", - "zettelkasten-link-fixer-description": "Konverterer \"[[UID]]\" links til fuldt format \"[[UID Filname]]\".", - "zettelkasten-link-beautifier": "Zettelkasten-linkforskønner", - "zettelkasten-link-beautifier-description": "Retter \"[[UID]]\" links og forskønner dem ogsÃ¥ \"[[UID File Name|File Name]]\".", - "msg-all-files-warning": "Advarsel: importøren konverterer alle filerne i din boks, ikke kun den aktuelle fil.", - "msg-override-files-warning": "Dine filer overskrives. Sikkerhedskopiér alle dine filer, før du forsøger at konvertere.", - "label-start-conversion": "Start Konvertering", - "label-stop": "Stop", - "label-go-back": "GÃ¥ tilbage", - "label-done": "Udført", - "label-processing": "Behandler...", - "label-cancelling": "Annullerer...", - "label-finished": "Færdig!", - "label-processed-files": "Behandlede filer", - "label-modified-files": "Modificerede filer", - "label-total-replacements": "Erstatninger i alt" - }, - "daily-notes": { - "name": "Daglige noter", - "desc": "Ã…bn dagens daglige note, eller opret en, hvis du ikke har en.", - "short-name": "I dag", - "action-open": "Ã…bn dagens note", - "action-open-previous": "Ã…bn forrige daglige note", - "action-open-next": "Ã…bn næste daglige note", - "action-insert-text": "Indsæt tekst i daglig note", - "action-insert-link": "Indsæt link i daglig note", - "msg-fail-format": "Kunne ikke oprette daglig note. \"{{format}}\" er ikke et gyldigt format.", - "msg-fail-folder": "Kunne ikke oprette daglig note. Mappen \"{{folderOption}}\" blev ikke fundet.", - "msg-fail-template-file": "Kunne ikke oprette daglig note. Skabelonfilen \"{{template}}\" blev ikke fundet.", - "msg-no-previous": "Ingen daglig note før denne.", - "msg-no-next": "Ingen daglige note efter denne.", - "option-date-format": "Datoformat", - "label-refer-to-syntax": "For mere syntaks, se: ", - "label-syntax-link": "formatreference", - "label-syntax-live-preview": "SÃ¥dan kommer det til at se ud: ", - "option-new-file-location": "Ny filplacering", - "option-new-file-location-description": "Mappestien, hvor den nye daglige note oprettes.", - "option-template": "Skabelonens filplacering", - "option-template-description": "Filstien, der bruges som skabelon.", - "option-open-on-start": "Ã…bn daglig note ved opstart", - "option-open-on-start-description": "Ã…bner din daglige note automatisk, nÃ¥r du Ã¥bner denne boks." - }, - "unique-note-creator": { - "name": "Unik noteopretter", - "desc": "Opret noter med unikke tidsstempelpræfikser til arbejdsgange som zettelkasten eller slip box.", - "short-name": "Unik", - "action-create-note": "Opret ny unik note", - "option-new-file-location": "Ny filplacering", - "option-new-file-location-description": "Mappestien, hvor den nye unikke note oprettes.", - "msg-folder-not-found": "Kunne ikke oprette unik note. Mappen \"{{folderOption}}\" blev ikke fundet.", - "option-template-file": "Skabelonens filplacering", - "option-template-file-description": "Filstien, der bruges som skabelon.", - "option-template-file-placeholder": "Eksempel: mappe1/note", - "option-id-format": "Unikt præfiksformat", - "msg-template-file-not-found": "Kunne ikke oprette unik note. Skabelonfilen \"{{template}}\" blev ikke fundet.", - "msg-failed-to-generate": "Kunne ikke generere en unik note med formatet \"{{format}}\"" - }, - "random-note": { - "name": "Tilfældig note", - "desc": "Ã…bner en tilfældig note. Praktisk til gennemgang og opdagelse.", - "short-name": "Tilfældig", - "action-open": "Ã…bn tilfældig note" - }, - "outline": { - "name": "Disposition", - "desc": "Viser dispositionen af den aktuelle fil eller tilknyttede panel.", - "action-open": "Ã…bn disposition", - "action-show": "Vis dispositionspanel", - "action-open-for-current": "Ã…bn disposition af den nuværende fil", - "tab-title": "Disposition af {{displayText}}", - "label-no-headings": "Ingen overskrifter fundet." - }, - "word-count": { - "name": "Ordtælling", - "desc": "Vis ordtælling i statuslinjen." - }, - "slides": { - "name": "Slides", - "desc": "Præsenter fra Markdown. Brug \"---\" for at adskille slides.", - "action-start": "Start præsentation" - }, - "audio-recorder": { - "name": "Lydoptager", - "desc": "Optag lyd, og gem som vedhæftning.", - "action-start": "Start lydoptagelse", - "action-stop": "Stop lydoptagelse", - "action-toggle": "Start/stop lydoptagelse", - "msg-access-denied": "Mikrofonadgang blev nægtet. Aktiver den venligst pÃ¥ indstillingssiden.", - "msg-pending-grant": "Giv venligst mikrofontilladelse for at starte optagelsen.", - "msg-no-microphone": "Ingen mikrofon er tilsluttet." - }, - "open-with-default-app": { - "name": "Ã…bn i standardapp", - "desc": "Tilføj knap for at Ã¥bne nuværende fil i standardappen.", - "action-open-file": "Ã…bn i standardapp", - "action-open-file-mobile": "Del", - "action-show-in-folder": "Vis i mappe", - "action-show-in-folder-mac": "Vis i Stifinder" - }, - "templates": { - "name": "Skabeloner", - "desc": "Indsæt skabelonindhold fra en mappe med skabelonfiler.", - "action-insert": "Indsæt skabelon", - "action-insert-current-date": "Indsæt dags dato", - "action-insert-current-time": "Indsæt nuværende tidspunkt", - "option-template-folder-location": "Placering af skabelonmappe", - "option-template-folder-location-description": "Filer i denne mappe vil være tilgængelige som skabeloner.", - "option-template-date-format": "Datoformat", - "option-template-date-format-description": "{{date}} i skabelonfilen erstattes med denne værdi.", - "option-template-date-format-description2": "Du kan ogsÃ¥ bruge {{date:YYYY-MM-DD}} for at tilsidesætte formatet én gang.", - "option-template-time-format": "Tidsformat", - "option-template-time-format-description": "{{time}} i skabelonfilen erstattes med denne værdi.", - "option-template-time-format-description2": "Du kan ogsÃ¥ bruge {{time:HH:mm}} for at tilsidesætte formatet én gang.", - "instruction-navigate": "for at navigere", - "instruction-insert": "for at indsætte skabelon", - "instruction-dismiss": "for at afvise", - "msg-no-templates-found": "Ingen skabeloner fundet", - "msg-fail-invalid-folder": "Kunne ikke liste skabeloner. Skabelonmappen er ugyldig.", - "msg-fail-folder-not-found": "Kunne ikke liste skabeloner. Mappen \"{{folderOption}}\" blev ikke fundet.", - "msg-fail-invalid-template-properties": "Kan ikke indsætte skabelon. Egenskaberne i skabelonfilen kunne ikke læses.", - "msg-no-folder-set": "Kunne ikke liste skabeloner. Ingen skabelonmappe konfigureret.", - "prompt-type-template": "Indtast navn pÃ¥ en skabelon..." - }, - "translucency": { - "name": "Gennemsigtigt vindue", - "desc": "SlÃ¥ gennemsigtighedseffekten til for at forstærke dybdefornemmelsen. Bruges bedst med mørk tilstand. Understøttes ikke pÃ¥ Linux." - }, - "slash-command": { - "name": "SkrÃ¥stregskommandoer", - "desc": "Aktiver evnen til at udløse skrÃ¥stregskommandoer i editoren ved at skrive en skrÃ¥streg." - }, - "editor-status": { - "name": "Redigeringsstatus", - "desc": "Føjer et element til statuslinjen som viser og ændrer den aktuelle redigeringstilstand.", - "read": "Læsning", - "edit-source": "Kildetilstand", - "edit-live-preview": "Live forhÃ¥ndsvisning" - }, - "publish": { - "name": "Publish", - "desc": "Udgiv dine noter gennem Obsidian Publish.", - "action-publish-changes": "Udgiv ændringer...", - "label-no-internet-access": "Du skal have adgang til internettet for at udgive ændringer.", - "label-publish-service-description": "Obsidian Publish er en betalt tillægstjeneste, der lader dig udgive dine noter online direkte fra Obsidian.", - "label-please-login": "For at begynde at udgive, log venligst ind eller opret en ny Obsidian-konto.", - "label-no-publish-subscription": "Du har endnu ikke et Obsidian Publish-abonnement.", - "button-purchase": "Køb", - "label-manage-sites": "Administrer sider", - "label-no-sites": "Du har ingen sider.", - "button-choose": "Vælg", - "tooltip-edit-site-id": "Rediger side-ID", - "tooltip-delete-site": "Slet side", - "label-delete-site-confirmation": "Er du sikker pÃ¥, at du vil slette denne side?", - "label-delete-site-details": "Dette sletter straks og permanent din side.", - "label-confirm-delete-site": "Bekræft sletning af side \"{{site}}\"", - "option-site-id": "Side-ID", - "option-site-id-description": "Din side vil være pÃ¥ https://publish.obsidian.md/{side id}. Du kan ændre dette senere. Kun smÃ¥ bogstaver, tal og bindestreger er tilladt.", - "option-site-id-placeholder": "Vælg et side-ID", - "button-create": "Opret", - "msg-invalid-site-id": "Side-ID kan kun indeholde smÃ¥ bogstaver, tal og bindestreger.", - "msg-site-id-in-use": "Dette side-ID er allerede i brug. Prøv venligst et andet.", - "msg-create-site-issue": "Der opstod et problem ved oprettelsen af din side.", - "label-site-options": "Side-indstillinger", - "option-site-general": "Generelt", - "option-site-components": "Komponenter", - "option-site-appearance": "Udseende", - "option-site-reading-experience": "Læseoplevelse", - "option-site-misc": "Andre sideindstillinger", - "option-site-name": "Sidenavn", - "option-site-name-description": "Navnet pÃ¥ din udgivne side. Det vises i sidetitlen pÃ¥ din side.", - "option-site-name-placeholder": "Navnet pÃ¥ din side", - "option-home-page-file": "Startsidefil", - "option-home-page-file-description": "Den første side, brugeren ser, nÃ¥r de lander pÃ¥ din udgivne side", - "option-home-page-file-placeholder": "Vælg en udgivet fil", - "option-logo": "Logo", - "option-logo-description": "Vælg en billedfil som dit side-logo.", - "option-logo-placeholder": "Ethvert uploadet billede i din boks...", - "option-site-collaboration": "Side-samarbejde", - "option-site-collaboration-desc": "Administrer samarbejdspartnere for denne side.", - "option-customize-navigation": "Tilpas navigation", - "option-customize-navigation-desc": "Tilsidesæt rækkefølgen af navigationspunkter og skjul sider eller mapper fra visning.", - "option-navigation-order": "Visningsrækkefølge for navigationspunkter", - "option-hide-items-in-navigation": "Skjul sider eller mapper fra navigation", - "option-hide-items-in-navigation-desc": "Højreklik og vælg \"Skjul\" for at forhindre specifikke sider i at vises i side-navigationen. Siderne vil stadig være tilgængelige via links eller ved at tilgÃ¥ URL'en direkte.", - "option-show-hidden-items": "Vis skjulte", - "button-customize-sidebar": "Administrer", - "label-navigation-modal-title": "Navigation", - "label-navigation-modal-desc": "Træk og slip for at tilpasse rækkefølgen af navigationspunkter pÃ¥ din Publish-side.", - "option-hide-in-navigation": "Skjul i navigation", - "button-manage-collaborators": "Administrer", - "option-theme": "Tema", - "option-theme-description": "Vælg standardfarveskema for din side.", - "option-theme-system": "Tilpas til system", - "option-show-theme-toggle": "Skift mellem lys/mørk", - "option-show-theme-toggle-description": "Lad besøgende skifte mellem lys og mørk tema efter eget ønske.", - "option-show-navigation": "Vis navigation", - "option-show-navigation-description": "Vis en liste over alle udgivne sider i venstre side af din udgivne side.", - "option-show-search": "Vis søgefelt", - "option-show-search-description": "Vis et søgefelt øverst i navigationen, der lader besøgende søge efter sider og overskrifter pÃ¥ din side.", - "option-show-graph": "Vis grafvisning", - "option-show-graph-description": "Vis en lille lokal graf pÃ¥ hver side.", - "option-show-outline": "Vis indholdsfortegnelse", - "option-show-outline-description": "Vis dispositionen af overskrifter pÃ¥ hver side.", - "option-show-backlinks": "Vis backlinks", - "option-show-backlinks-description": "Vis backlink-sektionen i slutningen af hver side.", - "option-sliding-window-mode": "Brug glidende vinduer", - "option-sliding-window-mode-description": "Ã…bn sider i nye paneler til højre. Tillader vandret scrolling gennem paneler.", - "option-hover-preview-file": "Vis hover-forhÃ¥ndsvisning", - "option-hover-preview-file-description": "Vis sideforhÃ¥ndsvisning ved musen over links.", - "option-hide-title": "Skjul sidetitel", - "option-hide-title-description": "Skjul sidens titeloverskrift. Nyttigt ved brug af egne overskrifter i begyndelsen af hver side.", - "option-readable-line-length": "Læsbar linjelængde", - "option-readable-line-length-description": "Begræns maksimal linjelængde. Rummer mindre indhold pÃ¥ skærmen, men gør lange afsnit mere læsbare.", - "option-site-password": "Adgangskoder", - "option-site-password-description": "Begræns adgang til din side med adgangskoder.", - "option-google-analytics": "Google Analytics-sporingskode", - "option-google-analytics-description": "Konfigurer Google Analytics for din side. Kun tilgængelig for besøgende fra din brugerdefinerede domæne-URL. Kontrollér venligst dine lokale love og regler først.", - "button-manage-passwords": "Administrer", - "button-save-site-settings": "Gem sideindstillinger", - "msg-updated-options": "Opdaterede indstillinger for din side.", - "button-go-back": "Tilbage", - "label-publishing-to": "Udgiver til", - "tooltip-switch-site": "Skift side", - "button-add-linked": "Tilføj linkede", - "tooltip-add-linked": "Tilføj alle filer, der er linket af de nuværende valgte elementer", - "msg-added-linked-files": "{{count}} linket fil er blevet tilføjet.", - "msg-added-linked-files_plural": "{{count}} linkede filer er blevet tilføjet.", - "tooltip-open-site-options": "Ændr sideindstillinger", - "label-no-changes-detected": "Ingen ændringer blev registreret.", - "label-changed-files-to-be-published": "Ændringer", - "label-unchanged-files-already-published": "Uændret (vælg for at slette)", - "label-file-selected": " valgt", - "button-select-all-files": "Vælg alle", - "label-custom-navigation-title": "Navigationselementer", - "button-deselect-all-files": "Fravælg alle", - "label-new-files-to-be-published": "Ny", - "button-publish": "Udgiv", - "msg-no-permission-to-publish-to-site": "Du har ikke tilladelse til at udgive til den nuværende side.", - "msg-select-at-least-one-file": "Vælg venligst mindst én fil.", - "label-upload-changes": "Upload ændringer", - "button-done": "Færdig", - "button-stop": "Stop", - "label-status-uploading": "Uploader", - "label-status-to-publish": "At udgive", - "label-status-to-delete": "At slette", - "label-status-published": "Udgivet", - "label-status-deleted": "Slettet", - "label-status-failed": "Mislykket", - "label-status-cancelled": "Annulleret", - "button-change": "Skift", - "label-clear-cache": "Det kan tage op til et par minutter, før ændringerne vises pÃ¥ din side. Hvis du ikke ser dine seneste ændringer, prøv at rydde cachen i din browser.", - "label-visit-site": "Du kan besøge din side her: ", - "msg-something-went-wrong": "Noget gik galt. Tjek udviklerkonsollen for detaljer.", - "msg-network-error": "Der opstod en netværksfejl.", - "label-manage-passwords": "Administrer adgangskoder", - "label-add-password": "Tilføj adgangskode", - "action-new-password": "Ny adgangskode", - "label-no-password": "Din side har i øjeblikket ingen adgangskoder. Alle kan besøge den.", - "label-have-password": "Din side er adgangskodebeskyttet. Hvis du har flere adgangskoder, kan besøgende fÃ¥ adgang til din side ved at indtaste en af dem.", - "option-password-name": "Adgangskode", - "option-password-desc": "En hash af din adgangskode gemmes sikkert. NÃ¥r adgangskoden er indstillet, kan den ikke afsløres i klartekst.", - "option-password-placeholder": "Din adgangskode", - "option-nickname-name": "Kaldenavn (valgfrit)", - "option-nickname-desc": "Indstil et kaldenavn for at minde dig selv om, hvad eller hvem adgangskoden er til.", - "action-add-password": "Tilføj denne adgangskode", - "label-untitled-password": "Unavngivet adgangskode", - "label-password-created-time": "Oprettet {{time}}", - "msg-added-new-password": "Tilføjede ny adgangskode.", - "option-custom-domain": "Brugerdefineret domæne", - "option-custom-domain-desc": "Brug dit eget domæne i stedet for https://publish.obsidian.md/{side id} URL'en.", - "option-noindex": "Forhindre søgemaskineindeksering", - "option-noindex-desc": "Forhindre søgemaskiner i at indeksere din side.", - "button-configure": "Konfigurer", - "label-configure-custom-domain": "Konfigurer brugerdefineret domæne", - "option-custom-url-name": "Brugerdefineret URL", - "option-custom-url-desc": "Den URL, din hjemmeside ligger pÃ¥.", - "option-custom-url-placeholder": "www.ditdomæne.com", - "option-custom-url-redirect": "Omdiriger til dit brugerdefinerede domæne", - "option-custom-url-redirect-desc": "Omdiriger besøgende pÃ¥ publish.obsidian.md/id til dit brugerdefinerede domæne.", - "button-update-custom-domain": "Opdater domæneindstilling", - "label-custom-domain-instructions": "Se venligst vores {{link}} pÃ¥ vores hjælpeside for mere information.", - "label-custom-domain-link-name": "vejledning til opsætning af brugerdefineret domæne", - "label-site-usage": "Du bruger {{site}} ud af din {{limit}}.", - "button-add-more-sites": "Køb flere sider", - "label-no-sites-bought": "Du har ikke købt nogen sider.", - "button-get-site": "FÃ¥ en side", - "label-manage-sharing": "Administrer deling for \"{{name}}\"", - "label-sharing-with-users": "Denne side deles i øjeblikket med følgende personer.", - "label-not-sharing": "Denne side deles i øjeblikket ikke med nogen.", - "label-invite-pending": "Afventer", - "tooltip-remove-user": "Fjern bruger", - "option-invite-user": "Inviter bruger", - "placeholder-invite-user": "Indtast deres e-mail...", - "error-email-must-be-valid": "Indtast venligst en gyldig e-mail for at invitere nogen.", - "msg-enable-publish-plugin": "Aktiver venligst Publish-kerneplugin i Indstillinger -> Kerneplugins for at se sider.", - "label-your-sites": "Dine sider", - "label-sites-shared-with-you": "Sider delt med dig", - "tooltip-leave-site-sharing": "Stop samarbejde pÃ¥ denne side", - "label-leave-site-confirmation": "Bekræft stop af sidesamarbejde", - "label-leave-site-confirmation-details": "Dette fjerner denne side fra listen over sider, der er delt med dig. Denne handling kan ikke fortrydes.", - "label-leave-site-confirmation-details-2": "Kontakt ejeren af siden, hvis du ønsker at samarbejde om denne side igen.", - "button-leave": "Forlad", - "label-compare-with-live": "Sammenlign med live-version", - "button-use-live-version": "Brug live-version", - "label-confirm-override": "Bekræft overskrivning af lokal version", - "label-confirm-override-1": "Er du sikker pÃ¥, at du vil overskrive den lokale version?", - "label-confirm-override-2": "Live versionen bruges, og din lokale version kasseres. Sikkerhedskopiér venligst, hvis nødvendigt.", - "button-proceed": "Fortsæt", - "message-successfully-used-live-version": "Det lykkedes at bruge live-versionen til at overskrive din lokale version.", - "label-open-file": "Ã…bn fil", - "tooltip-manage-publish-filters": "Administrer udgivelsesfiltre", - "option-included-folders": "Inkluderede mapper", - "option-included-folders-desc": "Filer i disse mapper vælges automatisk, nÃ¥r du gennemgÃ¥r ændringer til udgivelse.", - "option-currently-included-folders": "Disse mapper er i øjeblikket inkluderet:", - "option-excluded-folders": "Ekskluderede mapper", - "option-excluded-folders-desc": "Filer i disse mapper vises ikke, nÃ¥r du gennemgÃ¥r ændringer til udgivelse. Denne indstilling har prioritet over de inkluderede mapper ovenfor.", - "label-number-of-folders-included": "Obsidian Publish inkluderer i øjeblikket {{folders}}.", - "label-number-of-folders-excluded": "Obsidian Publish ekskluderer i øjeblikket {{folders}}.", - "label-manage-included-folders": "Administrer inkluderede mapper", - "label-manage-excluded-folders": "Administrer ekskluderede mapper", - "label-add-included-folder": "Inkluder en mappe", - "label-add-included-folder-desc": "Du kan inkludere bÃ¥de eksisterende mapper og mapper, der endnu ikke er oprettet.", - "tooltip-contact-support": "Kontakt support", - "label-navigation-preview": "NavigationsforhÃ¥ndsvisning" - }, - "workspaces": { - "name": "ArbejdsomrÃ¥der", - "desc": "Gem og indlæs arbejdsomrÃ¥delayout.", - "action-load-layout": "Indlæs arbejdsomrÃ¥delayout", - "action-manage-layouts": "Administrer arbejdsomrÃ¥delayouts", - "action-save-and-load-layout": "Gem og indlæs et andet layout", - "placeholder-save-current-layout-as": "Gem nuværende arbejdsomrÃ¥delayout som...", - "button-save": "Gem", - "button-load": "Indlæs", - "tooltip-delete-layout": "Slet layout", - "msg-delete-layout-success": "Layout blev slettet.", - "msg-enter-name": "Indtast venligst et navn til det nye layout.", - "msg-save-layout-success": "Layout blev gemt.", - "label-no-layout-found": "Ingen gemte layouts fundet.", - "placeholder-type-to-search-layouts": "Indtast layoutnavn..." - }, - "sync": { - "name": "Synk", - "desc": "Synkroniser dine filer med Obsidian Sync.", - "action-view-version-history": "Se versionshistorik", - "label-load-more": "Indlæs mere", - "label-show-diff": "Vis forskel", - "label-copy-to-clipboard": "Kopiér til udklipsholder", - "label-restore-this-version": "Gendan denne version", - "msg-already-latest-version": "Denne version er allerede den seneste version.", - "msg-restored-version": "Version fra {{time}} blev gendannet", - "label-file-deleted": "Denne fil var slettet", - "label-file-deleted-via": "Slettet via {{ device }}", - "label-file-renamed-from": "Denne fil blev omdøbt fra \"{{filepath}}\"", - "label-revision": "1 revision", - "label-revision_plural": "{{revisions}} revisioner", - "label-via-device": "via {{device}}", - "label-no-earlier-version": "Der var ingen tidligere versioner af denne fil.", - "label-empty-file": "Tom", - "label-unable-to-retrieve": "Kan ikke hente versionshistorik", - "label-setting-files": "Indstillingsfiler", - "label-deleted-files": "Slettede filer", - "label-version-history": "Versionshistorik", - "label-click-to-see-history": "Klik pÃ¥ en slettet fil for at se dens historik.", - "label-create-remote-vault": "Opret ekstern boks", - "msg-please-enter-password": "Indtast venligst en adgangskode.", - "msg-vault-name-cannot-be-empty": "Boksnavnet mÃ¥ ikke være tomt.", - "msg-successfully-created-vault": "Den eksterne boks \"{{name}}\" blev oprettet.", - "label-remote-vault-explanation": "Eksterne bokse synkroniserer din boks sikkert mellem enheder.", - "option-vault-name": "Boksnavn", - "option-vault-name-desc": "Hjælper dig med at huske, hvad denne boks er til.", - "option-vault-region": "Region", - "option-vault-region-desc": "Vælg den serverregion tættest pÃ¥ dig til at gemme den eksterne boks. Dette kan ikke ændres i fremtiden.", - "option-vault-name-placeholder": "Min fantastiske boks", - "option-use-custom-encryption-password": "Tilpas adgangskoden til end-to-end-kryptering", - "option-use-custom-encryption-password-desc": "Hvis du slÃ¥r dette fra, hÃ¥ndterer vi en krypteringsnøgle sikkert for dig.", - "option-use-custom-encryption-password-desc-warning": "Denne indstilling kan ikke ændres senere.", - "option-encryption-password": "Krypteringsadgangskode", - "option-encryption-password-desc": "Denne adgangskode kan ikke ændres senere.", - "option-encryption-password-desc-warning": "Hvis du glemmer denne adgangskode, forbliver alle fjerndata ubrugelige for evigt.", - "option-encryption-password-desc-2": "Dette pÃ¥virker ikke dine lokale data.", - "option-encryption-password-placeholder": "Din adgangskode", - "label-enter-encryption-password": "Indtast Krypteringsadgangskode", - "button-unlock-vault": "LÃ¥s boks op", - "msg-verified-password": "Din adgangskode blev verificeret.", - "label-remote-vaults": "Dine eksterne bokse", - "label-vault-created-time": "Oprettet {{time}}", - "tooltip-delete-remote-vault": "Slet", - "tooltip-rename-remote-vault": "Omdøb", - "label-rename-remote-vault": "Omdøb ekstern boks \"{{name}}\"", - "label-rename-remote-vault-desc": "Indtast et nyt navn til denne eksterne boks.", - "tooltip-manage-sharing": "Administrer deling", - "label-confirm-delete-remote-vault": "Bekræft sletning af boks", - "label-confirm-delete-remote-vault-question": "Er du sikker pÃ¥, at du vil slette denne eksterne boks?", - "label-confirm-delete-remote-vault-result": "Alle data pÃ¥ vores server, inklusive versionshistorik, slettes. Dine lokale filer forbliver intakte.", - "label-confirm-delete-remote-vault-warning": "Denne handling er permanent og irreversibel.", - "msg-remote-vault-deleted": "{{name}} blev slettet.", - "button-connect-to-remote-vault": "Forbind", - "button-disconnect-from-remote-vault": "Afbryd", - "label-not-remote-vaults": "Du har ingen eksterne bokse.", - "label-no-subscription": "Du har ikke et aktivt Obsidian Sync-abonnement.", - "label-please-visit": "Besøg venligst", - "button-create-new-remote-vault": "Opret ny ekstern boks", - "label-sync-log": "Synkroniseringslog", - "option-event-type": "Hændelsestype", - "option-event-type-desc": "Vis kun logelementer af den valgte type.", - "option-event-type-all": "Alle", - "option-event-type-errors": "Fejl", - "option-event-type-merge-conflicts": "Fletningskonflikter", - "button-copy-sync-log": "Kopiér synkroniseringslog", - "msg-successfully-copied-sync-log": "Synkroniseringslog blev kopieret.", - "button-retry": "Prøv igen", - "button-purchase-subscription": "Køb", - "label-third-party-sync-warning": "Konfliktende filsynkroniseringstjeneste fundet", - "label-third-party-sync-warning-desc": "Advarsel: Din boks ser ud til at bruge {{service}} som en tredjepartssynkroniseringstjeneste. Hvis du bruger Obsidian Sync med denne boks, kan der opstÃ¥ konflikter, filbeskadigelse eller datatab.", - "label-icloud-drive-warning": "Hvis du bruger iCloud Drive, synkroniseres dine mapper Documents og Desktop muligvis af iCloud. Det kan skabe konflikter med Obsidian Sync.", - "option-remote-vault": "Fjernboks", - "button-choose-remote-vault": "Vælg", - "button-manage-remote-vault": "Administrer", - "option-remote-vault-desc-connected": "Har i øjeblikket forbindelse til den eksterne boks \"{{name}}\".", - "option-remote-vault-desc-not-connected": "Har i øjeblikket ingen forbindelse til nogen ekstern boks.", - "option-sync-status": "Synkroniseringsstatus", - "option-sync-status-desc-paused": "Obsidian Sync er sat pÃ¥ pause i øjeblikket.", - "option-sync-status-desc-running": "Obsidian Sync kører i øjeblikket.", - "option-device-name": "Enhedsnavn", - "option-device-name-desc": "Dette navn vises i synkroniseringsloggen. Lad det være tomt for at bruge standardnavnet.", - "button-resume": "Fortsæt", - "button-pause": "Sæt pÃ¥ pause", - "option-view-deleted-files": "Slettede filer", - "option-view-deleted-files-desc": "Vis og gendan slettede filer.", - "option-sync-log": "Synkroniseringsaktivitet", - "option-sync-log-desc": "Se seneste synkroniseringsaktivitet til fejlfinding.", - "button-view": "Se", - "button-bulk-restore": "Massegendannelse", - "button-restore-selected-files": "Gendan valgte filer", - "msg-restoring": "Gendanner...", - "msg-restoring-complete": "`Gendannelse fuldført: {{succeeded}} lykkedes og {{failed}} mislykkedes.`", - "option-vault-size": "Boksstørrelse", - "option-vault-size-desc": "Du bruger {{size}} ud af {{limit}}", - "option-vault-size-unknown": "Kan ikke hente din boksstørrelse.", - "option-vault-size-loading": "Henter din boksstørrelse...", - "option-over-size": "Boksstørrelse overstiger grænsen", - "msg-largest-files": "Se største filer", - "msg-largest-files-desc": "Disse er de eksterne filer, der optager mest plads. Efter sletning af vedhæftninger kan du bruge oprydningsknappen til at frigøre plads i den eksterne boks.", - "button-upgrade-storage": "Opgrader lagerplads", - "button-purge-remote": "Fjern", - "tooltip-purge-remote": "Fjern slettede vedhæftninger permanent fra den eksterne boks for at spare plads.", - "msg-purge-complete": "Oprydning fuldført.", - "option-prevent-sleep": "Forhindr, at enheden gÃ¥r i dvale", - "option-prevent-sleep-desc": "Forhindrer at enheden gÃ¥r i dvale, nÃ¥r der stadig er filer, der skal synkroniseres.", - "option-selective-sync": "Selektiv synkronisering", - "option-excluded-folders": "Ekskluderede mapper", - "option-excluded-folder-desc": "Forhindrer visse mapper i at blive synkroniseret.", - "option-currently-excluded-folders": " Disse mapper er i øjeblikket ekskluderet:", - "button-manage-excluded-folders": "Administrer", - "option-sync-image": "Synkroniser billeder", - "option-sync-image-desc": "Synkroniser billedfiler med disse udvidelser: {{extensions}}.", - "option-sync-audio": "Synkroniser lyd", - "option-sync-audio-desc": "Synkroniser lydfiler med disse udvidelser: {{extensions}}.", - "option-sync-video": "Synkroniser videoer", - "option-sync-video-desc": "Synkroniser videoer med disse udvidelser: {{extensions}}.", - "option-sync-pdf": "Synkroniser PDF-filer", - "option-sync-pdf-desc": "Synkroniser PDF-filer.", - "option-sync-unsupported": "Synkroniser alle andre typer", - "option-sync-unsupported-desc": "Synkroniser ikke-understøttede filtyper.", - "option-vault-config-sync": "Synkronisering af bokskonfiguration", - "option-view-config-files": "Indstillingernes versionshistorik", - "option-view-config-files-desc": "Se og gendan versionhistorik for indstillingsfiler.", - "option-sync-app": "Hovedindstillinger", - "option-sync-app-desc": "Aktiver for at synkronisere editorindstillinger, fil- og linkindstillinger, brugerdefinerede genvejstaster osv.", - "option-sync-appearance": "Indstillinger for udseende", - "option-sync-appearance-desc": "Synkroniser indstillinger for udseende som mørk tilstand, aktivt tema og aktiverede kodestykker.", - "option-sync-appearance-data": "Temaer og kodestykker", - "option-sync-appearance-data-desc": "Synkroniser hentede temaer og kodestykker. Om de er aktiveret, afhænger af den tidligere indstilling.", - "option-sync-hotkey": "Genvejstaster", - "option-sync-hotkey-desc": "Synkroniser brugerdefinerede genvejstaster.", - "option-sync-core-plugin": "Liste over aktive kerneplugins", - "option-sync-core-plugin-desc": "Synkroniser, hvilke kerneplugins er aktiveret.", - "option-sync-core-plugin-data": "Kerneplugin-indstillinger", - "option-sync-core-plugin-data-desc": "Synkroniser indstilling for kerneplugin.", - "option-sync-community-plugin": "Liste over aktive fællesskabsplugins", - "option-sync-community-plugin-desc": "Synkroniser, hvilke fællesskabsplugins er aktiveret.", - "option-sync-community-plugin-data": "Installerede fællesskabsplugins", - "option-sync-community-plugin-data-desc": "Synkroniser installerede fællesskabsplugins (.js, .css og manifest.json-filer) og deres indstillinger.", - "label-sync-introduction": "Obsidian Sync er Obsidians ekstra synkroniseringstjeneste med end-to-end-kryptering og versionshistorik.", - "label-account-required": "For at starte synkroniseringen skal du logge ind eller oprette en ny Obsidian-konto.", - "button-sign-up": "Tilmeld", - "button-log-in": "Log ind", - "label-manage-excluded-folders": "Administrer ekskluderede mapper", - "label-number-of-folders-excluded": "{{folders}} er i øjeblikket ekskluderet fra synkronisering.", - "label-add-excluded-folder": "Ekskluder en mappe", - "label-add-excluded-folder-desc": "Du kan ekskludere bÃ¥de eksisterende mapper og mapper, der ikke er oprettet endnu.", - "tooltip-remove-excluded-folder": "Fjern fra eksklusionslisten", - "label-setup-connection": "Opsæt forbindelse", - "label-now-connected-to-vault": "Du er nu forbundet til \"{{name}}\".", - "button-start-syncing": "Start synkronisering", - "label-confirm-merge-vault": "Bekræft fletning af boks", - "msg-vault-has-notes": "Din lokale boks indeholder allerede nogle noter.", - "msg-vault-merge-warning": "Hvis du opretter forbindelse til den eksterne boks \"{{name}}\", flettes noter i din lokale boks med noter fra din eksterne boks. I tilfælde af konflikter bevares den seneste version af noten.", - "tooltip-update-setting-on-all-devices": "Opdater venligst denne indstilling, og genstart appen pÃ¥ alle de enheder, hvor den skal træde i kraft.", - "label-sharing-with-users": "Denne eksterne boks deles i øjeblikket med følgende personer.", - "label-not-sharing": "Denne eksterne boks deles i øjeblikket ikke med nogen.", - "label-vaults-shared-with-you": "Bokse delt med dig", - "tooltip-leave-vault-sharing": "Stop samarbejde om denne boks", - "label-leave-vault-confirmation": "Bekræft at stoppe samarbejde om denne boks", - "label-leave-vault-confirmation-details": "Dette fjerner denne boks fra listen over bokse, der deles med dig. Denne handling kan ikke fortrydes.", - "label-leave-vault-confirmation-details-2": "Kontakt venligst ejeren af boksen, hvis du ønsker at samarbejde om denne boks igen.", - "button-leave": "Forlad", - "label-require-subscription-to-connect": "Du skal have et Obsidian Sync-abonnement for at oprette forbindelse til denne boks.", - "option-contact-support": "Kontakt support", - "option-contact-support-desc": "Hvis du oplever problemer med Obsidian Sync, bedes du kontakte os, sÃ¥ vi kan hjælpe dig! Du kan fÃ¥ fat i os pÃ¥ support@obsidian.md.", - "button-copy-debug": "Kopiér fejlfindingsinfo", - "button-email-support": "E-mail support", - "msg-remote-vault-limit-hit": "Obsidian Sync lader dig oprette op til 5 eksterne bokse. For at oprette en ny ekstern boks skal du fjerne en eksisterende." - }, - "file-recovery": { - "name": "Filgenoprettelse", - "desc": "Lader dig gendanne nylige snapshots for at genoprette efter utilsigtet datatab. Snapshots gemmes kun for Markdown-filer.", - "action-open": "Ã…bn gemte snapshots", - "option-interval": "Snapshot-interval", - "option-interval-description": "Minimumsinterval i minutter mellem to snapshots.", - "option-keep": "Historiklængde", - "option-keep-description": "Længde i dage snapshots gemmes i.", - "option-open-history": "Snapshots", - "option-open-history-description": "Se og gendan gemte snapshots.", - "button-view-snapshots": "Se", - "option-clear": "Ryd historik", - "option-clear-description": "Slet alle snapshots.", - "button-clear-history": "Ryd", - "label-clear-warning": "Er du sikker pÃ¥, at du vil slette alle snapshots? Bemærk, at kun snapshots fjernes. Ingen filer i din boks pÃ¥virkes.", - "msg-clear-complete": "Snapshots blev slettet.", - "label-no-history-found": "Ingen snapshots fundet.", - "placeholder-choose-file": "Vælg en fil...", - "label-select-file": "Vælg venligst en fil til venstre for at se snapshots." - }, - "note-composer": { - "name": "Notekomponist", - "desc": "Flet, opdel og omstrukturer noter.", - "option-confirm-file-merge": "Bekræft filfletning", - "option-confirm-file-merge-description": "Spørg, inden to filer flettes.", - "option-split-replacement-text": "Tekst efter udtrækning", - "option-split-replacement-text-description": "Hvad der vises i stedet for den valgte tekst efter udtrækning.", - "option-choice-split-replacement-text-link": "Link til ny fil", - "option-choice-split-replacement-text-embed": "Indlejr ny fil", - "option-choice-split-replacement-text-none": "Intet", - "option-template-file": "Skabelonens filplacering", - "option-template-file-description": "Skabelonfil til brug ved fletning eller udtrækning. Tilgængelige variabler: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, fx {{date:YYYY-MM-DD}}.", - "command-merge-file": "Flet nuværende fil med en anden fil...", - "action-merge-file": "Flet hele filen med...", - "label-no-files": "Ingen filer fundet.", - "instruction-navigate": "for at navigere", - "instruction-merge": "for at flette", - "instruction-create-new": "for at oprette ny", - "instruction-merge-at-top": "for at flette til toppen", - "instruction-dismiss": "for at afvise", - "prompt-select-file-to-merge": "Vælg filen at flette ind i...", - "label-merge-file": "Flet fil", - "label-confirm-file-merge": "Er du sikker pÃ¥, at du vil flette \"{{fil}}\" til \"{{destination}}\"? \"{{file}}\" slettes.", - "button-merge": "Flet", - "command-split-file": "Udtræk nuværende markering...", - "command-extract-heading": "Udtræk denne overskrift...", - "instruction-append": "for at flytte til bunden", - "instruction-prepend": "for at flytte til toppen", - "msg-fail-to-fetch-template": "Kunne ikke hente skabelonfilen: \"{{skabelon}}\" blev ikke fundet.", - "msg-fail-to-find-heading": "Kunne ikke finde overskrift" - }, - "canvas": { - "name": "Lærred", - "desc": "Arranger og forbind noter pÃ¥ et uendeligt lærred.", - "action-add-note": "Tilføj note fra boks", - "action-add-media": "Tilføj medie fra boks", - "action-add-card": "Tilføj kort", - "action-add-website": "Tilføj webside", - "action-create-group": "Opret gruppe", - "action-create-with-size": "Opret et kort med en bestemt størrelse", - "action-convert-to-file": "Konverter til fil...", - "action-drag-to-add-note": "Træk for at tilføje note fra boksen", - "action-drag-to-add-media": "Træk for at tilføje medie fra boksen", - "action-drag-to-add-card": "Træk for at tilføje kort", - "action-edit-label": "Rediger etiket", - "action-remove-label": "Fjern etiket", - "action-search-file": "Søg efter fil", - "action-set-color": "Indstil farve", - "action-align": "Juster", - "action-align-left": "Venstrejuster", - "action-align-center": "Centrer", - "action-align-right": "Højrejuster", - "action-align-top": "Juster øverst", - "action-align-middle": "Juster midte", - "action-align-bottom": "Juster nederst", - "action-distribute-horizontal-spacing": "Fordel vandret afstand", - "action-distribute-vertical-spacing": "Fordel lodret afstand", - "action-justify-horizontally": "Lige margener vandret", - "action-justify-vertically": "Lige margener lodret", - "action-arrange-horizontally": "Arranger i en række", - "action-arrange-vertically": "Arranger i en kolonne", - "action-arrange-grid": "Arranger i et gitter", - "action-export-png": "Eksportér som billede", - "action-jump-to-group": "Spring til gruppe", - "action-set-background": "Indstil baggrund", - "action-edit-background": "Rediger baggrund", - "action-replace-background": "Udskift baggrund", - "action-remove-background": "Fjern baggrund", - "label-no-images": "Ingen billeder fundet.", - "label-export-png-desc": "Eksportér \"{{title}}\" som en PNG-fil med nedenstÃ¥ende indstillinger.", - "label-export-png-dimensions": "Estimerede billeddimensioner: {{dimensioner}}", - "label-distribute": "Fordel", - "label-justify": "Fuldjuster", - "label-arrange": "Arranger", - "label-always": "Altid", - "label-hover": "NÃ¥r musen holdes over", - "label-never": "Aldrig", - "label-no-section-found": "Ingen sektion fundet", - "option-wheel-behavior": "Standardadfærd for musehjul", - "option-mod-drag-behavior": "Standardadfærd for {{key}}", - "option-show-menu": "Vis menu", - "option-new-canvas-location": "Standardplacering for nye lærredfiler", - "option-new-canvas-location-description": "Hvor nye lærredsfiler placeres.", - "option-new-canvas-folder-path": "Mappe at oprette nye lærredsfiler i", - "option-new-canvas-folder-path-description": "Nyoprettede lærredsfiler vises under denne mappe.", - "option-node-label": "Vis kortetiket", - "option-snap-to-grid": "Snap til gitter", - "option-snap-to-grid-desc": "Snap kort til baggrundsgitteret, nÃ¥r du flytter og ændrer størrelse.", - "option-snap-to-objects": "Snap til objekter", - "option-snap-to-objects-desc": "Snap kort til nærliggende objekter, nÃ¥r du flytter og ændrer størrelse.", - "option-zoom-breakpoint": "Zoomtærskel for at skjule kortindhold", - "option-zoom-breakpoint-desc": "Lavere værdier øger ydeevnen, men skjuler kortindholdet hurtigere, nÃ¥r du zoomer ud.", - "option-export-png-show-logo": "Vis logo", - "option-export-png-show-logo-desc": "Dette tilføjer et Obsidian-logo nederst til venstre.", - "option-export-png-privacy-mode": "Privatlivstilstand", - "option-export-png-privacy-mode-desc": "Dette skjuler al tekst pÃ¥ dit lærred.", - "option-export-png-zoom": "Zoom", - "option-export-png-zoom-desc": "En højere zoom giver et billede med højere opløsning.", - "option-export-png-frame": "VisningsomrÃ¥de", - "option-export-png-frame-desc": "Vælg at gengive hele lærredet eller kun den nuværende synlige visning.", - "option-export-png-frame-full": "Hele lærredet", - "option-export-png-frame-viewport": "Kun VisningsomrÃ¥de", - "option-background-cover": "Cover", - "option-background-ratio": "Behold størrelsesforhold", - "option-background-repeat": "Gentag", - "action-new-canvas": "Nyt lærred", - "action-remove": "Fjern", - "action-narrow-heading": "Begræns til overskrift...", - "action-narrow-block": "Begræns til blok...", - "action-swap-file": "Byt fil...", - "action-change-url": "Skift URL...", - "action-zoom-to-fit": "Zoom for at passe", - "action-zoom-to-selection": "Zoom til markering", - "action-reload-page": "Gendindlæs side", - "action-follow-connection": "Følg forbindelse", - "command-create-new-canvas": "Opret nyt lærred", - "command-convert-to-file": "Konverter til fil...", - "instruction-narrow-heading": "for at indlejre overskrift", - "instruction-narrow-block": "for at indlejre blok", - "instruction-jump-to-group": "for at navigere til gruppe", - "prompt-to-narrow": "Indtast navn pÃ¥ overskrift", - "label-enter-url": "Indtast URL", - "label-empty-embed": "\"{{linktext}}\" kunne ikke findes.", - "prompt-add-text": "Tilføj tekst...", - "prompt-start-search": "Skriv for at søge...", - "label-canvas-help": "Lærredshjælp", - "label-canvas-settings": "Lærredsindstillinger", - "label-no-narrow": "Vis hele filen", - "label-readonly": "Skrivebeskyttet", - "label-disable-readonly": "Deaktiver skrivebeskyttelse", - "label-pan": "Panorer", - "label-pan-horizontal": "Panorer vandret", - "label-zoom": "Zoom", - "label-select-all": "Vælg alle", - "label-add-remove-selection": "Tilføj/fjern fra markering", - "label-clone-card": "Klon kort", - "label-constrain-movement-axis": "Begræns kortets bevægelse til aksen", - "label-disable-drag-snapping": "Deaktiver snapping, mens du trækker", - "label-remove-card": "Fjern kort", - "label-drag-from-below": "Træk nedefra eller dobbeltklik", - "label-longpress": "Tryk og hold for at tilføje / flytte / vælge", - "label-drag-pan": "Træk for at panorere", - "label-pinch-zoom": "Knib for at zoome", - "label-space-drag-pan": "Mellemrum + Træk for at panorere", - "label-scroll-to-zoom": "Rul for at zoome", - "label-untitled-group": "Unavngivet gruppe", - "label-line-direction": "Linjeretning", - "label-nondirectional": "Ikke-retningsbestemt", - "label-unidirectional": "Ensrettet", - "label-bidirectional": "Tovejs", - "label-image": "Billede", - "label-style": "Stil", - "msg-no-groups-found": "Ingen grupper fundet", - "msg-export-failed-empty-canvas": "Kan ikke eksportere et tomt lærred" - } - }, - "pdf": { - "action-highlight-all": "Fremhæv alle", - "action-match-diacritics": "Match diakritiske tegn", - "action-whole-words": "Hele ord", - "action-show-thumbnails": "Miniaturebilleder", - "action-show-outline": "Indholdsfortegnelse", - "action-reveal-in-outline": "Vis side i indholdfortegnelsen", - "action-toggle-sidebar": "SlÃ¥ sidebjælke til/fra", - "action-previous-page": "Forrige side", - "action-next-page": "Næste side", - "action-fit-width": "Tilpas bredde", - "action-fit-height": "Tilpas højde", - "action-save-p-d-f-location": "Gem nuværende position i dokument", - "action-copy-annotation": "Kopiér annotation", - "action-copy-quote": "Kopiér som citat", - "action-copy-selection-link": "Kopiér link til markering", - "action-copy-annot-link": "Kopiér link til annotation", - "action-copy-section-link": "Kopiér link til sektion", - "action-copy-section-link-title": "Kopiér link til “{{title}}â€", - "action-copy-page-link": "Kopiér link til {{page}}", - "msg-max-search-results": "{{current}} af over {{limit}} matcher", - "msg-search-count": "{{current}} af {{total}} matcher", - "msg-search-count_plural": "{{current}} af {{total}} matcher", - "msg-password-protected": "Denne PDF er adgangskodebeskyttet", - "msg-invalid-password": "Ugyldig adgangskode", - "msg-enter-password": "Indtast adgangskoden nedenfor", - "label-of-pages": "af {{count}}", - "label-page-of-pages": "({{current}} af {{count}})", - "label-spread-single": "Enkeltsidet", - "label-spread-odd": "Dobbeltsidet (ulige)", - "label-spread-even": "Dobbeltsidet (lige)", - "tooltip-sidebar-options": "Indstillinger for sidebjælke", - "tooltip-display-options": "Indstillinger for visning", - "label-adapt-to-theme": "Tilpas til tema", - "label-page": "side {{page}}", - "page_landmark": "Side {{page}}", - "thumb_page_title": "Side {{page}}", - "thumb_page_canvas": "Side {{page}}", - "text_annotation_type": "[{{type}} Annotation]", - "annotation_date_string": "{{date}}, {{time}}" - }, - "properties": { - "types": { - "option-multitext": "Liste", - "option-unknown": "Ukendt", - "option-text": "Tekst", - "option-aliases": "Aliasser", - "option-tags": "Tags", - "option-date": "Dato", - "option-datetime": "Dato & tid", - "option-number": "Nummer", - "option-checkbox": "Afkrydsningsfelt" - }, - "value-suggestion": { - "key-link-note": "Indtast [[", - "instruction-link-note": "for at linke note", - "instruction-dismiss": "for at afvise" - }, - "option-property-type": "Egenskabstype", - "msg-empty-property-name": "Egenskabsnavn mÃ¥ ikke være tomt.", - "msg-duplicate-property-name": "Egenskab findes allerede", - "msg-invalid-tag": "Ugyldigt tagnavn", - "msg-invalid-number": "Ugyldigt nummer", - "msg-invalid-properties": "Kunne ikke læse egenskaber.", - "label-no-value": "Ingen værdi", - "label-heading": "Egenskaber", - "label-invalid-yaml-marker": "Syntaksfejl. Dit frontmatter er ugyldigt.", - "label-add-property-button": "Tilføj egenskab", - "label-type-mismatch-warning": "Type mismatch; forventede {{type}}", - "label-migration-warning-desc": "Er du sikker pÃ¥, at du vil ændre typen? Nogle af de data, der er knyttet til denne egenskabsnøgle, er inkompatible." - }, - "table": { - "label-column": "Kolonne", - "label-row": "Række", - "action-row-after": "Tilføj række efter", - "action-column-after": "Tilføj kolonne efter", - "action-row-before": "Tilføj række før", - "action-row-up": "Flyt række op", - "action-row-down": "Flyt række ned", - "action-column-before": "Tilføj kolonne før", - "action-column-left": "Flyt kolonne til venstre", - "action-column-right": "Flyt kolonne til højre", - "action-duplicate-row": "Dupliker række", - "action-duplicate-column": "Dupliker kolonne", - "action-delete-row": "Slet række", - "action-delete-column": "Slet kolonne", - "action-align-left": "Venstrejuster", - "action-align-center": "Centrer", - "action-align-right": "Højrejuster", - "action-delete-selection": "Slet celler", - "action-clear-selection": "Ryd celler", - "action-sort-a-z": "Sorter kolonner (A to Ã…)", - "action-sort-z-a": "Sorter kolonner (Ã… to A)", - "label-command": "Tabel: {{command}}" - }, - "callout": { - "option-type": "Bemærkningstype", - "type": { - "info": "Info", - "important": "Vigtigt", - "tip": "Tip", - "success": "Succes", - "question": "SpørgsmÃ¥l", - "warning": "Advarsel", - "quote": "Citat", - "example": "Eksempel" - }, - "option-other": "Andre...", - "option-other-placeholder": "Bemærkningstype..." - }, - "nouns": { - "word-with-count": "{{count}} ord", - "word-with-count_plural": "{{count}} ord", - "character-with-count": "{{count}} tegn", - "character-with-count_plural": "{{count}} tegn", - "link-with-count": "{{count}} link", - "link-with-count_plural": "{{count}} links", - "file-with-count": "{{count}} fil", - "file-with-count_plural": "{{count}} filer", - "folder-with-count": "{{count}} mappe", - "folder-with-count_plural": "{{count}} mapper", - "backlink-with-count": "{{count}} backlink", - "backlink-with-count_plural": "{{count}} backlinks", - "properties-with-count": "{{count}} egenskab", - "properties-with-count_plural": "{{count}} egenskaber", - "site-with-count": "{{count}} webside", - "site-with-count_plural": "{{count}} websider", - "plugin-with-count": "{{count}} plugin", - "plugin-with-count_plural": "{{count}} plugins", - "theme-with-count": "{{count}} tema", - "theme-with-count_plural": "{{count}} temaer" - } -} + "setting": { + "options": "Indstillinger", + "plugin": "Plugin", + "builtin-plugins": "Kerneplugins", + "plugin-options": "Pluginindstillinger", + "folder-path-example-placeholder": "Eksempel: mappe 1/mappe 2", + "file-path-example-placeholder": "Eksempel: mappe/note", + "msg-restart-required": "Ændring af denne indstilling kræver en genstart for at fungere.", + "editor": { + "name": "Editor", + "section-behavior": "Adfærd", + "section-display": "Visning", + "option-spellcheck": "Stavekontrol", + "option-spellcheck-description": "Aktiverer stavekontrol. Fungerer i øjeblikket kun pÃ¥ engelsk (USA).", + "spellcheck-languages": "Stavekontrolsprog", + "spellcheck-languages-description": "Vælg de sprog, som stavekontrollen skal bruge.", + "spellcheck-languages-mac-description": "Den indbyggede stavekontrol pÃ¥ macOS registrerer automatisk sproget, du bruger.", + "spellcheck-dict": "Stavekontrolordbog", + "spellcheck-dict-empty": "Stavekontrolordbogen er tom.", + "option-show-inline-title": "Vis indlejret titel", + "option-show-inline-title-description": "Viser filnavn som en redigerbar titel indlejret i filindholdet.", + "option-readable-line-length": "Læsbar linjelængde", + "option-readable-line-description": "Begræns maksimal linjelængde. Rummer mindre indhold pÃ¥ skærmen, men gør lange afsnit mere læsbare.", + "option-strict-line-break": "Strenge linjeskift", + "option-strict-line-break-description": "I forhÃ¥ndsvisning ignoreres enkeltlinjeskift ifølge Markdown-specifikationerne. SlÃ¥ dette fra for at vise enkeltlinjeskift.", + "option-properties-in-document": "Egenskaber i dokument", + "option-properties-in-document-description": "Vælg, hvordan egenskaber vises i editoren. Vælg \"kilde\" for at vise egenskaberne som YAML.", + "option-properties-hidden": "Skjult", + "option-properties-visible": "Synlig", + "option-properties-source": "Kilde", + "option-show-file-properties": "Vis egenskaber i dokument", + "option-show-file-properties-description": "Vis egenskabssektionen øverst i filen.", + "option-auto-pair-brackets": "Auto-par paranteser", + "option-auto-pair-brackets-description": "Par parenteser og anførselstegn automatisk.", + "option-auto-pair-markdown": "Auto-par Markdown-syntaks", + "option-auto-pair-markdown-description": "Par automatisk symboler for fed, kursiv, fremhævning, gennemstregning og kode.", + "option-smart-indent-lists": "Smart listeindrykning", + "option-smart-indent-lists-description": "Ordner indrykning og listepunkter for dig.", + "option-fold-heading": "Fold overskrift", + "option-fold-heading-description": "Lader dig folde alt under en overskrift.", + "option-fold-indent": "Fold indrykning", + "option-fold-indent-description": "Lader dig folde en del af den samme indrykning, fx lister.", + "option-default-new-tab-view": "Standardvisning for nye faner", + "option-default-new-tab-view-description": "Standardvisningen, som en ny Markdown-fane Ã¥bnes i.", + "option-default-new-tab-view-editing": "Redigeringsvisning", + "option-default-new-tab-view-reading": "Læsevisning", + "option-open-tab-in-foreground": "Fokuser altid pÃ¥ nye faner", + "option-open-tab-in-foreground-description": "NÃ¥r du Ã¥bner et link i en ny fane, skift til det med det samme.", + "option-default-editing-mode": "Standard redigeringstilstand", + "option-default-editing-mode-description": "Den standard redigeringstilstand, som et nyt panel starter med.", + "option-default-editing-mode-source": "Kildetilstand", + "option-default-editing-mode-live-preview": "Live forhÃ¥ndsvisning", + "option-show-line-number": "Vis linjenummer", + "option-show-line-number-description": "Vis linjenummer i margen.", + "option-indentation-guide": "Vis indrykningshjælpelinjer", + "option-indentation-guide-description": "Vis lodrette hjælpelinjer mellem punkter for visuel vejledning.", + "option-use-tabs": "Brug tabulatorer", + "option-use-tabs-description": "Brug tabulatorer til indrykning ved tryk pÃ¥ \"Tab\"-tasten. SlÃ¥ dette fra for at bruge mellemrum.", + "option-tab-size": "Tabulatorstørrelse", + "option-tab-size-description": "Antal mellemrum, en tabulator svarer til.", + "option-rtl": "Højre-til-venstre (RTL)", + "option-rtl-description": "Indstiller tekstretningen for noter til at vises fra højre mod venstre.", + "option-auto-convert-html": "Auto-konverter HTML", + "option-auto-convert-html-description": "Konverter automatisk HTML til Markdown ved indsætning og træk-og-slip fra hjemmesider. Brug Ctrl/Cmd+Shift+V for at indsætte uden konvertering.", + "option-vim-key-bindings": "Vim-tastaturgenveje", + "option-vim-key-bindings-description": "Lader dig bruge Vim-tastaturgenveje i kildeeditoren.", + "option-vim-key-bindings-mobile": "PÃ¥ mobilenheder er denne indstilling pr. enhed og synkroniseres ikke via konfigurationsfilen.", + "label-confirm-enable-vim": "Bekræft, at gÃ¥ ind i Vim-tilstand", + "label-vim-warning": "Vim-tilstand er til effektiv tekstredigering, men kan være ret ulogisk. Hvis du ikke kender Vim, kan denne indstilling fÃ¥ Obsidian til at se ud, som om den ikke virker mere.", + "label-vim-test": "For at bekræfte, at du kender til Vim, bedes du indtaste kommandoen for at afslutte Vim uden at gemme nedenfor:", + "label-vim-your-answer": "Dit svar", + "placeholder-enter-command": "Indtast kommando...", + "button-confirm-enable-vim": "Lad mig aktivere Vim", + "msg-vim-mode-enabled": "Kommandoen er korrekt. Vim-tilstand er nu aktiveret.", + "msg-vim-mode-not-enabled": "Kommandoen er ikke korrekt. Vim-tilstand forbliver deaktiveret for at beskytte dig.", + "msg-vim-mode-please-enter-command": "Indtast venligst kommandoen for at aktivere Vim-tilstand" + }, + "file": { + "name": "Filer & Links", + "option-confirm-file-deletion": "Bekræft filsletning", + "option-confirm-file-deletion-description": "Om du vil bedes om at bekræfte filsletning.", + "option-delete-destination": "Slettede filer", + "option-delete-destination-description": "Hvad der sker med filer ved sletning.", + "option-choice-system-trash": "Flyt til systemets papirkurv", + "option-choice-vault-trash": "Flyt til Obsidian-papirkurv (.trash-mappe)", + "option-choice-permanent-delete": "Slet permanent", + "option-always-update-links": "Opdater altid interne links", + "option-always-update-links-description": "Om links skal opdateres automatisk efter omdøbning af en fil eller prompt.", + "option-new-note-location": "Standardplacering for nye noter", + "option-new-note-location-description": "Hvor nye noter skal placeres. Plugin-indstillinger tilsidesætter dette.", + "option-choice-vault-root": "Boks-mappe", + "option-choice-current-folder": "Samme mappe, hvor filen ligger", + "option-choice-specified-folder": "I mappen angivet nedenfor", + "option-new-file-folder-path": "Mappe at oprette nye noter i", + "option-new-file-folder-path-description": "Nye noter vises i denne mappe. Plugin-indstillinger tilsidesætter dette.", + "option-use-wiki-links": "Brug [[Wikilinks]]", + "option-use-wiki-links-description": "Auto-generér Wikilinks for [[links]] og ![[images]] i stedet for Markdown-links og -billeder. Deaktiver denne indstilling for at generere Markdown-links i stedet.", + "option-show-unsupported-files": "Registrer alle filtyper", + "option-show-unsupported-files-description": "Vis alle filtyper, selvom Obsidian ikke kan Ã¥bne dem direkte, sÃ¥ du kan linke til dem og se dem i Stifinder og Quick Switcher.", + "option-link-autocompleted-format": "Nyt linkformat", + "option-link-autocompleted-format-description": "Hvilke links skal indsættes ved auto-generering af interne links.", + "option-choice-shortest-linktext": "Korteste sti, nÃ¥r muligt", + "option-choice-relative-path": "Relativ sti til fil", + "option-choice-absolute-path": "Absolut sti til boks", + "option-new-attachment-location": "Standardplacering for nye vedhæftninger", + "option-new-attachment-location-description": "Hvor nye vedhæftede filer placeres.", + "option-choice-subdirectory": "I undermappe under nuværende mappe", + "option-attachment-folder-path": "Sti til vedhæftningsmappe", + "option-attachment-folder-path-description": "Nye vedhæftede filer vises her. Det inkluderer billeder, der er oprettet via træk-og-slip eller indsætning, og lydoptagelser.", + "option-attachment-subfolder-path": "Navn pÃ¥ undermappe", + "option-attachment-subfolder-path-description": "Hvis din fil er i \"boks/mappe\", og du angiver undermappens navn til \"vedhæftninger\", gemmes vedhæftninger i \"boks/mappe/vedhæftninger\".", + "option-attachment-subfolder-path-placeholder": "vedhæftninger", + "option-excluded-files": "Ekskluderede filer", + "option-excluded-files-desc": "Ekskluderede filer bliver enten skjult eller mindre synlige forskellige steder, fx i Quick Switcher, linkforslag og Grafvisning.", + "label-no-excluded-filters-applied": "Intet eksklusionsfilter anvendes lige nu. Tilføj et nedenfor.", + "label-excluded-filters-applied": "Filer, der matcher følgende filtre, er i øjeblikket ekskluderet:", + "label-excluded-filter": "Filter", + "message-empty-filter": "Filter mÃ¥ ikke være tomt", + "placeholder-excluded-filter": "Angiv sti eller \"/regex/\"..." + }, + "appearance": { + "name": "Udseende", + "option-base-theme": "Basistema", + "option-base-theme-description": "Vælg Obsidians standard farvetema.", + "option-accent-color": "Accentfarve", + "option-accent-color-description": "Vælg accentfarven, der bruges i hele appen.", + "dark-theme": "Mørk", + "light-theme": "Lys", + "system-theme": "Tilpas til system", + "option-font": "Skrifttype", + "option-advanced": "Avanceret", + "option-interface": "Grænseflade", + "option-interface-font": "Grænsefladeskrifttype", + "option-interface-font-description": "Indstil basisskrifttype for hele Obsidian.", + "option-zoom-level": "Zoomniveau", + "option-zoom-level-description": "Styrer appens overordnede zoomniveau.", + "option-text-font": "Tekstskrifttype", + "option-text-font-description": "Indstil skrifttype for redigerings- og læsevisninger.", + "option-monospace-font": "Monospace-skrifttype", + "option-monospace-font-description": "Indstil skrifttype til steder som kodeblokke og frontmatter.", + "label-single-font-currently-in-effect": " Nuværende anvendt skrifttype: ", + "label-multiple-fonts-currently-in-effect": " Følgende skrifttyper anvendes i øjeblikket:", + "option-font-placeholder": "Indtast skrifttypenavn...", + "label-no-custom-font-set": "Ingen brugerdefineret skrifttype anvendes lige nu. Tilføj en nedenfor.", + "label-font-applied": "Den første skrifttype fra denne liste, der er tilgængelig pÃ¥ dit system, anvendes.", + "msg-font-not-found": "Denne skrifttype findes ikke pÃ¥ dit system.", + "msg-font-found": "Denne skrifttype findes pÃ¥ dit system.", + "label-font-name": "Skrifttypenavn", + "option-community-themes": "Ã…bn fællesskabstemaer", + "option-community-themes-description": "ForhÃ¥ndsvis og brug fantastiske temaer skabt af fællesskabet.", + "button-browse-community-themes": "Gennemse", + "option-font-size": "Skriftstørrelse", + "option-font-size-description": "Skriftstørrelse i pixels, der pÃ¥virker editor og forhÃ¥ndsvisning.", + "option-font-size-action": "Hurtig justering af skriftstørrelse", + "option-font-size-action-description": "Juster skriftstørrelsen med Ctrl + Scroll eller knibe-zoom-bevægelsen pÃ¥ touchpad'en.", + "option-themes": "Temaer", + "option-manage-themes-description": "Administrer installerede temaer og gennemse fællesskabstemaer.", + "option-theme-button-manage": "Administrer", + "option-choice-none": "Ingen", + "option-native-menus": "Indbyggede menuer", + "option-native-menus-desc": "Menuer i hele appen vil matche styresystemets. De pÃ¥virkes ikke af dit tema.", + "button-reload-themes": "Genindlæs temaer", + "msg-reloaded-themes": "Genindlæste brugerdefinerede CSS-temaer.", + "button-open-themes-folder": "Ã…bn temamappe", + "option-css-snippets": "CSS-kodestykker", + "label-no-css-snippets-found": "Ingen CSS-kodestykker fundet i kodestykker-mappen.", + "no-snippet-description": "CSS-kodestykker er gemt i \"{{path}}\".", + "button-reload-snippets": "Genindlæs kodestykker", + "button-open-snippets-folder": "Ã…bn kodestykker-mappe", + "msg-reloaded-snippets": "Genindlæste CSS-kodestykker.", + "option-toggle-snippet-description": "Anvend CSS-kodestykke ved \"{{path}}\".", + "label-installed-themes": "Installerede temaer", + "label-screenshot-unavailable": "Skærmbillede utilgængeligt", + "label-default-theme": "Standard", + "tooltip-click-to-enlarge": "Klik for at forstørre", + "button-update": "Opdater", + "label-currently-active": "Active", + "option-frame-style": "Vinduesrammestil", + "option-frame-description": "Bestemmer stilen for titellinjen i Obsidian-vinduer. Kræver en fuld genstart for at træde i kraft.", + "option-frame-hidden": "Skjult (standard)", + "option-frame-obsidian": "Obsidian-ramme", + "option-frame-native": "Indbygget ramme", + "option-custom-icon": "Brugerdefineret appikon", + "option-custom-icon-desc": "Indstil et brugerdefineret ikon til appen", + "button-choose-custom-icon": "Vælg brugerdefineret ikon", + "option-configure-ribbon": "BÃ¥ndmenu", + "option-configure-ribbon-desc": "Konfigurer hvilke kommandoer, der vises i bÃ¥ndmenuen i den navigationslinje.", + "option-mobile-quick-ribbon-item": "Hurtig adgang til bÃ¥ndelement", + "option-mobile-quick-ribbon-item-desc": "Et tryk pÃ¥ bÃ¥ndelementet i navigationsmenuen aktiverer dette. Tryk og hold viser stadig menuen.", + "option-mobile-quick-ribbon-default": "Ã…bn bÃ¥ndmenu", + "button-configure": "Konfigurer", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", + "label-additional-ribbon-items": "Andre bÃ¥ndelementer", + "label-modal-configuration": "BÃ¥ndkonfiguration", + "label-modal-configuration-desc": "Vælg, hvilke elementer du vil have aktive i bÃ¥ndet. Træk og slip for at ændre rækkefølgen.", + "option-show-view-header": "Vis fanens titellinje", + "option-show-view-header-desc": "Vis overskriften øverst pÃ¥ hver fane.", + "msg-updates-found": "Fandt {{count}} tema at opdatere.", + "msg-updates-found_plural": "Fandt {{count}} temaer at opdatere.", + "button-check-for-updates": "Tjek for opdateringer", + "button-view-updates": "Se opdateringer", + "button-update-all-themes": "Opdater alle", + "label-current-themes": "Nuværende fællesskabstemaer", + "label-currently-installed": "Du har i øjeblikket {{count}} tema installeret.", + "label-currently-installed_plural": "Du har i øjeblikket {{count}} temaer installeret." + }, + "hotkeys": { + "name": "Genvejstaster", + "option-search": "Søg i genvejstaster", + "option-search-desc": "Viser {{count}} genvejstast. ", + "option-search-desc_plural": "Viser {{count}} genvejstaster. ", + "option-search-conflict": "{{count}} kommando med konflikter.", + "option-search-conflict_plural": "{{count}} kommandoer med konflikter.", + "prompt-filter": "Filtrer...", + "tooltip-delete-hotkey": "Slet genvejstast", + "label-waiting-for-hotkey-press": "Tryk pÃ¥ genvejstast...", + "label-show-all": "Alle", + "label-show-unassigned": "Ikke tildelt", + "label-show-assigned": "Tildelt", + "label-show-user-assigned": "Tildelt af mig", + "tooltip-restore-default": "Gendan standard", + "tooltip-customize-command": "Tilpas denne kommando", + "tooltip-hotkey-single-conflict": "Denne genvejstast er i konflikt med \"{{command}}\"", + "tooltip-hotkey-multiple-conflicts": "Denne genvejstast er i konflikt med {{count}} andre kommandoer", + "label-blank-hotkey": "Tomt" + }, + "about": { + "name": "Om", + "label-commercial-license": "Kommerciel licens", + "label-license-key": "Licensnøgle", + "license-key-placeholder": "Din licensnøgle...", + "label-activate-license": "Aktiver licens", + "button-activate": "Aktiver", + "label-unknown-version": "Ukendt", + "label-current-version": "Nuværende version: ", + "label-install-version": "(Installationsversion: {{version}})", + "label-up-to-date": "Obsidian er opdateret!", + "label-read-changelog": "Læs ændringsloggen.", + "label-manual-update-required": "For at understøtte og modtage de nyeste funktioner og sikkerhedsopdateringer kræver Obsidian en stor opdatering af installationsprogrammet. Du skal manuelt hente og geninstallere Obsidian.", + "label-download": "Hent", + "label-new-version-ready": "En ny version er klar til at installeres. ", + "label-relaunch-to-update": "Genstart appen for at opdatere.", + "label-disabled-updates": "Opdateringer er deaktiveret.", + "label-checking-for-updates": "Tjekker for opdateringer...", + "button-relaunch": "Genstart", + "button-check-for-updates": "Tjek for opdateringer", + "option-auto-update": "Automatiske opdateringer", + "option-auto-update-description": "SlÃ¥ dette fra for at forhindre appen i at tjekke for opdateringer.", + "option-get-help": "FÃ¥ hjælp", + "option-get-help-description": "FÃ¥ hjælp til at bruge Obsidian.", + "button-open": "Ã…bn", + "option-language": "Sprog", + "option-language-description": "Skift det viste sprog.", + "option-insider-build": "Modtag insider-versioner", + "option-insider-build-description": "Auto-opdater til insider-versioner for at afprøve nye funktioner. Bemærk, at disse versioner er helt nye og kan være mindre stabile.", + "option-advanced": "Avanceret", + "option-hw-acceleration": "Hardwareacceleration", + "option-hw-acceleration-description": "SlÃ¥r hardwareacceleration til, som bruger din GPU til at forbedre Obsidians ydeevne.", + "option-hw-acceleration-warning": "Hvis du slÃ¥r dette fra, forringes appens ydeevne betydeligt.", + "option-config-location": "Tilsidesæt konfigurationsmappe", + "option-config-location-description": "Brug en anden konfigurationsmappe end standardmappen. Skal starte med et punktum.", + "option-config-location-warning": "Konfigurationsplaceringen skal være et gyldigt mappenavn, der starter med et punktum.", + "label-license": "Licens", + "label-your-commercial-license-key": "Din kommercielle licensnøgle er \"{{key}}\".", + "label-commercial-license-info": "Registreret til \"{{company}}\" for {{seats}} brugere. Gyldig indtil {{expiry}}.", + "label-validating-commercial-license": "Validerer...", + "label-invalid-commercial-license": "Licensen er ugyldig: ", + "button-remove-commercial-license": "Fjern", + "option-catalyst": "Catalyst-licens", + "option-catalyst-desc": "Du har i øjeblikket {{tier}} Catalyst-licens. Tak for din støtte!", + "option-catalyst-desc-no-license": "Du har ingen Catalyst-licens i øjeblikket. Catalyst-licensen er en engangsdonation til at støtte Obsidians udvikling.", + "label-app": "App", + "label-add-own-language": "Se, hvordan du føjer dit sprog til Obsidian." + }, + "account": { + "name": "Konto", + "option-your-account": "Din konto", + "option-your-account-desc": "Du er nu logget ind pÃ¥ {{name}} ({{email}}).", + "option-your-account-desc-no-login": "Du er ikke logget ind i øjeblikket. En konto er kun nødvendig for Obsidian Sync, Obsidian Publish og Catalyst insider-versioner.", + "label-insider": "insider", + "label-supporter": "supporter", + "label-vip": "VIP", + "button-upgrade-catalyst": "Opgrader", + "option-commercial-license": "Kommerciel licens", + "option-commercial-license-desc": "Hvis du bruger Obsidian til kommercielle formÃ¥l, skal du muligvis have en kommerciel licens.", + "button-purchase": "Køb", + "button-log-out": "Log ud", + "label-log-in": "Log ind", + "label-sign-up": "Tilmeld dig", + "label-email": "E-mail", + "placeholder-email": "Din e-mail...", + "label-password": "Adgangskode", + "placeholder-password": "Din adgangskode...", + "label-forgot-password": "Forgot password?", + "button-login": "Log ind", + "message-empty-email": "E-mail mÃ¥ ikke være tom.", + "message-invalid-email": "E-mail er ikke gyldig.", + "message-empty-password": "Adgangskode mÃ¥ ikke være tom.", + "message-login-failed": "Login mislykkedes. Dobbelttjek venligst din e-mail og adgangskode.", + "label-no-account": "Har du ikke en konto? ", + "link-sign-up-now": "Tilmeld dig nu", + "label-mfa-code": "6-cifret 2FA-kode", + "mfa-wrong-format": "2FA-godkendelseskoden skal være pÃ¥ 6 cifre.", + "mfa-verification-failed": "2FA-koden er forkert. Dobbelttjek venligst din godkendelsesapp." + }, + "core-plugin": { + "plugin-list": "Pluginliste", + "option-search-plugin": "Søg i kerneplugins", + "option-search-plugin-description": "Filtrer plugins efter navn eller beskrivelse.", + "placeholder-search-plugin": "Søg plugins..." + }, + "third-party-plugin": { + "name": "Tredjepartsplugin", + "option-restricted-mode": "Begrænset tilstand", + "option-restricted-mode-description": "Begrænset tilstand er slÃ¥et fra. SlÃ¥ til for at deaktivere fællesskabsplugins.", + "button-turn-on": "SlÃ¥ til", + "option-browse-community-plugins": "Fællesskabsplugins", + "option-browse-community-plugins-description": "Gennemse og installer tredjepartsplugins skabt af vores fantastiske fællesskab.", + "button-browse": "Gennemse", + "label-exit-restricted-mode": "Afslut Begrænset Tilstand", + "label-exit-restricted-mode-description-1": "Fællesskabsplugins kan, som enhver anden software du installerer, potentielt forÃ¥rsage problemer med dataintegritet og sikkerhed.", + "label-exit-restricted-mode-description-2": "Pluginsikkerhed er vigtig for os. SÃ¥dan gør vi:", + "label-exit-restricted-mode-description-3": "PÃ¥ trods af vores indsats er der stadig en lille chance for, at et fællesskabsplugin opfører sig forkert.", + "label-code-review": "Indledende kodegennemgang", + "label-code-review-desc": "Plugins gennemgÃ¥r en indledende kodegennemgang af vores team, før de vises i butikken.", + "label-open-source": "Open source", + "label-open-source-desc": "De fleste plugins er open source pÃ¥ GitHub, sÃ¥ du selv kan undersøge koden.", + "label-peer-audit": "Kollegial revision", + "label-peer-audit-desc": "Vi har et stort fællesskab af udviklere, som passer pÃ¥ hinanden.", + "label-report-mechanism": "Rapporteringsmekanisme", + "label-report-mechanism-desc": "Vi følger op og fjerner fejlbehæftede plugins ved brugerrapportering.", + "label-exit-restricted-mode-disable-confirmation": "Vil du gerne afslutte Begrænset Tilstand for at aktivere fællesskabsplugins? Det er stærkt anbefalet at lave en sikkerhedskopi af dine data, før du gør det.", + "label-learn-more": "FÃ¥ mere at vide om pluginsikkerhed", + "button-turn-on-community-plugins": "Aktiver fællesskabsplugins", + "label-trust-author": "Har du tillid til skaberen af denne boks?", + "label-trust-author-description-1": "Du Ã¥bner denne boks for første gang, og den indeholder nogle plugins.", + "label-trust-author-description-2": "Hvis du har fÃ¥et denne boks fra en anden, sÃ¥ bemærk, at plugins af ukendt oprindelse kan udgøre en sikkerhedsrisiko.", + "label-trust-author-description-3": "Hvis du ikke har fuld tillid til skaberen af denne boks, anbefaler vi at blive i Begrænset Tilstand, sÃ¥ plugins i denne boks ikke kan køre.", + "button-enable-plugins": "Stol pÃ¥ skaberen, og aktiver plugins", + "button-dont-trust-author": "Gennemse boks i Begrænset Tilstand", + "placeholder-community-plugins": "Søg i fællesskabsplugins...", + "msg-failed-load-plugins": "Kunne ikke indlæse fællesskabsplugins.", + "label-installed": "Installeret", + "button-install": "Installer", + "button-enable": "Aktiver", + "button-disable": "Deaktiver", + "button-copy-share-link": "Kopiér delingslink", + "button-donate": "Donér", + "label-no-results-found": "Ingen resultater fundet.", + "label-no-recent-files-found": "Ingen nylige filer fundet. Skriv for at søge...", + "msg-failed-to-load-manifest": "Kunne ikke indlæse plugin-manifest.", + "label-version": "Version: {{version}}", + "label-currently-installed-version": " (installeret i øjeblikket: {{version}})", + "label-by-author": "Af ", + "label-repository": "Repository: ", + "label-last-update": "Seneste opdatering: ", + "tooltip-view-last-update": "Se den seneste opdatering", + "label-unsupported": "Dette plugin understøtter ikke din enhed.", + "button-update": "Opdater", + "label-no-readme": "Dette plugin indeholdt ikke en README-fil.", + "msg-installing-plugin": "Installerer plugin \"{{name}}\"...", + "msg-failed-to-install-plugin": "Kunne ikke installere plugin \"{{name}}\".", + "msg-successfully-installed-plugin": "Pluginet \"{{name}}\" blev installeret.", + "label-installed-plugins": "Installerede plugins", + "button-reload-plugins": "Genindlæs plugins", + "msg-reloaded-third-party-plugins": "Genindlæste tredjepartsplugins.", + "label-uninstall": "Afinstaller", + "label-uninstall-plugin": "Afinstaller plugin", + "label-uninstall-plugin-confirmation": "Er du sikker pÃ¥, at du vil afinstallere dette plugin? Dette sletter mappen med pluginet.", + "button-open-plugins-folder": "Ã…bn plugins-mappe", + "button-check-for-updates": "Tjek for opdateringer", + "button-update-all-plugins": "Opdater alle", + "label-current-plugins": "Nuværende plugins", + "label-currently-installed": "Du har i øjeblikket {{count}} plugin installeret.", + "label-currently-installed_plural": "Du har i øjeblikket {{count}} plugins installeret.", + "label-debug-startup-time": "Fejlsøg opstartstid", + "label-debug-startup-time-description": "Vis en besked om, hvor lang tid hvert plugin var om at initialisere, nÃ¥r du starter appen.", + "msg-no-updates-found": "Ingen pluginopdateringer fundet.", + "msg-updates-found": "Fandt {{count}} plugin at opdatere.", + "msg-updates-found_plural": "Fandt {{count}} plugins at opdatere.", + "msg-update-plugin": "Opdater til version {{version}}", + "option-search-installed-plugin": "Søg i installerede plugins", + "option-search-installed-plugin-description": "Filtrer installerede plugins efter navn eller beskrivelse.", + "placeholder-search-installed-plugin": "Søg i installerede plugins...", + "show-installed-only": "Vis kun installerede", + "label-donate-modal-title": "Donér for at støtte {{name}}", + "label-donate-modal-text1": "Pluginudviklere er frivillige i fællesskabet, som skaber fantastiske ting ud af passion. Hvis dette plugin er nyttigt for dig, overvej venligst at bidrage til udviklingen.", + "label-donate-modal-text2": "100% af dit bidrag gÃ¥r til pluginudvikleren; Obsidian tager ikke en andel. Finansieringsplatformen, de vælger, kan opkræve et gebyr.", + "label-donate-modal-text3": "Tak for din generøse støtte!", + "label-support-this-plugin": "Støt dette plugin:", + "label-search-summary": "Viser {{pluginCount}}:", + "label-by-popularity": "Mest hentet", + "label-by-released": "Nyligt udgivet", + "label-by-updated": "Nyligt opdateret", + "label-alphabetical": "Alfabetisk", + "label-last-updated": "Opdateret {{time}}" + }, + "mobile-toolbar": { + "name": "Mobil værktøjslinje", + "option-configure-quick-action": "Konfigurer Hurtig Handling pÃ¥ mobil", + "option-configure-quick-action-description": "Konfigurer, hvilken kommando der skal udløses, nÃ¥r du trækker ned fra toppen. Den nuværende kommando er sat til \"{{kommando}}\".", + "button-configure": "Konfigurer", + "placeholder-select-quick-action": "Vælg Hurtig Handling...", + "quick-action-disabled": "Ingen", + "manage-toolbar-options": "Administrer værktøjslinjeindstillinger", + "option-internal-link": "Tilføj internt link", + "option-internal-embed": "Tilføj indlejring", + "option-tag": "Tilføj tag", + "option-heading": "SlÃ¥ overskrift til/fra", + "option-strikethrough": "SlÃ¥ gennemstregning til/fra", + "option-highlight": "SlÃ¥ fremhævning til/fra", + "option-code": "SlÃ¥ kode til/fra", + "option-blockquote": "SlÃ¥ blokcitat til/fra", + "option-inline-math": "SlÃ¥ indlejret matematik til/fra", + "option-math-block": "SlÃ¥ matematikblok til/fra", + "option-markdown-link": "Tilføj Markdown-link", + "option-bullet-list": "SlÃ¥ punktliste til/fra", + "option-numbered-list": "SlÃ¥ nummereret liste til/fra", + "option-indent-list": "Indryk listeelement", + "option-unindent-list": "Fjern indrykning af listeelement", + "option-undo": "Fortryd", + "option-redo": "Gendan", + "option-move-caret-up": "Flyt markøren op", + "option-move-caret-down": "Flyt markøren ned", + "option-move-caret-left": "Flyt markøren til venstre", + "option-move-caret-right": "Flyt markøren til højre", + "option-first-line": "GÃ¥ til første linje", + "option-last-line": "GÃ¥ til sidste linje", + "option-toggle-keyboard": "SlÃ¥ tastatur til/fra", + "option-configure-toolbar": "Konfigurer Værktøjslinje pÃ¥ mobil", + "option-added-options": "Tilføjede indstillinger", + "option-more-toolbar-options": "Flere værktøjslinjeindstillinger", + "option-attach": "Indsæt vedhæftning", + "option-add-command": "Tilføj global kommando", + "option-add-command-description": "Vælg enhver global kommando at føje til værktøjslinjen." + } + }, + "editor": { + "search": { + "placeholder-find": "Find", + "placeholder-replace": "Erstat", + "label-exit-search": "Afslut søgning", + "label-next": "Næste", + "label-previous": "Forrige", + "label-find-all": "Find all", + "label-replace": "Erstat", + "label-replace-all": "Erstat alt" + }, + "link-suggestion": { + "label-type-hash": "Skriv #", + "label-link-heading": "for at linke overskrift", + "label-type-block": "Skriv ^", + "label-link-block": "for at linke blokke", + "label-type-pipe": "Skriv |", + "label-change-display-text": "for at ændre visningstekst", + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Intet match fundet", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" + }, + "spellcheck": { + "no-suggestion": "Ingen forslag...", + "add-to-dictionary": "Føj til ordbog" + }, + "menu": { + "edit-link": "Rediger link", + "edit-tag": "Edit tag", + "label-edit-block": "Rediger denne blok" + }, + "heading-suggestion": { + "label-no-heading": "Ingen overskrift", + "label-heading-level": "Overskrift {{level}}" + }, + "print-modal": { + "title": "Eksportér til PDF", + "caption": "Eksportér \"{{filename}}\" til PDF med nedenstÃ¥ende indstilling.", + "setting-page-size": "Sidestørrelse", + "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": "Inkluder filnavn som titel", + "setting-landscape": "Landskab", + "setting-margin": "Margen", + "setting-margin-default": "Standard", + "setting-margin-minimal": "Minimal", + "setting-margin-none": "Ingen", + "setting-downscale-percent": "Nedskaleringsprocent", + "button-export-to-pdf": "Eksportér til PDF" + }, + "link-popover": { + "tooltip-follow-link": "Følg link", + "tooltip-open-link": "Ã…bn link", + "tooltip-search-tag": "Søg tag" + } + }, + "interface": { + "embed-cannot-find": "Kan ikke finde:", + "embed-open-in-default-app-tooltip": "Ã…bn i standardapp", + "empty-sidebar": "Sidebjælken er tom. Prøv at trække et panel derhen.", + "sidebar-expand": "Udvid", + "sidebar-collapse": "Skjul", + "msg-fail-to-save-file": "Kunne ikke gemme filen \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", + "no-file": "Ingen fil", + "msg-file-changed": "\"{{file}}\" er blevet ændret eksternt, og ændringerne flettes automatisk.", + "switch-vault": "Ã…bn en anden boks", + "manage-vaults": "Manage vaults...", + "help": "Hjælp", + "settings": "Indstillinger", + "drag-to-rearrange": "Træk for at omarrangere", + "msg-switched-to-read": "Skiftede standardvisningstilstand til læsevisning.", + "msg-switched-to-edit": "Skiftede standardvisningstilstand til editor.", + "msg-upgrade-installer": "For at bruge denne funktion, geninstaller med den nyeste installationsfil fra vores hjemmeside.", + "tooltip-restore-default-settings": "Gendan standardindstillinger", + "label-copy": "Kopiér til udklipsholder", + "label-copy-short": "Kopiér", + "copied_generic": "Kopieret til udklipsholderen", + "copied": "{{item}} blev kopieret til udklipsholderen", + "url": "URL", + "msg-open-file-through-uri": "Ã…bnede filen \"{{path}}\"", + "msg-file-not-found-through-uri": "Filen \"{{name}}\" blev ikke fundet.", + "delete-action-short-name": "Slet", + "msg-indexing": "Obsidian indekserer din boks... \nDette bør kun ske én gang.\nNogle funktioner er muligvis ikke tilgængelige, før dette er fuldført.", + "msg-indexing-complete": "Indeksering fuldført.", + "msg-sandbox-vault": "Dette er en sandkasseboks.\nÆndringer, du foretager i denne boks, gÃ¥r tabt.", + "label-enter-to-create": "Tryk Enter for at oprette", + "label-update-available": "Opdatering Tilgængelig", + "label-debug-info": "Fejlfindingsinfo", + "button-learn-more": "FÃ¥ mere at vide", + "button-not-now": "Ikke nu", + "button-add": "Tilføj", + "button-manage": "Administrer", + "label-new-tab": "Ny fane", + "option-hide-ribbon": "Hide ribbon", + "msg-tab-busy": "Denne fane er optaget i øjeblikket. Prøv venligst igen senere.", + "formatting": { + "label-formatting": "Formatering", + "label-paragraph": "Afsnit", + "label-insert": "Indsæt", + "insert-link": "Tilføj link", + "insert-external-link": "Tilføj eksternt link", + "insert-callout": "Bemærkning", + "insert-horizontal-rule": "Vandret streg", + "insert-code-block": "Kodeblok", + "insert-math-block": "Matematisk blok", + "insert-table": "Tabel", + "toggle-bold": "Fed", + "toggle-code": "Kode", + "toggle-comments": "Kommentar", + "toggle-highlight": "Fremhævet", + "toggle-italics": "Kursiv", + "toggle-strikethrough": "Gennemstreget", + "toggle-math": "Matematik", + "toggle-bullet-list": "Punktliste", + "toggle-checklist": "Tjekliste", + "toggle-numbered-list": "Nummereret liste", + "set-heading": "Overskrift {{level}}", + "no-heading": "Tekst", + "clear": "Ryd formatering", + "toggle-quote": "Citat" + }, + "empty-state": { + "no-file-open": "Ingen fil er Ã¥ben", + "create-new-file": "Opret ny fil", + "go-to-file": "GÃ¥ til fil", + "see-recent-files": "Se seneste filer", + "close": "Luk", + "unknown-pane-title": "Plugin er ikke længere aktivt", + "unknown-pane-desc": "Pluginet, der oprettede dette panel ({{type}}), er forsvundet" + }, + "menu": { + "edit-view": "Rediger (Ctrl/Cmd+Klik for at redigere i nyt panel)", + "read-view": "Nuværende visning: læsning", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", + "switch-to-edit-view": "Klik for at redigere", + "switch-to-read-view": "Klik for at læse", + "mod-click-open-new-tab": "{{key}}+Klik for at Ã¥bne i ny fane", + "find": "Find...", + "replace": "Erstat...", + "edit": "Rediger", + "remove": "Fjern", + "rename": "Omdøb", + "preview": "ForhÃ¥ndsvis", + "more-options": "Flere muligheder", + "close": "Luk", + "close-all": "Luk alle", + "close-others": "Luk andre", + "close-right": "Luk faner til højre", + "pin": "Fastgør", + "unpin": "Frigør", + "unlink-tab": "Fjern link til fane", + "link-tab": "Link med fane...", + "toggle-source-mode": "Kildetilstand", + "toggle-reading-view": "Læsevisning", + "add-property": "Tilføj filegenskab", + "delete-file": "Slet fil", + "create-file": "Opret denne fil", + "open-link": "Ã…bn link", + "open-in-new-tab": "Ã…bn i ny fane", + "open-to-the-right": "Ã…bn til højre", + "copy-url": "Kopiér URL", + "close-current-tab": "Luk nuværende fane", + "copy": "Kopiér", + "cut": "Klip", + "paste": "Indsæt", + "paste-as-plain-text": "Indsæt som almindelig tekst", + "lookup-selection": "SlÃ¥ “{{selection}}†op", + "select-all": "Vælg alt", + "rename-heading": "Omdøb denne overskrift...", + "rename-blockid": "Omdøb dette blok-ID...", + "open-in-new-window": "Ã…bn i nyt vindue", + "move-to-new-window": "Flyt til nyt vindue", + "open-in-browser": "Ã…bn i browser", + "stack-tabs": "Gruppér faner", + "unstack-tabs": "Afgruppér faner", + "open-linked-view": "Ã…bn linket visning" + }, + "tooltip": { + "click-to-expand": "Klik for at udvide", + "click-to-collapse": "Klik for at skjule", + "alias": "Alias", + "not-created-yet": "Ikke oprettet endnu; vælg for at oprette" + }, + "start-screen": { + "label-version": "Version", + "label-create-local-vault": "Opret lokal boks", + "option-open-folder-as-vault": "Ã…bn mappe som boks", + "option-open-folder-as-vault-description": "Vælg en eksisterende mappe med Markdown-filer.", + "option-create-vault": "Opret ny boks", + "option-create-vault-description": "Opret en ny Obsidian-boks under en mappe.", + "option-connect-obsidian-sync": "Forbind til Obsidian Sync", + "option-connect-obsidian-sync-description": "Opsæt en synkroniseret boks med en eksisterende ekstern boks.", + "option-new-vault-name": "Navn pÃ¥ boks", + "option-new-vault-name-description": "Angiv et navn til din fede boks.", + "option-new-vault-location": "Placering", + "option-new-vault-location-description": "Angiv en placering til din nye boks.", + "label-new-vault-location-preview": "Din boks placeres i: ", + "option-reveal-vault-in-explorer": "Vis boks i systemets stifinder", + "option-reveal-vault-in-explorer-mac": "Vis boks i Finder", + "option-rename-vault": "Omdøb boks...", + "option-copy-vault-i-d": "Kopiér boks-ID", + "msg-error-rename-exists": "Der er allerede en boks med dette navn.", + "msg-error-nested": "Kan ikke flytte boks til en undermappe af sig selv.", + "msg-error-rename-open": "Kan ikke omdøbe en Ã¥ben boks.", + "msg-rename-failed": "Kunne ikke omdøbe boks.", + "msg-rename-success": "Boksen blev omdøbt.", + "option-move-vault": "Flyt boks...", + "msg-move-select-dest": "Vælg destinationsmappe", + "msg-error-move-exists": "Der er allerede en boks med dette navn i mappen.", + "msg-error-move-open": "Kan ikke flytte en Ã¥ben boks.", + "msg-move-failed": "Kunne ikke flytte boks.", + "msg-move-success": "Boksen blev flyttet.", + "option-remove": "Fjern fra liste", + "button-quick-start": "Hurtig start", + "button-open": "Ã…bn", + "button-browse": "Gennemse", + "button-connect": "Forbind", + "button-create-vault": "Opret", + "button-back": "Tilbage", + "msg-empty-vault-name": "Navnet pÃ¥ boksen mÃ¥ ikke være tom.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", + "msg-invalid-folder": "Vælg venligst en gyldig mappe.", + "msg-failed-to-create-vault": "Kunne ikke oprette boks.", + "msg-failed-to-create-vault-at-location": "Kunne ikke oprette boks i den givne placering. Dobbelttjek venligst placering og tilladelse.", + "msg-error-failed-to-open-vault": "Kunne ikke Ã¥bne boksen.", + "msg-error-remove-current-open-vault": "Kan ikke fjerne en Ã¥ben boks.", + "option-get-help": "FÃ¥ Hjælp", + "option-user-email": "E-mail", + "placeholder-your-email": "Din e-mail...", + "option-user-password": "Adgangskode", + "placeholder-your-password": "Din adgangskode...", + "button-sign-in": "Log ind", + "button-setup": "Opsætning", + "option-connect-vault-desc": "Opret en synkroniseret boks pÃ¥ denne enhed.", + "tooltip-own-vault": "Dette er en ekstern boks, du ejer.", + "tooltip-shared-vault": "Dette er en ekstern boks, som deles med dig." + }, + "starter-content": { + "welcome-filename": "Velkommen", + "welcome-file-content": "Dette er din nye *boks*.\n\nNotér noget, [[opret et link]], eller prøv [Importer] (https://help.obsidian.md/Plugins/Importer)!\n\nNÃ¥r du er klar, sÃ¥ slet denne note og gør boksen til din egen." + }, + "drag-and-drop": { + "insert-link-here": "Indsæt link her", + "insert-links-here": "Indsæt links her", + "move-into-folder": "Flyt til \"{{folder}}\"", + "star-this-file": "Stjernemarkér denne fil", + "star-these-files": "Stjernemarkér disse filer", + "open-in-this-tab": "Ã…bn i denne fane", + "open-as-tab": "Ã…bn som ny fane" + }, + "window": { + "maximize": "Maksimer", + "minimize": "Minimer", + "restore-down": "Gendan ned", + "close-window": "Luk vindue", + "go-back": "GÃ¥ tilbage", + "go-forward": "GÃ¥ frem" + }, + "start-up": { + "loading-obsidian": "Indlæser Obsidian...", + "obsidian-load-error": "En fejl opstod under indlæsning af Obsidian.", + "button-reload-app": "Genindlæs appen", + "button-reload-app-in-safe-mode": "Genindlæs appen i sikker tilstand", + "button-open-another-vault": "Ã…bn en anden boks", + "loading-components": "Indlæser komponenter...", + "loading-plugins": "Indlæser plugins...", + "loading-vault": "Indlæser boks...", + "msg-failed-to-load-vault": "Kunne ikke indlæse boks: ", + "loading-cache": "Indlæser cache...", + "loading-workspace": "Indlæser arbejdsomrÃ¥de..." + }, + "mobile": { + "action-import": "Importér til boks", + "action-insert-text-desc": "Føj tekst til filen:", + "action-choose-file-to-insert": "Vælg en fil at indsætte", + "action-insert-text-into-file": "Indsæt tekst i {{filename}}", + "action-insert-link-into-file": "Indsæt link i {{filename}}", + "msg-importing": "Importerer...", + "msg-import-success": "Vellykket import", + "msg-failed-to-import-file": "Kunne ikke importere filen {{filename}}", + "msg-back-again-to-exit": "Tryk tilbage igen for at afslutte." + }, + "help-screen": { + "label-official-help-site": "Officiel hjælpeside", + "label-official-help-site-desc": "Læs Obsidians officielle hjælpedokumentation, tilgængelig pÃ¥ flere sprog.", + "action-visit": "Besøg", + "label-discord-chat": "Discord-chat", + "label-discord-chat-desc": "Discord er det bedste sted at chatte med andre erfarne Obsidian-brugere fra hele verden.", + "action-join": "Deltag", + "label-forum": "Officielt forum", + "label-forum-desc": "Hjælp hinanden, indsend funktionsanmodninger, rapporter fejl, og deltag i dybdegÃ¥ende diskussioner om vidensstyring.", + "label-sandbox-vault": "Sandkasseboks", + "label-sandbox-vault-desc": "Prøv dig frem og eksperimentér med forskellige funktioner. Bemærk, at dine ændringer ikke gemmes." + } + }, + "commands": { + "save-file": "Gem nuværende fil", + "follow-cursor-link": "Følg link under markør", + "open-cursor-link-in-new-tab": "Ã…bn link under markør i ny fane", + "open-cursor-link-to-the-right": "Ã…bn link under markør til højre", + "open-cursor-link-in-new-window": "Ã…bn link under markør i nyt vindue", + "navigate-tab-above": "Fokuser pÃ¥ fanegruppen ovenfor", + "navigate-tab-below": "Fokuser pÃ¥ fanegruppen nedenfor", + "navigate-tab-left": "Fokuser pÃ¥ fanegruppen til venstre", + "navigate-tab-right": "Fokuser pÃ¥ fanegruppen til højre", + "toggle-pin": "Fastgør/Frigør", + "split-right": "Del til højre", + "split-down": "Del nedad", + "toggle-stacked-tabs": "SlÃ¥ fanegrupper til/fra", + "navigate-back": "Naviger tilbage", + "navigate-forward": "Naviger frem", + "use-dark-mode": "Brug mørk tilstand", + "use-light-mode": "Brug lys tilstand", + "change-theme": "Skift tema", + "search-current-file": "Søg i nuværende fil", + "search-replace-current-file": "Søg & erstat i nuværende fil", + "add-property": "Tilføj filegenskab", + "add-alias": "Add alias", + "edit-property": "Rediger filegenskab", + "clear-properties": "Ryd filegenskaber", + "open-settings": "Ã…bn indstillinger", + "open-help": "Ã…bn hjælp", + "toggle-edit": "Skift mellem redigerings- og læsevisning", + "toggle-source-mode": "Skift mellem forhÃ¥ndsvisning og kildetilstand", + "delete-current-file": "Slet nuværende fil", + "new-tab": "Ny fane", + "show-trash": "Vis papirkurv", + "close-all-tabs": "Luk alle faner", + "close-active-tab": "Luk nuværende fane", + "close-others-in-tab-group": "Luk andre i fanegruppen", + "close-other-tabs": "Luk alle andre faner", + "close-tab-group": "Luk denne fanegruppe", + "toggle-left-sidebar": "SlÃ¥ venstre sidebjælke til/fra", + "toggle-ribbon": "Toggle ribbon", + "toggle-right-sidebar": "SlÃ¥ højre sidebjælke til/fra", + "toggle-default-new-tab-mode": "Skift standardtilstand for nye faner", + "add-cursor-above": "Tilføj markør ovenfor", + "add-cursor-below": "Tilføj markør nedenfor", + "focus-editor": "Fokuser pÃ¥ editor", + "toggle-fold-properties": "Skift mellem foldningsegenskaber i nuværende fil", + "toggle-fold": "SlÃ¥ foldning pÃ¥ den aktuelle linje til/fra", + "fold-all": "Sammenfold alle overskrifter og lister", + "unfold-all": "Udfold alle overskrifter og lister", + "fold-more": "Fold mere", + "fold-less": "Fold mindre", + "swap-line-up": "Byt linje op", + "swap-line-down": "Byt linje ned", + "remove-heading": "Fjern overskrift", + "toggle-heading": "Sæt som overskrift {{level}}", + "toggle-bold": "Skift til fed skrift for markering", + "toggle-italics": "Skift til kursiv skrift for markering", + "toggle-highlight": "Skift til fremhævning for markering", + "toggle-comments": "Skift til kommentar for markering", + "clear-formatting": "Ryd formatering", + "insert-link": "Indsæt link", + "toggle-spellcheck": "SlÃ¥ stavekontrol til/fra", + "delete-paragraph": "Slet afsnit", + "toggle-checklist": "Skift status for tjekliste", + "cycle-list-checklist": "Skift mellem punkter/afkrydsningsfelter", + "insert-callout": "Indsæt bemærkning", + "insert-code-block": "Indsæt kodeblok", + "insert-math-block": "Indsæt matematisk blok", + "insert-horizontal-rule": "Indsæt vandret streg", + "insert-table": "Indsæt tabel", + "edit-file-title": "Rediger filtitel", + "copy-path": "Kopiér filsti", + "copy-url": "Kopiér Obsidian-URL", + "export-pdf": "Eksportér til PDF", + "reload": "Genindlæs app uden at gemme", + "undo-close-tab": "Fortryd lukket fane", + "context-menu": "Vis kontekstmenu under markøren", + "show-debug-info": "Vis fejlfindingsinfo", + "open-sandbox-vault": "Ã…bn sandkasseboks", + "always-on-top": "Skift vindue til altid at være øverst", + "zoom-in": "Zoom ind", + "zoom-out": "Zoom ud", + "reset-zoom": "Nulstil zoom", + "toggle-preview": "Skift mellem redigerings- og forhÃ¥ndsvisningstilstand", + "move-to-new-window": "Flyt nuværende panel til nyt vindue", + "open-in-new-window": "Ã…bn nuværende panel i nyt vindue", + "rename-current-file": "Omdøb nuværende fil", + "go-to-prev-tab": "GÃ¥ til forrige fane", + "go-to-next-tab": "GÃ¥ til næste fane", + "go-to-last-tab": "GÃ¥ til sidste fane", + "go-to-nth-tab": "GÃ¥ til fane #{{n}}", + "show-release-notes": "Vis udgivelsesnoter" + }, + "dialogue": { + "label-link-affected": "Dette vil pÃ¥virke {{links}} i {{files}}.", + "msg-updated-links": "Opdaterede {{links}} i {{files}}.", + "label-update-links": "Opdater links", + "label-confirm-update-link-to-file": "Vil du opdatere interne links, der fører til denne fil?", + "button-always-update": "Opdater altid", + "button-just-once": "Kun én gang", + "button-do-not-update": "Opdater ikke", + "label-confirm-deletion": "Er du sikker pÃ¥, at du vil slette \"{{filename}}\"?", + "label-move-to-system-trash": "Den flyttes til systemets papirkurv.", + "label-move-to-vault-trash": "Den flyttes til din Obsidian-papirkurv, som ligger i den skjulte mappe \".trash\" i din boks.", + "label-permanent-delete": "Filen slettes permanent.", + "label-non-empty-folder": "Denne mappe er ikke tom.", + "label-delete-folder-warning": "Hvis du fortsætter, slettes alle filer i denne mappe.", + "label-delete-folder": "Slet mappe", + "button-delete": "Slet", + "button-delete-do-not-ask-again": "Slet, og spørg ikke igen", + "label-do-not-ask-again": "Spørg ikke igen", + "label-existing-backlink": "Der er i øjeblikket {{links}}, der peger pÃ¥ denne note.", + "label-existing-backlink_plural": "Der er i øjeblikket {{links}}, der peger pÃ¥ denne note.", + "label-delete-file": "Slet fil", + "button-manage": "Administrer", + "button-cancel": "Annuller", + "button-done": "Færdig", + "button-save": "Gem", + "button-stop": "Stop", + "button-continue": "Fortsæt", + "button-choose": "Vælg", + "preparing-pdf": "Klargører PDF...", + "label-rename-file": "Omdøb fil", + "label-rename-file-generic": "Filnavn", + "label-new-name": "Nyt navn", + "msg-rename-success": "Filen blev omdøbt.", + "msg-merge-failed": "Kunne ikke flette noter: {{message}}", + "msg-file-or-folder-not-found": "Filen eller mappen “{{path}}†findes ikke.", + "label-rename-heading": "Omdøb overskrift", + "label-rename-blockid": "Omdøb blok-ID" + }, + "menu-items": { + "new-file": "Opret note", + "new-file-to-the-right": "Ny note til højre", + "new-window": "Nyt vindue", + "open-switcher": "Ã…bn Hurtig...", + "open-vault": "Ã…bn boks...", + "close-tab": "Luk fane", + "close-window": "Luk vindue", + "find": "Find", + "replace": "Erstat", + "insert-callout": "Bemærkning", + "insert-markdown-link": "Markdown-link", + "insert-wikilink": "Link", + "set-heading": "Overskrift {{level}}", + "no-heading": "Ingen overskrift", + "insert-quote": "Citat", + "export-pdf": "Eksportér PDF", + "insert-attachment": "Indsæt vedhæftning...", + "insert-codeblock": "Kodeblok", + "insert-math-block": "Matematisk blok", + "insert-table": "Tabel", + "toggle-bullet-list": "Punktliste", + "toggle-numbered-list": "Nummereret liste", + "toggle-checklist": "Tjekliste", + "toggle-bold": "Fed", + "toggle-code": "Kode", + "toggle-comment": "Kommentar", + "toggle-italics": "Kursiv", + "toggle-inline-math": "Matematik", + "toggle-highlight": "Fremhæv", + "toggle-strikethrough": "Gennemstreget", + "toggle-comments": "Kommentar", + "folding-menu": "Foldning", + "fold-all": "Sammenfold alle", + "unfold-all": "Udfold alle", + "fold-more": "Fold mere", + "fold-less": "Fold mindre", + "source-mode": "Kildetilstand", + "reading-view": "Læsevisning", + "show-debug-info": "Vis fejlfindingsinfo", + "open-sandbox": "Ã…bn sandkasseboks", + "navigate-back": "Naviger tilbage", + "navigate-forward": "Naviger frem", + "toggle-left-sidebar": "SlÃ¥ venstre sidebjælke til/fra", + "toggle-right-sidebar": "SlÃ¥ højre sidebjælke til/fra", + "toggle-ribbon": "Ribbon", + "split-right": "Del til højre", + "split-down": "Del nedad", + "release-notes": "Udgivelsesnoter" + }, + "plugins": { + "name": "Plugins", + "file-explorer": { + "name": "Stifinder", + "desc": "Se alle filerne i din boks.", + "action-open": "Ã…bn stifinder", + "action-show": "Vis stifinder", + "action-create-note": "Opret ny note", + "action-create-folder": "Create new folder", + "action-create-note-in-current-tab": "Opret ny note i nuværende fane", + "action-create-note-to-the-right": "opret note til højre", + "action-collapse-all": "Skjul alle", + "action-expand-all": "Udvid alle", + "action-new-note": "Ny note", + "action-new-folder": "Ny mappe", + "action-change-sort": "Skift sorteringsrækkefølge", + "action-reveal-file": "Vis fil i stifinder", + "action-reveal-active-file": "Vis aktiv fil i stifinder", + "command-make-a-copy": "Opret en kopi af den nuværende fil", + "command-move-file": "Flyt fil til en anden mappe", + "action-move-file": "Flyt fil til...", + "action-move-folder": "Flyt mappe til...", + "action-move-items": "Flyt {{count}} elementer til...", + "prompt-type-folder": "Indtast et mappenavn", + "label-no-folders": "Ingen mapper fundet.", + "instruction-navigate": "for at navigere", + "instruction-move": "for at flytte", + "instruction-create": "for at oprette", + "instruction-dismiss": "for at afvise", + "label-sort-a-to-z": "Filnavn (A til Ã…)", + "label-sort-z-to-a": "Filnavn (Ã… to A)", + "label-sort-new-to-old": "Sidst redigeret (ny til gammel)", + "label-sort-old-to-new": "Sidst redigeret (gammel til ny)", + "label-sort-created-old-to-new": "Oprettelsestidspunkt (gammel til ny)", + "label-sort-created-new-to-old": "Oprettelsestidspunkt (ny til gammel)", + "menu-opt-new-note": "Ny note", + "menu-opt-new-folder": "Ny mappe", + "menu-opt-rename": "Omdøb", + "menu-opt-delete": "Slet", + "menu-opt-make-copy": "Opret en kopi", + "msg-invalid-characters": "Filnavn mÃ¥ ikke indeholde nogen af følgende tegn: ", + "msg-unsafe-characters": "Links fungerer ikke med filnavne, der indeholder nogen af disse tegn: ", + "msg-file-already-exists": "Der findes allerede en fil med dette navn", + "msg-empty-file-name": "Filnavn mÃ¥ ikke være tomt.", + "msg-bad-dotfile": "Filnavn mÃ¥ ikke starte med punktum.", + "tooltip-modified-time": "Sidst modificeret {{time}}", + "tooltip-created-time": "Oprettet {{time}}", + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Flyt", + "label-untitled-file": "Unavngivet", + "label-untitled-folder": "Unavngivet", + "msg-set-attachment-folder": "Vedhæftninger gemmes fremover i \"{{path}}\"." + }, + "search": { + "name": "Søg", + "desc": "Søg efter nøgleord i alle noter.", + "action-open-search": "Søg i alle filer", + "label-collapse-results": "Skjul resultater", + "label-match-case": "Match store og smÃ¥ bogstaver", + "label-explain-search-term": "Forklar søgeord", + "label-more-context": "Vis mere kontekst", + "label-result-count": "{{count}} resultat", + "label-result-count_plural": "{{count}} resultater", + "label-toggle-search-settings": "Søgeindstillinger", + "prompt-start-search": "Skriv for at starte søgning...", + "label-match-text": "Matcher tekst: ", + "label-match-regex": "Matcher regex: ", + "label-match-exact-text": "Indeholder nøjagtig tekst: ", + "label-match-greater-than": "Større end: ", + "label-match-less-than": "Mindre end: ", + "label-match-true": "Matcher", + "label-match-false": "Matcher ikke", + "label-match-empty": "Er tom", + "label-match-property": "Indeholder egenskab:", + "label-match-all": "Matcher alle: ", + "label-match-any": "Matcher enhver: ", + "label-excluding": "Ekskluder: ", + "label-case-sensitive": "Forskel pÃ¥ store og smÃ¥ bogstaver", + "label-case-insensitive": "Ikke forskel pÃ¥ store og smÃ¥ bogstaver", + "label-match-file-path": "Matcher filsti: ", + "label-match-file-name": "Matcher filnavn: ", + "label-match-content": "Matcher filindhold: ", + "label-match-task": "Matcher opgave: ", + "label-match-task-todo": "Matcher opgave (skal gøres): ", + "label-match-task-done": "Matcher opgave (færdig): ", + "label-match-line": "Matcher linje: ", + "label-match-block": "Matcher blok: ", + "label-match-section": "Matcher sektion: ", + "label-match-tag": "Matcher tag: ", + "label-no-matches": "Ingen matcher fundet.", + "matches-with-count": "... og {{count}} mere match.", + "matches-with-count_plural": "... og {{count}} flere matcher.", + "label-copy-search-results": "Kopiér søgeresultater", + "button-copy-results": "Kopiér resultater", + "msg-successfully-copied": "Resultater kopieret til udklipsholderen.", + "option-show-path": "Vis sti", + "option-show-path-description": "Vis hele filstien i stedet for kun filnavn.", + "option-link-style": "Linkstil", + "option-link-style-description": "Eventuelt kan du gøre hvert filresultat til et link.", + "option-choice-link-style-none": "Ingen", + "option-choice-link-style-wikilink": "Wikilink", + "option-choice-link-style-markdown-link": "Markdown-link", + "option-list-prefix": "Listepræfiks", + "option-list-prefix-description": "Eventuelt kan du føje en listepræfiks til hvert filresultat.", + "option-choice-list-style-none": "Ingen", + "option-choice-list-style-dash": "Bindestreg (-)", + "option-choice-list-style-asterisk": "Stjerne (*)", + "option-choice-list-style-numbered": "Nummereret", + "tooltip-clear-search": "Ryd søgning", + "label-search-options": "Søgemuligheder", + "label-properties-group": "Egenskaber", + "label-tags-group": "Tags", + "tooltip-read-more": "Læs mere", + "label-history": "Historik", + "tooltip-clear-history": "Ryd søgehistorik", + "label-path-option-description": "match filens sti", + "label-file-name-option-description": "match filnavn", + "label-tag-option-description": "søg efter tags", + "label-line-option-description": "søg nøgleord pÃ¥ samme linje", + "label-section-option-description": "søg nøgleord under samme overskrift", + "label-property-option-description": "match egenskab", + "menu-opt-search-for": "Søg efter \"{{keyword}}\"", + "menu-opt-search-in-folder": "Søg i mappe" + }, + "quick-switcher": { + "name": "Hurtig Skifter", + "desc": "Spring til enhver fil uden at forlade tastaturet. Ctrl/Cmd+O for at aktivere.", + "short-name": "Skifter", + "action-open": "Ã…bn hurtig skifter", + "instruction-navigate": "for at navigere", + "instruction-open": "for at Ã¥bne", + "instruction-open-in-new-tab": "for at Ã¥bne i ny fane", + "instruction-open-to-the-right": "for at Ã¥bne til højre", + "instruction-create": "for at oprette", + "instruction-dismiss": "for at afvise", + "instruction-select": "for at vælge", + "label-no-note-create-new": "Ingen noter fundet. Tryk Enter for at oprette en ny.", + "prompt-type-file-name": "Indtast filnavn for at skifte til eller oprette...", + "label-enter-to-create": "Tryk Enter for at oprette", + "tooltip-not-created-yet": "Ikke oprettet endnu. Vælg for at oprette", + "option-show-existing-only": "Vis kun eksisterende", + "option-show-existing-only-description": "Vis links til filer, der endnu ikke er oprettet.", + "option-show-attachments": "Vis vedhæftninger", + "option-show-attachments-desc": "Vis vedhæftede filer som billeder, videoer og PDF'er.", + "option-show-all-file-types": "Vis alle filtyper", + "option-show-all-file-types-desc": "Vis alle filtyper, ogsÃ¥ dem Obsidian ikke kan Ã¥bne. Filen Ã¥bnes med standardappen for den pÃ¥gældende filtype." + }, + "graph-view": { + "name": "Grafvisning", + "desc": "Se en grafoversigt over, hvilke noter der linker til hvilke.", + "action-open": "Ã…bn grafvisning", + "action-open-local": "Ã…bn lokal graf", + "action-copy-screenshot": "Kopiér skærmbillede", + "tab-title": "Graf over {{displayText}}", + "label-filters": "Filtre", + "prompt-filter-nodes": "Søg filer...", + "option-depth": "Dybde", + "option-depth-description": "Vis noder dette antal links væk", + "option-neighbor-links": "Nabolinks", + "option-neighbor-links-description": "Vis links mellem naboer.", + "option-forelinks": "UdgÃ¥ende links", + "option-forelinks-description": "Vis links til andre filer", + "option-backlinks": "IndgÃ¥ende links", + "option-backlinks-description": "Vis links fra andre filer", + "option-show-tags": "Tags", + "option-show-tags-description": "Tags er linket til filerne, der indeholder dem", + "option-show-attachments": "Vedhæftninger", + "option-show-attachments-description": "Vis vedhæftninger inkluderet af filer", + "option-show-existing-files-only": "Kun eksisterende filer", + "option-show-existing-files-only-description": "NÃ¥r markeret, vises links til ikke-eksisterende filer ikke", + "option-show-orphans": "Forældreløse", + "option-show-orphans-description": "Vis filer, der ikke er linket til nogen anden fil", + "label-display": "Visning", + "option-show-arrows": "Pile", + "option-show-arrows-description": "Vis pile, nÃ¥r der zoomes ind", + "option-text-fade": "Tærskel for tekstudtoning", + "option-node-size": "Nodestørrelse", + "option-link-thickness": "Linktykkelse", + "label-forces": "Kræfter", + "option-center-force": "Centerkraft", + "option-link-force": "Linkkraft", + "option-link-distance": "Linkafstand", + "option-repel-force": "Frastødningskraft", + "tooltip-open-graph-settings": "Ã…bn grafindstillinger", + "msg-screenshot-copied": "Skærmbillede kopieret til udklipsholderen.", + "label-groups": "Grupper", + "placeholder-enter-query": "Indtast forespørgsel...", + "tooltip-delete-graph": "Slet gruppe", + "button-new-group": "Ny gruppe", + "tooltip-click-to-change-drag-to-reorder": "Klik for at ændre farve\nTræk for at omarrangere grupper", + "action-timelapse": "Start grafens timelapse-animation", + "tooltip-start-timelapse-animation": "Start timelapse-animation", + "button-animate-timelapse": "Animer" + }, + "backlinks": { + "name": "Backlinks", + "desc": "Vis antallet af backlinks i statuslinjen.", + "action-open": "Ã…bn backlinks", + "action-show": "Vis backlinkspanel", + "action-open-for-current": "Ã…bn backlinks for nuværende fil", + "action-toggle-backlinks-in-document": "Vis/skjul backlinks", + "menu-opt-backlinks-in-document": "Backlinks i dokument", + "label-linked-mentions": "Linkede omtaler", + "label-no-backlinks": "Ingen backlinks fundet.", + "label-unlinked-mentions": "Ikke-linkede omtaler", + "label-show-search": "Vis søgefilter", + "label-link-button-text": "Link", + "tab-title": "Backlinks for {{displayText}}", + "label-no-unlinked-mentions": "Ingen ikke-linkede omtaler fundet.", + "ellipsis": "...", + "option-backlink-in-document": "Backlink i dokument", + "option-backlink-in-document-desc": "Vis backlinks i dokumentet som standard, nÃ¥r nye paneler Ã¥bnes." + }, + "outgoing-links": { + "name": "UdgÃ¥ende Links", + "desc": "Vis udgÃ¥ende links og find ikke-linkede omtaler fra andre noter i den aktuelle note.", + "action-open": "Ã…bn udgÃ¥ende links", + "action-show": "Vis udgÃ¥ende links-panel", + "action-open-for-current": "Ã…bn udgÃ¥ende links for nuværende fil", + "tab-title": "UdgÃ¥ende links fra {{displayText}}", + "label-links": "Links", + "label-no-links": "Ingen links fundet.", + "label-unlinked-mentions": "Ikke-linkede omtaler", + "tooltip-link-file": "Link denne fil", + "tooltip-not-created": "Ikke oprettet endnu" + }, + "tag-pane": { + "name": "Tagspanel", + "short-name": "Tags", + "desc": "Viser alle dine tags samt antallet af forekomster.", + "action-show": "Vis tagspanel", + "label-no-tags": "Ingen tags fundet.", + "label-sort-by-name-a-to-z": "Tagnavn (A to Ã…)", + "label-sort-by-name-z-to-a": "Tagnavn (Ã… to A)", + "label-sort-by-frequency-high-to-low": "Frekvens (høj til lav)", + "label-sort-by-frequency-low-to-high": "Frekvens (lav til høj)", + "action-show-nested-tags": "Vis indlejrede tags", + "action-collapse-all": "Sammenfold alle", + "action-expand-all": "Udfold alle" + }, + "properties": { + "name": "Egenskaber", + "desc": "Vis metadata for dine filer.", + "name-global": "Alle egenskaber", + "name-local": "Filegenskaber", + "tab-title": "Filegenskaber for {{displayText}}", + "action-show": "Vis alle egenskaber", + "action-show-local": "Vis filegenskaber", + "action-edit": "Rediger", + "opt-unassign-type": "Fjern tildeling af type", + "label-no-properties": "Ingen egenskaber fundet.", + "label-invalid-properties": "Ugyldige egenskaber.", + "label-sort-by-name-a-to-z": "Egenskabsnavn (A to Z)", + "label-sort-by-name-z-to-a": "Egenskabsnavn (Z to A)", + "label-sort-by-frequency-high-to-low": "Frekvens (høj til lav)", + "label-sort-by-frequency-low-to-high": "Frekvens (lav til høj)", + "label-change-property-type": "Skift egenskabstype", + "msg-merge-properties-warning": "Flet egenskaben “{{oldKey}}†med “{{newKey}}â€?", + "msg-merge-properties-warning-desc": "I tilfælde af konflikter flettes værdierne eller værdien fra “{{oldKey}}†bruges.", + "action-collapse-all": "Sammenfold alle", + "action-expand-all": "Udfold alle", + "action-open-local": "Ã…bn filegenskaber", + "action-open-daily-note": "Ã…bn daglig note" + }, + "page-preview": { + "name": "SideforhÃ¥ndsvisning", + "desc": "ForhÃ¥ndsvis en note ved at holde musen over et internt link. Ctrl/Cmd + hold musen over i redigeringstilstand.", + "label-empty-attachment": "“{{linktext}}†kunne ikke findes.", + "label-empty-note": "\"{{linktext}}\" er ikke oprettet endnu. Klik for at oprette.", + "label-source-editor": "Editor", + "label-source-preview": "ForhÃ¥ndsvis", + "label-source-search": "Søg, Backlinks og UdgÃ¥ende Links", + "label-require-mod": "Kræver {{key}} for at udløse sideforhÃ¥ndsvisning, nÃ¥r musen holdes over" + }, + "bookmarks": { + "name": "Bogmærker", + "desc": "Bogmærk ofte brugte filer og søgninger.", + "action-show": "Vis bogmærker", + "action-collapse-all": "Sammenfold alle", + "action-new-bookmark": "Bogmærk den aktive fane...", + "action-new-group": "Ny bogmærkegruppe", + "action-bookmark": "Bogmærk...", + "action-add-bookmark": "Tilføj bogmærke", + "action-edit-bookmark": "Rediger bogmærke", + "action-bookmark-block": "Bogmærk blokken under markøren...", + "action-bookmark-heading": "Bogmærk overskriften under markøren...", + "action-bookmark-search": "Bogmærk nuværende søgning...", + "action-remove-bookmark": "Fjern bogmærke for nuværende fil", + "action-bookmark-tab-group": "Bogmærk {{count}} fane...", + "action-bookmark-tab-group_plural": "Bogmærk {{count}} faner...", + "action-bookmark-all-tabs": "Bogmærk alle faner...", + "action-bookmark-graph": "Bogmærk denne graf...", + "label-bookmark": "Bogmærke", + "label-bookmarked": "Bogmærket", + "label-bookmark-with-count": "{{count}} bogmærke", + "label-bookmark-with-count_plural": "{{count}} bogmærker", + "label-no-bookmarks": "Ingen bogmærker fundet", + "label-invalid-data": "Kunne ikke indlæse bogmærker.", + "label-invalid-data-desc": "Datafilen er beskadiget.", + "label-untitled-group": "Unavngiven gruppe", + "label-untitled-graph": "Unavngiven graf", + "menu-opt-edit": "Rediger...", + "menu-opt-remove": "Fjern", + "menu-opt-rename": "Omdøb", + "menu-opt-bookmark-block": "Bogmærk denne blok...", + "menu-opt-bookmark-heading": "Bogmærk denne overskrift...", + "msg-no-search-query": "Ingen søgning at bogmærke.", + "option-path": "Sti", + "option-query": "Forespørgsel", + "option-u-r-l": "URL", + "option-title": "Titel", + "option-group": "Bogmærkegruppe", + "placeholder-bookmark-group": "Bogmærker" + }, + "custom-css": { + "name": "Brugerdefineret CSS", + "desc": "Læser \"obsidian.css\" i boksen og anvender det.", + "setting-community-themes": "Fællesskabstemaer", + "msg-fetching-themes": "Henter data om fællesskabstemaer...", + "prompt-filter": "Filter...", + "label-dark-theme-only": "Kun mørke temaer", + "label-light-theme-only": "Kun lyse temaer", + "label-use": "Brug", + "label-stop-use": "Stop brugen af dette tema", + "label-install-and-use": "Installer og brug", + "label-update": "Opdater", + "label-no-readme": "Dette tema indeholdt ikke en README-fil.", + "tooltip-remove-theme": "Fjern tema", + "label-visit-on-github": "Besøg pÃ¥ GitHub", + "msg-load-error": "Kunne ikke indlæse fællesskabstemaer. Tjek venligst din internetforbindelse.", + "msg-now-using-theme": "Du bruger nu {{title}} som dit CSS-tema.", + "msg-deleted-theme": "Temaet {{title}} er blevet slettet.", + "msg-updated-theme": "Temaet {{title}} er blevet opdateret.", + "label-installed": "Installeret", + "label-legacy": "Ældre", + "button-update-all-themes": "Opdater alle", + "msg-failed-load-themes": "Kunne ikke indlæse fællesskabstemaer.", + "msg-no-updates-found": "Ingen temaopdateringer fundet.", + "msg-updates-found": "Fandt {{count}} tema at opdatere.", + "msg-updates-found_plural": "Fandt {{count}} temaer at opdatere.", + "msg-failed-to-install-theme": "Kunne ikke installere temaet \"{{name}}\".", + "msg-successfully-installed-theme": "Temaet \"{{name}}\" blev installeret.", + "msg-installing-theme": "Installerer tema \"{{name}}\"...", + "label-search-summary": "Viser {{themeCount}}:", + "label-update-available": "Opdatering tilgængelig" + }, + "command-palette": { + "name": "Kommandopalet", + "desc": "Indtast en kommando for at aktivere den. Ingen grund til at bruge brugergrænsefladen eller huske genvejen.", + "action-open": "Ã…bn kommandopalet", + "instruction-navigate": "for at navigere", + "instruction-use": "for at bruge", + "instruction-dismiss": "for at afvise", + "label-no-commands": "Ingen kommandoer fundet.", + "prompt-type-command": "Indtast en kommando...", + "label-pinned-commands": "Fastgjorte kommandoer", + "option-add-new-pin": "Ny fastgjort kommando", + "option-add-new-pin-description": "Fastgjorte kommandoer vises øverst i kommandolisten, nÃ¥r ingen søgeforespørgsel er til stede." + }, + "markdown-format-importer": { + "name": "Importør af Markdown-format", + "desc": "Konverter Markdown fra andre apps til Obsidian-format.", + "action-open": "Ã…bn Markdown-importør", + "option-roam-tag-fixer": "Konverter Roam Research-tag", + "option-roam-tag-fixer-description": "Konverterer \"#tag\" og \"#[[tag]]\" til \"[[tag]]\".", + "option-roam-highlight-fixer": "Konverter Roam Research-fremhævning", + "option-roam-highlight-fixer-description": "Konverterer \"^^fremhævet^^\" til \"==fremhævet==\".", + "option-roam-todo-converter": "Konverter Roam Research-TODOs", + "option-roam-todo-converter-description": "Konverterer \"{{[[TODO]]}}\" til \"[ ]\".", + "option-bear-highlight-fixer": "Konverter Bear-fremhævning", + "option-bear-highlight-fixer-description": "Konverterer \"::fremhævning::\" til \"==fremhævning==\".", + "zettelkasten-link-fixer": "Konverter Zettelkasten-links", + "zettelkasten-link-fixer-description": "Konverterer \"[[UID]]\" links til fuldt format \"[[UID Filname]]\".", + "zettelkasten-link-beautifier": "Zettelkasten-linkforskønner", + "zettelkasten-link-beautifier-description": "Retter \"[[UID]]\" links og forskønner dem ogsÃ¥ \"[[UID File Name|File Name]]\".", + "msg-all-files-warning": "Advarsel: importøren konverterer alle filerne i din boks, ikke kun den aktuelle fil.", + "msg-override-files-warning": "Dine filer overskrives. Sikkerhedskopiér alle dine filer, før du forsøger at konvertere.", + "label-start-conversion": "Start Konvertering", + "label-stop": "Stop", + "label-go-back": "GÃ¥ tilbage", + "label-done": "Udført", + "label-processing": "Behandler...", + "label-cancelling": "Annullerer...", + "label-finished": "Færdig!", + "label-processed-files": "Behandlede filer", + "label-modified-files": "Modificerede filer", + "label-total-replacements": "Erstatninger i alt" + }, + "daily-notes": { + "name": "Daglige noter", + "desc": "Ã…bn dagens daglige note, eller opret en, hvis du ikke har en.", + "short-name": "I dag", + "action-open": "Ã…bn dagens note", + "action-open-previous": "Ã…bn forrige daglige note", + "action-open-next": "Ã…bn næste daglige note", + "action-insert-text": "Indsæt tekst i daglig note", + "action-insert-link": "Indsæt link i daglig note", + "msg-fail-format": "Kunne ikke oprette daglig note. \"{{format}}\" er ikke et gyldigt format.", + "msg-fail-folder": "Kunne ikke oprette daglig note. Mappen \"{{folderOption}}\" blev ikke fundet.", + "msg-fail-template-file": "Kunne ikke oprette daglig note. Skabelonfilen \"{{template}}\" blev ikke fundet.", + "msg-no-previous": "Ingen daglig note før denne.", + "msg-no-next": "Ingen daglige note efter denne.", + "option-date-format": "Datoformat", + "label-refer-to-syntax": "For mere syntaks, se: ", + "label-syntax-link": "formatreference", + "label-syntax-live-preview": "SÃ¥dan kommer det til at se ud: ", + "option-new-file-location": "Ny filplacering", + "option-new-file-location-description": "Mappestien, hvor den nye daglige note oprettes.", + "option-template": "Skabelonens filplacering", + "option-template-description": "Filstien, der bruges som skabelon.", + "option-open-on-start": "Ã…bn daglig note ved opstart", + "option-open-on-start-description": "Ã…bner din daglige note automatisk, nÃ¥r du Ã¥bner denne boks." + }, + "unique-note-creator": { + "name": "Unik noteopretter", + "desc": "Opret noter med unikke tidsstempelpræfikser til arbejdsgange som zettelkasten eller slip box.", + "short-name": "Unik", + "action-create-note": "Opret ny unik note", + "option-new-file-location": "Ny filplacering", + "option-new-file-location-description": "Mappestien, hvor den nye unikke note oprettes.", + "msg-folder-not-found": "Kunne ikke oprette unik note. Mappen \"{{folderOption}}\" blev ikke fundet.", + "option-template-file": "Skabelonens filplacering", + "option-template-file-description": "Filstien, der bruges som skabelon.", + "option-template-file-placeholder": "Eksempel: mappe1/note", + "option-id-format": "Unikt præfiksformat", + "msg-template-file-not-found": "Kunne ikke oprette unik note. Skabelonfilen \"{{template}}\" blev ikke fundet.", + "msg-failed-to-generate": "Kunne ikke generere en unik note med formatet \"{{format}}\"" + }, + "random-note": { + "name": "Tilfældig note", + "desc": "Ã…bner en tilfældig note. Praktisk til gennemgang og opdagelse.", + "short-name": "Tilfældig", + "action-open": "Ã…bn tilfældig note" + }, + "outline": { + "name": "Disposition", + "desc": "Viser dispositionen af den aktuelle fil eller tilknyttede panel.", + "action-open": "Ã…bn disposition", + "action-show": "Vis dispositionspanel", + "action-open-for-current": "Ã…bn disposition af den nuværende fil", + "tab-title": "Disposition af {{displayText}}", + "label-no-headings": "Ingen overskrifter fundet." + }, + "word-count": { + "name": "Ordtælling", + "desc": "Vis ordtælling i statuslinjen." + }, + "slides": { + "name": "Slides", + "desc": "Præsenter fra Markdown. Brug \"---\" for at adskille slides.", + "action-start": "Start præsentation" + }, + "audio-recorder": { + "name": "Lydoptager", + "desc": "Optag lyd, og gem som vedhæftning.", + "action-start": "Start lydoptagelse", + "action-stop": "Stop lydoptagelse", + "action-toggle": "Start/stop lydoptagelse", + "msg-access-denied": "Mikrofonadgang blev nægtet. Aktiver den venligst pÃ¥ indstillingssiden.", + "msg-pending-grant": "Giv venligst mikrofontilladelse for at starte optagelsen.", + "msg-no-microphone": "Ingen mikrofon er tilsluttet." + }, + "open-with-default-app": { + "name": "Ã…bn i standardapp", + "desc": "Tilføj knap for at Ã¥bne nuværende fil i standardappen.", + "action-open-file": "Ã…bn i standardapp", + "action-open-file-mobile": "Del", + "action-show-in-folder": "Vis i mappe", + "action-show-in-folder-mac": "Vis i Stifinder" + }, + "templates": { + "name": "Skabeloner", + "desc": "Indsæt skabelonindhold fra en mappe med skabelonfiler.", + "action-insert": "Indsæt skabelon", + "action-insert-current-date": "Indsæt dags dato", + "action-insert-current-time": "Indsæt nuværende tidspunkt", + "option-template-folder-location": "Placering af skabelonmappe", + "option-template-folder-location-description": "Filer i denne mappe vil være tilgængelige som skabeloner.", + "option-template-date-format": "Datoformat", + "option-template-date-format-description": "{{date}} i skabelonfilen erstattes med denne værdi.", + "option-template-date-format-description2": "Du kan ogsÃ¥ bruge {{date:YYYY-MM-DD}} for at tilsidesætte formatet én gang.", + "option-template-time-format": "Tidsformat", + "option-template-time-format-description": "{{time}} i skabelonfilen erstattes med denne værdi.", + "option-template-time-format-description2": "Du kan ogsÃ¥ bruge {{time:HH:mm}} for at tilsidesætte formatet én gang.", + "instruction-navigate": "for at navigere", + "instruction-insert": "for at indsætte skabelon", + "instruction-dismiss": "for at afvise", + "msg-no-templates-found": "Ingen skabeloner fundet", + "msg-fail-invalid-folder": "Kunne ikke liste skabeloner. Skabelonmappen er ugyldig.", + "msg-fail-folder-not-found": "Kunne ikke liste skabeloner. Mappen \"{{folderOption}}\" blev ikke fundet.", + "msg-fail-invalid-template-properties": "Kan ikke indsætte skabelon. Egenskaberne i skabelonfilen kunne ikke læses.", + "msg-no-folder-set": "Kunne ikke liste skabeloner. Ingen skabelonmappe konfigureret.", + "prompt-type-template": "Indtast navn pÃ¥ en skabelon..." + }, + "translucency": { + "name": "Gennemsigtigt vindue", + "desc": "SlÃ¥ gennemsigtighedseffekten til for at forstærke dybdefornemmelsen. Bruges bedst med mørk tilstand. Understøttes ikke pÃ¥ Linux." + }, + "slash-command": { + "name": "SkrÃ¥stregskommandoer", + "desc": "Aktiver evnen til at udløse skrÃ¥stregskommandoer i editoren ved at skrive en skrÃ¥streg." + }, + "editor-status": { + "name": "Redigeringsstatus", + "desc": "Føjer et element til statuslinjen som viser og ændrer den aktuelle redigeringstilstand.", + "read": "Læsning", + "edit-source": "Kildetilstand", + "edit-live-preview": "Live forhÃ¥ndsvisning" + }, + "publish": { + "name": "Publish", + "desc": "Udgiv dine noter gennem Obsidian Publish.", + "action-publish-changes": "Udgiv ændringer...", + "action-publish-file": "Publish current file", + "label-no-internet-access": "Du skal have adgang til internettet for at udgive ændringer.", + "label-publish-service-description": "Obsidian Publish er en betalt tillægstjeneste, der lader dig udgive dine noter online direkte fra Obsidian.", + "label-please-login": "For at begynde at udgive, log venligst ind eller opret en ny Obsidian-konto.", + "label-no-publish-subscription": "Du har endnu ikke et Obsidian Publish-abonnement.", + "button-purchase": "Køb", + "label-manage-sites": "Administrer sider", + "label-no-sites": "Du har ingen sider.", + "button-choose": "Vælg", + "tooltip-edit-site-id": "Rediger side-ID", + "tooltip-delete-site": "Slet side", + "label-delete-site-confirmation": "Er du sikker pÃ¥, at du vil slette denne side?", + "label-delete-site-details": "Dette sletter straks og permanent din side.", + "label-confirm-delete-site": "Bekræft sletning af side \"{{site}}\"", + "option-site-id": "Side-ID", + "option-site-id-description": "Din side vil være pÃ¥ https://publish.obsidian.md/{side id}. Du kan ændre dette senere. Kun smÃ¥ bogstaver, tal og bindestreger er tilladt.", + "option-site-id-placeholder": "Vælg et side-ID", + "button-create": "Opret", + "msg-invalid-site-id": "Side-ID kan kun indeholde smÃ¥ bogstaver, tal og bindestreger.", + "msg-site-id-in-use": "Dette side-ID er allerede i brug. Prøv venligst et andet.", + "msg-create-site-issue": "Der opstod et problem ved oprettelsen af din side.", + "label-site-options": "Side-indstillinger", + "option-site-general": "Generelt", + "option-site-components": "Komponenter", + "option-site-appearance": "Udseende", + "option-site-reading-experience": "Læseoplevelse", + "option-site-misc": "Andre sideindstillinger", + "option-site-name": "Sidenavn", + "option-site-name-description": "Navnet pÃ¥ din udgivne side. Det vises i sidetitlen pÃ¥ din side.", + "option-site-name-placeholder": "Navnet pÃ¥ din side", + "option-home-page-file": "Startsidefil", + "option-home-page-file-description": "Den første side, brugeren ser, nÃ¥r de lander pÃ¥ din udgivne side", + "option-home-page-file-placeholder": "Vælg en udgivet fil", + "option-logo": "Logo", + "option-logo-description": "Vælg en billedfil som dit side-logo.", + "option-logo-placeholder": "Ethvert uploadet billede i din boks...", + "option-site-collaboration": "Side-samarbejde", + "option-site-collaboration-desc": "Administrer samarbejdspartnere for denne side.", + "option-customize-navigation": "Tilpas navigation", + "option-customize-navigation-desc": "Tilsidesæt rækkefølgen af navigationspunkter og skjul sider eller mapper fra visning.", + "option-navigation-order": "Visningsrækkefølge for navigationspunkter", + "option-hide-items-in-navigation": "Skjul sider eller mapper fra navigation", + "option-hide-items-in-navigation-desc": "Højreklik og vælg \"Skjul\" for at forhindre specifikke sider i at vises i side-navigationen. Siderne vil stadig være tilgængelige via links eller ved at tilgÃ¥ URL'en direkte.", + "option-show-hidden-items": "Vis skjulte", + "button-customize-sidebar": "Administrer", + "label-navigation-modal-title": "Navigation", + "label-navigation-modal-desc": "Træk og slip for at tilpasse rækkefølgen af navigationspunkter pÃ¥ din Publish-side.", + "option-hide-in-navigation": "Skjul i navigation", + "button-manage-collaborators": "Administrer", + "option-theme": "Tema", + "option-theme-description": "Vælg standardfarveskema for din side.", + "option-theme-system": "Tilpas til system", + "option-show-theme-toggle": "Skift mellem lys/mørk", + "option-show-theme-toggle-description": "Lad besøgende skifte mellem lys og mørk tema efter eget ønske.", + "option-show-navigation": "Vis navigation", + "option-show-navigation-description": "Vis en liste over alle udgivne sider i venstre side af din udgivne side.", + "option-show-search": "Vis søgefelt", + "option-show-search-description": "Vis et søgefelt øverst i navigationen, der lader besøgende søge efter sider og overskrifter pÃ¥ din side.", + "option-show-graph": "Vis grafvisning", + "option-show-graph-description": "Vis en lille lokal graf pÃ¥ hver side.", + "option-show-outline": "Vis indholdsfortegnelse", + "option-show-outline-description": "Vis dispositionen af overskrifter pÃ¥ hver side.", + "option-show-backlinks": "Vis backlinks", + "option-show-backlinks-description": "Vis backlink-sektionen i slutningen af hver side.", + "option-sliding-window-mode": "Brug glidende vinduer", + "option-sliding-window-mode-description": "Ã…bn sider i nye paneler til højre. Tillader vandret scrolling gennem paneler.", + "option-hover-preview-file": "Vis hover-forhÃ¥ndsvisning", + "option-hover-preview-file-description": "Vis sideforhÃ¥ndsvisning ved musen over links.", + "option-hide-title": "Skjul sidetitel", + "option-hide-title-description": "Skjul sidens titeloverskrift. Nyttigt ved brug af egne overskrifter i begyndelsen af hver side.", + "option-readable-line-length": "Læsbar linjelængde", + "option-readable-line-length-description": "Begræns maksimal linjelængde. Rummer mindre indhold pÃ¥ skærmen, men gør lange afsnit mere læsbare.", + "option-site-password": "Adgangskoder", + "option-site-password-description": "Begræns adgang til din side med adgangskoder.", + "option-google-analytics": "Google Analytics-sporingskode", + "option-google-analytics-description": "Konfigurer Google Analytics for din side. Kun tilgængelig for besøgende fra din brugerdefinerede domæne-URL. Kontrollér venligst dine lokale love og regler først.", + "button-manage-passwords": "Administrer", + "button-save-site-settings": "Gem sideindstillinger", + "msg-updated-options": "Opdaterede indstillinger for din side.", + "button-go-back": "Tilbage", + "label-publishing-to": "Udgiver til", + "tooltip-switch-site": "Skift side", + "button-add-linked": "Tilføj linkede", + "tooltip-add-linked": "Tilføj alle filer, der er linket af de nuværende valgte elementer", + "msg-added-linked-files": "{{count}} linket fil er blevet tilføjet.", + "msg-added-linked-files_plural": "{{count}} linkede filer er blevet tilføjet.", + "tooltip-open-site-options": "Ændr sideindstillinger", + "label-no-changes-detected": "Ingen ændringer blev registreret.", + "label-changed-files-to-be-published": "Ændringer", + "label-unchanged-files-already-published": "Uændret (vælg for at slette)", + "label-file-selected": " valgt", + "button-select-all-files": "Vælg alle", + "label-custom-navigation-title": "Navigationselementer", + "button-deselect-all-files": "Fravælg alle", + "label-new-files-to-be-published": "Ny", + "button-publish": "Udgiv", + "msg-no-permission-to-publish-to-site": "Du har ikke tilladelse til at udgive til den nuværende side.", + "msg-select-at-least-one-file": "Vælg venligst mindst én fil.", + "label-upload-changes": "Upload ændringer", + "button-done": "Færdig", + "button-stop": "Stop", + "label-status-uploading": "Uploader", + "label-status-to-publish": "At udgive", + "label-status-to-delete": "At slette", + "label-status-published": "Udgivet", + "label-status-deleted": "Slettet", + "label-status-failed": "Mislykket", + "label-status-cancelled": "Annulleret", + "button-change": "Skift", + "label-clear-cache": "Det kan tage op til et par minutter, før ændringerne vises pÃ¥ din side. Hvis du ikke ser dine seneste ændringer, prøv at rydde cachen i din browser.", + "label-visit-site": "Du kan besøge din side her: ", + "msg-something-went-wrong": "Noget gik galt. Tjek udviklerkonsollen for detaljer.", + "msg-network-error": "Der opstod en netværksfejl.", + "label-manage-passwords": "Administrer adgangskoder", + "label-add-password": "Tilføj adgangskode", + "action-new-password": "Ny adgangskode", + "label-no-password": "Din side har i øjeblikket ingen adgangskoder. Alle kan besøge den.", + "label-have-password": "Din side er adgangskodebeskyttet. Hvis du har flere adgangskoder, kan besøgende fÃ¥ adgang til din side ved at indtaste en af dem.", + "option-password-name": "Adgangskode", + "option-password-desc": "En hash af din adgangskode gemmes sikkert. NÃ¥r adgangskoden er indstillet, kan den ikke afsløres i klartekst.", + "option-password-placeholder": "Din adgangskode", + "option-nickname-name": "Kaldenavn (valgfrit)", + "option-nickname-desc": "Indstil et kaldenavn for at minde dig selv om, hvad eller hvem adgangskoden er til.", + "action-add-password": "Tilføj denne adgangskode", + "label-untitled-password": "Unavngivet adgangskode", + "label-password-created-time": "Oprettet {{time}}", + "msg-added-new-password": "Tilføjede ny adgangskode.", + "option-custom-domain": "Brugerdefineret domæne", + "option-custom-domain-desc": "Brug dit eget domæne i stedet for https://publish.obsidian.md/{side id} URL'en.", + "option-noindex": "Forhindre søgemaskineindeksering", + "option-noindex-desc": "Forhindre søgemaskiner i at indeksere din side.", + "button-configure": "Konfigurer", + "label-configure-custom-domain": "Konfigurer brugerdefineret domæne", + "option-custom-url-name": "Brugerdefineret URL", + "option-custom-url-desc": "Den URL, din hjemmeside ligger pÃ¥.", + "option-custom-url-placeholder": "www.ditdomæne.com", + "option-custom-url-redirect": "Omdiriger til dit brugerdefinerede domæne", + "option-custom-url-redirect-desc": "Omdiriger besøgende pÃ¥ publish.obsidian.md/id til dit brugerdefinerede domæne.", + "button-update-custom-domain": "Opdater domæneindstilling", + "label-custom-domain-instructions": "Se venligst vores {{link}} pÃ¥ vores hjælpeside for mere information.", + "label-custom-domain-link-name": "vejledning til opsætning af brugerdefineret domæne", + "label-site-usage": "Du bruger {{site}} ud af din {{limit}}.", + "button-add-more-sites": "Køb flere sider", + "label-no-sites-bought": "Du har ikke købt nogen sider.", + "button-get-site": "FÃ¥ en side", + "label-manage-sharing": "Administrer deling for \"{{name}}\"", + "label-sharing-with-users": "Denne side deles i øjeblikket med følgende personer.", + "label-not-sharing": "Denne side deles i øjeblikket ikke med nogen.", + "label-invite-pending": "Afventer", + "tooltip-remove-user": "Fjern bruger", + "option-invite-user": "Inviter bruger", + "placeholder-invite-user": "Indtast deres e-mail...", + "error-email-must-be-valid": "Indtast venligst en gyldig e-mail for at invitere nogen.", + "msg-enable-publish-plugin": "Aktiver venligst Publish-kerneplugin i Indstillinger -> Kerneplugins for at se sider.", + "label-your-sites": "Dine sider", + "label-sites-shared-with-you": "Sider delt med dig", + "tooltip-leave-site-sharing": "Stop samarbejde pÃ¥ denne side", + "label-leave-site-confirmation": "Bekræft stop af sidesamarbejde", + "label-leave-site-confirmation-details": "Dette fjerner denne side fra listen over sider, der er delt med dig. Denne handling kan ikke fortrydes.", + "label-leave-site-confirmation-details-2": "Kontakt ejeren af siden, hvis du ønsker at samarbejde om denne side igen.", + "button-leave": "Forlad", + "label-compare-with-live": "Sammenlign med live-version", + "button-use-live-version": "Brug live-version", + "label-confirm-override": "Bekræft overskrivning af lokal version", + "label-confirm-override-1": "Er du sikker pÃ¥, at du vil overskrive den lokale version?", + "label-confirm-override-2": "Live versionen bruges, og din lokale version kasseres. Sikkerhedskopiér venligst, hvis nødvendigt.", + "button-proceed": "Fortsæt", + "message-successfully-used-live-version": "Det lykkedes at bruge live-versionen til at overskrive din lokale version.", + "label-open-file": "Ã…bn fil", + "tooltip-manage-publish-filters": "Administrer udgivelsesfiltre", + "option-included-folders": "Inkluderede mapper", + "option-included-folders-desc": "Filer i disse mapper vælges automatisk, nÃ¥r du gennemgÃ¥r ændringer til udgivelse.", + "option-currently-included-folders": "Disse mapper er i øjeblikket inkluderet:", + "option-excluded-folders": "Ekskluderede mapper", + "option-excluded-folders-desc": "Filer i disse mapper vises ikke, nÃ¥r du gennemgÃ¥r ændringer til udgivelse. Denne indstilling har prioritet over de inkluderede mapper ovenfor.", + "label-number-of-folders-included": "Obsidian Publish inkluderer i øjeblikket {{folders}}.", + "label-number-of-folders-excluded": "Obsidian Publish ekskluderer i øjeblikket {{folders}}.", + "label-manage-included-folders": "Administrer inkluderede mapper", + "label-manage-excluded-folders": "Administrer ekskluderede mapper", + "label-add-included-folder": "Inkluder en mappe", + "label-add-included-folder-desc": "Du kan inkludere bÃ¥de eksisterende mapper og mapper, der endnu ikke er oprettet.", + "tooltip-contact-support": "Kontakt support", + "label-navigation-preview": "NavigationsforhÃ¥ndsvisning" + }, + "workspaces": { + "name": "ArbejdsomrÃ¥der", + "desc": "Gem og indlæs arbejdsomrÃ¥delayout.", + "action-load-layout": "Indlæs arbejdsomrÃ¥delayout", + "action-manage-layouts": "Administrer arbejdsomrÃ¥delayouts", + "action-save": "Save layout", + "action-save-and-load-layout": "Gem og indlæs et andet layout", + "placeholder-save-current-layout-as": "Gem nuværende arbejdsomrÃ¥delayout som...", + "button-save": "Gem", + "button-load": "Indlæs", + "tooltip-delete-layout": "Slet layout", + "msg-delete-layout-success": "Layout blev slettet.", + "msg-enter-name": "Indtast venligst et navn til det nye layout.", + "msg-save-layout-success": "Layout blev gemt.", + "label-no-layout-found": "Ingen gemte layouts fundet.", + "label-workspace-modified-time": "Modified {{time}}", + "placeholder-type-to-search-layouts": "Indtast layoutnavn..." + }, + "sync": { + "name": "Synk", + "desc": "Synkroniser dine filer med Obsidian Sync.", + "action-view-version-history": "Se versionshistorik", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", + "label-load-more": "Indlæs mere", + "label-show-diff": "Vis forskel", + "label-copy-to-clipboard": "Kopiér til udklipsholder", + "label-restore-this-version": "Gendan denne version", + "msg-already-latest-version": "Denne version er allerede den seneste version.", + "msg-restored-version": "Version fra {{time}} blev gendannet", + "label-file-deleted": "Denne fil var slettet", + "label-file-deleted-via": "Slettet via {{ device }}", + "label-file-renamed-from": "Denne fil blev omdøbt fra \"{{filepath}}\"", + "label-revision": "1 revision", + "label-revision_plural": "{{revisions}} revisioner", + "label-via-device": "via {{device}}", + "label-no-history": "No sync history for this file.", + "label-empty-file": "Tom", + "label-unable-to-retrieve": "Kan ikke hente versionshistorik", + "label-setting-files": "Indstillingsfiler", + "label-deleted-files": "Slettede filer", + "label-version-history": "Versionshistorik", + "label-click-to-see-history": "Klik pÃ¥ en slettet fil for at se dens historik.", + "label-create-remote-vault": "Opret ekstern boks", + "msg-please-enter-password": "Indtast venligst en adgangskode.", + "msg-vault-name-cannot-be-empty": "Boksnavnet mÃ¥ ikke være tomt.", + "msg-successfully-created-vault": "Den eksterne boks \"{{name}}\" blev oprettet.", + "label-remote-vault-explanation": "Eksterne bokse synkroniserer din boks sikkert mellem enheder.", + "option-vault-name": "Boksnavn", + "option-vault-name-desc": "Hjælper dig med at huske, hvad denne boks er til.", + "option-vault-region": "Region", + "option-vault-region-desc": "Vælg den serverregion tættest pÃ¥ dig til at gemme den eksterne boks. Dette kan ikke ændres i fremtiden.", + "option-vault-name-placeholder": "Min fantastiske boks", + "option-use-custom-encryption-password": "Tilpas adgangskoden til end-to-end-kryptering", + "option-use-custom-encryption-password-desc": "Hvis du slÃ¥r dette fra, hÃ¥ndterer vi en krypteringsnøgle sikkert for dig.", + "option-use-custom-encryption-password-desc-warning": "Denne indstilling kan ikke ændres senere.", + "option-encryption-password": "Krypteringsadgangskode", + "option-encryption-password-desc": "Denne adgangskode kan ikke ændres senere.", + "option-encryption-password-desc-warning": "Hvis du glemmer denne adgangskode, forbliver alle fjerndata ubrugelige for evigt.", + "option-encryption-password-desc-2": "Dette pÃ¥virker ikke dine lokale data.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", + "option-encryption-password-placeholder": "Din adgangskode", + "label-unlock-encrypted-vault": "Unlock your remote vault", + "button-unlock-vault": "LÃ¥s boks op", + "label-remote-vaults": "Dine eksterne bokse", + "label-vault-created-time": "Oprettet {{time}}", + "tooltip-delete-remote-vault": "Slet", + "tooltip-rename-remote-vault": "Omdøb", + "label-rename-remote-vault": "Omdøb ekstern boks \"{{name}}\"", + "label-rename-remote-vault-desc": "Indtast et nyt navn til denne eksterne boks.", + "tooltip-manage-sharing": "Administrer deling", + "label-confirm-delete-remote-vault": "Bekræft sletning af boks", + "label-confirm-delete-remote-vault-question": "Er du sikker pÃ¥, at du vil slette denne eksterne boks?", + "label-confirm-delete-remote-vault-result": "Alle data pÃ¥ vores server, inklusive versionshistorik, slettes. Dine lokale filer forbliver intakte.", + "label-confirm-delete-remote-vault-warning": "Denne handling er permanent og irreversibel.", + "msg-remote-vault-deleted": "{{name}} blev slettet.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", + "button-connect-to-remote-vault": "Forbind", + "button-disconnect-from-remote-vault": "Afbryd", + "label-sync-status": "Sync: {{status}}", + "label-not-remote-vaults": "Du har ingen eksterne bokse.", + "label-no-subscription": "Du har ikke et aktivt Obsidian Sync-abonnement.", + "label-please-visit": "Besøg venligst", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", + "button-create-new-remote-vault": "Opret ny ekstern boks", + "label-sync-log": "Synkroniseringslog", + "option-event-type": "Hændelsestype", + "option-event-type-desc": "Vis kun logelementer af den valgte type.", + "option-event-type-all": "Alle", + "option-event-type-errors": "Fejl", + "option-event-type-merge-conflicts": "Fletningskonflikter", + "button-copy-sync-log": "Kopiér synkroniseringslog", + "msg-successfully-copied-sync-log": "Synkroniseringslog blev kopieret.", + "button-retry": "Prøv igen", + "button-purchase-subscription": "Køb", + "label-third-party-sync-warning": "Konfliktende filsynkroniseringstjeneste fundet", + "label-third-party-sync-warning-desc": "Advarsel: Din boks ser ud til at bruge {{service}} som en tredjepartssynkroniseringstjeneste. Hvis du bruger Obsidian Sync med denne boks, kan der opstÃ¥ konflikter, filbeskadigelse eller datatab.", + "label-icloud-drive-warning": "Hvis du bruger iCloud Drive, synkroniseres dine mapper Documents og Desktop muligvis af iCloud. Det kan skabe konflikter med Obsidian Sync.", + "option-remote-vault": "Fjernboks", + "button-choose-remote-vault": "Vælg", + "button-manage-remote-vault": "Administrer", + "option-remote-vault-desc-connected": "Har i øjeblikket forbindelse til den eksterne boks \"{{name}}\".", + "option-remote-vault-desc-not-connected": "Har i øjeblikket ingen forbindelse til nogen ekstern boks.", + "option-sync-status": "Synkroniseringsstatus", + "option-sync-status-desc-paused": "Obsidian Sync er sat pÃ¥ pause i øjeblikket.", + "option-sync-status-desc-running": "Obsidian Sync kører i øjeblikket.", + "option-device-name": "Enhedsnavn", + "option-device-name-desc": "Dette navn vises i synkroniseringsloggen. Lad det være tomt for at bruge standardnavnet.", + "button-resume": "Fortsæt", + "button-pause": "Sæt pÃ¥ pause", + "option-view-deleted-files": "Slettede filer", + "option-view-deleted-files-desc": "Vis og gendan slettede filer.", + "option-sync-log": "Synkroniseringsaktivitet", + "option-sync-log-desc": "Se seneste synkroniseringsaktivitet til fejlfinding.", + "button-view": "Se", + "button-bulk-restore": "Massegendannelse", + "button-restore-selected-files": "Gendan valgte filer", + "msg-restoring": "Gendanner...", + "msg-restoring-complete": "`Gendannelse fuldført: {{succeeded}} lykkedes og {{failed}} mislykkedes.`", + "option-vault-size": "Boksstørrelse", + "option-vault-size-desc": "Du bruger {{size}} ud af {{limit}}", + "option-vault-size-unknown": "Kan ikke hente din boksstørrelse.", + "option-vault-size-loading": "Henter din boksstørrelse...", + "option-over-size": "Boksstørrelse overstiger grænsen", + "option-almost-over-size": "Vault size approaching limit", + "msg-largest-files": "Se største filer", + "msg-largest-files-desc": "Disse er de eksterne filer, der optager mest plads. Efter sletning af vedhæftninger kan du bruge oprydningsknappen til at frigøre plads i den eksterne boks.", + "button-upgrade-storage": "Opgrader lagerplads", + "button-purge-remote": "Fjern", + "button-hide-my-changes": "Hide my changes", + "tooltip-purge-remote": "Fjern slettede vedhæftninger permanent fra den eksterne boks for at spare plads.", + "msg-purge-complete": "Oprydning fuldført.", + "option-prevent-sleep": "Forhindr, at enheden gÃ¥r i dvale", + "option-prevent-sleep-desc": "Forhindrer at enheden gÃ¥r i dvale, nÃ¥r der stadig er filer, der skal synkroniseres.", + "option-selective-sync": "Selektiv synkronisering", + "option-excluded-folders": "Ekskluderede mapper", + "option-excluded-folder-desc": "Forhindrer visse mapper i at blive synkroniseret.", + "option-currently-excluded-folders": " Disse mapper er i øjeblikket ekskluderet:", + "button-manage-excluded-folders": "Administrer", + "option-sync-image": "Synkroniser billeder", + "option-sync-image-desc": "Synkroniser billedfiler med disse udvidelser: {{extensions}}.", + "option-sync-audio": "Synkroniser lyd", + "option-sync-audio-desc": "Synkroniser lydfiler med disse udvidelser: {{extensions}}.", + "option-sync-video": "Synkroniser videoer", + "option-sync-video-desc": "Synkroniser videoer med disse udvidelser: {{extensions}}.", + "option-sync-pdf": "Synkroniser PDF-filer", + "option-sync-pdf-desc": "Synkroniser PDF-filer.", + "option-sync-unsupported": "Synkroniser alle andre typer", + "option-sync-unsupported-desc": "Synkroniser ikke-understøttede filtyper.", + "option-vault-config-sync": "Synkronisering af bokskonfiguration", + "option-view-config-files": "Indstillingernes versionshistorik", + "option-view-config-files-desc": "Se og gendan versionhistorik for indstillingsfiler.", + "option-sync-app": "Hovedindstillinger", + "option-sync-app-desc": "Aktiver for at synkronisere editorindstillinger, fil- og linkindstillinger, brugerdefinerede genvejstaster osv.", + "option-sync-appearance": "Indstillinger for udseende", + "option-sync-appearance-desc": "Synkroniser indstillinger for udseende som mørk tilstand, aktivt tema og aktiverede kodestykker.", + "option-sync-appearance-data": "Temaer og kodestykker", + "option-sync-appearance-data-desc": "Synkroniser hentede temaer og kodestykker. Om de er aktiveret, afhænger af den tidligere indstilling.", + "option-sync-hotkey": "Genvejstaster", + "option-sync-hotkey-desc": "Synkroniser brugerdefinerede genvejstaster.", + "option-sync-core-plugin": "Liste over aktive kerneplugins", + "option-sync-core-plugin-desc": "Synkroniser, hvilke kerneplugins er aktiveret.", + "option-sync-core-plugin-data": "Kerneplugin-indstillinger", + "option-sync-core-plugin-data-desc": "Synkroniser indstilling for kerneplugin.", + "option-sync-community-plugin": "Liste over aktive fællesskabsplugins", + "option-sync-community-plugin-desc": "Synkroniser, hvilke fællesskabsplugins er aktiveret.", + "option-sync-community-plugin-data": "Installerede fællesskabsplugins", + "option-sync-community-plugin-data-desc": "Synkroniser installerede fællesskabsplugins (.js, .css og manifest.json-filer) og deres indstillinger.", + "label-sync-introduction": "Obsidian Sync er Obsidians ekstra synkroniseringstjeneste med end-to-end-kryptering og versionshistorik.", + "label-account-required": "For at starte synkroniseringen skal du logge ind eller oprette en ny Obsidian-konto.", + "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": "Tilmeld", + "button-log-in": "Log ind", + "label-manage-excluded-folders": "Administrer ekskluderede mapper", + "label-number-of-folders-excluded": "{{folders}} er i øjeblikket ekskluderet fra synkronisering.", + "label-add-excluded-folder": "Ekskluder en mappe", + "label-add-excluded-folder-desc": "Du kan ekskludere bÃ¥de eksisterende mapper og mapper, der ikke er oprettet endnu.", + "tooltip-remove-excluded-folder": "Fjern fra eksklusionslisten", + "label-setup-connection": "Opsæt forbindelse", + "label-now-connected-to-vault": "Du er nu forbundet til \"{{name}}\".", + "button-start-syncing": "Start synkronisering", + "label-confirm-merge-vault": "Bekræft fletning af boks", + "msg-vault-has-notes": "Din lokale boks indeholder allerede nogle noter.", + "msg-vault-merge-warning": "Hvis du opretter forbindelse til den eksterne boks \"{{name}}\", flettes noter i din lokale boks med noter fra din eksterne boks. I tilfælde af konflikter bevares den seneste version af noten.", + "tooltip-update-setting-on-all-devices": "Opdater venligst denne indstilling, og genstart appen pÃ¥ alle de enheder, hvor den skal træde i kraft.", + "label-sharing-with-users": "Denne eksterne boks deles i øjeblikket med følgende personer.", + "label-not-sharing": "Denne eksterne boks deles i øjeblikket ikke med nogen.", + "label-vaults-shared-with-you": "Bokse delt med dig", + "tooltip-leave-vault-sharing": "Stop samarbejde om denne boks", + "label-leave-vault-confirmation": "Bekræft at stoppe samarbejde om denne boks", + "label-leave-vault-confirmation-details": "Dette fjerner denne boks fra listen over bokse, der deles med dig. Denne handling kan ikke fortrydes.", + "label-leave-vault-confirmation-details-2": "Kontakt venligst ejeren af boksen, hvis du ønsker at samarbejde om denne boks igen.", + "button-leave": "Forlad", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", + "label-require-subscription-to-connect": "Du skal have et Obsidian Sync-abonnement for at oprette forbindelse til denne boks.", + "option-contact-support": "Kontakt support", + "option-contact-support-desc": "Hvis du oplever problemer med Obsidian Sync, bedes du kontakte os, sÃ¥ vi kan hjælpe dig! Du kan fÃ¥ fat i os pÃ¥ support@obsidian.md.", + "button-copy-debug": "Kopiér fejlfindingsinfo", + "button-email-support": "E-mail support", + "label-sync-disconnected": "Sync is not connected to a remote vault.", + "msg-remote-vault-limit-hit": "Obsidian Sync lader dig oprette op til 5 eksterne bokse. For at oprette en ny ekstern boks skal du fjerne en eksisterende." + }, + "file-recovery": { + "name": "Filgenoprettelse", + "desc": "Lader dig gendanne nylige snapshots for at genoprette efter utilsigtet datatab. Snapshots gemmes kun for Markdown-filer.", + "action-open": "Ã…bn gemte snapshots", + "option-interval": "Snapshot-interval", + "option-interval-description": "Minimumsinterval i minutter mellem to snapshots.", + "option-keep": "Historiklængde", + "option-keep-description": "Længde i dage snapshots gemmes i.", + "option-open-history": "Snapshots", + "option-open-history-description": "Se og gendan gemte snapshots.", + "button-view-snapshots": "Se", + "option-clear": "Ryd historik", + "option-clear-description": "Slet alle snapshots.", + "button-clear-history": "Ryd", + "label-clear-warning": "Er du sikker pÃ¥, at du vil slette alle snapshots? Bemærk, at kun snapshots fjernes. Ingen filer i din boks pÃ¥virkes.", + "msg-clear-complete": "Snapshots blev slettet.", + "label-no-history-found": "Ingen snapshots fundet.", + "placeholder-choose-file": "Vælg en fil...", + "label-select-file": "Vælg venligst en fil til venstre for at se snapshots." + }, + "note-composer": { + "name": "Notekomponist", + "desc": "Flet, opdel og omstrukturer noter.", + "option-confirm-file-merge": "Bekræft filfletning", + "option-confirm-file-merge-description": "Spørg, inden to filer flettes.", + "option-split-replacement-text": "Tekst efter udtrækning", + "option-split-replacement-text-description": "Hvad der vises i stedet for den valgte tekst efter udtrækning.", + "option-choice-split-replacement-text-link": "Link til ny fil", + "option-choice-split-replacement-text-embed": "Indlejr ny fil", + "option-choice-split-replacement-text-none": "Intet", + "option-template-file": "Skabelonens filplacering", + "option-template-file-description": "Skabelonfil til brug ved fletning eller udtrækning. Tilgængelige variabler: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, fx {{date:YYYY-MM-DD}}.", + "command-merge-file": "Flet nuværende fil med en anden fil...", + "action-merge-file": "Flet hele filen med...", + "label-no-files": "Ingen filer fundet.", + "instruction-navigate": "for at navigere", + "instruction-merge": "for at flette", + "instruction-create-new": "for at oprette ny", + "instruction-merge-at-top": "for at flette til toppen", + "instruction-dismiss": "for at afvise", + "prompt-select-file-to-merge": "Vælg filen at flette ind i...", + "label-merge-file": "Flet fil", + "label-confirm-file-merge": "Er du sikker pÃ¥, at du vil flette \"{{fil}}\" til \"{{destination}}\"? \"{{file}}\" slettes.", + "button-merge": "Flet", + "command-split-file": "Udtræk nuværende markering...", + "command-extract-heading": "Udtræk denne overskrift...", + "instruction-append": "for at flytte til bunden", + "instruction-prepend": "for at flytte til toppen", + "msg-fail-to-fetch-template": "Kunne ikke hente skabelonfilen: \"{{skabelon}}\" blev ikke fundet.", + "msg-fail-to-find-heading": "Kunne ikke finde overskrift" + }, + "canvas": { + "name": "Lærred", + "desc": "Arranger og forbind noter pÃ¥ et uendeligt lærred.", + "action-add-note": "Tilføj note fra boks", + "action-add-media": "Tilføj medie fra boks", + "action-add-card": "Tilføj kort", + "action-add-website": "Tilføj webside", + "action-create-group": "Opret gruppe", + "action-create-with-size": "Opret et kort med en bestemt størrelse", + "action-convert-to-file": "Konverter til fil...", + "action-drag-to-add-note": "Træk for at tilføje note fra boksen", + "action-drag-to-add-media": "Træk for at tilføje medie fra boksen", + "action-drag-to-add-card": "Træk for at tilføje kort", + "action-edit-label": "Rediger etiket", + "action-remove-label": "Fjern etiket", + "action-search-file": "Søg efter fil", + "action-set-color": "Indstil farve", + "action-align": "Juster", + "action-align-left": "Venstrejuster", + "action-align-center": "Centrer", + "action-align-right": "Højrejuster", + "action-align-top": "Juster øverst", + "action-align-middle": "Juster midte", + "action-align-bottom": "Juster nederst", + "action-distribute-horizontal-spacing": "Fordel vandret afstand", + "action-distribute-vertical-spacing": "Fordel lodret afstand", + "action-justify-horizontally": "Lige margener vandret", + "action-justify-vertically": "Lige margener lodret", + "action-arrange-horizontally": "Arranger i en række", + "action-arrange-vertically": "Arranger i en kolonne", + "action-arrange-grid": "Arranger i et gitter", + "action-export-png": "Eksportér som billede", + "action-jump-to-group": "Spring til gruppe", + "action-set-background": "Indstil baggrund", + "action-edit-background": "Rediger baggrund", + "action-replace-background": "Udskift baggrund", + "action-remove-background": "Fjern baggrund", + "label-no-images": "Ingen billeder fundet.", + "label-export-png-desc": "Eksportér \"{{title}}\" som en PNG-fil med nedenstÃ¥ende indstillinger.", + "label-export-png-dimensions": "Estimerede billeddimensioner: {{dimensioner}}", + "label-distribute": "Fordel", + "label-justify": "Fuldjuster", + "label-arrange": "Arranger", + "label-always": "Altid", + "label-hover": "NÃ¥r musen holdes over", + "label-never": "Aldrig", + "label-no-section-found": "Ingen sektion fundet", + "option-wheel-behavior": "Standardadfærd for musehjul", + "option-mod-drag-behavior": "Standardadfærd for {{key}}", + "option-show-menu": "Vis menu", + "option-new-canvas-location": "Standardplacering for nye lærredfiler", + "option-new-canvas-location-description": "Hvor nye lærredsfiler placeres.", + "option-new-canvas-folder-path": "Mappe at oprette nye lærredsfiler i", + "option-new-canvas-folder-path-description": "Nyoprettede lærredsfiler vises under denne mappe.", + "option-node-label": "Vis kortetiket", + "option-snap-to-grid": "Snap til gitter", + "option-snap-to-grid-desc": "Snap kort til baggrundsgitteret, nÃ¥r du flytter og ændrer størrelse.", + "option-snap-to-objects": "Snap til objekter", + "option-snap-to-objects-desc": "Snap kort til nærliggende objekter, nÃ¥r du flytter og ændrer størrelse.", + "option-zoom-breakpoint": "Zoomtærskel for at skjule kortindhold", + "option-zoom-breakpoint-desc": "Lavere værdier øger ydeevnen, men skjuler kortindholdet hurtigere, nÃ¥r du zoomer ud.", + "option-export-png-show-logo": "Vis logo", + "option-export-png-show-logo-desc": "Dette tilføjer et Obsidian-logo nederst til venstre.", + "option-export-png-privacy-mode": "Privatlivstilstand", + "option-export-png-privacy-mode-desc": "Dette skjuler al tekst pÃ¥ dit lærred.", + "option-export-png-zoom": "Zoom", + "option-export-png-zoom-desc": "En højere zoom giver et billede med højere opløsning.", + "option-export-png-frame": "VisningsomrÃ¥de", + "option-export-png-frame-desc": "Vælg at gengive hele lærredet eller kun den nuværende synlige visning.", + "option-export-png-frame-full": "Hele lærredet", + "option-export-png-frame-viewport": "Kun VisningsomrÃ¥de", + "option-background-cover": "Cover", + "option-background-ratio": "Behold størrelsesforhold", + "option-background-repeat": "Gentag", + "action-new-canvas": "Nyt lærred", + "action-remove": "Fjern", + "action-narrow-heading": "Begræns til overskrift...", + "action-narrow-block": "Begræns til blok...", + "action-swap-file": "Byt fil...", + "action-change-url": "Skift URL...", + "action-zoom-to-fit": "Zoom for at passe", + "action-zoom-to-selection": "Zoom til markering", + "action-reload-page": "Gendindlæs side", + "action-follow-connection": "Følg forbindelse", + "command-create-new-canvas": "Opret nyt lærred", + "command-convert-to-file": "Konverter til fil...", + "instruction-narrow-heading": "for at indlejre overskrift", + "instruction-narrow-block": "for at indlejre blok", + "instruction-jump-to-group": "for at navigere til gruppe", + "prompt-to-narrow": "Indtast navn pÃ¥ overskrift", + "label-enter-url": "Indtast URL", + "label-empty-embed": "\"{{linktext}}\" kunne ikke findes.", + "prompt-add-text": "Tilføj tekst...", + "prompt-start-search": "Skriv for at søge...", + "label-canvas-help": "Lærredshjælp", + "label-canvas-settings": "Lærredsindstillinger", + "label-no-narrow": "Vis hele filen", + "label-readonly": "Skrivebeskyttet", + "label-disable-readonly": "Deaktiver skrivebeskyttelse", + "label-pan": "Panorer", + "label-pan-horizontal": "Panorer vandret", + "label-zoom": "Zoom", + "label-select-all": "Vælg alle", + "label-add-remove-selection": "Tilføj/fjern fra markering", + "label-clone-card": "Klon kort", + "label-constrain-movement-axis": "Begræns kortets bevægelse til aksen", + "label-disable-drag-snapping": "Deaktiver snapping, mens du trækker", + "label-remove-card": "Fjern kort", + "label-drag-from-below": "Træk nedefra eller dobbeltklik", + "label-longpress": "Tryk og hold for at tilføje / flytte / vælge", + "label-drag-pan": "Træk for at panorere", + "label-pinch-zoom": "Knib for at zoome", + "label-space-drag-pan": "Mellemrum + Træk for at panorere", + "label-scroll-to-zoom": "Rul for at zoome", + "label-untitled-group": "Unavngivet gruppe", + "label-line-direction": "Linjeretning", + "label-nondirectional": "Ikke-retningsbestemt", + "label-unidirectional": "Ensrettet", + "label-bidirectional": "Tovejs", + "label-image": "Billede", + "label-style": "Stil", + "msg-no-groups-found": "Ingen grupper fundet", + "msg-export-failed-empty-canvas": "Kan ikke eksportere et tomt lærred" + } + }, + "pdf": { + "action-highlight-all": "Fremhæv alle", + "action-match-diacritics": "Match diakritiske tegn", + "action-whole-words": "Hele ord", + "action-show-thumbnails": "Miniaturebilleder", + "action-show-outline": "Indholdsfortegnelse", + "action-reveal-in-outline": "Vis side i indholdfortegnelsen", + "action-toggle-sidebar": "SlÃ¥ sidebjælke til/fra", + "action-previous-page": "Forrige side", + "action-next-page": "Næste side", + "action-fit-width": "Tilpas bredde", + "action-fit-height": "Tilpas højde", + "action-save-p-d-f-location": "Gem nuværende position i dokument", + "action-copy-annotation": "Kopiér annotation", + "action-copy-quote": "Kopiér som citat", + "action-copy-selection-link": "Kopiér link til markering", + "action-copy-annot-link": "Kopiér link til annotation", + "action-copy-section-link": "Kopiér link til sektion", + "action-copy-section-link-title": "Kopiér link til “{{title}}â€", + "action-copy-page-link": "Kopiér link til {{page}}", + "msg-max-search-results": "{{current}} af over {{limit}} matcher", + "msg-search-count": "{{current}} af {{total}} matcher", + "msg-search-count_plural": "{{current}} af {{total}} matcher", + "msg-password-protected": "Denne PDF er adgangskodebeskyttet", + "msg-invalid-password": "Ugyldig adgangskode", + "msg-enter-password": "Indtast adgangskoden nedenfor", + "label-of-pages": "af {{count}}", + "label-page-of-pages": "({{current}} af {{count}})", + "label-spread-single": "Enkeltsidet", + "label-spread-odd": "Dobbeltsidet (ulige)", + "label-spread-even": "Dobbeltsidet (lige)", + "tooltip-sidebar-options": "Indstillinger for sidebjælke", + "tooltip-display-options": "Indstillinger for visning", + "label-adapt-to-theme": "Tilpas til tema", + "label-page": "side {{page}}", + "page_landmark": "Side {{page}}", + "thumb_page_title": "Side {{page}}", + "thumb_page_canvas": "Side {{page}}", + "text_annotation_type": "[{{type}} Annotation]", + "annotation_date_string": "{{date}}, {{time}}" + }, + "properties": { + "types": { + "option-multitext": "Liste", + "option-unknown": "Ukendt", + "option-text": "Tekst", + "option-aliases": "Aliasser", + "option-tags": "Tags", + "option-date": "Dato", + "option-datetime": "Dato & tid", + "option-number": "Nummer", + "option-checkbox": "Afkrydsningsfelt" + }, + "value-suggestion": { + "key-link-note": "Indtast [[", + "instruction-link-note": "for at linke note", + "instruction-dismiss": "for at afvise" + }, + "option-property-type": "Egenskabstype", + "msg-empty-property-name": "Egenskabsnavn mÃ¥ ikke være tomt.", + "msg-duplicate-property-name": "Egenskab findes allerede", + "msg-invalid-tag": "Ugyldigt tagnavn", + "msg-invalid-number": "Ugyldigt nummer", + "msg-invalid-properties": "Kunne ikke læse egenskaber.", + "label-no-value": "Ingen værdi", + "label-heading": "Egenskaber", + "label-invalid-yaml-marker": "Syntaksfejl. Dit frontmatter er ugyldigt.", + "label-add-property-button": "Tilføj egenskab", + "label-type-mismatch-warning": "Type mismatch; forventede {{type}}", + "label-migration-warning-desc": "Er du sikker pÃ¥, at du vil ændre typen? Nogle af de data, der er knyttet til denne egenskabsnøgle, er inkompatible." + }, + "table": { + "label-column": "Kolonne", + "label-row": "Række", + "action-row-after": "Tilføj række efter", + "action-column-after": "Tilføj kolonne efter", + "action-row-before": "Tilføj række før", + "action-row-up": "Flyt række op", + "action-row-down": "Flyt række ned", + "action-column-before": "Tilføj kolonne før", + "action-column-left": "Flyt kolonne til venstre", + "action-column-right": "Flyt kolonne til højre", + "action-duplicate-row": "Dupliker række", + "action-duplicate-column": "Dupliker kolonne", + "action-delete-row": "Slet række", + "action-delete-column": "Slet kolonne", + "action-align-left": "Venstrejuster", + "action-align-center": "Centrer", + "action-align-right": "Højrejuster", + "action-delete-selection": "Slet celler", + "action-clear-selection": "Ryd celler", + "action-sort-a-z": "Sorter kolonner (A to Ã…)", + "action-sort-z-a": "Sorter kolonner (Ã… to A)", + "label-command": "Tabel: {{command}}" + }, + "callout": { + "option-type": "Bemærkningstype", + "type": { + "info": "Info", + "important": "Vigtigt", + "tip": "Tip", + "success": "Succes", + "question": "SpørgsmÃ¥l", + "warning": "Advarsel", + "quote": "Citat", + "example": "Eksempel" + }, + "option-other": "Andre...", + "option-other-placeholder": "Bemærkningstype..." + }, + "nouns": { + "count": "{{count}}", + "word-with-count": "{{count}} ord", + "word-with-count_plural": "{{count}} ord", + "character-with-count": "{{count}} tegn", + "character-with-count_plural": "{{count}} tegn", + "link-with-count": "{{count}} link", + "link-with-count_plural": "{{count}} links", + "file-with-count": "{{count}} fil", + "file-with-count_plural": "{{count}} filer", + "folder-with-count": "{{count}} mappe", + "folder-with-count_plural": "{{count}} mapper", + "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}} egenskab", + "properties-with-count_plural": "{{count}} egenskaber", + "site-with-count": "{{count}} webside", + "site-with-count_plural": "{{count}} websider", + "plugin-with-count": "{{count}} plugin", + "plugin-with-count_plural": "{{count}} plugins", + "theme-with-count": "{{count}} tema", + "theme-with-count_plural": "{{count}} temaer" + } +} \ No newline at end of file diff --git a/de.json b/de.json index 4d247f25295106c2b8a503081e60f6fb84834851..c503f07ff68c34365adb40fc23cf8f53567391be 100644 --- a/de.json +++ b/de.json @@ -175,7 +175,7 @@ "label-default-theme": "Standard", "tooltip-click-to-enlarge": "Klicke zum Vergrößern", "button-update": "Aktualisieren", - "label-currently-selected": "Ausgewählt", + "label-currently-active": "Active", "option-frame-style": "Stil des Obsidian-Fensters", "option-frame-description": "Stellt die Titelleiste aller Obsidian-Fenster ein. Das erfordert einen Neustart der Anwendung.", "option-frame-hidden": "Versteckt (Standard)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Der Befehl wird durch Antippen in der Seitenleiste aktiviert. Antippen und Halten zeigt das Menü an.", "option-mobile-quick-ribbon-default": "Menüband öffnen", "button-configure": "Konfigurieren", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Andere Seitenleisten-Befehle", "label-modal-configuration": "Seitenleisten Konfiguration", "label-modal-configuration-desc": "Wähle aus, welche Befehle in der Seitenleiste aktiviert sein sollen. Ändere die Reihenfolge durch Ziehen und Loslassen.", @@ -277,7 +279,6 @@ "option-your-account": "Dein Nutzerkonto", "option-your-account-desc": "Du bist momentan eingeloggt {{name}} ({{email}}).", "option-your-account-desc-no-login": "Du bist momentan nicht eingeloggt. Ein Nutzerkonto ist nur notwendig für Obsidian Sync, Obsidian Publish und Catalyst Insider Builds.", - "button-manage-settings": "Einstellungen verwalten", "label-insider": "Insider", "label-supporter": "Unterstützer", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Deine E-Mail...", "label-password": "Passwort", "placeholder-password": "Dein Passwort...", + "label-forgot-password": "Forgot password?", "button-login": "Einloggen", "message-empty-email": "E-Mail darf nicht leer sein.", "message-invalid-email": "E-Mail ist ungültig.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Finden", "placeholder-replace": "Ersetzen", - "label-previous": "Vorherige", - "label-next": "Nächste", - "label-all": "Alle", "label-exit-search": "Suche beenden", + "label-next": "Nächste", + "label-previous": "Vorherige", + "label-find-all": "Find all", "label-replace": "Ersetzen", "label-replace-all": "Alle Ersetzen" }, @@ -453,7 +455,11 @@ "label-link-block": "um Blöcke zu verlinken", "label-type-pipe": "Tippe |", "label-change-display-text": "um den Anzeigetext zu ändern", - "label-no-match-found": "Keine Ãœbereinstimmung gefunden" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Keine Ãœbereinstimmung gefunden", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Keine Vorschläge...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Link bearbeiten", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Aufklappen", "sidebar-collapse": "Zuklappen", "msg-fail-to-save-file": "Fehler beim Speichern der Datei \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Keine Datei", "msg-file-changed": "\"{{file}}\" wurde extern bearbeitet. Änderungen werden automatisch eingefügt.", "switch-vault": "Einen anderen Vault öffnen", + "manage-vaults": "Manage vaults...", "help": "Hilfe", "settings": "Einstellungen", "drag-to-rearrange": "Zum Umordnen ziehen", @@ -528,6 +539,7 @@ "button-add": "Hinzufügen", "button-manage": "Verwalten", "label-new-tab": "Neuer Tab", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Dieser Tab lädt noch. Bitte versuche es später noch einmal", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Bearbeiten (Strg/Cmd + Klick zum Bearbeiten in neuem Fensterbereich)", "read-view": "Aktuelle Ansicht: Lesemodus", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Klicken zum Bearbeiten", "switch-to-read-view": "Klicken zum Lesen", "mod-click-open-new-tab": "{{key}} + Klicken, um in neuem Tab zu öffnen", @@ -653,6 +668,7 @@ "button-create-vault": "Erstellen", "button-back": "Zurück", "msg-empty-vault-name": "Der Vault-Name darf nicht leer sein.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Bitte wähle einen gültigen Ordner.", "msg-failed-to-create-vault": "Erstellung des Vaults fehlgeschlagen.", "msg-failed-to-create-vault-at-location": "Der Vault konnte unter dem angegebenen Ort nicht erstellt werden. Bitte prüfe den Speicherort und die Berechtigung.", @@ -749,6 +765,7 @@ "search-current-file": "In geöffneter Datei suchen", "search-replace-current-file": "In geöffneter Datei suchen & ersetzen", "add-property": "Dateieigenschaften hinzufügen", + "add-alias": "Add alias", "edit-property": "Dateieigenschaften bearbeiten", "clear-properties": "Dateieigenschaften löschen", "open-settings": "Einstellungen öffnen", @@ -764,6 +781,7 @@ "close-other-tabs": "Schließe andere Tabs", "close-tab-group": "Diese Tab-Gruppe schließen", "toggle-left-sidebar": "Linke Seitenleiste umschalten", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Rechte Seitenleiste umschalten", "toggle-default-new-tab-mode": "Standardmodus für neue Tabs umschalten", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Vorwärts", "toggle-left-sidebar": "Linke Seitenleiste umschalten", "toggle-right-sidebar": "Rechte Seitenleiste umschalten", + "toggle-ribbon": "Ribbon", "split-right": "Rechts teilen", "split-down": "Unten teilen", "release-notes": "Neuigkeiten" @@ -912,6 +931,7 @@ "action-open": "Dateiexplorer öffnen", "action-show": "Dateiexplorer zeigen", "action-create-note": "Neue Notiz erstellen", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Neue Notiz in aktuellem Tab erstellen", "action-create-note-to-the-right": "Notiz rechts erstellen", "action-collapse-all": "Alles einklappen", @@ -1416,6 +1436,7 @@ "name": "Veröffentlichen", "desc": "Ermöglicht das Veröffentlichen Deiner Notizen mittels Obsidian Publish.", "action-publish-changes": "Änderungen veröffentlichen", + "action-publish-file": "Publish current file", "label-no-internet-access": "Eine Internetverbindung wird benötigt, um Änderungen zu veröffentlichen.", "label-publish-service-description": "Obsidian Publish ist ein optionaler, kostenpflichtiger Service, der es Dir ermöglicht, Deine Notizen direkt aus Obsidian zu veröffentlichen..", "label-please-login": "Um Notizen zu veröffentlichen, logge Dich bitte ein oder erstelle ein neues Obsidian-Konto.", @@ -1604,6 +1625,7 @@ "desc": "Ermöglicht das Speichern und Laden von Workspace-Layouts.", "action-load-layout": "Workspace-Layout laden", "action-manage-layouts": "Workspace-Layouts verwalten", + "action-save": "Save layout", "action-save-and-load-layout": "Speichern und ein anderes Layout laden", "placeholder-save-current-layout-as": "Speichere das aktuelle Workspace-Layout als...", "button-save": "Speichern", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Bitte gib einen Namen für das neue Layout ein.", "msg-save-layout-success": "Layout erfolgreich gespeichert.", "label-no-layout-found": "Kein gespeichertes Layout gefunden.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Layout-Namen eingeben..." }, "sync": { "name": "Sync", "desc": "Synchronisiere Deine Dateien mit Obsidian Sync.", "action-view-version-history": "Zeige Versionsverlauf", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Mehr laden", "label-show-diff": "Unterschiede zeigen", "label-copy-to-clipboard": "In Zwischenablage kopieren", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Es gibt keine frühere Versionen dieser Datei.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Leer", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Einstellungsdateien", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Dieses Passwort kann später nicht mehr verändert werden!", "option-encryption-password-desc-warning": "Wenn Du dieses Passwort vergisst, werden alle Remote-Daten für immer unbrauchbar sein.", "option-encryption-password-desc-2": "Dies betrifft nicht Deine lokalen Daten.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Dein Passwort", - "label-enter-encryption-password": "Passwort für Verschlüsselung eingeben", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Vault freischalten", - "msg-verified-password": "Dein Passwort wurde erfolgreich verifiziert.", "label-remote-vaults": "Deine Remote-Vaults", "label-vault-created-time": "Erstellt {{time}}", "tooltip-delete-remote-vault": "Löschen", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Alle Daten auf unseren Servern, inklusive des Versions-Verlaufes, werden gelöscht. Deine lokalen Dateien bleiben unberührt.", "label-confirm-delete-remote-vault-warning": "Diese Aktion ist permanent und irreversibel.", "msg-remote-vault-deleted": "{{name}} wurde gelöscht.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Verbinden", "button-disconnect-from-remote-vault": "Verbindung trennen", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Du hast keine 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": "Neuen Vault erstellen", "label-sync-log": "Sync-Log", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Vault Größe über Limit", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Zeige größte Dateien", "msg-largest-files-desc": "Dies sind die Remote-Dateien, die den meisten Platz beanspruchen. Nachdem Du Anhänge gelöscht hast, nutze den Bereinigen-Knopf um Speicherplatz für deinen Remote-Vault freizugeben.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Bereinigen", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Gelöschte Anhänge werden permanent vom Remote-Vault entfernt, um Speicherplatz zu sparen.", "msg-purge-complete": "Bereinigung erfolgreich.", "option-prevent-sleep": "Gerät aktiv halten", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Synchronisiert installierte Community-Erweiterungen (.js, .css, und manifest.json Dateien) und ihre Einstellungen.", "label-sync-introduction": "Obsidian Sync ist Obsidian's optionaler Synchronisationsservice mit Ende-zu-Ende-Verschlüsselung und Versionsverlauf.", "label-account-required": "Um die Synchronisation zu starten, logge Dich bitte ein oder erstelle einen neuen 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": "Account erstellen", "button-log-in": "Einloggen", "label-manage-excluded-folders": "Ausgeschlossene Ordner verwalten", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Dies wird den Vault von der Liste der mit dir geteilten Vaults entfernen. Diese Aktion kann nicht rückgängig gemacht werden!", "label-leave-vault-confirmation-details-2": "Bitte kotaktiere den Eigentümer des Vaults, falls Du wieder an diesem Vault mitarbeiten möchtest.", "button-leave": "Verlassen", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Du benötigst ein Obsidian Sync Abo, um mit diesem Vault zu verbinden.", "option-contact-support": "Support kontaktieren", "option-contact-support-desc": "Falls Du irgendwelche Probleme mit Obsidian Sync hast, bitte kontaktiere uns, damit wir Dir helfen können! Du kannst uns erreichen unter support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "Email an den 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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} Wort", "word-with-count_plural": "{{count}} Wörter", "character-with-count": "{{count}} Zeichen", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} Ordner", "backlink-with-count": "{{count}} Rückverweis", "backlink-with-count_plural": "{{count}} Rückverweise", + "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}} Seite", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} Farbschema", "theme-with-count_plural": "{{count}} Farbschemata" } -} +} \ No newline at end of file diff --git a/el.json b/el.json index 54b6f4a785f24aa1943daf2253774a2828109dc5..c172f7521b3959aaafd868cb6b5ec4333702749a 100644 --- a/el.json +++ b/el.json @@ -175,7 +175,7 @@ "label-default-theme": "Î Ïοεπιλογή", "tooltip-click-to-enlarge": "Κάντε κλικ για μεγÎθυνση", "button-update": "ΕνημÎÏωση", - "label-currently-selected": "ΕπιλεγμÎνο", + "label-currently-active": "Active", "option-frame-style": "ΜοÏφή πλαισίου παÏαθÏÏου", "option-frame-description": "ΚαθοÏίζει τη μοÏφή της μπάÏας τίτλου στο παÏάθυÏο του Obsidian. Απαιτείται επανεκκίνηση για να εφαÏμοστεί.", "option-frame-hidden": "ΚÏυμμÎνο (Ï€Ïοεπιλογή)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Η επιλογή του στοιχείου το Î¼ÎµÎ½Î¿Ï Ï€Î»Î¿Î®Î³Î·ÏƒÎ·Ï‚ θα το ενεÏγοποιήσει. ΠαÏατεταμÎνη επιλογή θα δείχνει το μενοÏ.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Î ÏοσαÏμογή", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Άλλα στοιχεία κοÏδÎλας", "label-modal-configuration": "Î ÏοσαÏμογή κοÏδÎλας", "label-modal-configuration-desc": "ΕπιλÎξτε αντικείμενα που θα είναι ενεÏγά στην κοÏδÎλα. ΣείÏετε για να αλλάξετε την σειÏά.", @@ -277,7 +279,6 @@ "option-your-account": "Ο λογαÏιασμός σας", "option-your-account-desc": "Είστε εγγεγÏαμμÎνοι {{name}} ({{email}}).", "option-your-account-desc-no-login": "Δεν είστε εγγεγÏαμμÎνοι. Απαιτείται λογαÏιασμός για τα Obsidian Sync, Obsidian Publish, και ΚαταληκτικÎÏ‚ δοκιμαστικÎÏ‚ εκδόσεις.", - "button-manage-settings": "ΔιαχείÏιση Ïυθμίσεων", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Η ηλ. διεÏθυνση σας...", "label-password": "Κωδικός", "placeholder-password": "Ο κωδικός σας...", + "label-forgot-password": "Forgot password?", "button-login": "ΣÏνδεση", "message-empty-email": "Ηλ. σÏνδεση δεν μποÏεί να είναι κενή.", "message-invalid-email": "Μη ÎγκυÏη ηλ. σÏνδεση.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "ΕÏÏεση", "placeholder-replace": "Αντικατάσταση", - "label-previous": "Î Ïοηγ", - "label-next": "Επόμενο", - "label-all": "Όλα", "label-exit-search": "Έξοδος από εÏÏεση", + "label-next": "Επόμενο", + "label-previous": "Î Ïοηγ", + "label-find-all": "Find all", "label-replace": "Αντικατάσταση", "label-replace-all": "Αντικατάσταση όλων" }, @@ -453,7 +455,11 @@ "label-link-block": "για σÏνδεσμο μπλοκ", "label-type-pipe": "Εισάγεται |", "label-change-display-text": "για να αλλάξετε Ï€Ïοβαλόμενο κειμÎνο", - "label-no-match-found": "Δεν βÏÎθηκε αποτÎλεσμα" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Δεν βÏÎθηκε αποτÎλεσμα", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Καμία υπόδειξη...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "ΕπεξεÏγασία συνδÎσμου", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Επεκτείνετε", "sidebar-collapse": "Κλείστε", "msg-fail-to-save-file": "Αδυναμία αποθήκευσης αÏχείου \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "ΚανÎνα αÏχείο", "msg-file-changed": "\"{{file}}\" Îχει Ï„Ïοποποιηθεί εξωτεÏικά, γίνεται συγχώνευση αυτόματα.", "switch-vault": "Ανοίξτε άλλο φυλάκιο", + "manage-vaults": "Manage vaults...", "help": "Βοήθεια", "settings": "Ρυθμίσεις", "drag-to-rearrange": "ΣÏÏετε για τακτοποιήση", @@ -528,6 +539,7 @@ "button-add": "Î ÏοσθÎστε", "button-manage": "ΔιαχειÏιστείτε", "label-new-tab": "ÎÎα καÏÏ„Îλα", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Η καÏÏ„Îλα είναι απασχολημÎνη, παÏακαλοÏμε δοκιμάστε ξανά αÏγότεÏα", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "ΕπεξεÏγασία (Ctrl/Cmd+Κλικ για επεξεÏγασία νÎου παÏαθÏÏου)", "read-view": "ΤωÏινή Ï€Ïοβολή: ανάγνωσης", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Κάντε κλικ για επεξεÏγασία", "switch-to-read-view": "Κάντε κλικ για ανάγνωση read", "mod-click-open-new-tab": "{{key}}+Κλικ για άνοιγμα σε καινοÏÏγια καÏÏ„Îλα", @@ -653,6 +668,7 @@ "button-create-vault": "ΔημιουÏγία", "button-back": "ΕπιστÏοφή", "msg-empty-vault-name": "Το όνομα δεν μποÏεί να είναι κενό.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "ΠαÏακαλοÏμε επιλÎξτε Îναν ÎγκυÏο φάκελο.", "msg-failed-to-create-vault": "Αδυναμία δημιουÏγίας φυλακίου.", "msg-failed-to-create-vault-at-location": "Αδυναμία δημιουÏγίας φυλακίου στην δοθοÏμενη τοποθεσίας. ΠαÏακαλοÏμε ελÎγξτε την τοποθεσία και τα δικαιώματα.", @@ -749,6 +765,7 @@ "search-current-file": "ΕÏÏεση στο αÏχείο", "search-replace-current-file": "ΕÏÏεση + Αντικατάσταση στο αÏχείο", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Άνοιγμα Ïυθμίσεων", @@ -764,6 +781,7 @@ "close-other-tabs": "Κλείσιμο όλων των άλλων καÏτελών", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Εναλλαγή αÏιστεÏής μπάÏας", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Εναλλαγή δεξιάς μπάÏας", "toggle-default-new-tab-mode": "Εναλλαγή λειτουÏγία για νÎες καÏÏ„Îλες", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Πλοήγηση ΜπÏοστά", "toggle-left-sidebar": "Εναλλαγή ΑÏιστεÏής ΜπάÏας", "toggle-right-sidebar": "Εναλλαγή Δεξιάς ΜπάÏας", + "toggle-ribbon": "Ribbon", "split-right": "ΧώÏισμα Δεξιά", "split-down": "ΧώÏισμα Κάτω", "release-notes": "Σημειώσεις Έκδοσης" @@ -912,6 +931,7 @@ "action-open": "Άνοιγμα εξεÏεÏνησης αÏχείων", "action-show": "Î Ïοβολή εξεÏεÏνησης αÏχείων", "action-create-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": "ΔημιουÏγία σημείωσης δεξιά", "action-collapse-all": "Κλείσιμο όλων", @@ -1416,6 +1436,7 @@ "name": "Δημοσίευση", "desc": "ΔημοσιεÏσετε τις σημειώσεις σας μÎσα από το Obsidian Publish.", "action-publish-changes": "Δημοσίευση αλλαγών", + "action-publish-file": "Publish current file", "label-no-internet-access": "Î ÏÎπει να Îχετε Ï€Ïόσβαση το διαδίκτυο για να δημοσιεÏσετε αλλαγÎÏ‚.", "label-publish-service-description": "Obsidian Publish είναι Ï€Ïόσθετη υπηÏεσία με χÏÎωση που επιτÏÎπει δημοσίευση σημειώσεων στο διαδίκτυο μÎσω του Obsidian.", "label-please-login": "Για να δημοσιεÏετε, παÏακαλοÏμε συνδεθείτε ή εγγÏαφείτε στον Obsidian λογαÏιασμό.", @@ -1604,6 +1625,7 @@ "desc": "ΑποθηκεÏστε και φοÏτώστε τη διάταξη του χώÏου εÏγασίας.", "action-load-layout": "ΦόÏτωση διάταξης χώÏου εÏγασίας", "action-manage-layouts": "ΔιαχείÏιση διάταξης χώÏου εÏγασίας", + "action-save": "Save layout", "action-save-and-load-layout": "Αποθήκευση και φόÏτωση άλλης διάταξης", "placeholder-save-current-layout-as": "Αποθήκευση Ï„ÏÎχουσας διάταξης χώÏου εÏγασίας ως...", "button-save": "Αποθήκευση", @@ -1613,12 +1635,16 @@ "msg-enter-name": "ΠαÏακαλοÏμε εισάγεται όνομα για την νÎα διάταξη.", "msg-save-layout-success": "Επιτυχής αποθήκευση νÎας διάταξης.", "label-no-layout-found": "Δεν βÏÎθηκαν αποθηκευμÎνες διατάξεις.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Εισάγεται όνομα διάταξης..." }, "sync": { "name": "ΣυγχÏονισμός", "desc": "ΣυγχÏονίστε τα αÏχεία σας μÎσα από το Obsidian Sync.", "action-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": "ΦόÏτωση πεÏισσότεÏων", "label-show-diff": "Î Ïοβολή διαφοÏών", "label-copy-to-clipboard": "ΑντιγÏαφή στο Ï€ÏόχειÏο", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Δεν υπάÏχουν Ï€ÏοηγοÏμενες εκδόσεις Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… αÏχείου.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Άδειο", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Ρυθμίζονται αÏχεία", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Ο κωδικός σας δεν μποÏεί να αλλαχτεί μετά.", "option-encryption-password-desc-warning": "Αν ξεχάσετε τον κωδικό, όλα τα απομακÏυσμÎνα αÏχεία θα παÏαμείνουν μονίμος άχÏηστα.", "option-encryption-password-desc-2": "Αυτό δεν επηÏεάζει τα τοπικά σας δεδομÎνα.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Ο κωδικός σας", - "label-enter-encryption-password": "Εισαγωγή ÎºÏ‰Î´Î¹ÎºÎ¿Ï ÎºÏυπτογÏάφησης", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Ξεκλείδωμα φυλάκιου", - "msg-verified-password": "Ο κωδικός επαληθεÏτηκε με επιτυχία.", "label-remote-vaults": "Τα απομακÏυσμÎνα φυλάκια σας", "label-vault-created-time": "ΔημιουÏγήθηκε {{time}}", "tooltip-delete-remote-vault": "ΔιαγÏάφηκε", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Τα δεδομÎνα στους διακομιστÎÏ‚, μαζί με το ιστοÏÎ¹ÎºÎ¿Ï ÎµÎºÎ´ÏŒÏƒÎµÏ‰Î½, θα διαγÏαφεί. Τα τοπικά αÏχεία θα παÏαμείνουν άθικτα.", "label-confirm-delete-remote-vault-warning": "Αυτή η ενÎÏγεια είναι μόνιμη και μη αναστÏÎψιμη.", "msg-remote-vault-deleted": "{{name}} διαγÏάφηκε.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "ΣÏνδεση", "button-disconnect-from-remote-vault": "ΑποσÏνδεση", + "label-sync-status": "Sync: {{status}}", "label-not-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": "ΔημιουÏγία νÎου φυλάκιου", "label-sync-log": "ΚαταγÏαφή συγχÏονισμοÏ", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "ÎœÎγεθος φυλάκιου πάνω από το ÏŒÏιο", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Î Ïοβολή μεγαλÏτεÏων αÏχείων", "msg-largest-files-desc": "ΑπομακÏυσμÎνα αÏχεία που καταναλώνουν πεÏισσότεÏο χώÏο. Î‘Ï†Î¿Ï Î´Î¹Î±Î³Ïάψετε τις επισυνάψεις, χÏησιμοποιήστε το κουμπί εκκαθάÏισης για να ελευθεÏώσετε χώÏο.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "ΕκκαθάÏιση", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Μόνιμη διαγÏαφή επισυνάψεων από το απομακÏυσμÎνο φυλάκιο για εξοικονόμηση χώÏου.", "msg-purge-complete": "Η εκκαθάÏιση ολοκληÏώθηκε.", "option-prevent-sleep": "ΑπαγόÏευση αδÏάνειας συσκευή", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "ΣυγχÏονισμός εγκατεστημÎνων Ï€Ïόσθετων κοινότητας (.js, .css, και manifest.json) και τις Ïυθμίσεις τους.", "label-sync-introduction": "Obsidian Sync είναι υπηÏεσία συγχÏÎ¿Î½Î¹ÏƒÎ¼Î¿Ï Ï„Î¿Ï… Obsidian με κÏυπτογÏάφηση άκÏη-σε-άκÏη και ιστοÏικό.", "label-account-required": "Για να γίνει ο συγχÏονισμός, συνδεθείτε ή δημιουÏγήστε νÎο λογαÏιασμό Obsidian.", + "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": "ΕγγÏαφή", "button-log-in": "ΣÏνδεση", "label-manage-excluded-folders": "ΔιαχείÏιση εξαιÏουμÎνων φακÎλων", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Το φυλάκιο θα αφαιÏεθεί από την λίστα φυλάκιων σε κοινή χÏήση. Αυτή η ενÎÏγεια είναι μη αναστÏÎψιμη.", "label-leave-vault-confirmation-details-2": "ΠαÏακαλοÏμε επικοινωνήστε με τον ιδιοκτήτη του φυλάκιου αν επιθυμείτε να συνεÏγαστείτε στο φυλάκιο ξανά.", "button-leave": "Έξοδος", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "ΧÏειάζεστε συνδÏομή Obsidian Sync για να συνδεθείτε σε αυτό το φυλάκιο.", "option-contact-support": "Επικοινωνία με υποστήÏιξη", "option-contact-support-desc": "Αν αντιμετωπίζετε Ï€Ïόβλημα με το Obsidian Sync, επικοινωνήστε μαζί μας για να σας βοηθήσουμε! ΜποÏείτε να μας βÏείτε στο support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} λÎξη", "word-with-count_plural": "{{count}} λÎξεις", "character-with-count": "{{count}} χαÏακτήÏας", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} φάκελοι", "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}} ιστοσελίδα", diff --git a/en-GB.json b/en-GB.json index 8e60fce5f6a4c6d9f8ebcd6495b72a4e2a2abdb9..2f6ec9fec7099901da2d276f1da059c56df9c233 100644 --- a/en-GB.json +++ b/en-GB.json @@ -196,7 +196,7 @@ "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 that navigation bar.", + "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.", "button-configure": "Configure", diff --git a/en.json b/en.json index cdeec4087a69178605fbc3df9dada6276d1afd52..5bf03f29dfa5fdb18abe4d52dc1f27403b85b2b4 100644 --- a/en.json +++ b/en.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/eo.json b/eo.json index cdeec4087a69178605fbc3df9dada6276d1afd52..5bf03f29dfa5fdb18abe4d52dc1f27403b85b2b4 100644 --- a/eo.json +++ b/eo.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/es.json b/es.json index bacb0f6d2047fbf06595422ee13bc24fc84a54bb..03768778a390097e5ded66d1bc452b320b362f77 100644 --- a/es.json +++ b/es.json @@ -175,7 +175,7 @@ "label-default-theme": "Por defecto", "tooltip-click-to-enlarge": "Clic para agrandar", "button-update": "Actualizar", - "label-currently-selected": "Seleccionado", + "label-currently-active": "Active", "option-frame-style": "Estilo marco de ventana", "option-frame-description": "Determina el estilo de la barra de tÃtulo de la ventana de Obsidian. Requiere reiniciar la app para surtir efecto.", "option-frame-hidden": "Oculto (por defecto)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Tocar un elemento de la cinta en el menú de navegación activará este elemento. Pulsar y mantener aún mostrará el menú.", "option-mobile-quick-ribbon-default": "Abrir el menú de cinta", "button-configure": "Configurar", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Otros elementos de la cinta", "label-modal-configuration": "Ajustes de la cinta", "label-modal-configuration-desc": "Elige qué elementos quieres que estén activos en la cinta. Arrastra y suelta para cambiar el orden.", @@ -277,7 +279,6 @@ "option-your-account": "Tu cuenta", "option-your-account-desc": "Sesión iniciada como {{name}} ({{email}}).", "option-your-account-desc-no-login": "No está identificado en este momento. Sólo necesita una cuenta para Obsidian Sync, Obsidian Publish y las versiones internas de Catalyst.", - "button-manage-settings": "Cambiar ajustes", "label-insider": "Insider", "label-supporter": "Supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Su correo electrónico...", "label-password": "Contraseña", "placeholder-password": "Su contraseña...", + "label-forgot-password": "Forgot password?", "button-login": "Iniciar sesión", "message-empty-email": "El correo electrónico no puede estar vacÃo.", "message-invalid-email": "El correo electrónico no es válido.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Buscar", "placeholder-replace": "Reemplazar", - "label-previous": "Anterior", - "label-next": "Siguiente", - "label-all": "Todo", "label-exit-search": "Salir de la búsqueda", + "label-next": "Siguiente", + "label-previous": "Anterior", + "label-find-all": "Find all", "label-replace": "Reemplazar", "label-replace-all": "Reemplazar todas" }, @@ -453,7 +455,11 @@ "label-link-block": "para enlazar bloques", "label-type-pipe": "Escriba |", "label-change-display-text": "para cambiar el texto mostrado", - "label-no-match-found": "No se encontraron resultados" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "No se encontraron resultados", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Sin sugerencias...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Editar enlace", + "edit-tag": "Edit tag", "label-edit-block": "Editar este bloque" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Expandir", "sidebar-collapse": "Colapsar", "msg-fail-to-save-file": "Error al guardar el archivo \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "No hay archivo", "msg-file-changed": "\"{{file}}\" ha sido modificado externamente, combinando cambios de manera automática.", "switch-vault": "Abrir otra bóveda", + "manage-vaults": "Manage vaults...", "help": "Ayuda", "settings": "Preferencias", "drag-to-rearrange": "Arrastre para reordenar", @@ -528,6 +539,7 @@ "button-add": "Añadir", "button-manage": "Administrar", "label-new-tab": "Nueva pestaña", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Esta pestaña está ocupada en este momento, por favor, inténtelo de nuevo más tarde", "formatting": { "label-formatting": "Formato", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Editar (Ctrl/Cmd+Clic para editar en nuevo panel)", "read-view": "Vista actual: lectura", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Clic para editar", "switch-to-read-view": "Clic para leer", "mod-click-open-new-tab": "{{key}}+Clic para abrir en una nueva pestaña", @@ -653,6 +668,7 @@ "button-create-vault": "Crear", "button-back": "Volver", "msg-empty-vault-name": "El nombre de la bóveda no puede estar vacÃo.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Por favor, selecciona un directorio válido.", "msg-failed-to-create-vault": "Error al crear la bóveda.", "msg-failed-to-create-vault-at-location": "No se pudo crear la bóveda en la ubicación indicada. Por favor, verifique la ubicación y permisos.", @@ -749,6 +765,7 @@ "search-current-file": "Buscar en archivo actual", "search-replace-current-file": "Buscar y reemplazar en el archivo actual", "add-property": "Añadir propiedad", + "add-alias": "Add alias", "edit-property": "Editar propiedad", "clear-properties": "Borrar propiedades", "open-settings": "Abrir ajustes", @@ -764,6 +781,7 @@ "close-other-tabs": "Cerrar todas las otras pestañas", "close-tab-group": "Cerrar este grupo de pestañas", "toggle-left-sidebar": "Alternar barra lateral izquierda", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Alternar barra lateral derecha", "toggle-default-new-tab-mode": "Alternar modo por defecto para las pestañas nuevas", "add-cursor-above": "Añadir cursor encima", @@ -900,6 +918,7 @@ "navigate-forward": "Navegar adelante", "toggle-left-sidebar": "Alternar barra lateral izquierda", "toggle-right-sidebar": "Alternar barra lateral derecha", + "toggle-ribbon": "Ribbon", "split-right": "Dividir a la derecha", "split-down": "Dividir abajo", "release-notes": "Notas de la versión" @@ -912,6 +931,7 @@ "action-open": "Abrir explorador de archivos", "action-show": "Mostrar el explorador de archivos", "action-create-note": "Crear nueva nota", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Crear nueva nota en la pestaña actual", "action-create-note-to-the-right": "Crear nota a la derecha", "action-collapse-all": "Colapsar todo", @@ -1416,6 +1436,7 @@ "name": "Publish", "desc": "Publica tus notas a través de Obsidian Publish.", "action-publish-changes": "Publicar cambios", + "action-publish-file": "Publish current file", "label-no-internet-access": "Necesitas acceso a internet para publicar los cambios.", "label-publish-service-description": "Obsidian Publish es un servicio complementario de pago que te permite publicar tus notas en internet directamente desde Obsidian.", "label-please-login": "Para empezar a publicar, por favor inicie sesión o cree una nueva cuenta de Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Guardar y cargar una disposición de espacio de trabajo.", "action-load-layout": "Cargar disposición de espacio de trabajo", "action-manage-layouts": "Gestionar disposiciones de espacio de trabajo", + "action-save": "Save layout", "action-save-and-load-layout": "Guardar y cargar otra disposición", "placeholder-save-current-layout-as": "Guardar la disposición de espacio de trabajo actual como...", "button-save": "Guardar", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Por favor ingrese un nombre para la nueva disposición.", "msg-save-layout-success": "Disposición guardada satisfactoriamente.", "label-no-layout-found": "No se han encontrado disposiciones guardadas.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Escriba el nombre de la disposición..." }, "sync": { "name": "Sync", "desc": "Sincronice sus archivos a través de Obsidian Sync.", "action-view-version-history": "Ver historial de versiones", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Cargar más", "label-show-diff": "Mostrar diferencias", "label-copy-to-clipboard": "Copiar al portapapeles", @@ -1631,7 +1657,7 @@ "label-revision": "1 revisión", "label-revision_plural": "{{revisions}} revisiones", "label-via-device": "mediante {{device}}", - "label-no-earlier-version": "No se encontraron versiones anteriores de este archivo.", + "label-no-history": "No sync history for this file.", "label-empty-file": "VacÃo", "label-unable-to-retrieve": "Imposible recuperar el historial de versiones", "label-setting-files": "Archivos de configuración", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Esta contraseña no puede ser cambiada después.", "option-encryption-password-desc-warning": "Si olvida esta contraseña, cualquier información remota quedará inutilizable para siempre.", "option-encryption-password-desc-2": "Esto no afecta sus datos locales.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Su contraseña", - "label-enter-encryption-password": "Ingrese una contraseña de cifrado", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Desbloquear bóveda", - "msg-verified-password": "Contraseña verificada satisfactoriamente.", "label-remote-vaults": "Sus bóvedas remotas", "label-vault-created-time": "Creada {{time}}", "tooltip-delete-remote-vault": "Borrar", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Todos los datos en nuestro servidor, incluido el historial de versiones, será eliminado. Sus datos locales se mantendrán intactos.", "label-confirm-delete-remote-vault-warning": "Esta acción es permanente e irreversible.", "msg-remote-vault-deleted": "La bóveda {{name}} ha sido eliminada.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Conectar", "button-disconnect-from-remote-vault": "Desconectar", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "No tiene bóvedas remotas.", "label-no-subscription": "No tiene una suscripción a Obsidian Sync.", "label-please-visit": "Por favor visite", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Crear nueva bóveda", "label-sync-log": "Registro de sincronización", "option-event-type": "Tipo de evento", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Imposible recuperar el tamaño de la bóveda.", "option-vault-size-loading": "Calculando el tamaño de la bóveda...", "option-over-size": "El tamaño de la bóveda supera el lÃmite", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Ver archivos más grandes", "msg-largest-files-desc": "Estos son los archivos remotos que ocupan más espacio. Después de borrar los adjuntos, use el botón de purgado para liberar el espacio de tu bóveda remota.", "button-upgrade-storage": "Mejorar almacenamiento", "button-purge-remote": "Purgar", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Purgar permanentemente los adjuntos eliminados de la bóveda remota para ahorrar espacio.", "msg-purge-complete": "Purgado completo.", "option-prevent-sleep": "Prevenir que el dispositivo se suspenda", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sincroniza los complementos creados por la comunidad instalados (archivos .js, .css y manifest.json) y sus ajustes.", "label-sync-introduction": "Obsidian Sync es el servicio complementario de sincronización con encripción de extremo a extremo e historial de versiones.", "label-account-required": "Para comenzar la sincronización, por favor inicia sesión o crea una nueva cuenta de Obsidian.", + "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": "Registrarse", "button-log-in": "Iniciar sesión", "label-manage-excluded-folders": "Administrar carpetas excluidas", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Esto eliminará la bóveda de la lista de bóvedas compartidas con usted. Esta acción es irreversible.", "label-leave-vault-confirmation-details-2": "Por favor comunÃquese con el dueño de esta bóveda si quiere volver a ser un colaborador.", "button-leave": "Abandonar", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Necesita una suscripción a Obsidian Sync para conectarse a esta bóveda.", "option-contact-support": "Contactar a soporte", "option-contact-support-desc": "Si tiene algún problema con Obsidian Sync, por favor comunÃquese con nosotros de modo que podamos ayudarle. Puede encontrarnos en support@obsidian.md.", "button-copy-debug": "Copiar información de depuración", "button-email-support": "Correo electrónico de soporte", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync le permite crear hasta 5 bóvedas remotas. Para poder crear una nueva bóveda remota, por favor elimine una de las existentes." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Tipo de llamada de texto..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} palabra", "word-with-count_plural": "{{count}} palabras", "character-with-count": "{{count}} carácter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} carpetas", "backlink-with-count": "{{count}} enlace entrante", "backlink-with-count_plural": "{{count}} entrantes", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} propiedad", "properties-with-count_plural": "{{count}} propiedades", "site-with-count": "{{count}} sitio", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} tema", "theme-with-count_plural": "{{count}} temas" } -} +} \ No newline at end of file diff --git a/eu.json b/eu.json index e83bf38496e203cd9de48f8a80a85839fa1cfc0b..97f150de172eac757255999663f7007c69c80d6b 100644 --- a/eu.json +++ b/eu.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/fa.json b/fa.json index b4596095d5f397d791530270fd8ef94b7d80d875..9eee0d50ce97683accd06fb7ce5dcfadd7b57dfe 100644 --- a/fa.json +++ b/fa.json @@ -175,7 +175,7 @@ "label-default-theme": "پیش‌Ùرض", "tooltip-click-to-enlarge": "برای بزرگ‌نمایی کلیک کنید", "button-update": "به‌روزرساندن", - "label-currently-selected": "انتخاب‌شده", + "label-currently-active": "Active", "option-frame-style": "سبْک٠قاب٠پنجره", "option-frame-description": ".تعیین٠سبک‌وسیاق٠نوار٠بالایی٠پنجره‌ی اÙبسیدین. برای اثر کردن لازم است برنامه کاملاً بسته Ùˆ سپس باز شود", "option-frame-hidden": "پنهان (پیش‌Ùرض)", @@ -185,11 +185,13 @@ "option-custom-icon-desc": "تنظیم٠نماد٠دلخواه برای برنامه", "button-choose-custom-icon": "انتخاب٠نماد٠دلخواه", "option-configure-ribbon": "منوی روبان", - "option-configure-ribbon-desc": "Configure what commands appear in the ribbon menu in that navigation bar.", + "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": "گشودن٠منوی روبان", "button-configure": "پیکربندی", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "دیگر موارد٠روبان", "label-modal-configuration": "پیکربندی٠روبان", "label-modal-configuration-desc": "Choose what items you want to be active in the ribbon. Drag and drop to change the order.", @@ -277,7 +279,6 @@ "option-your-account": "Øساب٠شما", "option-your-account-desc": "You're currently signed in {{name}} ({{email}}).", "option-your-account-desc-no-login": ".هنوز وارد نشده‌اید. Øساب٠کاربری برای اÙبسیدین سینک، اÙبسیدین پابلیش، Ùˆ ساخت‌های اندرونی٠کاتالیست نیاز است", - "button-manage-settings": "مدیریت٠تنظیمات", "label-insider": "اندرونی", "label-supporter": "Øامی", "label-vip": "عالی‌رتبه", @@ -292,6 +293,7 @@ "placeholder-email": "...ایمیل٠شما", "label-password": "گذرواژه", "placeholder-password": "گذرواژه‌ی شما", + "label-forgot-password": "Forgot password?", "button-login": "ورود", "message-empty-email": ".ایمیل نبایست خالی باشد", "message-invalid-email": ".ایمیل نادرست است", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "یاÙتن", "placeholder-replace": "جایگزینی", - "label-previous": "قبلی", - "label-next": "بعدی", - "label-all": "همه", "label-exit-search": "خروج از جست‌وجو", + "label-next": "بعدی", + "label-previous": "قبلی", + "label-find-all": "Find all", "label-replace": "جایگزینی", "label-replace-all": "جایگزین کردن٠همه" }, @@ -453,7 +455,11 @@ "label-link-block": "برای پیوند٠بلوک", "label-type-pipe": "بنویسید |", "label-change-display-text": "برای تغییر٠متن٠نمایشی", - "label-no-match-found": "نتیجه‌ای پیدا نشد" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "نتیجه‌ای پیدا نشد", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "...پیشنهادی نیست", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "ویرایش٠پیوند", + "edit-tag": "Edit tag", "label-edit-block": "ویرایش٠این بلوک" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "گستردن", "sidebar-collapse": "جمع کردن", "msg-fail-to-save-file": ".ذخیره‌ی پرونده‌ی \"{{filepath}}\" به مشکل خورد. {{message}}", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "پرونده‌ای نیست", "msg-file-changed": "\"{{file}}\" از بیرون دستکاری شده است، تغییرات دارند خودبه‌خود یکی کردن می‌شوند.", "switch-vault": "گشودن٠خزانه‌ای دیگر", + "manage-vaults": "Manage vaults...", "help": "راهنما", "settings": "تنظیمات", "drag-to-rearrange": "کشیدن برای بازچینش", @@ -528,6 +539,7 @@ "button-add": "اÙزودن", "button-manage": "مدیریت", "label-new-tab": "زبانه‌ی نو", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "این زبانه هم‌اکنون مشغول است، بعداً دوباره کوشش Ùرمایید", "formatting": { "label-formatting": "قالب‌بندی", @@ -567,6 +579,9 @@ "menu": { "edit-view": "ویرایش (کنترل/⌘+کلیک برای ویرایش در برگ٠نو)", "read-view": "نمای کنونی: خواندن", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "کلیک برای ویرایش", "switch-to-read-view": "کلیک برای خواندن", "mod-click-open-new-tab": "برای گشودن در زبانه‌ی نو {{key}}+کلیک کنید", @@ -653,6 +668,7 @@ "button-create-vault": "ساختن", "button-back": "بازگشت", "msg-empty-vault-name": ".خزانه نمی‌تواند بی‌نام باشد", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": ".پوشه‌ای معتبر انتخاب Ùرمایید", "msg-failed-to-create-vault": ".ساخت٠خزانه به مشکل خورد", "msg-failed-to-create-vault-at-location": ".در جای داده‌شده نمی‌توان خزانه‌ی نویی ساخت. مجوزها Ùˆ جایگاه را وارÙسی کنید", @@ -749,6 +765,7 @@ "search-current-file": "جست‌وجو در همین پرونده", "search-replace-current-file": "جست‌وجو Ùˆ جایگزینی در همین پرونده", "add-property": "اÙزودن٠ویژگی٠پرونده", + "add-alias": "Add alias", "edit-property": "ویرایش٠ویژگی٠پرونده", "clear-properties": "ØØ°Ù٠همه‌ی ویژگی‌های پرونده", "open-settings": "گشودن٠تنظیمات", @@ -764,6 +781,7 @@ "close-other-tabs": "بستن٠همه‌ی زبانه‌های دیگر", "close-tab-group": "بستن٠این گروه از زبانه‌ها", "toggle-left-sidebar": "نمایش٠نوار٠کناری٠چپ", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "نمایش٠نوار٠کناری٠راست", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "اÙزودن٠نشانگر به بالا", @@ -900,6 +918,7 @@ "navigate-forward": "پیش‌رÙت", "toggle-left-sidebar": "باز/بستن٠نوار٠کناری٠چپ", "toggle-right-sidebar": "باز/بستن٠نوار٠کناری٠راست", + "toggle-ribbon": "Ribbon", "split-right": "نص٠کردن به راست", "split-down": "نص٠کردن به پایین", "release-notes": "تغییرات‌نامه" @@ -912,6 +931,7 @@ "action-open": "گشودن٠مرورگر٠پرونده", "action-show": "نمایش٠مرورگر٠پرونده", "action-create-note": "ساخت٠یادداشت٠نو", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "ساختن٠یادداشت٠نو در همین زبانه", "action-create-note-to-the-right": "ساختن٠یادداشت٠نو در سمت٠راست", "action-collapse-all": "جمع کردن٠همه", @@ -1416,6 +1436,7 @@ "name": "پابلیش", "desc": ".با اÙبسیدین پابلیش، یادداشت‌های‌تان را منتشر کنید", "action-publish-changes": "...نشر٠تغییرات", + "action-publish-file": "Publish current file", "label-no-internet-access": ".برای نشر٠تغییرات اینترنت نیاز است", "label-publish-service-description": "اوبسیدیان پابلیش اÙزونه‌ای‌ست پولی Ú©Ù‡ می‌گذارد یادداشت‌های‌تان را مستقیماً از درون٠اÙبسیدین به شکل٠آنلاین منتشر کنید", "label-please-login": ".برای آغاز٠نشر، وارد٠Øساب٠اÙبسیدین‌تان شوید یا Øساب٠نویی باز کنید", @@ -1604,6 +1625,7 @@ "desc": "ذخیره Ùˆ بارگیری٠چیدمان٠Ùضای٠کاری", "action-load-layout": "بارگذاری٠چیدمان٠Ùضای کار", "action-manage-layouts": "مدیریت٠چیدمان‌های Ùضای کار", + "action-save": "Save layout", "action-save-and-load-layout": "ذخیره Ùˆ بارگذاری٠چیدمانی دیگر", "placeholder-save-current-layout-as": "...ذخیره‌ی چیدمان٠کنونی به‌شکلÙ", "button-save": "ذخیره", @@ -1613,12 +1635,16 @@ "msg-enter-name": ".نامی برای چیدمان٠نو وارد Ùرمایید", "msg-save-layout-success": ".چیدمان به‌درستی ذخیره شد", "label-no-layout-found": ".چیدمان٠ذخیره‌شده‌ای یاÙت نشد", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "...نام٠چیدمان را بنویسید" }, "sync": { "name": "همگام‌سازی", "desc": ".با اÙبسیدین سینک پرونده‌های خود را همگام‌سازی کنید", "action-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": "بارگیری٠بیشتر", "label-show-diff": "نمایش٠تÙاوت‌ها", "label-copy-to-clipboard": "رونوشت به ØاÙظه", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": ".نسخه‌ی قدیمی‌تری از این پرونده موجود نیست", + "label-no-history": "No sync history for this file.", "label-empty-file": "خالی", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "پرونده‌های تنظیمات", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": ".این گذرواژه را نمی‌توان بعداً تغییر داد", "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": "'گذرواژه‌ی شما'", - "label-enter-encryption-password": "گذرواژه‌ی رمزگذاری‌شده را وارد کنید", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Ù‚Ùل‌گشایی٠خزانه", - "msg-verified-password": ".ارزیابی٠گذرواژه‌ی شما موÙÙ‚ بود", "label-remote-vaults": "خزانه‌های راهÙ‌دور٠شما", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "ØØ°Ù", @@ -1671,11 +1697,14 @@ "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": "وصل کردن", "button-disconnect-from-remote-vault": "قطعیدن", + "label-sync-status": "Sync: {{status}}", "label-not-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": "ساخت٠خزانه‌ی نو", "label-sync-log": "Sync log", "option-event-type": "نوع٠رویداد", @@ -1716,10 +1745,12 @@ "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": "دیدن٠بزرگ‌ترین پرونده‌ها", "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": "ØØ°Ù٠کامل", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Permanently purge deleted attachments from remote vault to save space.", "msg-purge-complete": ".ØØ°Ù٠کامل انجام شد", "option-prevent-sleep": "Prevent device sleep", @@ -1760,6 +1791,14 @@ "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": "نام‌نویسی", "button-log-in": "ورود", "label-manage-excluded-folders": "مدیریت٠پوشه‌های استثناشده", @@ -1782,11 +1821,13 @@ "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": "خروج", + "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": "تماس با پشتیبانی", "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": "رونوشت٠اطلاعات٠اشکال‌زدایی", "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "...نوع٠واگویه" }, "nouns": { + "count": "{{count}}", "word-with-count": "واژه {{count}}", "word-with-count_plural": "واژه {{count}}", "character-with-count": "نویسه {{count}}", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "پوشه {{count}}", "backlink-with-count": "پشت‌وند {{count}}", "backlink-with-count_plural": "پشت‌وند {{count}}", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "ویژگی {{count}}", "properties-with-count_plural": "ویژگی {{count}}", "site-with-count": "وبگاه {{count}}", @@ -2097,4 +2141,4 @@ "theme-with-count": "پوسته {{count}}", "theme-with-count_plural": "پوسته {{count}}" } -} +} \ No newline at end of file diff --git a/fi.json b/fi.json index 79361f19479c459150d447694132956fbdd311ec..9d10fd3ec6d70eb09d107f715dcbb199d108963f 100644 --- a/fi.json +++ b/fi.json @@ -175,7 +175,7 @@ "label-default-theme": "Oletus", "tooltip-click-to-enlarge": "Klikkaa suurentaaksesi", "button-update": "Päivitä", - "label-currently-selected": "Valittu", + "label-currently-active": "Active", "option-frame-style": "Ikkunan reunan tyyli", "option-frame-description": "Määrittää Obsidianin ikkunoiden otsikkorivin tyylin. Vaatii täyden uudellenkäynnistyksen tullakseen voimaan.", "option-frame-hidden": "Piilotettu (oletus)", @@ -190,6 +190,8 @@ "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": "Konfiguroi", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Muut nauhaesineet", "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.", @@ -277,7 +279,6 @@ "option-your-account": "Sinun käyttäjäsi", "option-your-account-desc": "Olet tällä hetkellä kirjautunut sisään {{name}} ({{email}}).", "option-your-account-desc-no-login": "Et olet kirjautunut sisään tällä hetkellä. Käyttäjää tarvitaan vain Obsidian Synciin, Obsidian Publishiin, ja Catalyst insider-versioihin.", - "button-manage-settings": "Hallitse asetuksia", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Sähköpostiosoitteesi...", "label-password": "Salasana", "placeholder-password": "Salasanasi...", + "label-forgot-password": "Forgot password?", "button-login": "Kirjaudu", "message-empty-email": "Sähköpostiosoite ei voi olla tyhjä.", "message-invalid-email": "Sähköpostiosoite ei ole kelvollinen.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Etsi", "placeholder-replace": "Korvaa", - "label-previous": "Edellinen", - "label-next": "Seuraava", - "label-all": "Kaikki", "label-exit-search": "Poistu hausta", + "label-next": "Seuraava", + "label-previous": "Edellinen", + "label-find-all": "Find all", "label-replace": "Korvaa", "label-replace-all": "Korvaa kaikki" }, @@ -453,7 +455,11 @@ "label-link-block": "linkittääksesi palikoita", "label-type-pipe": "Kirjoita |", "label-change-display-text": "vaihtaaksesi näyttötekstiä", - "label-no-match-found": "Vastaavuuksia ei löytynyt" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Vastaavuuksia ei löytynyt", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Ei ehdotuksia...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Muokkaa linkkiä", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Laajenna", "sidebar-collapse": "Kutista", "msg-fail-to-save-file": "\"{{filepath}}\" tallennus epäonnistui. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Ei tiedostoa", "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Avaa toinen holvi", + "manage-vaults": "Manage vaults...", "help": "Apua", "settings": "Asetukset", "drag-to-rearrange": "Vedä järjestelläksesi uudelleen", @@ -528,6 +539,7 @@ "button-add": "Lisää", "button-manage": "Manage", "label-new-tab": "Uusi välilehti", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "This tab is currently busy, please try again later", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Edit (Ctrl/Cmd+Click to edit in new pane)", "read-view": "Nykyinen näkymä: luku", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Klikkaa muokataksesi", "switch-to-read-view": "Klikkaa lukeaksesi", "mod-click-open-new-tab": "{{key}}+Click to open in new tab", @@ -653,6 +668,7 @@ "button-create-vault": "Luo", "button-back": "Takaisin", "msg-empty-vault-name": "Holvin nimi ei voi olla tyhjä.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Valitse kelvollinen kansio.", "msg-failed-to-create-vault": "Holvin luominen epäonnistui.", "msg-failed-to-create-vault-at-location": "Holvia ei voitu luoda annettuun sijaintiin. Varmista sijanti ja käyttöoikeudet.", @@ -749,6 +765,7 @@ "search-current-file": "Etsi nykyisestä tiedostosta", "search-replace-current-file": "Etsi & korvaa nykyisessä tiedostossa", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Avaa asetukset", @@ -764,6 +781,7 @@ "close-other-tabs": "Sulje kaikki muut välilehdet", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Kytke vasen sivupalkki", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Kytke oikea sivupalkki", "toggle-default-new-tab-mode": "Kytke oletustila uusille välilehdille", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Mene Eteenpäin", "toggle-left-sidebar": "Toggle Left Sidebar", "toggle-right-sidebar": "Toggle Right Sidebar", + "toggle-ribbon": "Ribbon", "split-right": "Jaa Oikealle", "split-down": "Jaa Alas", "release-notes": "Release Notes" @@ -912,6 +931,7 @@ "action-open": "Avaa tiedostoselain", "action-show": "Näytä tiedostoselain", "action-create-note": "Luo uusi muistiinpano", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Luo uusi muistiinpano nykyiseen välilehteen", "action-create-note-to-the-right": "Luo muistiinpano oikealle", "action-collapse-all": "Kutista kaikki", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} sana", "word-with-count_plural": "{{count}} sanaa", "character-with-count": "{{count}} merkki", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} kansiota", "backlink-with-count": "{{count}} referoiva linkki", "backlink-with-count_plural": "{{count}} referoivaa linkkiä", + "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}} sijainti", diff --git a/fr.json b/fr.json index 42c50f7f1a148cb18712c23a57f1f0088f01b1c8..e913f96142aa9fe4d06df98b1287325e82c2b078 100644 --- a/fr.json +++ b/fr.json @@ -175,7 +175,7 @@ "label-default-theme": "Défaut", "tooltip-click-to-enlarge": "Cliquer pour agrandir", "button-update": "Mettre à jour", - "label-currently-selected": "Selectionné", + "label-currently-active": "Active", "option-frame-style": "Style du cadre des fenêtres", "option-frame-description": "Détermine le style de la barre de titre des fenêtres Obsidian. Nécessite un redémarrage complet pour prendre effet.", "option-frame-hidden": "Caché (par défaut)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Taper sur l'élément du ruban dans le menu de navigation activera cet élément. Maintenir appuyer permet d'afficher le menu.", "option-mobile-quick-ribbon-default": "Ouvrir le menu déroulant", "button-configure": "Configurer", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Autres éléments du ruban", "label-modal-configuration": "Configuration du ruban", "label-modal-configuration-desc": "Choisir les éléments que vous voulez activer dans le ruban. Faire un glisser-déposer permet de modifier l'ordre.", @@ -277,7 +279,6 @@ "option-your-account": "Votre compte", "option-your-account-desc": "Vous êtes actuellement connecté avec {{name}} ({{email}}).", "option-your-account-desc-no-login": "Vous n'êtes pas connecté pour le moment. Un compte n'est nécessaire que pour Obsidian Sync, Obsidian Publish et préversions Catalyst.", - "button-manage-settings": "Gérer les paramètres", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Votre adresse électronique...", "label-password": "Mot de passe", "placeholder-password": "Votre mot de passe...", + "label-forgot-password": "Forgot password?", "button-login": "Se connecter", "message-empty-email": "L'adresse électronique ne peut pas être vide.", "message-invalid-email": "L'adresse électronique est invalide.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Chercher", "placeholder-replace": "Remplacer", - "label-previous": "Précédent", - "label-next": "Suivant", - "label-all": "Tout", "label-exit-search": "Quitter la recherche", + "label-next": "Suivant", + "label-previous": "Précédent", + "label-find-all": "Find all", "label-replace": "Remplacer", "label-replace-all": "Remplacer tout" }, @@ -453,7 +455,11 @@ "label-link-block": "pour lier les blocs", "label-type-pipe": "Saisir |", "label-change-display-text": "pour changer le texte d'affichage", - "label-no-match-found": "Aucune correspondance trouvée" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Aucune correspondance trouvée", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Aucune suggestion...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Modifier le lien", + "edit-tag": "Edit tag", "label-edit-block": "Modifier ce bloc" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Développer", "sidebar-collapse": "Réduire", "msg-fail-to-save-file": "Échec de l'enregistrement du fichier \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Pas de fichier", "msg-file-changed": "\"{{file}}\" a été modifié hors de l'application. Fusion automatique des modifications.", "switch-vault": "Ouvrir un autre coffre", + "manage-vaults": "Manage vaults...", "help": "Aide", "settings": "Paramètres", "drag-to-rearrange": "Glisser pour réorganiser", @@ -528,6 +539,7 @@ "button-add": "Ajouter", "button-manage": "Gérer", "label-new-tab": "Nouvel onglet", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Cet onglet est actuellement occupé, veuillez réessayer plus tard.", "formatting": { "label-formatting": "Formatter", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Éditer (Ctrl/Cmd + Clic pour éditer dans un nouveau volet)", "read-view": "Mode actuel : Aperçu", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Cliquer pour modifier", "switch-to-read-view": "Cliquer pour lire", "mod-click-open-new-tab": "{{key}}+Clique pour ouvrir dans un nouvel onglet", @@ -653,6 +668,7 @@ "button-create-vault": "Créer", "button-back": "Retour", "msg-empty-vault-name": "Le nom du coffre ne peut pas être vide.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Merci de choisir un dossier valide.", "msg-failed-to-create-vault": "Échec de la création du coffre.", "msg-failed-to-create-vault-at-location": "Impossible de créer le coffre à cet emplacement. Merci de vérifier l'emplacement et ses permissions d'accès.", @@ -749,6 +765,7 @@ "search-current-file": "Rechercher dans le fichier courant", "search-replace-current-file": "Rechercher & remplacer dans le fichier courant", "add-property": "Ajouter une propriété de fichier", + "add-alias": "Add alias", "edit-property": "Modifier la propriété de fichier", "clear-properties": "Retirer les propriétés de fichier", "open-settings": "Ouvrir les paramètres", @@ -764,6 +781,7 @@ "close-other-tabs": "Fermer tous les autres onglets", "close-tab-group": "Fermer ce groupe d'onglet", "toggle-left-sidebar": "Basculer la barre latérale gauche", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Basculer la barre latérale droite", "toggle-default-new-tab-mode": "Basculer le mode par défaut pour les nouveaux onglets", "add-cursor-above": "Ajouter un curseur au-dessus", @@ -900,6 +918,7 @@ "navigate-forward": "Naviguer vers l'avant", "toggle-left-sidebar": "Basculer la barre latérale gauche", "toggle-right-sidebar": "Basculer la barre latérale droite", + "toggle-ribbon": "Ribbon", "split-right": "Fractionner à droite", "split-down": "Fractionner en bas", "release-notes": "Notes de mise à jour" @@ -912,6 +931,7 @@ "action-open": "Ouvrir l'explorateur de fichiers", "action-show": "Afficher l'explorateur de fichiers", "action-create-note": "Créer une nouvelle note", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Créer une note dans l'onglet actuel", "action-create-note-to-the-right": "Créer une note à droite", "action-collapse-all": "Tout réduire", @@ -1416,6 +1436,7 @@ "name": "Publier", "desc": "Publie vos notes via Obsidian Publish.", "action-publish-changes": "Publier les modifications", + "action-publish-file": "Publish current file", "label-no-internet-access": "Un accès à internet est nécessaire pour publier les modifications.", "label-publish-service-description": "Obsidian Publish est un service payant complémentaire qui vous permet de publier vos notes en ligne directement depuis Obsidian.", "label-please-login": "Pour commencer à publier, connectez-vous ou créez un nouveau compte Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Enregistrer et charger la disposition de l'espace de travail.", "action-load-layout": "Charger l'espace de travail", "action-manage-layouts": "Gérer les espaces de travail", + "action-save": "Save layout", "action-save-and-load-layout": "Sauvegarder et charger un autre espace de travail", "placeholder-save-current-layout-as": "Sauvegarder l'espace de travail actuel comme...", "button-save": "Sauvegarder", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Veuillez saisir un nom pour le nouvel espace de travail.", "msg-save-layout-success": "L'espace de travail été sauvegardé avec succès.", "label-no-layout-found": "Aucun espace de travail enregistré n'a été trouvé.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Taper le nom de l'espace de travail..." }, "sync": { "name": "Sync", "desc": "Synchronise vos fichiers avec Obsidian Sync.", "action-view-version-history": "Afficher l'historique des instantanés", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Charger plus", "label-show-diff": "Afficher les différences", "label-copy-to-clipboard": "Copier dans le presse-papiers", @@ -1631,7 +1657,7 @@ "label-revision": "1 révision", "label-revision_plural": "{{revisions}} révisions", "label-via-device": "depuis {{device}}", - "label-no-earlier-version": "Il n'y avait pas de versions antérieures de ce fichier.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Vide", "label-unable-to-retrieve": "Impossible de retrouver l'historique des versions", "label-setting-files": "Fichiers de configuration", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Le mot de passe ne pourra pas être modifié ultérieurement.", "option-encryption-password-desc-warning": "Si vous oubliez le mot de passe, les données stockées à distance resteront inutilisables à jamais.", "option-encryption-password-desc-2": "Cela n'affecte pas les données stockées localement.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Votre mot de passe", - "label-enter-encryption-password": "Entrer le mot de passe de chiffrement", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Déverrouiller le coffre", - "msg-verified-password": "Votre mot de passe a été vérifié avec succès.", "label-remote-vaults": "Vos coffres distants", "label-vault-created-time": "Créé {{time}}", "tooltip-delete-remote-vault": "Supprimer", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Toutes les données stockées sur notre serveur ainsi que l'historique des instantanés seront supprimés. Vos fichiers locaux resteront intacts.", "label-confirm-delete-remote-vault-warning": "Cette action est permanente et irréversible.", "msg-remote-vault-deleted": "Le coffre distant {{name}} a été supprimé.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Se connecter", "button-disconnect-from-remote-vault": "Se déconnecter", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Vous n'avez aucun coffre distant.", "label-no-subscription": "Vous n'avez pas d'abonnement actif à Obsidian Sync.", "label-please-visit": "Veuillez visiter", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Créer un nouveau coffre", "label-sync-log": "Journal des synchronisations", "option-event-type": "Type d'évènement", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Impossible de retrouver la taille du coffre.", "option-vault-size-loading": "Récupération de la taille du coffre...", "option-over-size": "Taille du coffre au-dessus de la limite", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Voir les fichiers les plus volumineux", "msg-largest-files-desc": "Voici les fichiers téléversés qui prennent le plus de place. Après la suppression des pièces jointes, utilisez le bouton purger pour libérer l'espace sur le coffre distant.", "button-upgrade-storage": "Augmenter le stockage", "button-purge-remote": "Purger", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Efface de manière permanente les pièces jointes supprimées de votre coffre distant et ainsi libère de l'espace.", "msg-purge-complete": "Purge complète.", "option-prevent-sleep": "Empêcher la mise en veille de l'appareil", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Synchronise les modules complémentaires installés (Fichiers .js, .css, et manifest.json) ainsi que leurs paramètres.", "label-sync-introduction": "Obsidian Sync est le service de synchronisation complémentaire d'Obsidian ; avec chiffrement de bout en bout et historique des instantanés.", "label-account-required": "Pour démarrer la synchronisation, veuillez vous connecter ou créer un nouveau compte Obsidian.", + "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": "S'inscrire", "button-log-in": "S'identifier", "label-manage-excluded-folders": "Gérer les dossiers qui sont exclus", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Cela supprimera ce coffre de la liste des coffres-forts partagés avec vous. Cette action ne peut pas être annulée.", "label-leave-vault-confirmation-details-2": "Veuillez contacter le propriétaire du coffre si vous souhaitez collaborer à nouveau sur ce coffre.", "button-leave": "Quitter", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Vous avez besoin d'un abonnement à Obsidian Sync pour vous connecter à ce coffre.", "option-contact-support": "Contacter le support", "option-contact-support-desc": "Si vous rencontrez des problèmes avec Obsidian Sync, veuillez nous contacter pour que nous puissions vous aider ! Vous pouvez nous joindre à support@obsidian.md.", "button-copy-debug": "Copier les info de débogage", "button-email-support": "Support par mail", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync vous permet de créer jusqu'à 5 coffres distants. Pour créer un nouveau coffre distant, veuillez supprimer un coffre existant." }, "file-recovery": { @@ -1840,7 +1881,6 @@ "msg-fail-to-fetch-template": "Échec de récupération du fichier de modèle : \"{{template}}\" n'a pas été trouvé.", "msg-fail-to-find-heading": "Impossible de trouver l'entête" }, - "canvas": { "name": "Canvas", "desc": "Arranger et connecter des notes dans une toile infinie.", @@ -2077,6 +2117,7 @@ "option-other-placeholder": "Type de mise en avant..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} mot", "word-with-count_plural": "{{count}} mots", "character-with-count": "{{count}} caractère", @@ -2089,6 +2130,8 @@ "folder-with-count_plural": "{{count}} dossiers", "backlink-with-count": "{{count}} rétrolien", "backlink-with-count_plural": "{{count}} rétroliens", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} propriété", "properties-with-count_plural": "{{count}} propriétés", "site-with-count": "{{count}} site", diff --git a/gl.json b/gl.json index cdeec4087a69178605fbc3df9dada6276d1afd52..5bf03f29dfa5fdb18abe4d52dc1f27403b85b2b4 100644 --- a/gl.json +++ b/gl.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/he.json b/he.json index 83f7df75b6d5b8a1fe49cbc2481fee45f6f35ee0..faa71a09ca4a560f94b5322d9b8e377feb24a183 100644 --- a/he.json +++ b/he.json @@ -8,2094 +8,2137 @@ "file-path-example-placeholder": "דוגמ×: תיקיה/הערה", "msg-restart-required": "×©×™× ×•×™ ×פשרות זו דורש הפעלה מחדש כדי ×œ×”×™×›× ×¡ לתוקף.", "editor": { - "name":"עורך", - "section-behavior":"×”×ª× ×”×’×•×ª", - "section-display":"הצגה", - "option-spellcheck":"בדיקת ×יות", - "option-spellcheck-description":"מפעיל ×ת בודק ×”×יות. כרגע עובד רק ב×× ×’×œ×™×ª (×רה\"ב).", - "spellcheck-languages":"שפות בדיקת ×יות", - "spellcheck-languages-description":"בחר ×ת השפות שבהן בודק ×”×יות ישתמש.", - "spellcheck-languages-mac-description":"בודק ×”×יות המקורי ×™×–×”×” ×וטומטית ×ת השפה המשמשת עבורך ב-macOS.", - "spellcheck-dict":"מילון בדיקת ×יות", - "spellcheck-dict-empty":"מילון בדיקת ×”×יות ריק.", - "option-show-inline-title":"הצג כותרת מוטבעת", - "option-show-inline-title-description":"מציג ×ת ×©× ×”×§×•×‘×¥ ככותרת ×”× ×™×ª× ×ª לעריכה בשורה ×חת ×¢× ×ª×•×›×Ÿ הקובץ.", - "option-readable-line-length":"×ורך שורה קרי×", - "option-readable-line-description":"הגבל ×ת ×ורך הקו המרבי. מת××™× ×¤×—×•×ª תוכן על המסך, ×בל הופך פסק×ות ×רוכות לקרי×ות יותר.", - "option-strict-line-break":"מעברי שורות ×§×¤×“× ×™×™×", - "option-strict-line-break-description":"במצב תצוגה מקדימה, ×”×ª×¢×œ× ×ž×ž×¢×‘×¨×™ שורה ×‘×•×“×“×™× ×‘×”×ª×× ×œ×ž×¤×¨×˜×™ Markdown. כבה ×–×ת עבור מעברי שורה ×‘×•×“×“×™× ×©×™×•×¦×’×• בתצוגה מקדימה.", - "option-properties-in-document":"מ××¤×™×™× ×™× ×‘×ž×¡×ž×š", - "option-properties-in-document-description":"בחר כיצד המ××¤×™×™× ×™× ×™×•×¦×’×• בתוך העורך. בחר \"מקור\" כדי שהמ××¤×™×™× ×™× ×™×•×¦×’×• ×›-YAML.", - "option-properties-hidden":"מוסתר", - "option-properties-visible":"גלוי", - "option-properties-source":"מקור", - "option-show-file-properties":"הצג מ××¤×™×™× ×™× ×‘×ž×¡×ž×š", - "option-show-file-properties-description":"הצג ×ת קטע המ××¤×™×™× ×™× ×‘×—×œ×§ העליון של הקובץ.", - "option-auto-pair-brackets":"×¦×ž×“×™× ×וטומטיי×", - "option-auto-pair-brackets-description":"צמד ×¡×•×’×¨×™×™× ×‘×ופן ×וטומטי.", - "option-auto-pair-markdown":"הת×מה ×וטומטית של תחביר Markdown", - "option-auto-pair-markdown-description":"צמד ×¡×ž×œ×™× ×וטומטית עבור מודגש, × ×˜×•×™, הדגשה, קו חוצה וקוד.", - "option-smart-indent-lists":"רשימות ×›× ×™×¡×•×ª חכמות", - "option-smart-indent-lists-description":"ד××’ לסמן ×”×–×—×” וסמן רשימה עבורך.", - "option-fold-heading":"×ž×§×¤×œ×™× ×ת הכותרת", - "option-fold-heading-description":"×פשר לקפל הכל תחת כותרת.", - "option-fold-indent":"קיפול שקע", - "option-fold-indent-description":"×פשר לקפל חלק מ×ותה ×”×–×—×”, כגון רשימות.", - "option-default-new-tab-view":"תצוגת ברירת מחדל עבור כרטיסיות חדשות", - "option-default-new-tab-view-description":"תצוגת ברירת המחדל שבה × ×¤×ª×—×ª כרטיסיית סימון חדשה.", - "option-default-new-tab-view-editing":"תצוגת עריכה", - "option-default-new-tab-view-reading":"תצוגת קרי××”", - "option-open-tab-in-foreground":"התמקד תמיד בכרטיסיות חדשות", - "option-open-tab-in-foreground-description":"×›×שר ×תה פותח קישור בכרטיסייה חדשה, עבור ×ליו מיד.", - "option-default-editing-mode":"מצב עריכה ברירת מחדל", - "option-default-editing-mode-description":"מצב העריכה המוגדר כברירת מחדל בו יתחיל ×—×œ×•× ×™×ª חדשה.", - "option-default-editing-mode-source":"מצב מקור", - "option-default-editing-mode-live-preview":"תצוגה מקדימה ×—×™×”", - "option-show-line-number":"הצג ×ת מספר השורה", - "option-show-line-number-description":"הצג ×ת מספר השורה.", - "option-indentation-guide":"הצג מדריכי ×”×–×—×”", - "option-indentation-guide-description":"הצג קווי קשר ×× ×›×™×™× ×‘×™×Ÿ × ×§×•×“×•×ª תבליט ×œ×”× ×—×™×” חזותית.", - "option-use-tabs":"השתמש בכרטיסיות", - "option-use-tabs-description":"השתמש בט××‘×™× ×›×“×™ ×œ×”×›× ×™×¡ ×›× ×™×¡×” בעת לחיצה על מקש \"Tab\". הגדר ×ת ×–×” לכבוי כדי להשתמש ברווחי×.", - "option-tab-size":"גודל הכרטיסייה", - "option-tab-size-description":"מספר ×”×¨×•×•×—×™× ×©××œ×™×”× ×˜×ב שווה ערך.", - "option-rtl":"מימין לשמ×ל (RTL)", - "option-rtl-description":"מגדיר ×ת כיוון הטקסט של הערות לתצוגה מימין לשמ×ל.", - "option-auto-convert-html":"המרה ×וטומטית של HTML", - "option-auto-convert-html-description":"המר ×וטומטית HTML ל-Markdown בעת הדבקה וגרירה מדפי ××™× ×˜×¨× ×˜. השתמש ב-Ctrl/Cmd+Shift+V כדי להדביק ×œ×œ× ×”×ž×¨×”.", - "option-vim-key-bindings":"כריכות מפתח של Vim", - "option-vim-key-bindings-description":"×פשר להשתמש בכריכות מפתח של Vim בעורך המקור.", - "option-vim-key-bindings-mobile":"×‘×ž×›×©×™×¨×™× × ×™×™×“×™×, הגדרה זו ×”×™× ×œ×›×œ מכשיר ו××™× ×” ×ž×¡×•× ×›×¨× ×ª דרך קובץ התצורה.", - "label-confirm-enable-vim":"×שר ×›× ×™×¡×” למצב Vim", - "label-vim-warning":"מצב Vim מיועד לעריכת טקסט יעילה ×ך יכול להיות די × ×’×“ ××™× ×˜×•×יציה. ×× ×תה ×œ× ×ž×›×™×¨ ×ת Vim, ×פשרות זו עשויה ×œ×’×¨×•× ×œ×–×” להיר×ות ×›×ילו Obsidian הפסיק לעבוד.", - "label-vim-test":"כדי ×œ×•×•×“× ×©×תה מכיר ×ת Vim, ×× × ×”×–×Ÿ ×ת הפקודה כדי לצ×ת מ-Vim מבלי לשמור למטה:", - "label-vim-your-answer":"תשובתך", - "placeholder-enter-command":"הזן פקודה...", - "button-confirm-enable-vim":"תן לי להפעיל ×ת Vim", - "msg-vim-mode-enabled":"הפקודה × ×›×•× ×”. מצב Vim מופעל כעת.", - "msg-vim-mode-not-enabled":"הפקודה ×œ× × ×›×•× ×”. מצב Vim × ×©×ר מושבת כדי להגן עליך.", - "msg-vim-mode-please-enter-command":"×× × ×”×–×Ÿ ×ת הפקודה כדי להפעיל ×ת מצב Vim" - }, + "name": "עורך", + "section-behavior": "×”×ª× ×”×’×•×ª", + "section-display": "הצגה", + "option-spellcheck": "בדיקת ×יות", + "option-spellcheck-description": "מפעיל ×ת בודק ×”×יות. כרגע עובד רק ב×× ×’×œ×™×ª (×רה\"ב).", + "spellcheck-languages": "שפות בדיקת ×יות", + "spellcheck-languages-description": "בחר ×ת השפות שבהן בודק ×”×יות ישתמש.", + "spellcheck-languages-mac-description": "בודק ×”×יות המקורי ×™×–×”×” ×וטומטית ×ת השפה המשמשת עבורך ב-macOS.", + "spellcheck-dict": "מילון בדיקת ×יות", + "spellcheck-dict-empty": "מילון בדיקת ×”×יות ריק.", + "option-show-inline-title": "הצג כותרת מוטבעת", + "option-show-inline-title-description": "מציג ×ת ×©× ×”×§×•×‘×¥ ככותרת ×”× ×™×ª× ×ª לעריכה בשורה ×חת ×¢× ×ª×•×›×Ÿ הקובץ.", + "option-readable-line-length": "×ורך שורה קרי×", + "option-readable-line-description": "הגבל ×ת ×ורך הקו המרבי. מת××™× ×¤×—×•×ª תוכן על המסך, ×בל הופך פסק×ות ×רוכות לקרי×ות יותר.", + "option-strict-line-break": "מעברי שורות ×§×¤×“× ×™×™×", + "option-strict-line-break-description": "במצב תצוגה מקדימה, ×”×ª×¢×œ× ×ž×ž×¢×‘×¨×™ שורה ×‘×•×“×“×™× ×‘×”×ª×× ×œ×ž×¤×¨×˜×™ Markdown. כבה ×–×ת עבור מעברי שורה ×‘×•×“×“×™× ×©×™×•×¦×’×• בתצוגה מקדימה.", + "option-properties-in-document": "מ××¤×™×™× ×™× ×‘×ž×¡×ž×š", + "option-properties-in-document-description": "בחר כיצד המ××¤×™×™× ×™× ×™×•×¦×’×• בתוך העורך. בחר \"מקור\" כדי שהמ××¤×™×™× ×™× ×™×•×¦×’×• ×›-YAML.", + "option-properties-hidden": "מוסתר", + "option-properties-visible": "גלוי", + "option-properties-source": "מקור", + "option-show-file-properties": "הצג מ××¤×™×™× ×™× ×‘×ž×¡×ž×š", + "option-show-file-properties-description": "הצג ×ת קטע המ××¤×™×™× ×™× ×‘×—×œ×§ העליון של הקובץ.", + "option-auto-pair-brackets": "×¦×ž×“×™× ×וטומטיי×", + "option-auto-pair-brackets-description": "צמד ×¡×•×’×¨×™×™× ×‘×ופן ×וטומטי.", + "option-auto-pair-markdown": "הת×מה ×וטומטית של תחביר Markdown", + "option-auto-pair-markdown-description": "צמד ×¡×ž×œ×™× ×וטומטית עבור מודגש, × ×˜×•×™, הדגשה, קו חוצה וקוד.", + "option-smart-indent-lists": "רשימות ×›× ×™×¡×•×ª חכמות", + "option-smart-indent-lists-description": "ד××’ לסמן ×”×–×—×” וסמן רשימה עבורך.", + "option-fold-heading": "×ž×§×¤×œ×™× ×ת הכותרת", + "option-fold-heading-description": "×פשר לקפל הכל תחת כותרת.", + "option-fold-indent": "קיפול שקע", + "option-fold-indent-description": "×פשר לקפל חלק מ×ותה ×”×–×—×”, כגון רשימות.", + "option-default-new-tab-view": "תצוגת ברירת מחדל עבור כרטיסיות חדשות", + "option-default-new-tab-view-description": "תצוגת ברירת המחדל שבה × ×¤×ª×—×ª כרטיסיית סימון חדשה.", + "option-default-new-tab-view-editing": "תצוגת עריכה", + "option-default-new-tab-view-reading": "תצוגת קרי××”", + "option-open-tab-in-foreground": "התמקד תמיד בכרטיסיות חדשות", + "option-open-tab-in-foreground-description": "×›×שר ×תה פותח קישור בכרטיסייה חדשה, עבור ×ליו מיד.", + "option-default-editing-mode": "מצב עריכה ברירת מחדל", + "option-default-editing-mode-description": "מצב העריכה המוגדר כברירת מחדל בו יתחיל ×—×œ×•× ×™×ª חדשה.", + "option-default-editing-mode-source": "מצב מקור", + "option-default-editing-mode-live-preview": "תצוגה מקדימה ×—×™×”", + "option-show-line-number": "הצג ×ת מספר השורה", + "option-show-line-number-description": "הצג ×ת מספר השורה.", + "option-indentation-guide": "הצג מדריכי ×”×–×—×”", + "option-indentation-guide-description": "הצג קווי קשר ×× ×›×™×™× ×‘×™×Ÿ × ×§×•×“×•×ª תבליט ×œ×”× ×—×™×” חזותית.", + "option-use-tabs": "השתמש בכרטיסיות", + "option-use-tabs-description": "השתמש בט××‘×™× ×›×“×™ ×œ×”×›× ×™×¡ ×›× ×™×¡×” בעת לחיצה על מקש \"Tab\". הגדר ×ת ×–×” לכבוי כדי להשתמש ברווחי×.", + "option-tab-size": "גודל הכרטיסייה", + "option-tab-size-description": "מספר ×”×¨×•×•×—×™× ×©××œ×™×”× ×˜×ב שווה ערך.", + "option-rtl": "מימין לשמ×ל (RTL)", + "option-rtl-description": "מגדיר ×ת כיוון הטקסט של הערות לתצוגה מימין לשמ×ל.", + "option-auto-convert-html": "המרה ×וטומטית של HTML", + "option-auto-convert-html-description": "המר ×וטומטית HTML ל-Markdown בעת הדבקה וגרירה מדפי ××™× ×˜×¨× ×˜. השתמש ב-Ctrl/Cmd+Shift+V כדי להדביק ×œ×œ× ×”×ž×¨×”.", + "option-vim-key-bindings": "כריכות מפתח של Vim", + "option-vim-key-bindings-description": "×פשר להשתמש בכריכות מפתח של Vim בעורך המקור.", + "option-vim-key-bindings-mobile": "×‘×ž×›×©×™×¨×™× × ×™×™×“×™×, הגדרה זו ×”×™× ×œ×›×œ מכשיר ו××™× ×” ×ž×¡×•× ×›×¨× ×ª דרך קובץ התצורה.", + "label-confirm-enable-vim": "×שר ×›× ×™×¡×” למצב Vim", + "label-vim-warning": "מצב Vim מיועד לעריכת טקסט יעילה ×ך יכול להיות די × ×’×“ ××™× ×˜×•×יציה. ×× ×תה ×œ× ×ž×›×™×¨ ×ת Vim, ×פשרות זו עשויה ×œ×’×¨×•× ×œ×–×” להיר×ות ×›×ילו Obsidian הפסיק לעבוד.", + "label-vim-test": "כדי ×œ×•×•×“× ×©×תה מכיר ×ת Vim, ×× × ×”×–×Ÿ ×ת הפקודה כדי לצ×ת מ-Vim מבלי לשמור למטה:", + "label-vim-your-answer": "תשובתך", + "placeholder-enter-command": "הזן פקודה...", + "button-confirm-enable-vim": "תן לי להפעיל ×ת Vim", + "msg-vim-mode-enabled": "הפקודה × ×›×•× ×”. מצב Vim מופעל כעת.", + "msg-vim-mode-not-enabled": "הפקודה ×œ× × ×›×•× ×”. מצב Vim × ×©×ר מושבת כדי להגן עליך.", + "msg-vim-mode-please-enter-command": "×× × ×”×–×Ÿ ×ת הפקודה כדי להפעיל ×ת מצב Vim" + }, "file": { - "name":"×§×‘×¦×™× ×•×§×™×©×•×¨×™×", - "option-confirm-file-deletion":"×שר ×ת מחיקת הקובץ", - "option-confirm-file-deletion-description":"×”×× ×‘×¨×¦×•× ×š לקבל ×”× ×—×™×” ל×שר ×ת מחיקת הקובץ.", - "option-delete-destination":"×§×‘×¦×™× ×©× ×ž×—×§×•", - "option-delete-destination-description":"מה לעשות ×¢× ×§×‘×¦×™× ×œ×חר מחיקת×.", - "option-choice-system-trash":"העבר ל×שפה של המערכת", - "option-choice-vault-trash":"העבר ל×שפה Obsidian (תיקיית.trash)", - "option-choice-permanent-delete":"מחיקה לצמיתות", - "option-always-update-links":"עדכן תמיד ×§×™×©×•×¨×™× ×¤× ×™×ž×™×™×", - "option-always-update-links-description":"×”×× ×œ×¢×“×›×Ÿ ×§×™×©×•×¨×™× ×וטומטית ל×חר ×©×™× ×•×™ ×©× ×§×•×‘×¥ ×ו בקשה.", - "option-new-note-location":"×ž×™×§×•× ×‘×¨×™×¨×ª מחדל של הערה חדשה", - "option-new-note-location-description":"היכן ×œ×©×™× ×”×¢×¨×•×ª חדשות ×©× ×•×¦×¨×•. הגדרות הפל×גין יעקפו ×–×ת.", - "option-choice-vault-root":"שורש כספת", - "option-choice-current-folder":"×ותה תיקיה שבה × ×ž×¦× ×”×§×•×‘×¥", - "option-choice-specified-folder":"בתיקייה ×”×ž×¦×•×™× ×ª למטה", - "option-new-file-folder-path":"תיקיה ליצירת הערות חדשות", - "option-new-file-folder-path-description":"הערות חדשות ×©× ×•×¦×¨×• יופיעו מתחת לתיקיה זו. הגדרות הפל×גין יעקפו ×–×ת.", - "option-use-wiki-links":"השתמש ב[[×•×•×™×§×™×œ×™× ×§×™×]]", - "option-use-wiki-links-description":"צור ×וטומטית Wikilinks עבור [[קישורי×]] ו-![[×ª×ž×•× ×•×ª]] ×‘×ž×§×•× ×§×™×©×•×¨×™× ×•×ª×ž×•× ×•×ª Markdown. השבת ×פשרות זו כדי ליצור קישורי Markdown ×‘×ž×§×•× ×–×ת.", - "option-show-unsupported-files":"זיהוי כל סיומות הקבצי×", - "option-show-unsupported-files-description":"הצג ×§×‘×¦×™× ×¢× ×›×œ סיומת ×’× ×× Obsidian ×œ× ×™×›×•×œ לפתוח ××•×ª× ×‘×ופן מקורי, כך שתוכל לקשר ××œ×™×”× ×•×œ×¨×ות ××•×ª× ×‘×¡×™×™×¨ ×”×§×‘×¦×™× ×•×‘-Quick Switcher.", - "option-link-autocompleted-format":"פורמט קישור חדש", - "option-link-autocompleted-format-description":"×ילו ×§×™×©×•×¨×™× ×™×© להוסיף בעת יצירה ×וטומטית של ×§×™×©×•×¨×™× ×¤× ×™×ž×™×™×.", - "option-choice-shortest-linktext":"הדרך הקצרה ביותר כש×פשר", - "option-choice-relative-path":"× ×ª×™×‘ יחסי לקובץ", - "option-choice-absolute-path":"× ×ª×™×‘ מוחלט בכספת", - "option-new-attachment-location":"×ž×™×§×•× ×‘×¨×™×¨×ª מחדל עבור ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×—×“×©×™×", - "option-new-attachment-location-description":"היכן ×ž×ž×•×§×ž×™× ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×©× ×•×¡×¤×• ל××—×¨×•× ×”.", - "option-choice-subdirectory":"בתיקיית ×ž×©× ×” תחת התיקיה ×”× ×•×›×—×™×ª", - "option-attachment-folder-path":"× ×ª×™×‘ התיקייה המצורפת", - "option-attachment-folder-path-description":"×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×©× ×•×¦×¨×• ל××—×¨×•× ×” יופיעו ×›×ן. ×–×” כולל ×ª×ž×•× ×•×ª ×©× ×•×¦×¨×• ב×מצעות גרירה ושחרור ×ו הדבקה, והקלטות שמע.", - "option-attachment-subfolder-path":"×©× ×ª×™×§×™×™×ª ×ž×©× ×”", - "option-attachment-subfolder-path-description":"×× ×”×§×•×‘×¥ שלך × ×ž×¦× ×ª×—×ª \"כספת/תיקייה\", ×•×©× ×”×ª×™×§×™×™×” שהוגדרה ל\"×§×‘×¦×™× ×ž×¦×•×¨×¤×™×\", ×”×§×‘×¦×™× ×”×ž×¦×•×¨×¤×™× ×™×™×©×ž×¨×• ב\"כספת/תיקיה/×§×‘×¦×™× ×ž×¦×•×¨×¤×™×\".", - "option-attachment-subfolder-path-placeholder":"×§×‘×¦×™× ×ž×¦×•×¨×¤×™×", - "option-excluded-files":"×§×‘×¦×™× ×©×œ× × ×›×œ×œ×•", - "option-excluded-files-desc":"×§×‘×¦×™× ×©×œ× ×™×™×›×œ×œ×• יהיו ×ž×•×¡×ª×¨×™× ×ו פחות ×‘×•×œ×˜×™× ×‘×ž×§×•×ž×•×ª ×©×•× ×™×, כגון מחליף מהיר, הצעת קישור ותצוגת גרף.", - "label-no-excluded-filters-applied":"×œ× ×ž×•×—×œ ×ž×¡× ×Ÿ ×©×œ× × ×›×œ×œ כרגע. הוסף ×חד למטה.", - "label-excluded-filters-applied":"×§×‘×¦×™× ×”×ª×•××ž×™× ×œ×ž×¡× × ×™× ×”×‘××™× ××™× × × ×›×œ×œ×™× ×›×¨×’×¢:", - "label-excluded-filter":"×œ×¡× ×Ÿ", - "message-empty-filter":"×ž×¡× ×Ÿ ×œ× ×™×›×•×œ להיות ריק", - "placeholder-excluded-filter":"הזן × ×ª×™×‘ ×ו \"/regex/\"..." - }, - "appearance":{ - "name":"מר××” ×—×™×¦×•× ×™", - "option-base-theme":"× ×•×©× ×‘×¡×™×¡", - "option-base-theme-description":"בחר ×ת ערכת ×”×¦×‘×¢×™× ×”×ž×•×’×“×¨×ª כברירת מחדל של Obsidian.", - "option-accent-color":"צבע הדגשה", - "option-accent-color-description":"בחר ×ת צבע ×”×ž×‘×˜× ×”×ž×©×ž×© בכל ×”×פליקציה.", - "dark-theme":"×›×”×”", - "light-theme":"בהיר", - "system-theme":"הת×ימו למערכת", - "option-font":"גופן", - "option-advanced":"מתקד×", - "option-interface":"ממשק", - "option-interface-font":"גופן ממשק", - "option-interface-font-description":"הגדר גופן בסיס עבור כל ×ובסידי×ן.", - "option-zoom-level":"רמת הזו×", - "option-zoom-level-description":"שולט ברמת ×”×–×•× ×”×›×•×œ×œ×ª של ×”×פליקציה.", - "option-text-font":"גופן טקסט", - "option-text-font-description":"הגדר גופן עבור תצוגות עריכה וקרי××”.", - "option-monospace-font":"גופן ×ž×•× ×•×¡×¤×™×™×¡", - "option-monospace-font-description":"הגדר גופן למקומות כמו בלוקי קוד ו-frontmatter.", - "label-single-font-currently-in-effect":"הגופן המוחל כעת:", - "label-multiple-fonts-currently-in-effect":"×”×’×•×¤× ×™× ×”×‘××™× ×ž×•×—×œ×™× ×›×¢×ª:", - "option-font-placeholder":"הזן ×©× ×’×•×¤×Ÿ...", - "label-no-custom-font-set":"×©×•× ×’×•×¤×Ÿ מות×× ×ישית ×œ× ×ž×•×—×œ כעת. הוסף ×חד למטה.", - "label-font-applied":"הגופן הר×שון מרשימה זו הזמין במערכת שלך יוחל.", - "msg-font-not-found":"גופן ×–×” ××™× ×• מזוהה במערכת שלך.", - "msg-font-found":"גופן ×–×” מזוהה במערכת שלך.", - "label-font-name":"×©× ×’×•×¤×Ÿ", - "option-community-themes":"ערכות × ×•×©× ×¤×ª×•×—×•×ª לקהילה", - "option-community-themes-description":"הצג תצוגה מקדימה והשתמש ×‘× ×•×©××™× ×ž×“×”×™×ž×™× ×©× ×•×¦×¨×• על ידי הקהילה.", - "button-browse-community-themes":"לדפדף", - "option-font-size":"גודל גופן", - "option-font-size-description":"גודל גופן ×‘×¤×™×§×¡×œ×™× ×©×ž×©×¤×™×¢ על העורך והתצוגה המקדימה.", - "option-font-size-action":"הת×מת גודל גופן מהירה", - "option-font-size-action-description":"הת×× ×ת גודל הגופן ב×מצעות Ctrl + Scroll, ×ו ב×מצעות ×ª× ×•×¢×ª צביטה-×–×•× ×©×œ משטח העקיבה.", - "option-themes":"ערכות × ×•×©×", - "option-manage-themes-description":"× ×”×œ ערכות × ×•×©× ×ž×•×ª×§× ×•×ª ועיין בערכות × ×•×©× ×§×”×™×œ×ª×™×•×ª.", - "option-theme-button-manage":"×œ× ×”×œ", - "option-choice-none":"××£ ×חד", - "option-native-menus":"×ª×¤×¨×™×˜×™× ×ž×§×•×¨×™×™×", - "option-native-menus-desc":"×ª×¤×¨×™×˜×™× ×‘×›×œ ×”×פליקציה ית×ימו למערכת ההפעלה. ×”× ×œ× ×™×•×©×¤×¢×• ×ž×”× ×•×©× ×©×œ×š.", - "button-reload-themes":"טען מחדש ערכות × ×•×©×", - "msg-reloaded-themes":"× ×˜×¢×Ÿ מחדש ערכות × ×•×©× CSS מות×מות ×ישית.", - "button-open-themes-folder":"פתח ×ת תיקיית ×”× ×•×©××™×", - "option-css-snippets":"קטעי CSS", - "label-no-css-snippets-found":"×œ× × ×ž×¦×ו קטעי CSS בתיקיית הקטעי×.", - "no-snippet-description":"קטעי CSS מ××•×—×¡× ×™× ×‘\"{{path}}\".", - "button-reload-snippets":"טען מחדש קטעי×", - "button-open-snippets-folder":"פתח ×ת תיקיית הקטעי×", - "msg-reloaded-snippets":"קטעי CSS × ×˜×¢× ×• מחדש.", - "option-toggle-snippet-description":"החל קטע CSS ב-\"{{path}}\".", - "label-installed-themes":"ערכות × ×•×©× ×ž×•×ª×§× ×•×ª", - "label-screenshot-unavailable":"×¦×™×œ×•× ×ž×¡×š ×œ× ×–×ž×™×Ÿ", - "label-default-theme":"ברירת מחדל", - "tooltip-click-to-enlarge":"לחץ להגדלה", - "button-update":"עדכון", - "label-currently-selected":"× ×‘×—×¨", - "option-frame-style":"×¡×’× ×•×Ÿ מסגרת חלון", - "option-frame-description":"קובע ×ת ×”×¡×’× ×•×Ÿ של שורת הכותרת של ×—×œ×•× ×•×ª ×ובסידי×ן. דורש הפעלה מחדש מל××” כדי ×œ×”×™×›× ×¡ לתוקף.", - "option-frame-hidden":"מוסתר (ברירת מחדל)", - "option-frame-obsidian":"מסגרת ×ובסידי×ן", - "option-frame-native":"מסגרת מקורית", - "option-custom-icon":"סמל ×פליקציה מות×מת ×ישית", - "option-custom-icon-desc":"הגדר סמל מות×× ×ישית עבור ×”×פליקציה", - "button-choose-custom-icon":"בחר סמל מות×× ×ישית", - "option-configure-ribbon":"תפריט סרט", - "option-configure-ribbon-desc":"הגדר ×ילו פקודות יופיעו בתפריט רצועת ×”×›×œ×™× ×‘×¡×¨×’×œ ×”× ×™×•×•×˜ ×”×–×”.", - "option-mobile-quick-ribbon-item":"פריט סרט גישה מהירה", - "option-mobile-quick-ribbon-item-desc":"הקשה על פריט הסרט בתפריט ×”× ×™×•×•×˜ תפעיל ×ת פריט הסרט ×”×–×”. הקש והחזק עדיין יציג ×ת התפריט.", - "option-mobile-quick-ribbon-default":"פתח ×ת תפריט הסרט", - "button-configure":"הגדר", - "label-additional-ribbon-items":"פריטי סרט ×חרי×", - "label-modal-configuration":"תצורת סרט", - "label-modal-configuration-desc":"בחר ×ילו ×¤×¨×™×˜×™× ×‘×¨×¦×•× ×š שיהיו ×¤×¢×™×œ×™× ×‘×¨×¦×•×¢×ª הכלי×. גרור ושחרר כדי ×œ×©× ×•×ª ×ת הסדר.", - "option-show-view-header":"הצג ×ת שורת הכותרת של הכרטיסייה", - "option-show-view-header-desc":"הצג ×ת הכותרת בר×ש כל כרטיסייה.", - "msg-updates-found":"× ×ž×¦× ×¢×¨×›×ª × ×•×©× {{count}} לעדכון.", - "msg-updates-found_plural":"× ×ž×¦×ו {{count}} ערכות × ×•×©× ×œ×¢×“×›×•×Ÿ.", - "button-check-for-updates":"בדוק ×¢×“×›×•× ×™×", - "button-view-updates":"הצג ×¢×“×›×•× ×™×", - "button-update-all-themes":"עדכן הכל", - "label-current-themes":"× ×•×©××™× ×§×”×™×œ×ª×™×™× ×¢×“×›× ×™×™×", - "label-currently-installed":"כרגע מותקן לך ערכת × ×•×©× {{count}}.", - "label-currently-installed_plural":"כרגע ×ž×•×ª×§× ×™× ×œ×š {{count}} ערכות × ×•×©×." - }, - "hotkeys":{ - "name":"מקשי קיצור", - "option-search":"חיפוש מקשי קיצור", - "option-search-desc":"מציג מקש קיצור {{count}}.", - "option-search-desc_plural":"מציג {{count}} מקשי קיצור.", - "option-search-conflict":"פקודה {{count}} ×¢× ×”×ª× ×’×©×•×™×•×ª.", - "option-search-conflict_plural":"{{count}} פקודות ×¢× ×”×ª× ×’×©×•×™×•×ª.", - "prompt-filter":"×œ×¡× ×Ÿ...", - "tooltip-delete-hotkey":"מחק מקש קיצור", - "label-waiting-for-hotkey-press":"לחץ על מקש קיצור...", - "label-show-all":"×ת כל", - "label-show-unassigned":"×œ× ×”×•×§×¦×”", - "label-show-assigned":"שהוקצה", - "label-show-user-assigned":"הוקצה על ידי", - "tooltip-restore-default":"להחזיר לברירת מחדל", - "tooltip-customize-command":"הת×× ×ישית ×ת הפקודה הזו", - "tooltip-hotkey-single-conflict":"מקש קיצור ×–×” ×ž×ª× ×’×© ×¢× \"{{command}}\"", - "tooltip-hotkey-multiple-conflicts":"מקש קיצור ×–×” ×ž×ª× ×’×© ×¢× {{count}} פקודות ×חרות", - "label-blank-hotkey":"ריק" - }, - "about":{ - "name":" ×ודות", - "label-commercial-license":"רישיון פרסומי", - "label-license-key":"מפתח רישיון", - "license-key-placeholder":"מפתח הרישיון שלך...", - "label-activate-license":"הפעל רישיון", - "button-activate":"להפעיל", - "label-unknown-version":"×œ× ×™×“×•×¢", - "label-current-version":"גרסה × ×•×›×—×™×ª:", - "label-install-version":"(גרסת מתקין: {{version}})", - "label-up-to-date":"×”×פליקציה שלך ×ž×¢×•×“×›× ×ª!", - "label-read-changelog":"×§×¨× ×ת יומן ×”×©×™× ×•×™×™×.", - "label-manual-update-required":"כדי לתמוך ×‘×ª×›×•× ×•×ª ×”×¢×“×›× ×™×•×ª ביותר וכדי לקבל ×ת ×ª×™×§×•× ×™ ×”×בטחה ×”×¢×“×›× ×™×™× ×‘×™×•×ª×¨, Obsidian זקוק לעדכון מתקין גדול. ×תה צריך להוריד ולהתקין מחדש ×ת Obsidian ב×ופן ×™×“× ×™.", - "label-download":"הורד", - "label-new-version-ready":"גרסה חדשה ×ž×•×›× ×” ×œ×”×ª×§× ×”.", - "label-relaunch-to-update":"הפעל מחדש ×ת ×”×פליקציה כדי לעדכן.", - "label-disabled-updates":"×”×¢×“×›×•× ×™× ×ž×•×©×‘×ª×™×.", - "label-checking-for-updates":"מחפש ×¢×“×›×•× ×™×...", - "button-relaunch":"השקה מחדש", - "button-check-for-updates":"בדוק ×¢×“×›×•× ×™×", - "option-auto-update":"×¢×“×›×•× ×™× ×וטומטיי×", - "option-auto-update-description":"כבה ×–×ת כדי ×œ×ž× ×•×¢ מה×פליקציה לחפש ×¢×“×›×•× ×™×.", - "option-get-help":"תקבל עזרה", - "option-get-help-description":"קבל עזרה בשימוש ב- Obsidian.", - "button-open":"לפתוח", - "option-language":"שפה", - "option-language-description":"×©× ×” ×ת שפת התצוגה.", - "option-insider-build":"קבל ×‘× ×™×™×” ×¤× ×™×ž×™×ª", - "option-insider-build-description":"עדכון ×וטומטי ×œ×ž×‘× ×™× ×¤× ×™×ž×™×™× ×›×“×™ ×œ× ×¡×•×ª ×ª×›×•× ×•×ª חדשות. שימו לב ×©×”×ž×‘× ×” ×”×–×” ×”×•× ×§×¦×” ×ž×“×ž× ×•×¢×©×•×™×™× ×œ×”×™×•×ª פחות יציבי×.", - "option-advanced":"מתקד×", - "option-hw-acceleration":"×”×צת חומרה", - "option-hw-acceleration-description":"מפעיל ×ת ×”×צת חומרה, המשתמשת ב-GPU שלך כדי להפוך ×ת Obsidian לחלק יותר.", - "option-hw-acceleration-warning":"×× ×ª×›×‘×” ×–×ת, ביצועי ×”×פליקציה ייפגעו מ×וד.", - "option-config-location":"עוקף ×ת תיקיית התצורה", - "option-config-location-description":"השתמש בתיקיית תצורה ×©×•× ×” מזו של ברירת המחדל. חייב להתחיל ×¢× × ×§×•×“×”.", - "option-config-location-warning":"×ž×™×§×•× ×”×ª×¦×•×¨×” חייב להיות ×©× ×ª×™×§×™×™×” חוקי שמתחיל ×‘× ×§×•×“×”.", - "label-license":"רישיון", - "label-your-commercial-license-key":"מפתח הרישיון המסחרי שלך ×”×•× \"{{key}}\".", - "label-commercial-license-info":"×¨×©×•× ×‘-\"{{company}}\" עבור {{seats}} משתמשי×. תקף עד {{expiry}}.", - "label-validating-commercial-license":"מ×מת...", - "label-invalid-commercial-license":"רישיון ×œ× ×—×•×§×™:", - "button-remove-commercial-license":"להסיר", - "option-catalyst":"רישיון catalyst", - "option-catalyst-desc":"כרגע יש לך ×ת הרישיון {{tier}} Catalyst. תודה על תמיכתך!", - "option-catalyst-desc-no-license":"×ין לך רישיון Catalyst כרגע. רישיון Catalyst ×”×•× ×ª×¨×•×ž×” חד פעמית לתמיכה בפיתוח Obsidian.", - "label-app":"×פליקציה", - "label-add-own-language":"ר××” כיצד להוסיף ×ת השפה שלך ל×ובסידי×ן." - }, - "account":{ - "name":"חשבון", - "option-your-account":"החשבון שלך", - "option-your-account-desc":"×תה מחובר כעת ל-{{name}} ({{email}}).", - "option-your-account-desc-no-login":"×תה ×œ× ×ž×—×•×‘×¨ כרגע. יש צורך בחשבון רק עבור ×‘× ×™×™×ª ×ž×‘×¤× ×™× ×©×œ Obsidian Sync, Obsidian Publish ו-Catalyst.", - "button-manage-settings":"× ×”×œ הגדרות", - "label-insider":"×¤× ×™×ž×™", - "label-supporter":"תומך", - "label-vip":"VIP", - "button-upgrade-catalyst":"שדרוג", - "option-commercial-license":"רישיון פרסומי", - "option-commercial-license-desc":"×× ×תה משתמש ב- Obsidian למטרות מסחריות, ייתכן שיהיה עליך לקבל רישיון מסחרי.", - "button-purchase":"לרכוש", - "button-log-out":"×œ×”×ª× ×ª×§", - "label-log-in":"התחברות", - "label-sign-up":"הירש×", - "label-email":"×ימייל", - "placeholder-email":"×”×ימייל שלך...", - "label-password":"סיסמה", - "placeholder-password":"הסיסמה שלך...", - "button-login":"התחברות", - "message-empty-email":"×ימייל ×œ× ×™×›×•×œ להיות ריק.", - "message-invalid-email":"×”×ימייל ××™× ×• חוקי.", - "message-empty-password":"הסיסמה ×œ× ×™×›×•×œ×” להיות ריקה.", - "message-login-failed":"×”×›× ×™×¡×” × ×›×©×œ×”, ×× × ×‘×“×•×§ שוב ×ת הדו×\"ל והסיסמה שלך.", - "label-no-account":"×ין לך חשבון?", - "link-sign-up-now":"×”×¨×©× ×¢×›×©×™×•", - "label-mfa-code":"קוד בן 6 ספרות 2FA", - "mfa-wrong-format":"קוד המ×מת 2FA חייב להיות בן 6 ספרות.", - "mfa-verification-failed":"קוד 2FA שגוי, ×× × ×‘×“×•×§ שוב ×ת ×פליקציית המ×מת שלך." - }, - "core-plugin":{ - "plugin-list":"רשימת תוספי×", - "option-search-plugin":"חיפוש תוספי ליבה", - "option-search-plugin-description":"×¡× ×Ÿ ×ª×•×¡×¤×™× ×œ×¤×™ ×©× ×ו תי×ור.", - "placeholder-search-plugin":"חיפוש תוספי×..." - }, - "third-party-plugin":{ - "name":"תוסף של צד שלישי", - "option-restricted-mode":"מצב מוגבל", - "option-restricted-mode-description":"×¡×™× ×•×Ÿ תוכן כבוי. הפעל כדי להשבית תוספי קהילה.", - "button-turn-on":"להדליק", - "option-browse-community-plugins":"×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™×", - "option-browse-community-plugins-description":"עיין והתקן ×ª×•×¡×¤×™× ×©×œ צד שלישי ×©× ×¢×©×• על ידי הקהילה המדהימה ×©×œ× ×•.", - "button-browse":"לדפדף", - "label-exit-restricted-mode":"×¦× ×ž×¡×™× ×•×Ÿ תוכן", - "label-exit-restricted-mode-description-1":"×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™×, כמו כל ×ª×•×›× ×” ×חרת ×©×ª×ª×§×™× ×•, ×¢×œ×•×œ×™× ×œ×’×¨×•× ×œ×‘×¢×™×•×ª של שלמות ×”× ×ª×•× ×™× ×•×בטחה.", - "label-exit-restricted-mode-description-2":"×בטחת ×ª×•×¡×¤×™× ×—×©×•×‘×” ×œ× ×•. ×”× ×” מה ש×× ×—× ×• עושי×:", - "label-exit-restricted-mode-description-3":"למרות המ××ž×¦×™× ×©×œ× ×•, עדיין יש סיכוי קטן שתוסף קהילה עלול ×œ×”×ª× ×”×’ בצורה ×œ× × ×›×•× ×”.", - "label-code-review":"סקירת קוד ר××©×•× ×™×ª", - "label-code-review-desc":"×ª×•×¡×¤×™× ×¢×•×‘×¨×™× ×¡×§×™×¨×ª קוד ר××©×•× ×™×ª על ידי הצוות ×©×œ× ×• ×œ×¤× ×™ ×©×”× ×ž×•×¤×™×¢×™× ×‘×—× ×•×ª.", - "label-open-source":"קוד פתוח", - "label-open-source-desc":"רוב ×”×ª×•×¡×¤×™× ×”× ×§×•×“ פתוח ב-GitHub, כך ש×תה יכול לבדוק ×ת הקוד בעצמך.", - "label-peer-audit":"ביקורת עמיתי×", - "label-peer-audit-desc":"יש ×œ× ×• קהילה גדולה של ×ž×¤×ª×—×™× ×©×©×•×ž×¨×™× ×חד על ×”×©× ×™.", - "label-report-mechanism":"×ž× ×’× ×•×Ÿ דיווח", - "label-report-mechanism-desc":"×× ×• ×¢×•×§×‘×™× ×•×ž×¡×™×¨×™× ×ª×•×¡×¤×™× ×¤×’×•×ž×™× ×¢× ×“×™×•×•×— המשתמש.", - "label-exit-restricted-mode-disable-confirmation":"×”×× ×ª×¨×¦×” לצ×ת ×ž×¡×™× ×•×Ÿ תוכן כדי להפעיל ×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™×? ×× ×• ×ž×ž×œ×™×¦×™× ×‘×—×•× ×œ×‘×¦×¢ ×’×™×‘×•×™×™× ×©×œ ×”× ×ª×•× ×™× ×©×œ×š ×œ×¤× ×™ שתעשה ×–×ת.", - "label-learn-more":"למידע × ×•×¡×£ על ×בטחת תוספי×", - "button-turn-on-community-plugins":"הפעל תוספי קהילה", - "label-trust-author":"×”×× ×תה סומך על המחבר של הכספת הזו?", - "label-trust-author-description-1":"×תה פותח ×ת הכספת הזו ×‘×¤×¢× ×”×¨××©×•× ×”, ×•×”×™× ×ž×’×™×¢×” ×¢× ×›×ž×” תוספי×.", - "label-trust-author-description-2":"×× ×”×©×’×ª ×ת הכספת הזו ממישהו ×חר, ×©×™× ×œ×‘ ×©×ª×•×¡×¤×™× ×ž×ž×§×•×¨ ×œ× ×™×“×•×¢ ×¢×œ×•×œ×™× ×œ×”×•×•×ª ×¡×™×›×•× ×™ ×בטחה.", - "label-trust-author-description-3":"×× ××™× ×š סומך ב×ופן ×ž×œ× ×¢×œ המחבר של הכספת הזו, ×× ×• ×ž×ž×œ×™×¦×™× ×œ×”×™×©×ר במצב מוגבל, כדי ×©×”×ª×•×¡×¤×™× ×‘×›×¡×¤×ª זו ×œ× ×™×¤×¢×œ×•.", - "button-enable-plugins":"סמוך על המחבר והפעל תוספי×", - "button-dont-trust-author":"עיין בכספת במצב ×¡×™× ×•×Ÿ", - "placeholder-community-plugins":"חפש תוספי קהילה...", - "msg-failed-load-plugins":"×˜×¢×™× ×ª הפל××’×™× ×™× ×©×œ הקהילה × ×›×©×œ×”.", - "label-installed":"מותקן", - "button-install":"להתקין", - "button-enable":"ל×פשר", - "button-disable":"השבת", - "button-copy-share-link":"העתק קישור לשיתוף", - "button-donate":"לתרו×", - "label-no-results-found":"×œ× × ×ž×¦×ו תוצ×ות.", - "label-no-recent-files-found":"×œ× × ×ž×¦×ו ×§×‘×¦×™× ××—×¨×•× ×™×. הקלד לחיפוש...", - "msg-failed-to-load-manifest":"×˜×¢×™× ×ª ×”×ž× ×™×¤×¡×˜ של הפל×גין × ×›×©×œ×”.", - "label-version":"גרסה: {{version}}", - "label-currently-installed-version":"(מותקן כעת: {{version}})", - "label-by-author":"על ידי", - "label-repository":"מ×גר:", - "label-last-update":"העדכון ×חרון:", - "tooltip-view-last-update":"צפה בעדכון ×”×חרון", - "label-unsupported":"תוסף ×–×” ××™× ×• תומך במכשיר שלך.", - "button-update":"עדכון", - "label-no-readme":"תוסף ×–×” ×œ× ×¡×™×¤×§ קובץ README.", - "msg-installing-plugin":"מתקין ×ת הפל×גין \"{{name}}\"...", - "msg-failed-to-install-plugin":"×”×ª×§× ×ª הפל×גין \"{{name}}\" × ×›×©×œ×”.", - "msg-successfully-installed-plugin":"הפל×גין \"{{name}}\" הותקן בהצלחה.", - "label-installed-plugins":"×ª×•×¡×¤×™× ×ž×•×ª×§× ×™×", - "button-reload-plugins":"טען מחדש תוספי×", - "msg-reloaded-third-party-plugins":"×ª×•×¡×¤×™× ×©×œ צד שלישי × ×˜×¢× ×• מחדש.", - "label-uninstall":"הסר ×ת ×”×”×ª×§× ×”", - "label-uninstall-plugin":"הסר ×ת התוסף", - "label-uninstall-plugin-confirmation":"×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š להסיר ×ת התוסף ×”×–×”? פעולה זו תמחק ×ת התיקיה של התוסף.", - "button-open-plugins-folder":"פתח ×ת תיקיית התוספי×", - "button-check-for-updates":"בדוק ×¢×“×›×•× ×™×", - "button-update-all-plugins":"עדכן הכל", - "label-current-plugins":"×ª×•×¡×¤×™× × ×•×›×—×™×™×", - "label-currently-installed":"כרגע מותקן לך פל×גין {{count}}.", - "label-currently-installed_plural":"כרגע ×ž×•×ª×§× ×™× ×œ×š {{count}} פל××’×™× ×™×.", - "label-debug-startup-time":"×יתור ב××’×™× ×‘×–×ž×Ÿ ההפעלה", - "label-debug-startup-time-description":"הצג הודעה ×¢× ×›×ž×” זמן לקח כל תוסף ל×תחל בעת הפעלת ×”×פליקציה.", - "msg-no-updates-found":"×œ× × ×ž×¦×ו ×¢×“×›×•× ×™ פל×גין.", - "msg-updates-found":"× ×ž×¦× ×¤×œ×גין {{count}} לעדכון.", - "msg-updates-found_plural":"× ×ž×¦×ו {{count}} פל××’×™× ×™× ×œ×¢×“×›×•×Ÿ.", - "msg-update-plugin":"עדכון לגרסה {{version}}", - "option-search-installed-plugin":"חפש ×ª×•×¡×¤×™× ×ž×•×ª×§× ×™×", - "option-search-installed-plugin-description":"×¡× ×Ÿ ×ª×•×¡×¤×™× ×ž×•×ª×§× ×™× ×œ×¤×™ ×©× ×ו תי×ור.", - "placeholder-search-installed-plugin":"חפש ×ª×•×¡×¤×™× ×ž×•×ª×§× ×™×...", - "show-installed-only":"הצג מותקן בלבד", - "label-donate-modal-title":"×ª×¨×•× ×œ×ª×ž×™×›×” ב-{{name}}", - "label-donate-modal-text1":"מפתחי ×ª×•×¡×¤×™× ×”× ×ž×ª× ×“×‘×™ קהילה ×©×¢×•×©×™× ×“×‘×¨×™× ×ž×“×”×™×ž×™× ×ž×ª×•×š תשוקה. ×× ×תה ×ž×•×¦× ×ª×•×¡×£ ×–×” שימושי, ×× × ×©×§×•×œ לממן ×ת הפיתוח שלו.", - "label-donate-modal-text2":"100% מהתרומה שלך תעבור למפתח הפל×גין; ×ובסידי×ן ×œ× ×œ×•×§×— חתך. פלטפורמת המימון ×©×”× ×™×‘×—×¨×• עשויה לגבות עמלה.", - "label-donate-modal-text3":"תודה על תמיכתך ×”× ×“×™×‘×”!", - "label-support-this-plugin":"תמכו בתוסף ×”×–×”:", - "label-search-summary":"מציג {{pluginCount}}:", - "label-by-popularity":"רוב ההורדות", - "label-by-released":"שוחרר ל××—×¨×•× ×”", - "label-by-updated":"עודכן ל××—×¨×•× ×”", - "label-alphabetical":"×לף ביתי", - "label-last-updated":"עודכן {{time}}" - }, - "mobile-toolbar":{ - "name":"סרגל ×›×œ×™× × ×™×™×“", - "option-configure-quick-action":"הגדר פעולה מהירה ×œ× ×™×™×“", - "option-configure-quick-action-description":"הגדר ×יזו פקודה להפעיל בעת משיכה למטה מלמעלה. הפקודה ×”× ×•×›×—×™×ª מוגדרת ל-\"{{command}}\".", - "button-configure":"הגדר", - "placeholder-select-quick-action":"בחר פעולה מהירה...", - "quick-action-disabled":"××£ ×חד", - "manage-toolbar-options":"× ×”×œ ×ת ×פשרויות סרגל הכלי×", - "option-internal-link":"הוסף קישור ×¤× ×™×ž×™", - "option-internal-embed":"הוסף הטמעה", - "option-tag":"הוסף תגית", - "option-heading":"החלף כותרת", - "option-strikethrough":"החלף קו קו קו", - "option-highlight":"החלף סימון", - "option-code":"החלף קוד", - "option-blockquote":"החלף ציטוט בלוק", - "option-inline-math":"החלף מתמטיקה מוטבעת", - "option-math-block":"החלף בלוק מתמטי", - "option-markdown-link":"הוסף קישור Markdown", - "option-bullet-list":"החלף ×ת רשימת התבליטי×", - "option-numbered-list":"החלף רשימה ממוספרת", - "option-indent-list":"פריט רשימת ×”×–×—×”", - "option-unindent-list":"פריט ביטול ×›× ×™×¡×•×ª ברשימה", - "option-undo":"לבטל", - "option-redo":"לעשות שוב", - "option-move-caret-up":"תזיז ×ת הסמן למעלה", - "option-move-caret-down":"תזיז ×ת הסמן למטה", - "option-move-caret-left":"×”×–×– ×ת הסמן שמ×לה", - "option-move-caret-right":"תזיז ×ת הסמן ×™×ž×™× ×”", - "option-first-line":"עבור לשורה הר××©×•× ×”", - "option-last-line":"עבור לשורה ×”××—×¨×•× ×”", - "option-toggle-keyboard":"החלף מקלדת", - "option-configure-toolbar":"הגדר ×ת סרגל ×”×›×œ×™× ×œ× ×™×™×“", - "option-added-options":"× ×•×¡×¤×• ×פשרויות", - "option-more-toolbar-options":"×פשרויות × ×•×¡×¤×•×ª של סרגל כלי×", - "option-attach":"×”×›× ×¡ קובץ מצורף", - "option-add-command":"הוסף פקודה גלובלית", - "option-add-command-description":"בחר כל פקודה גלובלית להוספה לסרגל הכלי×." - } + "name": "×§×‘×¦×™× ×•×§×™×©×•×¨×™×", + "option-confirm-file-deletion": "×שר ×ת מחיקת הקובץ", + "option-confirm-file-deletion-description": "×”×× ×‘×¨×¦×•× ×š לקבל ×”× ×—×™×” ל×שר ×ת מחיקת הקובץ.", + "option-delete-destination": "×§×‘×¦×™× ×©× ×ž×—×§×•", + "option-delete-destination-description": "מה לעשות ×¢× ×§×‘×¦×™× ×œ×חר מחיקת×.", + "option-choice-system-trash": "העבר ל×שפה של המערכת", + "option-choice-vault-trash": "העבר ל×שפה Obsidian (תיקיית.trash)", + "option-choice-permanent-delete": "מחיקה לצמיתות", + "option-always-update-links": "עדכן תמיד ×§×™×©×•×¨×™× ×¤× ×™×ž×™×™×", + "option-always-update-links-description": "×”×× ×œ×¢×“×›×Ÿ ×§×™×©×•×¨×™× ×וטומטית ל×חר ×©×™× ×•×™ ×©× ×§×•×‘×¥ ×ו בקשה.", + "option-new-note-location": "×ž×™×§×•× ×‘×¨×™×¨×ª מחדל של הערה חדשה", + "option-new-note-location-description": "היכן ×œ×©×™× ×”×¢×¨×•×ª חדשות ×©× ×•×¦×¨×•. הגדרות הפל×גין יעקפו ×–×ת.", + "option-choice-vault-root": "שורש כספת", + "option-choice-current-folder": "×ותה תיקיה שבה × ×ž×¦× ×”×§×•×‘×¥", + "option-choice-specified-folder": "בתיקייה ×”×ž×¦×•×™× ×ª למטה", + "option-new-file-folder-path": "תיקיה ליצירת הערות חדשות", + "option-new-file-folder-path-description": "הערות חדשות ×©× ×•×¦×¨×• יופיעו מתחת לתיקיה זו. הגדרות הפל×גין יעקפו ×–×ת.", + "option-use-wiki-links": "השתמש ב[[×•×•×™×§×™×œ×™× ×§×™×]]", + "option-use-wiki-links-description": "צור ×וטומטית Wikilinks עבור [[קישורי×]] ו-![[×ª×ž×•× ×•×ª]] ×‘×ž×§×•× ×§×™×©×•×¨×™× ×•×ª×ž×•× ×•×ª Markdown. השבת ×פשרות זו כדי ליצור קישורי Markdown ×‘×ž×§×•× ×–×ת.", + "option-show-unsupported-files": "זיהוי כל סיומות הקבצי×", + "option-show-unsupported-files-description": "הצג ×§×‘×¦×™× ×¢× ×›×œ סיומת ×’× ×× Obsidian ×œ× ×™×›×•×œ לפתוח ××•×ª× ×‘×ופן מקורי, כך שתוכל לקשר ××œ×™×”× ×•×œ×¨×ות ××•×ª× ×‘×¡×™×™×¨ ×”×§×‘×¦×™× ×•×‘-Quick Switcher.", + "option-link-autocompleted-format": "פורמט קישור חדש", + "option-link-autocompleted-format-description": "×ילו ×§×™×©×•×¨×™× ×™×© להוסיף בעת יצירה ×וטומטית של ×§×™×©×•×¨×™× ×¤× ×™×ž×™×™×.", + "option-choice-shortest-linktext": "הדרך הקצרה ביותר כש×פשר", + "option-choice-relative-path": "× ×ª×™×‘ יחסי לקובץ", + "option-choice-absolute-path": "× ×ª×™×‘ מוחלט בכספת", + "option-new-attachment-location": "×ž×™×§×•× ×‘×¨×™×¨×ª מחדל עבור ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×—×“×©×™×", + "option-new-attachment-location-description": "היכן ×ž×ž×•×§×ž×™× ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×©× ×•×¡×¤×• ל××—×¨×•× ×”.", + "option-choice-subdirectory": "בתיקיית ×ž×©× ×” תחת התיקיה ×”× ×•×›×—×™×ª", + "option-attachment-folder-path": "× ×ª×™×‘ התיקייה המצורפת", + "option-attachment-folder-path-description": "×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×©× ×•×¦×¨×• ל××—×¨×•× ×” יופיעו ×›×ן. ×–×” כולל ×ª×ž×•× ×•×ª ×©× ×•×¦×¨×• ב×מצעות גרירה ושחרור ×ו הדבקה, והקלטות שמע.", + "option-attachment-subfolder-path": "×©× ×ª×™×§×™×™×ª ×ž×©× ×”", + "option-attachment-subfolder-path-description": "×× ×”×§×•×‘×¥ שלך × ×ž×¦× ×ª×—×ª \"כספת/תיקייה\", ×•×©× ×”×ª×™×§×™×™×” שהוגדרה ל\"×§×‘×¦×™× ×ž×¦×•×¨×¤×™×\", ×”×§×‘×¦×™× ×”×ž×¦×•×¨×¤×™× ×™×™×©×ž×¨×• ב\"כספת/תיקיה/×§×‘×¦×™× ×ž×¦×•×¨×¤×™×\".", + "option-attachment-subfolder-path-placeholder": "×§×‘×¦×™× ×ž×¦×•×¨×¤×™×", + "option-excluded-files": "×§×‘×¦×™× ×©×œ× × ×›×œ×œ×•", + "option-excluded-files-desc": "×§×‘×¦×™× ×©×œ× ×™×™×›×œ×œ×• יהיו ×ž×•×¡×ª×¨×™× ×ו פחות ×‘×•×œ×˜×™× ×‘×ž×§×•×ž×•×ª ×©×•× ×™×, כגון מחליף מהיר, הצעת קישור ותצוגת גרף.", + "label-no-excluded-filters-applied": "×œ× ×ž×•×—×œ ×ž×¡× ×Ÿ ×©×œ× × ×›×œ×œ כרגע. הוסף ×חד למטה.", + "label-excluded-filters-applied": "×§×‘×¦×™× ×”×ª×•××ž×™× ×œ×ž×¡× × ×™× ×”×‘××™× ××™× × × ×›×œ×œ×™× ×›×¨×’×¢:", + "label-excluded-filter": "×œ×¡× ×Ÿ", + "message-empty-filter": "×ž×¡× ×Ÿ ×œ× ×™×›×•×œ להיות ריק", + "placeholder-excluded-filter": "הזן × ×ª×™×‘ ×ו \"/regex/\"..." + }, + "appearance": { + "name": "מר××” ×—×™×¦×•× ×™", + "option-base-theme": "× ×•×©× ×‘×¡×™×¡", + "option-base-theme-description": "בחר ×ת ערכת ×”×¦×‘×¢×™× ×”×ž×•×’×“×¨×ª כברירת מחדל של Obsidian.", + "option-accent-color": "צבע הדגשה", + "option-accent-color-description": "בחר ×ת צבע ×”×ž×‘×˜× ×”×ž×©×ž×© בכל ×”×פליקציה.", + "dark-theme": "×›×”×”", + "light-theme": "בהיר", + "system-theme": "הת×ימו למערכת", + "option-font": "גופן", + "option-advanced": "מתקד×", + "option-interface": "ממשק", + "option-interface-font": "גופן ממשק", + "option-interface-font-description": "הגדר גופן בסיס עבור כל ×ובסידי×ן.", + "option-zoom-level": "רמת הזו×", + "option-zoom-level-description": "שולט ברמת ×”×–×•× ×”×›×•×œ×œ×ª של ×”×פליקציה.", + "option-text-font": "גופן טקסט", + "option-text-font-description": "הגדר גופן עבור תצוגות עריכה וקרי××”.", + "option-monospace-font": "גופן ×ž×•× ×•×¡×¤×™×™×¡", + "option-monospace-font-description": "הגדר גופן למקומות כמו בלוקי קוד ו-frontmatter.", + "label-single-font-currently-in-effect": "הגופן המוחל כעת:", + "label-multiple-fonts-currently-in-effect": "×”×’×•×¤× ×™× ×”×‘××™× ×ž×•×—×œ×™× ×›×¢×ª:", + "option-font-placeholder": "הזן ×©× ×’×•×¤×Ÿ...", + "label-no-custom-font-set": "×©×•× ×’×•×¤×Ÿ מות×× ×ישית ×œ× ×ž×•×—×œ כעת. הוסף ×חד למטה.", + "label-font-applied": "הגופן הר×שון מרשימה זו הזמין במערכת שלך יוחל.", + "msg-font-not-found": "גופן ×–×” ××™× ×• מזוהה במערכת שלך.", + "msg-font-found": "גופן ×–×” מזוהה במערכת שלך.", + "label-font-name": "×©× ×’×•×¤×Ÿ", + "option-community-themes": "ערכות × ×•×©× ×¤×ª×•×—×•×ª לקהילה", + "option-community-themes-description": "הצג תצוגה מקדימה והשתמש ×‘× ×•×©××™× ×ž×“×”×™×ž×™× ×©× ×•×¦×¨×• על ידי הקהילה.", + "button-browse-community-themes": "לדפדף", + "option-font-size": "גודל גופן", + "option-font-size-description": "גודל גופן ×‘×¤×™×§×¡×œ×™× ×©×ž×©×¤×™×¢ על העורך והתצוגה המקדימה.", + "option-font-size-action": "הת×מת גודל גופן מהירה", + "option-font-size-action-description": "הת×× ×ת גודל הגופן ב×מצעות Ctrl + Scroll, ×ו ב×מצעות ×ª× ×•×¢×ª צביטה-×–×•× ×©×œ משטח העקיבה.", + "option-themes": "ערכות × ×•×©×", + "option-manage-themes-description": "× ×”×œ ערכות × ×•×©× ×ž×•×ª×§× ×•×ª ועיין בערכות × ×•×©× ×§×”×™×œ×ª×™×•×ª.", + "option-theme-button-manage": "×œ× ×”×œ", + "option-choice-none": "××£ ×חד", + "option-native-menus": "×ª×¤×¨×™×˜×™× ×ž×§×•×¨×™×™×", + "option-native-menus-desc": "×ª×¤×¨×™×˜×™× ×‘×›×œ ×”×פליקציה ית×ימו למערכת ההפעלה. ×”× ×œ× ×™×•×©×¤×¢×• ×ž×”× ×•×©× ×©×œ×š.", + "button-reload-themes": "טען מחדש ערכות × ×•×©×", + "msg-reloaded-themes": "× ×˜×¢×Ÿ מחדש ערכות × ×•×©× CSS מות×מות ×ישית.", + "button-open-themes-folder": "פתח ×ת תיקיית ×”× ×•×©××™×", + "option-css-snippets": "קטעי CSS", + "label-no-css-snippets-found": "×œ× × ×ž×¦×ו קטעי CSS בתיקיית הקטעי×.", + "no-snippet-description": "קטעי CSS מ××•×—×¡× ×™× ×‘\"{{path}}\".", + "button-reload-snippets": "טען מחדש קטעי×", + "button-open-snippets-folder": "פתח ×ת תיקיית הקטעי×", + "msg-reloaded-snippets": "קטעי CSS × ×˜×¢× ×• מחדש.", + "option-toggle-snippet-description": "החל קטע CSS ב-\"{{path}}\".", + "label-installed-themes": "ערכות × ×•×©× ×ž×•×ª×§× ×•×ª", + "label-screenshot-unavailable": "×¦×™×œ×•× ×ž×¡×š ×œ× ×–×ž×™×Ÿ", + "label-default-theme": "ברירת מחדל", + "tooltip-click-to-enlarge": "לחץ להגדלה", + "button-update": "עדכון", + "label-currently-active": "Active", + "option-frame-style": "×¡×’× ×•×Ÿ מסגרת חלון", + "option-frame-description": "קובע ×ת ×”×¡×’× ×•×Ÿ של שורת הכותרת של ×—×œ×•× ×•×ª ×ובסידי×ן. דורש הפעלה מחדש מל××” כדי ×œ×”×™×›× ×¡ לתוקף.", + "option-frame-hidden": "מוסתר (ברירת מחדל)", + "option-frame-obsidian": "מסגרת ×ובסידי×ן", + "option-frame-native": "מסגרת מקורית", + "option-custom-icon": "סמל ×פליקציה מות×מת ×ישית", + "option-custom-icon-desc": "הגדר סמל מות×× ×ישית עבור ×”×פליקציה", + "button-choose-custom-icon": "בחר סמל מות×× ×ישית", + "option-configure-ribbon": "תפריט סרט", + "option-configure-ribbon-desc": "הגדר ×ילו פקודות יופיעו בתפריט רצועת ×”×›×œ×™× ×‘×¡×¨×’×œ ×”× ×™×•×•×˜ ×”×–×”.", + "option-mobile-quick-ribbon-item": "פריט סרט גישה מהירה", + "option-mobile-quick-ribbon-item-desc": "הקשה על פריט הסרט בתפריט ×”× ×™×•×•×˜ תפעיל ×ת פריט הסרט ×”×–×”. הקש והחזק עדיין יציג ×ת התפריט.", + "option-mobile-quick-ribbon-default": "פתח ×ת תפריט הסרט", + "button-configure": "הגדר", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", + "label-additional-ribbon-items": "פריטי סרט ×חרי×", + "label-modal-configuration": "תצורת סרט", + "label-modal-configuration-desc": "בחר ×ילו ×¤×¨×™×˜×™× ×‘×¨×¦×•× ×š שיהיו ×¤×¢×™×œ×™× ×‘×¨×¦×•×¢×ª הכלי×. גרור ושחרר כדי ×œ×©× ×•×ª ×ת הסדר.", + "option-show-view-header": "הצג ×ת שורת הכותרת של הכרטיסייה", + "option-show-view-header-desc": "הצג ×ת הכותרת בר×ש כל כרטיסייה.", + "msg-updates-found": "× ×ž×¦× ×¢×¨×›×ª × ×•×©× {{count}} לעדכון.", + "msg-updates-found_plural": "× ×ž×¦×ו {{count}} ערכות × ×•×©× ×œ×¢×“×›×•×Ÿ.", + "button-check-for-updates": "בדוק ×¢×“×›×•× ×™×", + "button-view-updates": "הצג ×¢×“×›×•× ×™×", + "button-update-all-themes": "עדכן הכל", + "label-current-themes": "× ×•×©××™× ×§×”×™×œ×ª×™×™× ×¢×“×›× ×™×™×", + "label-currently-installed": "כרגע מותקן לך ערכת × ×•×©× {{count}}.", + "label-currently-installed_plural": "כרגע ×ž×•×ª×§× ×™× ×œ×š {{count}} ערכות × ×•×©×." + }, + "hotkeys": { + "name": "מקשי קיצור", + "option-search": "חיפוש מקשי קיצור", + "option-search-desc": "מציג מקש קיצור {{count}}.", + "option-search-desc_plural": "מציג {{count}} מקשי קיצור.", + "option-search-conflict": "פקודה {{count}} ×¢× ×”×ª× ×’×©×•×™×•×ª.", + "option-search-conflict_plural": "{{count}} פקודות ×¢× ×”×ª× ×’×©×•×™×•×ª.", + "prompt-filter": "×œ×¡× ×Ÿ...", + "tooltip-delete-hotkey": "מחק מקש קיצור", + "label-waiting-for-hotkey-press": "לחץ על מקש קיצור...", + "label-show-all": "×ת כל", + "label-show-unassigned": "×œ× ×”×•×§×¦×”", + "label-show-assigned": "שהוקצה", + "label-show-user-assigned": "הוקצה על ידי", + "tooltip-restore-default": "להחזיר לברירת מחדל", + "tooltip-customize-command": "הת×× ×ישית ×ת הפקודה הזו", + "tooltip-hotkey-single-conflict": "מקש קיצור ×–×” ×ž×ª× ×’×© ×¢× \"{{command}}\"", + "tooltip-hotkey-multiple-conflicts": "מקש קיצור ×–×” ×ž×ª× ×’×© ×¢× {{count}} פקודות ×חרות", + "label-blank-hotkey": "ריק" + }, + "about": { + "name": " ×ודות", + "label-commercial-license": "רישיון פרסומי", + "label-license-key": "מפתח רישיון", + "license-key-placeholder": "מפתח הרישיון שלך...", + "label-activate-license": "הפעל רישיון", + "button-activate": "להפעיל", + "label-unknown-version": "×œ× ×™×“×•×¢", + "label-current-version": "גרסה × ×•×›×—×™×ª:", + "label-install-version": "(גרסת מתקין: {{version}})", + "label-up-to-date": "×”×פליקציה שלך ×ž×¢×•×“×›× ×ª!", + "label-read-changelog": "×§×¨× ×ת יומן ×”×©×™× ×•×™×™×.", + "label-manual-update-required": "כדי לתמוך ×‘×ª×›×•× ×•×ª ×”×¢×“×›× ×™×•×ª ביותר וכדי לקבל ×ת ×ª×™×§×•× ×™ ×”×בטחה ×”×¢×“×›× ×™×™× ×‘×™×•×ª×¨, Obsidian זקוק לעדכון מתקין גדול. ×תה צריך להוריד ולהתקין מחדש ×ת Obsidian ב×ופן ×™×“× ×™.", + "label-download": "הורד", + "label-new-version-ready": "גרסה חדשה ×ž×•×›× ×” ×œ×”×ª×§× ×”.", + "label-relaunch-to-update": "הפעל מחדש ×ת ×”×פליקציה כדי לעדכן.", + "label-disabled-updates": "×”×¢×“×›×•× ×™× ×ž×•×©×‘×ª×™×.", + "label-checking-for-updates": "מחפש ×¢×“×›×•× ×™×...", + "button-relaunch": "השקה מחדש", + "button-check-for-updates": "בדוק ×¢×“×›×•× ×™×", + "option-auto-update": "×¢×“×›×•× ×™× ×וטומטיי×", + "option-auto-update-description": "כבה ×–×ת כדי ×œ×ž× ×•×¢ מה×פליקציה לחפש ×¢×“×›×•× ×™×.", + "option-get-help": "תקבל עזרה", + "option-get-help-description": "קבל עזרה בשימוש ב- Obsidian.", + "button-open": "לפתוח", + "option-language": "שפה", + "option-language-description": "×©× ×” ×ת שפת התצוגה.", + "option-insider-build": "קבל ×‘× ×™×™×” ×¤× ×™×ž×™×ª", + "option-insider-build-description": "עדכון ×וטומטי ×œ×ž×‘× ×™× ×¤× ×™×ž×™×™× ×›×“×™ ×œ× ×¡×•×ª ×ª×›×•× ×•×ª חדשות. שימו לב ×©×”×ž×‘× ×” ×”×–×” ×”×•× ×§×¦×” ×ž×“×ž× ×•×¢×©×•×™×™× ×œ×”×™×•×ª פחות יציבי×.", + "option-advanced": "מתקד×", + "option-hw-acceleration": "×”×צת חומרה", + "option-hw-acceleration-description": "מפעיל ×ת ×”×צת חומרה, המשתמשת ב-GPU שלך כדי להפוך ×ת Obsidian לחלק יותר.", + "option-hw-acceleration-warning": "×× ×ª×›×‘×” ×–×ת, ביצועי ×”×פליקציה ייפגעו מ×וד.", + "option-config-location": "עוקף ×ת תיקיית התצורה", + "option-config-location-description": "השתמש בתיקיית תצורה ×©×•× ×” מזו של ברירת המחדל. חייב להתחיל ×¢× × ×§×•×“×”.", + "option-config-location-warning": "×ž×™×§×•× ×”×ª×¦×•×¨×” חייב להיות ×©× ×ª×™×§×™×™×” חוקי שמתחיל ×‘× ×§×•×“×”.", + "label-license": "רישיון", + "label-your-commercial-license-key": "מפתח הרישיון המסחרי שלך ×”×•× \"{{key}}\".", + "label-commercial-license-info": "×¨×©×•× ×‘-\"{{company}}\" עבור {{seats}} משתמשי×. תקף עד {{expiry}}.", + "label-validating-commercial-license": "מ×מת...", + "label-invalid-commercial-license": "רישיון ×œ× ×—×•×§×™:", + "button-remove-commercial-license": "להסיר", + "option-catalyst": "רישיון catalyst", + "option-catalyst-desc": "כרגע יש לך ×ת הרישיון {{tier}} Catalyst. תודה על תמיכתך!", + "option-catalyst-desc-no-license": "×ין לך רישיון Catalyst כרגע. רישיון Catalyst ×”×•× ×ª×¨×•×ž×” חד פעמית לתמיכה בפיתוח Obsidian.", + "label-app": "×פליקציה", + "label-add-own-language": "ר××” כיצד להוסיף ×ת השפה שלך ל×ובסידי×ן." + }, + "account": { + "name": "חשבון", + "option-your-account": "החשבון שלך", + "option-your-account-desc": "×תה מחובר כעת ל-{{name}} ({{email}}).", + "option-your-account-desc-no-login": "×תה ×œ× ×ž×—×•×‘×¨ כרגע. יש צורך בחשבון רק עבור ×‘× ×™×™×ª ×ž×‘×¤× ×™× ×©×œ Obsidian Sync, Obsidian Publish ו-Catalyst.", + "label-insider": "×¤× ×™×ž×™", + "label-supporter": "תומך", + "label-vip": "VIP", + "button-upgrade-catalyst": "שדרוג", + "option-commercial-license": "רישיון פרסומי", + "option-commercial-license-desc": "×× ×תה משתמש ב- Obsidian למטרות מסחריות, ייתכן שיהיה עליך לקבל רישיון מסחרי.", + "button-purchase": "לרכוש", + "button-log-out": "×œ×”×ª× ×ª×§", + "label-log-in": "התחברות", + "label-sign-up": "הירש×", + "label-email": "×ימייל", + "placeholder-email": "×”×ימייל שלך...", + "label-password": "סיסמה", + "placeholder-password": "הסיסמה שלך...", + "label-forgot-password": "Forgot password?", + "button-login": "התחברות", + "message-empty-email": "×ימייל ×œ× ×™×›×•×œ להיות ריק.", + "message-invalid-email": "×”×ימייל ××™× ×• חוקי.", + "message-empty-password": "הסיסמה ×œ× ×™×›×•×œ×” להיות ריקה.", + "message-login-failed": "×”×›× ×™×¡×” × ×›×©×œ×”, ×× × ×‘×“×•×§ שוב ×ת הדו×\"ל והסיסמה שלך.", + "label-no-account": "×ין לך חשבון?", + "link-sign-up-now": "×”×¨×©× ×¢×›×©×™×•", + "label-mfa-code": "קוד בן 6 ספרות 2FA", + "mfa-wrong-format": "קוד המ×מת 2FA חייב להיות בן 6 ספרות.", + "mfa-verification-failed": "קוד 2FA שגוי, ×× × ×‘×“×•×§ שוב ×ת ×פליקציית המ×מת שלך." + }, + "core-plugin": { + "plugin-list": "רשימת תוספי×", + "option-search-plugin": "חיפוש תוספי ליבה", + "option-search-plugin-description": "×¡× ×Ÿ ×ª×•×¡×¤×™× ×œ×¤×™ ×©× ×ו תי×ור.", + "placeholder-search-plugin": "חיפוש תוספי×..." + }, + "third-party-plugin": { + "name": "תוסף של צד שלישי", + "option-restricted-mode": "מצב מוגבל", + "option-restricted-mode-description": "×¡×™× ×•×Ÿ תוכן כבוי. הפעל כדי להשבית תוספי קהילה.", + "button-turn-on": "להדליק", + "option-browse-community-plugins": "×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™×", + "option-browse-community-plugins-description": "עיין והתקן ×ª×•×¡×¤×™× ×©×œ צד שלישי ×©× ×¢×©×• על ידי הקהילה המדהימה ×©×œ× ×•.", + "button-browse": "לדפדף", + "label-exit-restricted-mode": "×¦× ×ž×¡×™× ×•×Ÿ תוכן", + "label-exit-restricted-mode-description-1": "×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™×, כמו כל ×ª×•×›× ×” ×חרת ×©×ª×ª×§×™× ×•, ×¢×œ×•×œ×™× ×œ×’×¨×•× ×œ×‘×¢×™×•×ª של שלמות ×”× ×ª×•× ×™× ×•×בטחה.", + "label-exit-restricted-mode-description-2": "×בטחת ×ª×•×¡×¤×™× ×—×©×•×‘×” ×œ× ×•. ×”× ×” מה ש×× ×—× ×• עושי×:", + "label-exit-restricted-mode-description-3": "למרות המ××ž×¦×™× ×©×œ× ×•, עדיין יש סיכוי קטן שתוסף קהילה עלול ×œ×”×ª× ×”×’ בצורה ×œ× × ×›×•× ×”.", + "label-code-review": "סקירת קוד ר××©×•× ×™×ª", + "label-code-review-desc": "×ª×•×¡×¤×™× ×¢×•×‘×¨×™× ×¡×§×™×¨×ª קוד ר××©×•× ×™×ª על ידי הצוות ×©×œ× ×• ×œ×¤× ×™ ×©×”× ×ž×•×¤×™×¢×™× ×‘×—× ×•×ª.", + "label-open-source": "קוד פתוח", + "label-open-source-desc": "רוב ×”×ª×•×¡×¤×™× ×”× ×§×•×“ פתוח ב-GitHub, כך ש×תה יכול לבדוק ×ת הקוד בעצמך.", + "label-peer-audit": "ביקורת עמיתי×", + "label-peer-audit-desc": "יש ×œ× ×• קהילה גדולה של ×ž×¤×ª×—×™× ×©×©×•×ž×¨×™× ×חד על ×”×©× ×™.", + "label-report-mechanism": "×ž× ×’× ×•×Ÿ דיווח", + "label-report-mechanism-desc": "×× ×• ×¢×•×§×‘×™× ×•×ž×¡×™×¨×™× ×ª×•×¡×¤×™× ×¤×’×•×ž×™× ×¢× ×“×™×•×•×— המשתמש.", + "label-exit-restricted-mode-disable-confirmation": "×”×× ×ª×¨×¦×” לצ×ת ×ž×¡×™× ×•×Ÿ תוכן כדי להפעיל ×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™×? ×× ×• ×ž×ž×œ×™×¦×™× ×‘×—×•× ×œ×‘×¦×¢ ×’×™×‘×•×™×™× ×©×œ ×”× ×ª×•× ×™× ×©×œ×š ×œ×¤× ×™ שתעשה ×–×ת.", + "label-learn-more": "למידע × ×•×¡×£ על ×בטחת תוספי×", + "button-turn-on-community-plugins": "הפעל תוספי קהילה", + "label-trust-author": "×”×× ×תה סומך על המחבר של הכספת הזו?", + "label-trust-author-description-1": "×תה פותח ×ת הכספת הזו ×‘×¤×¢× ×”×¨××©×•× ×”, ×•×”×™× ×ž×’×™×¢×” ×¢× ×›×ž×” תוספי×.", + "label-trust-author-description-2": "×× ×”×©×’×ª ×ת הכספת הזו ממישהו ×חר, ×©×™× ×œ×‘ ×©×ª×•×¡×¤×™× ×ž×ž×§×•×¨ ×œ× ×™×“×•×¢ ×¢×œ×•×œ×™× ×œ×”×•×•×ª ×¡×™×›×•× ×™ ×בטחה.", + "label-trust-author-description-3": "×× ××™× ×š סומך ב×ופן ×ž×œ× ×¢×œ המחבר של הכספת הזו, ×× ×• ×ž×ž×œ×™×¦×™× ×œ×”×™×©×ר במצב מוגבל, כדי ×©×”×ª×•×¡×¤×™× ×‘×›×¡×¤×ª זו ×œ× ×™×¤×¢×œ×•.", + "button-enable-plugins": "סמוך על המחבר והפעל תוספי×", + "button-dont-trust-author": "עיין בכספת במצב ×¡×™× ×•×Ÿ", + "placeholder-community-plugins": "חפש תוספי קהילה...", + "msg-failed-load-plugins": "×˜×¢×™× ×ª הפל××’×™× ×™× ×©×œ הקהילה × ×›×©×œ×”.", + "label-installed": "מותקן", + "button-install": "להתקין", + "button-enable": "ל×פשר", + "button-disable": "השבת", + "button-copy-share-link": "העתק קישור לשיתוף", + "button-donate": "לתרו×", + "label-no-results-found": "×œ× × ×ž×¦×ו תוצ×ות.", + "label-no-recent-files-found": "×œ× × ×ž×¦×ו ×§×‘×¦×™× ××—×¨×•× ×™×. הקלד לחיפוש...", + "msg-failed-to-load-manifest": "×˜×¢×™× ×ª ×”×ž× ×™×¤×¡×˜ של הפל×גין × ×›×©×œ×”.", + "label-version": "גרסה: {{version}}", + "label-currently-installed-version": "(מותקן כעת: {{version}})", + "label-by-author": "על ידי", + "label-repository": "מ×גר:", + "label-last-update": "העדכון ×חרון:", + "tooltip-view-last-update": "צפה בעדכון ×”×חרון", + "label-unsupported": "תוסף ×–×” ××™× ×• תומך במכשיר שלך.", + "button-update": "עדכון", + "label-no-readme": "תוסף ×–×” ×œ× ×¡×™×¤×§ קובץ README.", + "msg-installing-plugin": "מתקין ×ת הפל×גין \"{{name}}\"...", + "msg-failed-to-install-plugin": "×”×ª×§× ×ª הפל×גין \"{{name}}\" × ×›×©×œ×”.", + "msg-successfully-installed-plugin": "הפל×גין \"{{name}}\" הותקן בהצלחה.", + "label-installed-plugins": "×ª×•×¡×¤×™× ×ž×•×ª×§× ×™×", + "button-reload-plugins": "טען מחדש תוספי×", + "msg-reloaded-third-party-plugins": "×ª×•×¡×¤×™× ×©×œ צד שלישי × ×˜×¢× ×• מחדש.", + "label-uninstall": "הסר ×ת ×”×”×ª×§× ×”", + "label-uninstall-plugin": "הסר ×ת התוסף", + "label-uninstall-plugin-confirmation": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š להסיר ×ת התוסף ×”×–×”? פעולה זו תמחק ×ת התיקיה של התוסף.", + "button-open-plugins-folder": "פתח ×ת תיקיית התוספי×", + "button-check-for-updates": "בדוק ×¢×“×›×•× ×™×", + "button-update-all-plugins": "עדכן הכל", + "label-current-plugins": "×ª×•×¡×¤×™× × ×•×›×—×™×™×", + "label-currently-installed": "כרגע מותקן לך פל×גין {{count}}.", + "label-currently-installed_plural": "כרגע ×ž×•×ª×§× ×™× ×œ×š {{count}} פל××’×™× ×™×.", + "label-debug-startup-time": "×יתור ב××’×™× ×‘×–×ž×Ÿ ההפעלה", + "label-debug-startup-time-description": "הצג הודעה ×¢× ×›×ž×” זמן לקח כל תוסף ל×תחל בעת הפעלת ×”×פליקציה.", + "msg-no-updates-found": "×œ× × ×ž×¦×ו ×¢×“×›×•× ×™ פל×גין.", + "msg-updates-found": "× ×ž×¦× ×¤×œ×גין {{count}} לעדכון.", + "msg-updates-found_plural": "× ×ž×¦×ו {{count}} פל××’×™× ×™× ×œ×¢×“×›×•×Ÿ.", + "msg-update-plugin": "עדכון לגרסה {{version}}", + "option-search-installed-plugin": "חפש ×ª×•×¡×¤×™× ×ž×•×ª×§× ×™×", + "option-search-installed-plugin-description": "×¡× ×Ÿ ×ª×•×¡×¤×™× ×ž×•×ª×§× ×™× ×œ×¤×™ ×©× ×ו תי×ור.", + "placeholder-search-installed-plugin": "חפש ×ª×•×¡×¤×™× ×ž×•×ª×§× ×™×...", + "show-installed-only": "הצג מותקן בלבד", + "label-donate-modal-title": "×ª×¨×•× ×œ×ª×ž×™×›×” ב-{{name}}", + "label-donate-modal-text1": "מפתחי ×ª×•×¡×¤×™× ×”× ×ž×ª× ×“×‘×™ קהילה ×©×¢×•×©×™× ×“×‘×¨×™× ×ž×“×”×™×ž×™× ×ž×ª×•×š תשוקה. ×× ×תה ×ž×•×¦× ×ª×•×¡×£ ×–×” שימושי, ×× × ×©×§×•×œ לממן ×ת הפיתוח שלו.", + "label-donate-modal-text2": "100% מהתרומה שלך תעבור למפתח הפל×גין; ×ובסידי×ן ×œ× ×œ×•×§×— חתך. פלטפורמת המימון ×©×”× ×™×‘×—×¨×• עשויה לגבות עמלה.", + "label-donate-modal-text3": "תודה על תמיכתך ×”× ×“×™×‘×”!", + "label-support-this-plugin": "תמכו בתוסף ×”×–×”:", + "label-search-summary": "מציג {{pluginCount}}:", + "label-by-popularity": "רוב ההורדות", + "label-by-released": "שוחרר ל××—×¨×•× ×”", + "label-by-updated": "עודכן ל××—×¨×•× ×”", + "label-alphabetical": "×לף ביתי", + "label-last-updated": "עודכן {{time}}" + }, + "mobile-toolbar": { + "name": "סרגל ×›×œ×™× × ×™×™×“", + "option-configure-quick-action": "הגדר פעולה מהירה ×œ× ×™×™×“", + "option-configure-quick-action-description": "הגדר ×יזו פקודה להפעיל בעת משיכה למטה מלמעלה. הפקודה ×”× ×•×›×—×™×ª מוגדרת ל-\"{{command}}\".", + "button-configure": "הגדר", + "placeholder-select-quick-action": "בחר פעולה מהירה...", + "quick-action-disabled": "××£ ×חד", + "manage-toolbar-options": "× ×”×œ ×ת ×פשרויות סרגל הכלי×", + "option-internal-link": "הוסף קישור ×¤× ×™×ž×™", + "option-internal-embed": "הוסף הטמעה", + "option-tag": "הוסף תגית", + "option-heading": "החלף כותרת", + "option-strikethrough": "החלף קו קו קו", + "option-highlight": "החלף סימון", + "option-code": "החלף קוד", + "option-blockquote": "החלף ציטוט בלוק", + "option-inline-math": "החלף מתמטיקה מוטבעת", + "option-math-block": "החלף בלוק מתמטי", + "option-markdown-link": "הוסף קישור Markdown", + "option-bullet-list": "החלף ×ת רשימת התבליטי×", + "option-numbered-list": "החלף רשימה ממוספרת", + "option-indent-list": "פריט רשימת ×”×–×—×”", + "option-unindent-list": "פריט ביטול ×›× ×™×¡×•×ª ברשימה", + "option-undo": "לבטל", + "option-redo": "לעשות שוב", + "option-move-caret-up": "תזיז ×ת הסמן למעלה", + "option-move-caret-down": "תזיז ×ת הסמן למטה", + "option-move-caret-left": "×”×–×– ×ת הסמן שמ×לה", + "option-move-caret-right": "תזיז ×ת הסמן ×™×ž×™× ×”", + "option-first-line": "עבור לשורה הר××©×•× ×”", + "option-last-line": "עבור לשורה ×”××—×¨×•× ×”", + "option-toggle-keyboard": "החלף מקלדת", + "option-configure-toolbar": "הגדר ×ת סרגל ×”×›×œ×™× ×œ× ×™×™×“", + "option-added-options": "× ×•×¡×¤×• ×פשרויות", + "option-more-toolbar-options": "×פשרויות × ×•×¡×¤×•×ª של סרגל כלי×", + "option-attach": "×”×›× ×¡ קובץ מצורף", + "option-add-command": "הוסף פקודה גלובלית", + "option-add-command-description": "בחר כל פקודה גלובלית להוספה לסרגל הכלי×." + } + }, + "editor": { + "search": { + "placeholder-find": "למצו×", + "placeholder-replace": "החלף", + "label-exit-search": "×¦× ×ž×”×—×™×¤×•×©", + "label-next": "הב×", + "label-previous": "הקוד×", + "label-find-all": "Find all", + "label-replace": "החלף", + "label-replace-all": "החלף הכל" + }, + "link-suggestion": { + "label-type-hash": "הקלד #", + "label-link-heading": "לכותרת קישור", + "label-type-block": "הקלד ^", + "label-link-block": "לקשר בלוקי×", + "label-type-pipe": "הקלד |", + "label-change-display-text": "כדי ×œ×©× ×•×ª ×ת טקסט התצוגה", + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "×œ× × ×ž×¦××” הת×מה", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" + }, + "spellcheck": { + "no-suggestion": "×ין הצעות...", + "add-to-dictionary": "הוסף למילון" + }, + "menu": { + "edit-link": "ערוך קישור", + "edit-tag": "Edit tag", + "label-edit-block": "ערוך ×ת הבלוק ×”×–×”" + }, + "heading-suggestion": { + "label-no-heading": "×ין כותרת", + "label-heading-level": "כותרת {{level}}" + }, + "print-modal": { + "title": "×™×™×¦×•× ×œ-PDF", + "caption": "×™×™×¦× ×ת \"{{filename}}\" ל-PDF ×¢× ×”×”×’×“×¨×” למטה.", + "setting-page-size": "גודל עמוד", + "setting-page-size-a3": "A3", + "setting-page-size-a4": "A4", + "setting-page-size-a5": "A5", + "setting-page-size-legal": "משפטי", + "setting-page-size-letter": "מכתב", + "setting-page-size-tabloid": "טבלית", + "setting-include-file-name": "כלול ×ת ×©× ×”×§×•×‘×¥ ככותרת", + "setting-landscape": "תצוגה", + "setting-margin": "שולי×", + "setting-margin-default": "ברירת מחדל", + "setting-margin-minimal": "×ž×™× ×™×ž×œ×™", + "setting-margin-none": "××£ ×חד", + "setting-downscale-percent": "×חוז × ×ž×•×š ×‘×§× ×” מידה", + "button-export-to-pdf": "×™×™×¦×•× ×œ-PDF" + }, + "link-popover": { + "tooltip-follow-link": "עקוב ×חר הקישור", + "tooltip-open-link": "פתח קישור", + "tooltip-search-tag": "תג חיפוש" + } }, - "editor":{ - "search":{ - "placeholder-find":"למצו×", - "placeholder-replace":"החלף", - "label-previous":"הקוד×", - "label-next":"הב×", - "label-all":"×ת כל", - "label-exit-search":"×¦× ×ž×”×—×™×¤×•×©", - "label-replace":"החלף", - "label-replace-all":"החלף הכל" + "interface": { + "embed-cannot-find": "×œ× ×ž×•×¦×:", + "embed-open-in-default-app-tooltip": "פתח ב×פליקציית ברירת המחדל", + "empty-sidebar": "סרגל הצד ריק, × ×¡×” לגרור ×—×œ×•× ×™×ª לכ×ן.", + "sidebar-expand": "להרחיב", + "sidebar-collapse": "לצמצ×", + "msg-fail-to-save-file": "שמירת הקובץ \"{{filepath}}\" × ×›×©×œ×”. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", + "no-file": "×ין קובץ", + "msg-file-changed": "\"{{file}}\" ×”×©×ª× ×” ב×ופן ×—×™×¦×•× ×™, תוך מיזוג ×©×™× ×•×™×™× ×‘×ופן ×וטומטי.", + "switch-vault": "פתח כספת × ×•×¡×¤×ª", + "manage-vaults": "Manage vaults...", + "help": "עזרה", + "settings": "הגדרות", + "drag-to-rearrange": "גרור כדי לסדר מחדש", + "msg-switched-to-read": "החליף מצב תצוגת ברירת מחדל לתצוגת קרי××”.", + "msg-switched-to-edit": "החליף מצב תצוגת ברירת מחדל לעורך.", + "msg-upgrade-installer": "כדי להשתמש ×‘×ª×›×•× ×” זו, ×× × ×”×ª×§×Ÿ מחדש ×¢× ×ª×•×›× ×™×ª ×”×”×ª×§× ×” ×”×¢×“×›× ×™×ª ביותר ×©×–×ž×™× ×” מה×תר ×©×œ× ×•.", + "tooltip-restore-default-settings": "שחזר הגדרות ברירת מחדל", + "label-copy": "העתק ללוח", + "label-copy-short": "עותק", + "copied_generic": "הועתק ללוח שלך", + "copied": "{{item}} הועתק ללוח שלך", + "url": "כתובת ×תר", + "msg-open-file-through-uri": "הקובץ \"{{path}}\" × ×¤×ª×—", + "msg-file-not-found-through-uri": "הקובץ \"{{name}}\" ×œ× × ×ž×¦×.", + "delete-action-short-name": "למחוק", + "msg-indexing": "×ובסידי×ן מוסיף ×ת הכספת שלך ל××™× ×“×§×¡...\n×–×” ×מור לקרות רק ×¤×¢× ×חת.\nייתכן שחלק ×ž×”×¤×•× ×§×¦×™×•× ×œ×™×•×ª ×œ× ×ª×”×™×” ×–×ž×™× ×” עד להשלמת פעולה זו.", + "msg-indexing-complete": "יצירת ×”××™× ×“×§×¡ הושלמה.", + "msg-sandbox-vault": "זהו כספת ×רגז חול.\n×©×™× ×•×™×™× ×©×ª×‘×¦×¢ בכספת הזו ×™×בדו.", + "label-enter-to-create": "×”×›× ×¡ כדי ליצור", + "label-update-available": "עדכון זמין", + "label-debug-info": "מידע על × ×™×¤×•×™ ב××’×™×", + "button-learn-more": "למד עוד", + "button-not-now": "×œ× ×¢×›×©×™×•", + "button-add": "להוסיף", + "button-manage": "×œ× ×”×œ", + "label-new-tab": "כרטיסייה חדשה", + "option-hide-ribbon": "Hide ribbon", + "msg-tab-busy": "כרטיסייה זו תפוסה כעת, ×× × × ×¡×” שוב מ×וחר יותר", + "formatting": { + "label-formatting": "פורמט", + "label-paragraph": "פיסקה", + "label-insert": "×œ×”×›× ×™×¡", + "insert-link": "הוסף קישור", + "insert-external-link": "הוסף קישור ×—×™×¦×•× ×™", + "insert-callout": "ציטוט", + "insert-horizontal-rule": "קו ×ופקי", + "insert-code-block": "בלוק קוד", + "insert-math-block": "בלוק מתמטי", + "insert-table": "טבלה", + "toggle-bold": "מודגש", + "toggle-code": "קוד", + "toggle-comments": "הערה", + "toggle-highlight": "הבלטה", + "toggle-italics": "× ×˜×•×™", + "toggle-strikethrough": "חוצה", + "toggle-math": "מתמטיקה", + "toggle-bullet-list": "רשימת תבליטי×", + "toggle-checklist": "רשימת מטלות", + "toggle-numbered-list": "רשימה ממוספרת", + "set-heading": "כותרת {{level}}", + "no-heading": "גוף", + "clear": "× ×§×” עיצוב", + "toggle-quote": "ציטוט" + }, + "empty-state": { + "no-file-open": "×ין קובץ פתוח", + "create-new-file": "צור קובץ חדש", + "go-to-file": "עבור לקובץ", + "see-recent-files": "ר××” ×§×‘×¦×™× ××—×¨×•× ×™×", + "close": "סגור", + "unknown-pane-title": "הפל×גין כבר ×œ× ×¤×¢×™×œ", + "unknown-pane-desc": "הפל×גין שיצר ×ת ×”×—×œ×•× ×™×ª הזו ({{type}}) × ×¢×œ×" + }, + "menu": { + "edit-view": "ערוך (Ctrl/Cmd+לחץ כדי לערוך ×‘×—×œ×•× ×™×ª חדשה)", + "read-view": "תצוגה × ×•×›×—×™×ª: קרי××”", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", + "switch-to-edit-view": "לחץ כדי לערוך", + "switch-to-read-view": "לחץ לקרי××”", + "mod-click-open-new-tab": "{{key}}+לחץ כדי לפתוח בכרטיסייה חדשה", + "find": "למצו×...", + "replace": "החלף...", + "edit": "לערוך", + "remove": "להסיר", + "rename": "×©× ×” ש×", + "preview": "תצוגה מקדימה", + "more-options": "×פשרויות × ×•×¡×¤×•×ª", + "close": "סגור", + "close-all": "סגור הכל", + "close-others": "סגור ×חרי×", + "close-right": "סגור כרטיסיות מימין", + "pin": "פין", + "unpin": "×œ×”×•×¦×™× ×¡×™×›×”", + "unlink-tab": "בטל קישור לכרטיסייה", + "link-tab": "קישור ×¢× ×›×¨×˜×™×¡×™×™×”...", + "toggle-source-mode": "מצב מקור", + "toggle-reading-view": "תצוגת קרי××”", + "add-property": "הוסף מ×פיין קובץ", + "delete-file": "מחק קובץ", + "create-file": "צור ×ת הקובץ ×”×–×”", + "open-link": "פתח קישור", + "open-in-new-tab": "פתח בכרטיסייה חדשה", + "open-to-the-right": "פתח ×™×ž×™× ×”", + "copy-url": "העתק כתובת ×תר", + "close-current-tab": "סגור ×ת הכרטיסייה ×”× ×•×›×—×™×ª", + "copy": "העתקה", + "cut": "גזירה", + "paste": "הדבקה", + "paste-as-plain-text": "הדבק כטקסט רגיל", + "lookup-selection": "חפש ×ת \"{{selection}}\"", + "select-all": "בחר הכל", + "rename-heading": "×©× ×” ×ת ×©× ×”×›×•×ª×¨×ª הזו...", + "rename-blockid": "×©× ×” ×ת ×”×©× ×©×œ מזהה הבלוק ×”×–×”...", + "open-in-new-window": "פתח בחלון חדש", + "move-to-new-window": "עבור לחלון חדש", + "open-in-browser": "פתוח בדפדפן", + "stack-tabs": "ערימת כרטיסיות", + "unstack-tabs": "בטל ערימת כרטיסיות", + "open-linked-view": "פתח תצוגה מקושרת" + }, + "tooltip": { + "click-to-expand": "לחץ כדי להרחיב", + "click-to-collapse": "לחץ כדי לכווץ", + "alias": "×›×™× ×•×™", + "not-created-yet": "עדיין ×œ× × ×•×¦×¨, בחר כדי ליצור" }, - "link-suggestion":{ - "label-type-hash":"הקלד #", - "label-link-heading":"לכותרת קישור", - "label-type-block":"הקלד ^", - "label-link-block":"לקשר בלוקי×", - "label-type-pipe":"הקלד |", - "label-change-display-text":"כדי ×œ×©× ×•×ª ×ת טקסט התצוגה", - "label-no-match-found":"×œ× × ×ž×¦××” הת×מה" + "start-screen": { + "label-version": "גרסה", + "label-create-local-vault": "צור כספת מקומית", + "option-open-folder-as-vault": "פתח ×ת התיקיה ככספת", + "option-open-folder-as-vault-description": "בחר תיקייה קיימת של קובצי Markdown.", + "option-create-vault": "צור כספת חדשה", + "option-create-vault-description": "צור כספת ×ובסידי×ן חדשה מתחת לתיקיה.", + "option-connect-obsidian-sync": "התחבר ל- Obsidian Sync", + "option-connect-obsidian-sync-description": "הגדר כספת ×ž×¡×•× ×›×¨× ×ª ×¢× ×›×¡×¤×ª מרחוק קיימת.", + "option-new-vault-name": "×©× ×”×›×¡×¤×ª", + "option-new-vault-name-description": "בחר ×©× ×œ×›×¡×¤×ª המדהימה שלך.", + "option-new-vault-location": "מקו×", + "option-new-vault-location-description": "בחר ×ž×§×•× ×œ×©×™× ×ת הכספת החדשה שלך.", + "label-new-vault-location-preview": "הכספת החדשה שלך תוצב ב:", + "option-reveal-vault-in-explorer": "הצג כספת בסייר המערכת", + "option-reveal-vault-in-explorer-mac": "הצג כספת ב-Finder", + "option-rename-vault": "×©× ×” ×ת ×©× ×”×›×¡×¤×ª...", + "option-copy-vault-i-d": "העתק ×ת מזהה הכספת", + "msg-error-rename-exists": "יש כבר כספת ×‘×©× ×”×–×”.", + "msg-error-nested": "×œ× × ×™×ª×Ÿ להעביר ×ת הכספת לתיקיית ×ž×©× ×” של עצמה.", + "msg-error-rename-open": "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×ת ×©× ×”×›×¡×¤×ª הפתוחה כעת.", + "msg-rename-failed": "×©×™× ×•×™ ×©× ×”×›×¡×¤×ª × ×›×©×œ.", + "msg-rename-success": "×©× ×”×›×¡×¤×ª ×©×•× ×” בהצלחה.", + "option-move-vault": "×”×–×– ×ת הכספת...", + "msg-move-select-dest": "בחר תיקיית יעד", + "msg-error-move-exists": "יש כבר כספת ביעד.", + "msg-error-move-open": "×œ× × ×™×ª×Ÿ להזיז כספת פתוחה כעת.", + "msg-move-failed": "העברת הכספת × ×›×©×œ×”.", + "msg-move-success": "הכספת הועברה בהצלחה.", + "option-remove": "הסר מהרשימה", + "button-quick-start": "התחלה מהירה", + "button-open": "לפתוח", + "button-browse": "לדפדף", + "button-connect": "לחבר", + "button-create-vault": "ליצור", + "button-back": "חזור", + "msg-empty-vault-name": "×©× ×”×›×¡×¤×ª ×œ× ×™×›×•×œ להיות ריק.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", + "msg-invalid-folder": "×× × ×‘×—×¨ תיקיה חוקית.", + "msg-failed-to-create-vault": "יצירת הכספת × ×›×©×œ×”.", + "msg-failed-to-create-vault-at-location": "×œ× × ×™×ª×Ÿ ליצור כספת ×‘×ž×™×§×•× ×”× ×ª×•×Ÿ. ×× × ×‘×“×•×§ שוב ×ת ×”×ž×™×§×•× ×•×”×”×¨×©××”.", + "msg-error-failed-to-open-vault": "× ×›×©×œ להיפתח.", + "msg-error-remove-current-open-vault": "×œ× × ×™×ª×Ÿ להסיר כספת פתוחה כעת.", + "option-get-help": "תקבל עזרה", + "option-user-email": "×ימייל", + "placeholder-your-email": "×”×ימייל שלך...", + "option-user-password": "סיסמה", + "placeholder-your-password": "הסיסמה שלך...", + "button-sign-in": "להתחבר", + "button-setup": "להכין", + "option-connect-vault-desc": "צור כספת ×ž×¡×•× ×›×¨× ×ª במכשיר ×–×”.", + "tooltip-own-vault": "זוהי כספת מרוחקת בבעלותך.", + "tooltip-shared-vault": "זוהי כספת מרחוק ששותפה ×יתך." }, - "spellcheck":{ - "no-suggestion":"×ין הצעות...", - "add-to-dictionary":"הוסף למילון" + "starter-content": { + "welcome-filename": "ברוך הב×", + "welcome-file-content": "זו ×”*כספת* החדשה שלך.\n\n×¨×©×•× ×ž×©×”×•, [[צור קישור]], ×ו × ×¡×” ×ת [היבו×ן](https://help.obsidian.md/Plugins/Importer)!\n\nכשתהיה מוכן, מחק ×ת ההערה הזו והפוך ×ת הכספת לשלך." }, - "menu":{ - "edit-link":"ערוך קישור", - "label-edit-block":"ערוך ×ת הבלוק ×”×–×”" + "drag-and-drop": { + "insert-link-here": "×”×›× ×¡ קישור ×›×ן", + "insert-links-here": "×”×›× ×¡ ×›×ן קישורי×", + "move-into-folder": "עבור ×ל \"{{folder}}\"", + "star-this-file": "בכוכב ×ת הקובץ ×”×–×”", + "star-these-files": "בכוכב ×ת ×”×§×‘×¦×™× ×”×לה", + "open-in-this-tab": "פתח בכרטיסייה זו", + "open-as-tab": "פתח ככרטיסייה חדשה" }, - "heading-suggestion":{ - "label-no-heading":"×ין כותרת", - "label-heading-level":"כותרת {{level}}" + "window": { + "maximize": "להגדיל", + "minimize": "לצמצ×", + "restore-down": "שחזר למטה", + "close-window": "חלון סגור", + "go-back": "תחזור", + "go-forward": "לך קדימה" }, - "print-modal":{ - "title":"×™×™×¦×•× ×œ-PDF", - "caption":"×™×™×¦× ×ת \"{{filename}}\" ל-PDF ×¢× ×”×”×’×“×¨×” למטה.", - "setting-page-size":"גודל עמוד", - "setting-page-size-a3":"A3", - "setting-page-size-a4":"A4", - "setting-page-size-a5":"A5", - "setting-page-size-legal":"משפטי", - "setting-page-size-letter":"מכתב", - "setting-page-size-tabloid":"טבלית", - "setting-include-file-name":"כלול ×ת ×©× ×”×§×•×‘×¥ ככותרת", - "setting-landscape":"תצוגה", - "setting-margin":"שולי×", - "setting-margin-default":"ברירת מחדל", - "setting-margin-minimal":"×ž×™× ×™×ž×œ×™", - "setting-margin-none":"××£ ×חד", - "setting-downscale-percent":"×חוז × ×ž×•×š ×‘×§× ×” מידה", - "button-export-to-pdf":"×™×™×¦×•× ×œ-PDF" + "start-up": { + "loading-obsidian": "טוען Obsidian...", + "obsidian-load-error": "×ירעה שגי××” בעת ×˜×¢×™× ×ª Obsidian.", + "button-reload-app": "טען מחדש ×ת ×”×פליקציה", + "button-reload-app-in-safe-mode": "טען מחדש ×ת ×”×פליקציה במצב בטוח", + "button-open-another-vault": "פתח כספת × ×•×¡×¤×ª", + "loading-components": "טוען רכיבי×...", + "loading-plugins": "טוען תוספי×...", + "loading-vault": "טוען כספת...", + "msg-failed-to-load-vault": "×˜×¢×™× ×ª הכספת × ×›×©×œ×”:", + "loading-cache": "טוען מטמון...", + "loading-workspace": "טוען סביבת עבודה..." }, - "link-popover":{ - "tooltip-follow-link":"עקוב ×חר הקישור", - "tooltip-open-link":"פתח קישור", - "tooltip-search-tag":"תג חיפוש" + "mobile": { + "action-import": "×™×™×‘×•× â€‹â€‹×œ×›×¡×¤×ª", + "action-insert-text-desc": "הוסף טקסט לקובץ:", + "action-choose-file-to-insert": "בחר קובץ להוספה", + "action-insert-text-into-file": "הוסף טקסט לתוך {{filename}}", + "action-insert-link-into-file": "הוסף קישור לתוך {{filename}}", + "msg-importing": "מייב×...", + "msg-import-success": "הצלחה בייבו×", + "msg-failed-to-import-file": "×™×™×‘×•× â€‹â€‹×”×§×•×‘×¥ {{filename}} × ×›×©×œ", + "msg-back-again-to-exit": "לחץ שוב ×חורה כדי לצ×ת." + }, + "help-screen": { + "label-official-help-site": "×תר עזרה רשמי", + "label-official-help-site-desc": "×§×¨× ×ת תיעוד העזרה הרשמי של Obsidian, זמין במספר שפות.", + "action-visit": "לבקר", + "label-discord-chat": "צ'×ט דיסקורד", + "label-discord-chat-desc": "Discord ×”×•× ×”×ž×§×•× ×”×˜×•×‘ ביותר לשוחח ×¢× ×ž×©×ª×ž×©×™ Obsidian ×ž× ×•×¡×™× ××—×¨×™× ×ž×¨×—×‘×™ העול×.", + "action-join": "להצטרף", + "label-forum": "×”×¤×•×¨×•× ×”×¨×©×ž×™", + "label-forum-desc": "עזרו ×–×” לזה, פרסמו בקשות ×œ×ª×›×•× ×•×ª, דווחו על ב××’×™× ×•×§×™×™×ž×• ×“×™×•× ×™× ×ž×¢×ž×™×§×™× ×¢×œ × ×™×”×•×œ ידע.", + "label-sandbox-vault": "כספת ×רגז חול", + "label-sandbox-vault-desc": "שחקו ×•×”×ª× ×¡×• ×‘×ª×›×•× ×•×ª ×©×•× ×•×ª. ×©×™× ×œ×‘ ×©×”×©×™× ×•×™×™× ×©×œ×š ×œ× ×™×™×©×ž×¨×•." } - }, - "interface": { - "embed-cannot-find": "×œ× ×ž×•×¦×:", - "embed-open-in-default-app-tooltip": "פתח ב×פליקציית ברירת המחדל", - "empty-sidebar": "סרגל הצד ריק, × ×¡×” לגרור ×—×œ×•× ×™×ª לכ×ן.", - "sidebar-expand": "להרחיב", - "sidebar-collapse": "לצמצ×", - "msg-fail-to-save-file": "שמירת הקובץ \"{{filepath}}\" × ×›×©×œ×”. {{message}}.", - "no-file": "×ין קובץ", - "msg-file-changed": "\"{{file}}\" ×”×©×ª× ×” ב×ופן ×—×™×¦×•× ×™, תוך מיזוג ×©×™× ×•×™×™× ×‘×ופן ×וטומטי.", - "switch-vault": "פתח כספת × ×•×¡×¤×ª", - "help": "עזרה", - "settings": "הגדרות", - "drag-to-rearrange": "גרור כדי לסדר מחדש", - "msg-switched-to-read": "החליף מצב תצוגת ברירת מחדל לתצוגת קרי××”.", - "msg-switched-to-edit": "החליף מצב תצוגת ברירת מחדל לעורך.", - "msg-upgrade-installer": "כדי להשתמש ×‘×ª×›×•× ×” זו, ×× × ×”×ª×§×Ÿ מחדש ×¢× ×ª×•×›× ×™×ª ×”×”×ª×§× ×” ×”×¢×“×›× ×™×ª ביותר ×©×–×ž×™× ×” מה×תר ×©×œ× ×•.", - "tooltip-restore-default-settings": "שחזר הגדרות ברירת מחדל", - "label-copy": "העתק ללוח", - "label-copy-short": "עותק", - "copied_generic": "הועתק ללוח שלך", - "copied": "{{item}} הועתק ללוח שלך", - "url": "כתובת ×תר", - "msg-open-file-through-uri": "הקובץ \"{{path}}\" × ×¤×ª×—", - "msg-file-not-found-through-uri": "הקובץ \"{{name}}\" ×œ× × ×ž×¦×.", - "delete-action-short-name": "למחוק", - "msg-indexing": "×ובסידי×ן מוסיף ×ת הכספת שלך ל××™× ×“×§×¡...\n×–×” ×מור לקרות רק ×¤×¢× ×חת.\nייתכן שחלק ×ž×”×¤×•× ×§×¦×™×•× ×œ×™×•×ª ×œ× ×ª×”×™×” ×–×ž×™× ×” עד להשלמת פעולה זו.", - "msg-indexing-complete": "יצירת ×”××™× ×“×§×¡ הושלמה.", - "msg-sandbox-vault": "זהו כספת ×רגז חול.\n×©×™× ×•×™×™× ×©×ª×‘×¦×¢ בכספת הזו ×™×בדו.", - "label-enter-to-create": "×”×›× ×¡ כדי ליצור", - "label-update-available": "עדכון זמין", - "label-debug-info": "מידע על × ×™×¤×•×™ ב××’×™×", - "button-learn-more": "למד עוד", - "button-not-now": "×œ× ×¢×›×©×™×•", - "button-add": "להוסיף", - "button-manage": "×œ× ×”×œ", - "label-new-tab": "כרטיסייה חדשה", - "msg-tab-busy": "כרטיסייה זו תפוסה כעת, ×× × × ×¡×” שוב מ×וחר יותר", - "formatting": { - "label-formatting": "פורמט", - "label-paragraph": "פיסקה", - "label-insert": "×œ×”×›× ×™×¡", - "insert-link": "הוסף קישור", - "insert-external-link": "הוסף קישור ×—×™×¦×•× ×™", - "insert-callout": "ציטוט", - "insert-horizontal-rule": "קו ×ופקי", - "insert-code-block": "בלוק קוד", - "insert-math-block": "בלוק מתמטי", - "insert-table": "טבלה", - "toggle-bold": "מודגש", - "toggle-code": "קוד", - "toggle-comments": "הערה", - "toggle-highlight": "הבלטה", - "toggle-italics": "× ×˜×•×™", - "toggle-strikethrough": "חוצה", - "toggle-math": "מתמטיקה", - "toggle-bullet-list": "רשימת תבליטי×", - "toggle-checklist": "רשימת מטלות", - "toggle-numbered-list": "רשימה ממוספרת", - "set-heading": "כותרת {{level}}", - "no-heading": "גוף", - "clear": "× ×§×” עיצוב", - "toggle-quote": "ציטוט" - }, - "empty-state": { - "no-file-open": "×ין קובץ פתוח", - "create-new-file": "צור קובץ חדש", - "go-to-file": "עבור לקובץ", - "see-recent-files": "ר××” ×§×‘×¦×™× ××—×¨×•× ×™×", - "close": "סגור", - "unknown-pane-title": "הפל×גין כבר ×œ× ×¤×¢×™×œ", - "unknown-pane-desc": "הפל×גין שיצר ×ת ×”×—×œ×•× ×™×ª הזו ({{type}}) × ×¢×œ×" - }, - "menu": { - "edit-view": "ערוך (Ctrl/Cmd+לחץ כדי לערוך ×‘×—×œ×•× ×™×ª חדשה)", - "read-view": "תצוגה × ×•×›×—×™×ª: קרי××”", - "switch-to-edit-view": "לחץ כדי לערוך", - "switch-to-read-view": "לחץ לקרי××”", - "mod-click-open-new-tab": "{{key}}+לחץ כדי לפתוח בכרטיסייה חדשה", - "find": "למצו×...", - "replace": "החלף...", - "edit": "לערוך", - "remove": "להסיר", - "rename": "×©× ×” ש×", - "preview": "תצוגה מקדימה", - "more-options": "×פשרויות × ×•×¡×¤×•×ª", - "close": "סגור", - "close-all": "סגור הכל", - "close-others": "סגור ×חרי×", - "close-right": "סגור כרטיסיות מימין", - "pin": "פין", - "unpin": "×œ×”×•×¦×™× ×¡×™×›×”", - "unlink-tab": "בטל קישור לכרטיסייה", - "link-tab": "קישור ×¢× ×›×¨×˜×™×¡×™×™×”...", - "toggle-source-mode": "מצב מקור", - "toggle-reading-view": "תצוגת קרי××”", - "add-property": "הוסף מ×פיין קובץ", - "delete-file": "מחק קובץ", - "create-file": "צור ×ת הקובץ ×”×–×”", - "open-link": "פתח קישור", - "open-in-new-tab": "פתח בכרטיסייה חדשה", - "open-to-the-right": "פתח ×™×ž×™× ×”", - "copy-url": "העתק כתובת ×תר", - "close-current-tab": "סגור ×ת הכרטיסייה ×”× ×•×›×—×™×ª", - "copy": "העתקה", - "cut": "גזירה", - "paste": "הדבקה", - "paste-as-plain-text": "הדבק כטקסט רגיל", - "lookup-selection": "חפש ×ת \"{{selection}}\"", - "select-all": "בחר הכל", - "rename-heading": "×©× ×” ×ת ×©× ×”×›×•×ª×¨×ª הזו...", - "rename-blockid": "×©× ×” ×ת ×”×©× ×©×œ מזהה הבלוק ×”×–×”...", - "open-in-new-window": "פתח בחלון חדש", - "move-to-new-window": "עבור לחלון חדש", - "open-in-browser": "פתוח בדפדפן", - "stack-tabs": "ערימת כרטיסיות", - "unstack-tabs": "בטל ערימת כרטיסיות", - "open-linked-view": "פתח תצוגה מקושרת" - }, - "tooltip": { - "click-to-expand": "לחץ כדי להרחיב", - "click-to-collapse": "לחץ כדי לכווץ", - "alias": "×›×™× ×•×™", - "not-created-yet": "עדיין ×œ× × ×•×¦×¨, בחר כדי ליצור" - }, - "start-screen": { - "label-version": "גרסה", - "label-create-local-vault": "צור כספת מקומית", - "option-open-folder-as-vault": "פתח ×ת התיקיה ככספת", - "option-open-folder-as-vault-description": "בחר תיקייה קיימת של קובצי Markdown.", - "option-create-vault": "צור כספת חדשה", - "option-create-vault-description": "צור כספת ×ובסידי×ן חדשה מתחת לתיקיה.", - "option-connect-obsidian-sync": "התחבר ל- Obsidian Sync", - "option-connect-obsidian-sync-description": "הגדר כספת ×ž×¡×•× ×›×¨× ×ª ×¢× ×›×¡×¤×ª מרחוק קיימת.", - "option-new-vault-name": "×©× ×”×›×¡×¤×ª", - "option-new-vault-name-description": "בחר ×©× ×œ×›×¡×¤×ª המדהימה שלך.", - "option-new-vault-location": "מקו×", - "option-new-vault-location-description": "בחר ×ž×§×•× ×œ×©×™× ×ת הכספת החדשה שלך.", - "label-new-vault-location-preview": "הכספת החדשה שלך תוצב ב:", - "option-reveal-vault-in-explorer": "הצג כספת בסייר המערכת", - "option-reveal-vault-in-explorer-mac": "הצג כספת ב-Finder", - "option-rename-vault": "×©× ×” ×ת ×©× ×”×›×¡×¤×ª...", - "option-copy-vault-i-d": "העתק ×ת מזהה הכספת", - "msg-error-rename-exists": "יש כבר כספת ×‘×©× ×”×–×”.", - "msg-error-nested": "×œ× × ×™×ª×Ÿ להעביר ×ת הכספת לתיקיית ×ž×©× ×” של עצמה.", - "msg-error-rename-open": "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×ת ×©× ×”×›×¡×¤×ª הפתוחה כעת.", - "msg-rename-failed": "×©×™× ×•×™ ×©× ×”×›×¡×¤×ª × ×›×©×œ.", - "msg-rename-success": "×©× ×”×›×¡×¤×ª ×©×•× ×” בהצלחה.", - "option-move-vault": "×”×–×– ×ת הכספת...", - "msg-move-select-dest": "בחר תיקיית יעד", - "msg-error-move-exists": "יש כבר כספת ביעד.", - "msg-error-move-open": "×œ× × ×™×ª×Ÿ להזיז כספת פתוחה כעת.", - "msg-move-failed": "העברת הכספת × ×›×©×œ×”.", - "msg-move-success": "הכספת הועברה בהצלחה.", - "option-remove": "הסר מהרשימה", - "button-quick-start": "התחלה מהירה", - "button-open": "לפתוח", - "button-browse": "לדפדף", - "button-connect": "לחבר", - "button-create-vault": "ליצור", - "button-back": "חזור", - "msg-empty-vault-name": "×©× ×”×›×¡×¤×ª ×œ× ×™×›×•×œ להיות ריק.", - "msg-invalid-folder": "×× × ×‘×—×¨ תיקיה חוקית.", - "msg-failed-to-create-vault": "יצירת הכספת × ×›×©×œ×”.", - "msg-failed-to-create-vault-at-location": "×œ× × ×™×ª×Ÿ ליצור כספת ×‘×ž×™×§×•× ×”× ×ª×•×Ÿ. ×× × ×‘×“×•×§ שוב ×ת ×”×ž×™×§×•× ×•×”×”×¨×©××”.", - "msg-error-failed-to-open-vault": "× ×›×©×œ להיפתח.", - "msg-error-remove-current-open-vault": "×œ× × ×™×ª×Ÿ להסיר כספת פתוחה כעת.", - "option-get-help": "תקבל עזרה", - "option-user-email": "×ימייל", - "placeholder-your-email": "×”×ימייל שלך...", - "option-user-password": "סיסמה", - "placeholder-your-password": "הסיסמה שלך...", - "button-sign-in": "להתחבר", - "button-setup": "להכין", - "option-connect-vault-desc": "צור כספת ×ž×¡×•× ×›×¨× ×ª במכשיר ×–×”.", - "tooltip-own-vault": "זוהי כספת מרוחקת בבעלותך.", - "tooltip-shared-vault": "זוהי כספת מרחוק ששותפה ×יתך." - }, - "starter-content": { - "welcome-filename": "ברוך הב×", - "welcome-file-content": "זו ×”*כספת* החדשה שלך.\n\n×¨×©×•× ×ž×©×”×•, [[צור קישור]], ×ו × ×¡×” ×ת [היבו×ן](https://help.obsidian.md/Plugins/Importer)!\n\nכשתהיה מוכן, מחק ×ת ההערה הזו והפוך ×ת הכספת לשלך." - }, - "drag-and-drop": { - "insert-link-here": "×”×›× ×¡ קישור ×›×ן", - "insert-links-here": "×”×›× ×¡ ×›×ן קישורי×", - "move-into-folder": "עבור ×ל \"{{folder}}\"", - "star-this-file": "בכוכב ×ת הקובץ ×”×–×”", - "star-these-files": "בכוכב ×ת ×”×§×‘×¦×™× ×”×לה", - "open-in-this-tab": "פתח בכרטיסייה זו", - "open-as-tab": "פתח ככרטיסייה חדשה" - }, - "window": { - "maximize": "להגדיל", - "minimize": "לצמצ×", - "restore-down": "שחזר למטה", - "close-window": "חלון סגור", - "go-back": "תחזור", - "go-forward": "לך קדימה" - }, - "start-up": { - "loading-obsidian": "טוען Obsidian...", - "obsidian-load-error": "×ירעה שגי××” בעת ×˜×¢×™× ×ª Obsidian.", - "button-reload-app": "טען מחדש ×ת ×”×פליקציה", - "button-reload-app-in-safe-mode": "טען מחדש ×ת ×”×פליקציה במצב בטוח", - "button-open-another-vault": "פתח כספת × ×•×¡×¤×ª", - "loading-components": "טוען רכיבי×...", - "loading-plugins": "טוען תוספי×...", - "loading-vault": "טוען כספת...", - "msg-failed-to-load-vault": "×˜×¢×™× ×ª הכספת × ×›×©×œ×”:", - "loading-cache": "טוען מטמון...", - "loading-workspace": "טוען סביבת עבודה..." - }, - "mobile": { - "action-import": "×™×™×‘×•× â€‹â€‹×œ×›×¡×¤×ª", - "action-insert-text-desc": "הוסף טקסט לקובץ:", - "action-choose-file-to-insert": "בחר קובץ להוספה", - "action-insert-text-into-file": "הוסף טקסט לתוך {{filename}}", - "action-insert-link-into-file": "הוסף קישור לתוך {{filename}}", - "msg-importing": "מייב×...", - "msg-import-success": "הצלחה בייבו×", - "msg-failed-to-import-file": "×™×™×‘×•× â€‹â€‹×”×§×•×‘×¥ {{filename}} × ×›×©×œ", - "msg-back-again-to-exit": "לחץ שוב ×חורה כדי לצ×ת." - }, - "help-screen": { - "label-official-help-site": "×תר עזרה רשמי", - "label-official-help-site-desc": "×§×¨× ×ת תיעוד העזרה הרשמי של Obsidian, זמין במספר שפות.", - "action-visit": "לבקר", - "label-discord-chat": "צ'×ט דיסקורד", - "label-discord-chat-desc": "Discord ×”×•× ×”×ž×§×•× ×”×˜×•×‘ ביותר לשוחח ×¢× ×ž×©×ª×ž×©×™ Obsidian ×ž× ×•×¡×™× ××—×¨×™× ×ž×¨×—×‘×™ העול×.", - "action-join": "להצטרף", - "label-forum": "×”×¤×•×¨×•× ×”×¨×©×ž×™", - "label-forum-desc": "עזרו ×–×” לזה, פרסמו בקשות ×œ×ª×›×•× ×•×ª, דווחו על ב××’×™× ×•×§×™×™×ž×• ×“×™×•× ×™× ×ž×¢×ž×™×§×™× ×¢×œ × ×™×”×•×œ ידע.", - "label-sandbox-vault": "כספת ×רגז חול", - "label-sandbox-vault-desc": "שחקו ×•×”×ª× ×¡×• ×‘×ª×›×•× ×•×ª ×©×•× ×•×ª. ×©×™× ×œ×‘ ×©×”×©×™× ×•×™×™× ×©×œ×š ×œ× ×™×™×©×ž×¨×•." - } - }, - "commands": { - "save-file": "שמור ×ת הקובץ ×”× ×•×›×—×™", - "follow-cursor-link": "עקוב ×חר הקישור מתחת לסמן", - "open-cursor-link-in-new-tab": "פתח קישור מתחת לסמן בכרטיסייה חדשה", - "open-cursor-link-to-the-right": "פתח קישור מתחת לסמן מימין", - "open-cursor-link-in-new-window": "פתח קישור מתחת לסמן בחלון חדש", - "navigate-tab-above": "התמקד בקבוצת הכרטיסיות למעלה", - "navigate-tab-below": "התמקד בקבוצת הכרטיסיות למטה", - "navigate-tab-left": "התמקד בקבוצת הכרטיסיות משמ×ל", - "navigate-tab-right": "התמקד בקבוצת הכרטיסיות מימין", - "toggle-pin": "החלף סיכה", - "split-right": "פיצול ×™×ž×™× ×”", - "split-down": "פיצול למטה", - "toggle-stacked-tabs": "החלף מצב של כרטיסיות מוערמות", - "navigate-back": "× ×•×•×˜ ×חורה", - "navigate-forward": "× ×•×•×˜ קדימה", - "use-dark-mode": "השתמש במצב ×›×”×”", - "use-light-mode": "השתמש במצב בהיר", - "change-theme": "×œ×©× ×•×ª × ×•×©×", - "search-current-file": "חפש ×ת הקובץ ×”× ×•×›×—×™", - "search-replace-current-file": "חפש והחלף בקובץ ×”× ×•×›×—×™", - "add-property": "הוסף מ×פיין קובץ", - "edit-property": "ערוך ×ת מ×פיין הקובץ", - "clear-properties": "× ×§×” ×ת מ××¤×™×™× ×™ הקובץ", - "open-settings": "פתח ×ת ההגדרות", - "open-help": "פתח ×ת העזרה", - "toggle-edit": "החלף ×ת תצוגת העריכה/קרי××”", - "toggle-source-mode": "החלף מצב תצוגה מקדימה ×—×™×”/מקור", - "delete-current-file": "מחק ×ת הקובץ ×”× ×•×›×—×™", - "new-tab": "כרטיסייה חדשה", - "show-trash": "הצג ×שפה", - "close-all-tabs": "לסגור ×ת כל הכרטיסיות", - "close-active-tab": "סגור ×ת הכרטיסייה ×”× ×•×›×—×™×ª", - "close-others-in-tab-group": "סגור ××—×¨×™× ×‘×§×‘×•×¦×ª הכרטיסיות", - "close-other-tabs": "סגור ×ת כל ש×ר הכרטיסיות", - "close-tab-group": "סגור ×ת קבוצת הכרטיסיות הזו", - "toggle-left-sidebar": "החלף ×ת סרגל הצד השמ×לי", - "toggle-right-sidebar": "החלף ×ת סרגל הצד ×”×™×ž× ×™", - "toggle-default-new-tab-mode": "החלף מצב ברירת מחדל עבור כרטיסיות חדשות", - "add-cursor-above": "הוסף סמן למעלה", - "add-cursor-below": "הוסף סמן למטה", - "focus-editor": "התמקד בעורך", - "toggle-fold-properties": "החלף ×ת מ××¤×™×™× ×™ הקיפול בקובץ ×”× ×•×›×—×™", - "toggle-fold": "החלף קיפול בקו ×”× ×•×›×—×™", - "fold-all": "×ž×§×¤×œ×™× ×ת כל הכותרות והרשימות", - "unfold-all": "פתח ×ת כל הכותרות והרשימות", - "fold-more": "לקפל יותר", - "fold-less": "לקפל פחות", - "swap-line-up": "החלף קו", - "swap-line-down": "החלף קו למטה", - "remove-heading": "הסר ×ת הכותרת", - "toggle-heading": "הגדר ככותרת {{level}}", - "toggle-bold": "החלף מודגש לבחירה", - "toggle-italics": "החלף × ×˜×•×™ לבחירה", - "toggle-highlight": "החלף סימון לבחירה", - "toggle-comments": "החלף הערות לבחירה", - "clear-formatting": "× ×§×” עיצוב", - "insert-link": "×”×›× ×¡ קישור", - "toggle-spellcheck": "החלף ×ת בדיקת ×”×יות", - "delete-paragraph": "מחק פסקה", - "toggle-checklist": "החלף ×ת מצב רשימת הבדיקה", - "cycle-list-checklist": "מחזור כדור/תיבת סימון", - "insert-callout": "הוסף הסבר", - "insert-code-block": "×”×›× ×¡ בלוק קוד", - "insert-math-block": "×”×›× ×¡ בלוק מתמטי", - "insert-horizontal-rule": "×”×›× ×¡ כלל ×ופקי", - "insert-table": "×”×›× ×¡ טבלה", - "edit-file-title": "ערוך ×ת כותרת הקובץ", - "copy-path": "העתק ×ת × ×ª×™×‘ הקובץ", - "copy-url": "העתק כתובת URL של Obsidian", - "export-pdf": "×™×™×¦×•× ×œ-PDF", - "reload": "טען מחדש ×ת ×”×פליקציה מבלי לשמור", - "undo-close-tab": "בטל כרטיסיית סגירה", - "context-menu": "הצג תפריט הקשר מתחת לסמן", - "show-debug-info": "הצג מידע על × ×™×¤×•×™ ב××’×™×", - "open-sandbox-vault": "פתח ×ת כספת ×רגז החול", - "always-on-top": "החלף ×ת החלון תמיד למעלה", - "zoom-in": "להתמקד", - "zoom-out": "להקטין ×ת התצוגה", - "reset-zoom": "×פס זו×", - "toggle-preview": "החלף מצב עריכה/תצוגה מקדימה", - "move-to-new-window": "העבר ×ת ×”×—×œ×•× ×™×ª ×”× ×•×›×—×™×ª לחלון חדש", - "open-in-new-window": "פתח ×ת ×”×—×œ×•× ×™×ª ×”× ×•×›×—×™×ª בחלון חדש", - "rename-current-file": "×©× ×” ×ת ×©× ×”×§×•×‘×¥ ×”× ×•×›×—×™", - "go-to-prev-tab": "עבור לכרטיסייה הקודמת", - "go-to-next-tab": "עבור לכרטיסייה הב××”", - "go-to-last-tab": "עבור לכרטיסייה ×”××—×¨×•× ×”", - "go-to-nth-tab": "עבור לכרטיסייה #{{n}}", - "show-release-notes": "הצג הערות שחרור" - }, - "dialogue": { - "label-link-affected": "×–×” ישפיע על {{links}} ב-{{files}}.", - "msg-updated-links": "עודכן {{links}} ב-{{files}}.", - "label-update-links": "עדכן קישורי×", - "label-confirm-update-link-to-file": "×”×× ×‘×¨×¦×•× ×š לעדכן ×§×™×©×•×¨×™× ×¤× ×™×ž×™×™× ×”×ž×§×©×¨×™× ×œ×§×•×‘×¥ ×–×”?", - "button-always-update": "תעדכן תמיד", - "button-just-once": "רק ×¤×¢× ×חת", - "button-do-not-update": "×ל תעדכן", - "label-confirm-deletion": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת \"{{filename}}\"?", - "label-move-to-system-trash": "×–×” יועבר ל×שפה של המערכת שלך.", - "label-move-to-vault-trash": "×”×•× ×™×•×¢×‘×¨ ל×שפה של Obsidian שלך, ×©× ×ž×¦×ת בתיקייה ×”× ×¡×ª×¨×ª \".trash\" בכספת שלך.", - "label-permanent-delete": "הקובץ יימחק לצמיתות.", - "label-non-empty-folder": "תיקיה זו ××™× ×” ריקה.", - "label-delete-folder-warning": "×× ×ª×ž×©×™×š, כל ×”×§×‘×¦×™× ×©×‘×ª×™×§×™×™×” זו יימחקו.", - "label-delete-folder": "מחק תיקייה", - "button-delete": "למחוק", - "button-delete-do-not-ask-again": "מחק ו×ל תש×ל שוב", - "label-do-not-ask-again": "×ל תש×ל שוב", - "label-existing-backlink": "כרגע יש {{links}} ×©×ž×¦×‘×™×¢×™× ×¢×œ הערה זו.", - "label-existing-backlink_plural": "כרגע יש {{links}} ×©×ž×¦×‘×™×¢×™× ×¢×œ הערה זו.", - "label-delete-file": "מחק קובץ", - "button-manage": "×œ× ×”×œ", - "button-cancel": "לבטל", - "button-done": "בוצע", - "button-save": "להציל", - "button-stop": "תפסיק", - "button-continue": "להמשיך", - "button-choose": "בחר", - "preparing-pdf": "מכין PDF...", - "label-rename-file": "×©× ×” ×ת ×©× ×”×§×•×‘×¥", - "label-rename-file-generic": "×©× ×§×•×‘×¥", - "label-new-name": "×©× ×—×“×©", - "msg-rename-success": "×©× ×”×§×•×‘×¥ ×©×•× ×” בהצלחה.", - "msg-merge-failed": "מיזוג הערות × ×›×©×œ: {{message}}", - "msg-file-or-folder-not-found": "הקובץ ×ו התיקיה \"{{path}}\" ××™× × ×§×™×™×ž×™×.", - "label-rename-heading": "×©× ×” ×ת ×©× ×”×›×•×ª×¨×ª", - "label-rename-blockid": "×©× ×” ×ת ×©× ×ž×–×”×” הבלוק" - }, - "menu-items": { - "new-file": "צור פתק", - "new-file-to-the-right": "הערה חדשה מימין", - "new-window": "חלון חדש", - "open-switcher": "פתח מהיר...", - "open-vault": "פתח כספת...", - "close-tab": "סגור ט×ב", - "close-window": "סגור חלון", - "find": "מצ×", - "replace": "החלף", - "insert-callout": "ציטוט", - "insert-markdown-link": "קישור לסימון", - "insert-wikilink": "קישור", - "set-heading": "כותרת {{level}}", - "no-heading": "×ין כותרת", - "insert-quote": "ציטוט", - "export-pdf": "×™×™×¦×•× PDF", - "insert-attachment": "הוסף קובץ מצורף...", - "insert-codeblock": "בלוק קוד", - "insert-math-block": "בלוק מתמטיקה", - "insert-table": "טבלה", - "toggle-bullet-list": "רשימת תבליטי×", - "toggle-numbered-list": "רשימה ממוספרת", - "toggle-checklist": "רשימת מטלות", - "toggle-bold": "מודגש", - "toggle-code": "קוד", - "toggle-comment": "תגובה", - "toggle-italics": "×ותיות מוטות", - "toggle-inline-math": "מתמטיקה", - "toggle-highlight": "שי×", - "toggle-strikethrough": "חוצה", - "toggle-comments": "תגובה", - "folding-menu": "מתקפל", - "fold-all": "מקפל הכל", - "unfold-all": "פתח הכל", - "fold-more": "קפל עוד", - "fold-less": "×ž×§×¤×œ×™× ×¤×—×•×ª", - "source-mode": "מצב מקור", - "reading-view": "תצוגת קרי××”", - "show-debug-info": "הצג מידע על × ×™×¤×•×™ ב××’×™×", - "open-sandbox": "פתח ×ת כספת ×רגז חול", - "navigate-back": "× ×•×•×˜ חזרה", - "navigate-forward": "× ×•×•×˜ קדימה", - "toggle-left-sidebar": "החלף ×ת סרגל הצד השמ×לי", - "toggle-right-sidebar": "החלף ×ת סרגל הצד ×”×™×ž× ×™", - "split-right": "פיצול ×™×ž×™× ×”", - "split-down": "× ×©×¤×š", - "release-notes": "מכתבי שחרור" - }, - "plugins": { - "name": "תוספי×", - "file-explorer": { - "name": "סייר קבצי×", - "desc": "ר××” ×ת כל ×”×§×‘×¦×™× ×‘×›×¡×¤×ª שלך.", - "action-open": "פתח ×ת סייר הקבצי×", - "action-show": "הצג ×ת סייר הקבצי×", - "action-create-note": "צור הערה חדשה", - "action-create-note-in-current-tab": "צור הערה חדשה בכרטיסייה ×”× ×•×›×—×™×ª", - "action-create-note-to-the-right": "צור הערה מימין", - "action-collapse-all": "למוטט הכל", - "action-expand-all": "הרחב הכל", - "action-new-note": "פתק חדש", - "action-new-folder": "תיקייה חדשה", - "action-change-sort": "×©× ×” סדר מיון", - "action-reveal-file": "הצג קובץ בסייר הקבצי×", - "action-reveal-active-file": "הצג קובץ פעיל בסייר הקבצי×", - "command-make-a-copy": "צור עותק של הקובץ ×”× ×•×›×—×™", - "command-move-file": "העבר ×ת הקובץ לתיקיה ×חרת", - "action-move-file": "העבר ×ת הקובץ ל...", - "action-move-folder": "העבר תיקייה ל...", - "action-move-items": "העבר {{count}} ×¤×¨×™×˜×™× ×ל...", - "prompt-type-folder": "הקלד תיקיה", - "label-no-folders": "×œ× × ×ž×¦×ו תיקיות.", - "instruction-navigate": "×œ× ×•×•×˜", - "instruction-move": "לזוז", - "instruction-create": "ליצור", - "instruction-dismiss": "לבטל", - "label-sort-a-to-z": "מיין לפי ×©× ×§×•×‘×¥ (×' עד ת')", - "label-sort-z-to-a": "מיין לפי ×©× ×§×•×‘×¥ (Z עד A)", - "label-sort-new-to-old": "מיין לפי זמן עריכה (חדש לישן)", - "label-sort-old-to-new": "מיין לפי זמן עריכה (ישן לחדש)", - "label-sort-created-old-to-new": "זמן יצירה (ישן לחדש)", - "label-sort-created-new-to-old": "זמן יצירה (חדש לישן)", - "menu-opt-new-note": "פתק חדש", - "menu-opt-new-folder": "תיקייה חדשה", - "menu-opt-rename": "×©× ×” ש×", - "menu-opt-delete": "למחוק", - "menu-opt-make-copy": "צור עותק", - "msg-invalid-characters": "×©× ×”×§×•×‘×¥ ××™× ×• יכול להכיל ××£ ×חד ×ž×”×ª×•×•×™× ×”×‘××™×:", - "msg-unsafe-characters": "×§×™×©×•×¨×™× ×œ× ×™×¢×‘×“×• ×¢× ×©×ž×•×ª ×§×‘×¦×™× ×”×ž×›×™×œ×™× ××£ ×חד ×ž×”×ª×•×•×™× ×”×‘××™×:", - "msg-file-already-exists": "יש כבר קובץ ×¢× ×ותו ש×", - "msg-empty-file-name": "×©× ×”×§×•×‘×¥ ×œ× ×™×›×•×œ להיות ריק.", - "msg-bad-dotfile": "×©× ×”×§×•×‘×¥ ×œ× ×™×›×•×œ להתחיל ×‘× ×§×•×“×”.", - "tooltip-modified-time": "×©×•× ×” ל××—×¨×•× ×” ב-{{time}}", - "tooltip-created-time": "× ×•×¦×¨ ב-{{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", - "action-move-file-short-name": "מהלך \\ לזוז \\ לעבור", - "label-untitled-file": "×œ×œ× ×›×•×ª×¨×ª", - "label-untitled-folder": "×œ×œ× ×›×•×ª×¨×ª", - "msg-set-attachment-folder": "×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×™×™×©×ž×¨×• ב-\"{{path}}\" מעתה ו×ילך." - }, - "search": { - "name": "לחפש", - "desc": "חפש מילת מפתח בכל ההערות.", - "action-open-search": "חפש בכל הקבצי×", - "label-collapse-results": "כווץ תוצ×ות", - "label-match-case": "מ×רז הת×מה", - "label-explain-search-term": "הסבר ×ת ×ž×•× ×— החיפוש", - "label-more-context": "הצג יותר הקשר", - "label-result-count": "תוצ××” של {{count}}", - "label-result-count_plural": "{{count}} תוצ×ות", - "label-toggle-search-settings": "הגדרות חיפוש", - "prompt-start-search": "הקלד כדי להתחיל בחיפוש...", - "label-match-text": "מת××™× ×œ×˜×§×¡×˜:", - "label-match-regex": "תו×× ×‘×™×˜×•×™ רגולרי:", - "label-match-exact-text": "מכיל טקסט מדויק:", - "label-match-greater-than": "גדול מ:", - "label-match-less-than": "פחות מ:", - "label-match-true": "× ×›×•×Ÿ", - "label-match-false": "×”×•× ×©×§×¨", - "label-match-empty": "×–×” ריק", - "label-match-property": "מכיל מ×פיין:", - "label-match-all": "הת×× ×ת כל:", - "label-match-any": "הת×ימו לכל ×חד מ:", - "label-excluding": "למעט:", - "label-case-sensitive": "רגיש ל×ותיות גדולות", - "label-case-insensitive": "חסר רגישות לרישיות", - "label-match-file-path": "הת×מת × ×ª×™×‘ קובץ:", - "label-match-file-name": "הת×מת ×©× ×§×•×‘×¥:", - "label-match-content": "הת×מת תוכן הקובץ:", - "label-match-task": "משימת הת×מה:", - "label-match-task-todo": "משימת הת×מה (מטלה):", - "label-match-task-done": "משימת הת×מה (בוצעה):", - "label-match-line": "קו הת×מה:", - "label-match-block": "בלוק הת×מה:", - "label-match-section": "קטע הת×מה:", - "label-match-tag": "תג הת×מה:", - "label-no-matches": "×ין תוצ×ות מת×ימות.", - "matches-with-count": "... ועוד {{count}} הת×מה.", - "matches-with-count_plural": "... ועוד {{count}} הת×מות.", - "label-copy-search-results": "העתק ×ת תוצ×ות החיפוש", - "button-copy-results": "העתק תוצ×ות", - "msg-successfully-copied": "התוצ×ות הועתקו ללוח שלך.", - "option-show-path": "הצג × ×ª×™×‘", - "option-show-path-description": "הצג ×ת ×”× ×ª×™×‘ ×”×ž×œ× ×©×œ הקובץ ×•×œ× ×¨×§ ×ת ×©× ×”×§×•×‘×¥.", - "option-link-style": "×¡×’× ×•×Ÿ קישור", - "option-link-style-description": "×פשר להפוך כל תוצ×ת קובץ לקישור.", - "option-choice-link-style-none": "××£ ×חד", - "option-choice-link-style-wikilink": "×•×™×§×™×œ×™× ×§", - "option-choice-link-style-markdown-link": "קישור לסימון", - "option-list-prefix": "קידומת רשימה", - "option-list-prefix-description": "×פשר להוסיף קידומת פריט רשימה לכל תוצ×ת קובץ.", - "option-choice-list-style-none": "××£ ×חד", - "option-choice-list-style-dash": "×œ×–× ×§ (-)", - "option-choice-list-style-asterisk": "כוכבית (*)", - "option-choice-list-style-numbered": "ממוספר", - "tooltip-clear-search": "חיפוש × ×§×™", - "label-search-options": "×פשרויות חיפוש", - "label-properties-group": "מ××¤×™×™× ×™×", - "label-tags-group": "תגי×", - "tooltip-read-more": "×§×¨× ×¢×•×“", - "label-history": "היסטוריה", - "tooltip-clear-history": "×œ× ×§×•×ª היסטוריית חיפוש", - "label-path-option-description": "× ×ª×™×‘ תו×× ×©×œ הקובץ", - "label-file-name-option-description": "תו×× ×ת ×©× ×”×§×•×‘×¥", - "label-tag-option-description": "חפש תגיות", - "label-line-option-description": "חפש מילות מפתח ב×ותה שורה", - "label-section-option-description": "חפש מילות מפתח תחת ×ותה כותרת", - "label-property-option-description": "להת××™× ×ž×פיין", - "menu-opt-search-for": "חפש \"{{keyword}}\"", - "menu-opt-search-in-folder": "חפש בתיקייה" - }, - "quick-switcher": { - "name": "מחליף מהיר", - "desc": "קפוץ ×œ×§×‘×¦×™× ×›×œ×©×”× ×ž×‘×œ×™ לעזוב ×ת המקלדת. Ctrl/Cmd+O להפעלה.", - "short-name": "מחליף", - "action-open": "פתח ×ת המחליף המהיר", - "instruction-navigate": "×œ× ×•×•×˜", - "instruction-open": "לפתוח", - "instruction-open-in-new-tab": "כדי לפתוח בכרטיסייה חדשה", - "instruction-open-to-the-right": "כדי לפתוח ×™×ž×™× ×”", - "instruction-create": "ליצור", - "instruction-dismiss": "לבטל", - "instruction-select": "לבחור", - "label-no-note-create-new": "×œ× × ×ž×¦×ו הערות. ×”×™×›× ×¡ כדי ליצור ×חד חדש.", - "prompt-type-file-name": "הקלד קובץ כדי לעבור ×ליו ×ו ליצור...", - "label-enter-to-create": "×”×›× ×¡ כדי ליצור", - "tooltip-not-created-yet": "עדיין ×œ× × ×•×¦×¨, בחר כדי ליצור", - "option-show-existing-only": "הצג ×§×™×™× ×‘×œ×‘×“", - "option-show-existing-only-description": "×”×× ×œ×”×¦×™×’ ×§×™×©×•×¨×™× ×œ×§×‘×¦×™× ×©×¢×“×™×™×Ÿ ×œ× × ×•×¦×¨×•.", - "option-show-attachments": "הצג ×§×‘×¦×™× ×ž×¦×•×¨×¤×™×", - "option-show-attachments-desc": "הצג ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×›×ž×• ×ª×ž×•× ×•×ª, ×¡×¨×˜×•× ×™× ×•×§×•×‘×¦×™ PDF.", - "option-show-all-file-types": "הצג ×ת כל סוגי הקבצי×", - "option-show-all-file-types-desc": "הצג ×ת כל ×”×§×‘×¦×™× ×›×•×œ×œ ×לה ש-Obsidian ×œ× ×™×›×•×œ לפתוח. הקובץ ייפתח ×¢× ×פליקציית ברירת המחדל עבור סוג קובץ ×–×”." - }, - "graph-view": { - "name": "תצוגת גרף", - "desc": "ר××” סקירת גרף של ×ילו הערות מקשרות ל××™×–×”.", - "action-open": "פתח תצוגת גרף", - "action-open-local": "פתח גרף מקומי", - "action-copy-screenshot": "העתק ×¦×™×œ×•× ×ž×¡×š", - "tab-title": "גרף של {{displayText}}", - "label-filters": "×ž×¡× × ×™×", - "prompt-filter-nodes": "לחפש תיקיות...", - "option-depth": "עומק", - "option-depth-description": "הצג ×¦×ž×ª×™× ×ת המספר ×”×–×” של קישורי×", - "option-neighbor-links": "קישורי ×©×›× ×™×", - "option-neighbor-links-description": "הצג ×§×™×©×•×¨×™× ×‘×™×Ÿ ×©×›× ×™×.", - "option-forelinks": "×§×™×©×•×¨×™× ×™×•×¦××™×", - "option-forelinks-description": "הצג ×§×™×©×•×¨×™× ×œ×§×‘×¦×™× ×חרי×", - "option-backlinks": "×§×™×©×•×¨×™× × ×›× ×¡×™×", - "option-backlinks-description": "הצג ×§×™×©×•×¨×™× ×ž×§×‘×¦×™× ×חרי×", - "option-show-tags": "תגי×", - "option-show-tags-description": "×”×ª×’×™× ×ž×§×•×©×¨×™× ×œ×§×‘×¦×™× ×”×ž×›×™×œ×™× ×ות×", - "option-show-attachments": "×§×‘×¦×™× ×ž×¦×•×¨×¤×™×", - "option-show-attachments-description": "הצג ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×”×›×œ×•×œ×™× ×œ×¤×™ קבצי×", - "option-show-existing-files-only": "×§×‘×¦×™× ×§×™×™×ž×™× ×‘×œ×‘×“", - "option-show-existing-files-only-description": "×›×שר מסומן, ×§×™×©×•×¨×™× ×œ×§×‘×¦×™× ×©××™× × ×§×™×™×ž×™× ××™× × ×ž×•×¦×’×™×", - "option-show-orphans": "יתומי×", - "option-show-orphans-description": "הצג ×§×‘×¦×™× ×©××™× × ×ž×§×•×©×¨×™× ×œ×©×•× ×§×•×‘×¥ ×חר", - "label-display": "להציג", - "option-show-arrows": "חצי×", - "option-show-arrows-description": "הצג ×—×™×¦×™× ×‘×¢×ª התקרבות", - "option-text-fade": "סף דהיית טקסט", - "option-node-size": "גודל הצומת", - "option-link-thickness": "עובי קישור", - "label-forces": "כוחות", - "option-center-force": "כוח מרכז", - "option-link-force": "כוח קישור", - "option-link-distance": "מרחק קישור", - "option-repel-force": "דחיית כוח", - "tooltip-open-graph-settings": "פתח ×ת הגדרות הגרף", - "msg-screenshot-copied": "×¦×™×œ×•× ×ž×¡×š הועתק ללוח.", - "label-groups": "קבוצות", - "placeholder-enter-query": "הזן ש×ילתה...", - "tooltip-delete-graph": "מחק קבוצה", - "button-new-group": "קבוצה חדשה", - "tooltip-click-to-change-drag-to-reorder": "לחץ כדי ×œ×©× ×•×ª צבע\nגרור כדי לסדר מחדש קבוצות", - "action-timelapse": "התחל ×× ×™×ž×¦×™×™×ª Timelapse של גרף", - "tooltip-start-timelapse-animation": "התחל ×× ×™×ž×¦×™×™×ª Timelapse", - "button-animate-timelapse": "×œ×”× ×¤×™×©" - }, - "backlinks": { - "name": "×§×™×©×•×¨×™× × ×›× ×¡×™×", - "desc": "הצג מספר ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×©×•×¨×ª המצב.", - "action-open": "פתח ×§×™×©×•×¨×™× × ×›× ×¡×™×", - "action-show": "הצג ×—×œ×•× ×™×ª ×§×™×©×•×¨×™× × ×›× ×¡×™×", - "action-open-for-current": "פתח ×§×™×©×•×¨×™× × ×›× ×¡×™× ×¢×‘×•×¨ הקובץ ×”× ×•×›×—×™", - "action-toggle-backlinks-in-document": "החלף ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×ž×¡×ž×š", - "menu-opt-backlinks-in-document": "×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×ž×¡×ž×š", - "label-linked-mentions": "××–×›×•×¨×™× ×ž×§×•×©×¨×™×", - "label-no-backlinks": "×œ× × ×ž×¦×ו ×§×™×©×•×¨×™× × ×›× ×¡×™×.", - "label-unlinked-mentions": "××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™×", - "label-show-search": "הצג ×ž×¡× ×Ÿ חיפוש", - "label-link-button-text": "קישור", - "tab-title": "×§×™×©×•×¨×™× × ×›× ×¡×™× ×¢×‘×•×¨ {{displayText}}", - "label-no-unlinked-mentions": "×œ× × ×ž×¦×ו ××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™×.", - "ellipsis": "...", - "option-backlink-in-document": "קישור חוזר במסמך", - "option-backlink-in-document-desc": "הצג ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×ž×¡×ž×š כברירת מחדל בעת פתיחת ×—×œ×•× ×™×•×ª חדשות." - }, - "outgoing-links": { - "name": "×§×™×©×•×¨×™× ×™×•×¦××™×", - "desc": "הצג ×§×™×©×•×¨×™× ×™×•×¦××™× ×•×–×™×”×•×™ ××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™× ×©×œ הערות ×חרות בהערה ×”× ×•×›×—×™×ª.", - "action-open": "פתח ×§×™×©×•×¨×™× ×™×•×¦××™×", - "action-show": "הצג ×ת ×—×œ×•× ×™×ª ×”×§×™×©×•×¨×™× ×”×™×•×¦××™×", - "action-open-for-current": "פתח ×§×™×©×•×¨×™× ×™×•×¦××™× ×¢×‘×•×¨ הקובץ ×”× ×•×›×—×™", - "tab-title": "×§×™×©×•×¨×™× ×™×•×¦××™× ×ž-{{displayText}}", - "label-links": "קישורי×", - "label-no-links": "×œ× × ×ž×¦×ו קישורי×.", - "label-unlinked-mentions": "××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™×", - "tooltip-link-file": "קשר ×ת הקובץ ×”×–×”", - "tooltip-not-created": "עדיין ×œ× × ×•×¦×¨" - }, - "tag-pane": { - "name": "×—×œ×•× ×™×ª תגי×", - "short-name": "תגי×", - "desc": "מציג ×ת כל ×”×ª×’×™× ×©×œ×š יחד ×¢× ×ž×¡×¤×¨ ×”×ž×•×¤×¢×™× ×©×œ×”×.", - "action-show": "הצג ×—×œ×•× ×™×ª תגי×", - "label-no-tags": "×œ× × ×ž×¦×ו תגי×.", - "label-sort-by-name-a-to-z": "×©× ×ª×’ (×' עד ת')", - "label-sort-by-name-z-to-a": "×©× ×ª×’ (Z עד A)", - "label-sort-by-frequency-high-to-low": "תדירות (מגבוה ×œ× ×ž×•×›×”)", - "label-sort-by-frequency-low-to-high": "תדירות (× ×ž×•×›×” עד גבוהה)", - "action-show-nested-tags": "הצג ×ª×’×™× ×ž×§×•× × ×™×", - "action-collapse-all": "למוטט הכל", - "action-expand-all": "הרחב הכל" - }, - "properties": { - "name": "תצוגת מ××¤×™×™× ×™×", - "desc": "הצג ×ת ×”×ž×˜× × ×ª×•× ×™× ×¢×‘×•×¨ ×”×§×‘×¦×™× ×©×œ×š.", - "name-global": "כל המ××¤×™×™× ×™×", - "name-local": "מ××¤×™×™× ×™ קובץ", - "tab-title": "מ××¤×™×™× ×™ קובץ עבור {{displayText}}", - "action-show": "הצג ×ת כל המ××¤×™×™× ×™×", - "action-show-local": "הצג מ××¤×™×™× ×™ קובץ", - "action-edit": "לערוך", - "opt-unassign-type": "בטל הקצ×ת סוג", - "label-no-properties": "×œ× × ×ž×¦×ו מ××¤×™×™× ×™×.", - "label-invalid-properties": "מ××¤×™×™× ×™× ×œ× ×—×•×§×™×™×.", - "label-sort-by-name-a-to-z": "×©× ×”×ž×פיין (×' עד ת')", - "label-sort-by-name-z-to-a": "×©× ×”×ž×פיין (Z עד A)", - "label-sort-by-frequency-high-to-low": "תדירות (מגבוה ×œ× ×ž×•×›×”)", - "label-sort-by-frequency-low-to-high": "תדירות (× ×ž×•×›×” עד גבוהה)", - "label-change-property-type": "×©× ×” ×ת סוג המ×פיין", - "msg-merge-properties-warning": "למזג ×ת המ×פיין \"{{oldKey}}\" ×¢× \"{{newKey}}\"?", - "msg-merge-properties-warning-desc": "במקרה של ×”×ª× ×’×©×•×™×•×ª, ×”×¢×¨×›×™× ×™×ž×•×–×’×• ×ו שישמש ×ת הערך מ-\"{{oldKey}}\".", - "action-collapse-all": "×œ×¦×ž×¦× ×”×›×œ", - "action-expand-all": "הרחב הכל", - "action-open-local": "פתח ×ת מ××¤×™×™× ×™ הקובץ", - "action-open-daily-note": "פתק יומי פתוח" - }, - "page-preview": { - "name": "תצוגה מקדימה של הדף", - "desc": "תצוגה מקדימה של הערה בעת ריחוף של קישור ×¤× ×™×ž×™. Ctrl/Cmd + רחף במצב עורך.", - "label-empty-attachment": "\"{{linktext}}\" ×œ× × ×ž×¦×.", - "label-empty-note": "\"{{linktext}}\" עדיין ×œ× × ×•×¦×¨. לחץ כדי ליצור.", - "label-source-editor": "עורך", - "label-source-preview": "תצוגה מקדימה", - "label-source-search": "חיפוש, ×§×™×©×•×¨×™× × ×›× ×¡×™× ×•×§×™×©×•×¨×™× ×™×•×¦××™×", - "label-require-mod": "דרוש {{key}} כדי להפעיל תצוגה מקדימה של דף בעת ריחוף" - }, - "bookmarks": { - "name": "×¡×™×ž× ×™×•×ª", - "desc": "סמן ×§×‘×¦×™× ×•×—×™×¤×•×©×™× ×‘×©×™×ž×•×© תכוף.", - "action-show": "הצג ×¡×™×ž× ×™×•×ª", - "action-collapse-all": "למוטט הכל", - "action-new-bookmark": "סמן ×ת הכרטיסייה הפעילה ×‘×¡×™×ž× ×™×•×ª...", - "action-new-group": "קבוצת ×¡×™×ž× ×™×•×ª חדשה", - "action-bookmark": "×¡×™×ž× ×™×™×”...", - "action-add-bookmark": "הוסף ×¡×™×ž× ×™×”", - "action-edit-bookmark": "ערוך ×¡×™×ž× ×™×”", - "action-bookmark-block": "×¡×™×ž× ×™×” בלוק מתחת לסמן...", - "action-bookmark-heading": "כותרת ×¡×™×ž× ×™×” מתחת לסמן...", - "action-bookmark-search": "סמן ×ת החיפוש ×”× ×•×›×—×™...", - "action-remove-bookmark": "הסר ×ת ×”×¡×™×ž× ×™×” עבור הקובץ ×”× ×•×›×—×™", - "action-bookmark-tab-group": "×¡×™×ž× ×™×” הכרטיסייה {{count}}...", - "action-bookmark-tab-group_plural": "×¡×™×ž× ×™×™×” של {{count}} כרטיסיות...", - "action-bookmark-all-tabs": "סמן ×ת כל הכרטיסיות ×‘×¡×™×ž× ×™×•×ª...", - "action-bookmark-graph": "סמן ×ת הגרף ×”×–×” ×‘×¡×™×ž× ×™×•×ª...", - "label-bookmark": "×¡×™×ž× ×™×”", - "label-bookmarked": "×¡×™×ž× ×™×”", - "label-bookmark-with-count": "×¡×™×ž× ×™×” {{count}}", - "label-bookmark-with-count_plural": "{{count}} ×¡×™×ž× ×™×•×ª", - "label-no-bookmarks": "×œ× × ×ž×¦×ו ×¡×™×ž× ×™×•×ª", - "label-invalid-data": "×˜×¢×™× ×ª ×”×¡×™×ž× ×™×•×ª × ×›×©×œ×”.", - "label-invalid-data-desc": "קובץ ×”× ×ª×•× ×™× ×¤×’×•×.", - "label-untitled-group": "קבוצה ×œ×œ× ×©×", - "label-untitled-graph": "גרף ×œ×œ× ×›×•×ª×¨×ª", - "menu-opt-edit": "לערוך...", - "menu-opt-remove": "להסיר", - "menu-opt-rename": "×©× ×” ש×", - "menu-opt-bookmark-block": "סמן ×ת הבלוק ×”×–×” ×‘×¡×™×ž× ×™×•×ª...", - "menu-opt-bookmark-heading": "הוסף כותרת זו ×œ×¡×™×ž× ×™×•×ª...", - "msg-no-search-query": "×ין ש×ילתת חיפוש ×œ×¡×™×ž× ×™×”.", - "option-path": "× ×ª×™×‘", - "option-query": "ש×ילת×", - "option-u-r-l": "כתובת ×תר", - "option-title": "כותרת", - "option-group": "קבוצת ×¡×™×ž× ×™×•×ª", - "placeholder-bookmark-group": "×¡×™×ž× ×™×•×ª" - }, - "custom-css": { - "name": "CSS מות×× ×ישית", - "desc": "×§×•×¨× \"obsidian.css\" בכספת ומחיל ×ותו.", - "setting-community-themes": "× ×•×©××™× ×§×”×™×œ×ª×™×™×", - "msg-fetching-themes": "×ž×‘×™× × ×ª×•× ×™× ×©×œ × ×•×©× ×”×§×”×™×œ×”...", - "prompt-filter": "×œ×¡× ×Ÿ...", - "label-dark-theme-only": "× ×•×©××™× ××¤×œ×™× ×‘×œ×‘×“", - "label-light-theme-only": "ערכות × ×•×©× ×§×œ×•×ª בלבד", - "label-use": "להשתמש", - "label-stop-use": "הפסק להשתמש בערכת × ×•×©× ×–×”", - "label-install-and-use": "התקן והשתמש", - "label-update": "עדכון", - "label-no-readme": "ערכת × ×•×©× ×–×” ×œ× ×¡×™×¤×§×” קובץ README.", - "tooltip-remove-theme": "הסר עיצוב", - "label-visit-on-github": "בקר ב-GitHub", - "msg-load-error": "×œ× × ×™×ª×Ÿ לטעון ערכות × ×•×©× ×©×œ הקהילה, ×× × ×‘×“×•×§ ×ת הרשת שלך.", - "msg-now-using-theme": "×תה משתמש כעת ב-{{title}} ×›× ×•×©× ×”-CSS שלך.", - "msg-deleted-theme": "×”× ×•×©× {{title}} × ×ž×—×§.", - "msg-updated-theme": "×”× ×•×©× {{title}} עודכן.", - "label-installed": "מותקן", - "label-legacy": "מורשת", - "button-update-all-themes": "עדכן הכל", - "msg-failed-load-themes": "×˜×¢×™× ×ª ערכות ×”× ×•×©× ×©×œ הקהילה × ×›×©×œ×”.", - "msg-no-updates-found": "×œ× × ×ž×¦×ו ×¢×“×›×•× ×™ ערכות × ×•×©×.", - "msg-updates-found": "× ×ž×¦× ×¢×¨×›×ª × ×•×©× {{count}} לעדכון.", - "msg-updates-found_plural": "× ×ž×¦×ו {{count}} ערכות × ×•×©× ×œ×¢×“×›×•×Ÿ.", - "msg-failed-to-install-theme": "×”×ª×§× ×ª העיצוב \"{{name}}\" × ×›×©×œ×”.", - "msg-successfully-installed-theme": "העיצוב \"{{name}}\" הותקן בהצלחה.", - "msg-installing-theme": "מתקין ×ת ערכת ×”× ×•×©× \"{{name}}\"...", - "label-search-summary": "מציג {{themeCount}}:", - "label-update-available": "עדכון זמין" - }, - "command-palette": { - "name": "לוח פקודות", - "desc": "הקלד פקודה כדי להפעיל ×ותה. ×ין צורך להשתמש בממשק המשתמש ×ו לזכור ×ת קיצור הדרך.", - "action-open": "פתח ×ת לוח הפקודות", - "instruction-navigate": "×œ× ×•×•×˜", - "instruction-use": "להשתמש", - "instruction-dismiss": "לבטל", - "label-no-commands": "×œ× × ×ž×¦×ו פקודות.", - "prompt-type-command": "הקלד פקודה...", - "label-pinned-commands": "פקודות מוצמדות", - "option-add-new-pin": "פקודה מוצמדת חדשה", - "option-add-new-pin-description": "פקודות מוצמדות יופיעו בר×ש כל הפקודות ×›×שר ×ין ש×ילתת חיפוש." - }, - "markdown-format-importer": { - "name": "יבו×ן פורמט Markdown", - "desc": "המרת Markdown מ×פליקציות ×חרות לפורמט Obsidian.", - "action-open": "פתח ×ת יבו×ן Markdown", - "option-roam-tag-fixer": "מתקן תגיות Roam Research", - "option-roam-tag-fixer-description": "ממיר ×ת \"#tag\" ו-\"#[[tag]]\" ל-\"[[tag]]\".", - "option-roam-highlight-fixer": "מתקן הדגשה של Roam Research", - "option-roam-highlight-fixer-description": "ממיר \"^^highlight^^\" ל-\"==highlight==\".", - "option-roam-todo-converter": "ממיר TODO של Roam Research", - "option-roam-todo-converter-description": "ממיר ×ת \"{{[[TODO]]}}\" ל-\"[ ]\".", - "option-bear-highlight-fixer": "מתקן גולת הכותרת של דוב", - "option-bear-highlight-fixer-description": "ממיר ×ת \"::highlight::\" ל-\"==highlight==\".", - "zettelkasten-link-fixer": "מתקן קישור Zettelkasten", - "zettelkasten-link-fixer-description": "מתקן ×ת קישורי \"[[UID]]\" ל\"[[×©× ×§×•×‘×¥ UID]]\" המל×.", - "zettelkasten-link-beautifier": "Zettelkasten link beautifier", - "zettelkasten-link-beautifier-description": "מתקן קישורי \"[[UID]]\" ×•×’× ×ž×™×™×¤×” ××•×ª× \"[[×©× ×§×•×‘×¥ UID|×©× ×§×•×‘×¥]]\".", - "msg-all-files-warning": "×זהרה: היבו×ן ימיר ×ת כל ×”×§×‘×¦×™× ×‘×›×¡×¤×ª שלך, ×œ× ×¨×§ ×ת הקובץ ×”× ×•×›×—×™.", - "msg-override-files-warning": "×”×§×‘×¦×™× ×©×œ×š יוחלפו. גבה ×ת כל ×”×§×‘×¦×™× ×©×œ×š ×œ×¤× ×™ × ×™×¡×™×•×Ÿ המרה.", - "label-start-conversion": "התחל המרה", - "label-stop": "תפסיק", - "label-go-back": "תחזור", - "label-done": "בוצע", - "label-processing": "מעבד...", - "label-cancelling": "מבטל...", - "label-finished": "גמור!", - "label-processed-files": "×§×‘×¦×™× ×ž×¢×•×‘×“×™×", - "label-modified-files": "×§×‘×¦×™× ×©×©×•× ×•", - "label-total-replacements": "סך הכל תחליפי×" - }, - "daily-notes": { - "name": "הערות יומיות", - "desc": "פתח ×ת הפתק היומי של היו×, ×ו צור ×חד ×× ×œ× ×§×™×™×.", - "short-name": "היו×", - "action-open": "פתח ×ת ההערה של היו×", - "action-open-previous": "פתח הערה יומית קודמת", - "action-open-next": "פתח ×ת הפתק היומי הב×", - "action-insert-text": "×”×›× ×¡ טקסט להערה היומית", - "action-insert-link": "×”×›× ×¡ קישור להערה היומית", - "msg-fail-format": "יצירת הערה יומית × ×›×©×œ×”. \"{{format}}\" ××™× ×• פורמט חוקי.", - "msg-fail-folder": "יצירת הערה יומית × ×›×©×œ×”. התיקייה \"{{folderOption}}\" ×œ× × ×ž×¦××”.", - "msg-fail-template-file": "יצירת הערה יומית × ×›×©×œ×”. קובץ ×”×ª×‘× ×™×ª \"{{template}}\" ×œ× × ×ž×¦×.", - "msg-no-previous": "×ין הערה יומית ×œ×¤× ×™ ×–×”.", - "msg-no-next": "×ין הערה יומית ×חרי ×–×”.", - "option-date-format": "פורמט ת×ריך", - "label-refer-to-syntax": "לתחביר × ×•×¡×£, עיין ב:", - "label-syntax-link": "×”×¤× ×™×” לפורמט", - "label-syntax-live-preview": "×”× ×” ×יך ×–×” ייר××”:", - "option-new-file-location": "×ž×™×§×•× ×§×•×‘×¥ חדש", - "option-new-file-location-description": "× ×ª×™×‘ התיקייה ליצירת ההערה היומית החדשה.", - "option-template": "×ž×™×§×•× ×§×•×‘×¥ ×”×ª×‘× ×™×ª", - "option-template-description": "× ×ª×™×‘ הקובץ לשימוש ×›×ª×‘× ×™×ª.", - "option-open-on-start": "הערה יומית פתוחה על ההפעלה", - "option-open-on-start-description": "פתח ×ת הפתק היומי שלך ב×ופן ×וטומטי בכל ×¤×¢× ×©×תה פותח ×ת הכספת הזו." - }, - "unique-note-creator": { - "name": "יוצר פתק ייחודי", - "desc": "צור הערות ×¢× ×§×™×“×•×ž×•×ª חותמת זמן ייחודיות, עבור זרימות עבודה כמו zettelkasten ×ו slip box.", - "short-name": "ייחודי", - "action-create-note": "צור הערה ייחודית חדשה", - "option-new-file-location": "×ž×™×§×•× ×§×•×‘×¥ חדש", - "option-new-file-location-description": "× ×ª×™×‘ התיקיה ליצירת ההערה הייחודית החדשה.", - "msg-folder-not-found": "יצירת הערה ייחודית × ×›×©×œ×”. התיקייה \"{{folderOption}}\" ×œ× × ×ž×¦××”.", - "option-template-file": "×ž×™×§×•× ×§×•×‘×¥ ×”×ª×‘× ×™×ª", - "option-template-file-description": "× ×ª×™×‘ הקובץ לשימוש ×›×ª×‘× ×™×ª.", - "option-template-file-placeholder": "דוגמה: תיקייה1/הערה", - "option-id-format": "פורמט קידומת ייחודי", - "msg-template-file-not-found": "יצירת הערה ייחודית × ×›×©×œ×”. קובץ ×”×ª×‘× ×™×ª \"{{template}}\" ×œ× × ×ž×¦×.", - "msg-failed-to-generate": "יצירת הערה ייחודית בפורמט \"{{format}} × ×›×©×œ×”." - }, - "random-note": { - "name": "הערה ×קר×ית", - "desc": "פותח הערה ×קר×ית. שימושי לסקירה ולגילוי.", - "short-name": "×קר××™", - "action-open": "פתח הערה ×קר×ית" - }, - "outline": { - "name": "מתווה", - "desc": "מציג ×ת קווי המת×ר של הקובץ ×”× ×•×›×—×™ ×ו ×”×—×œ×•× ×™×ª המקושרת.", - "action-open": "מת×ר פתוח", - "action-show": "הצג ×—×œ×•× ×™×ª מת×ר", - "action-open-for-current": "פתח ×ת קווי המת×ר של הקובץ ×”× ×•×›×—×™", - "tab-title": "מת×ר של {{displayText}}", - "label-no-headings": "×œ× × ×ž×¦×ו כותרות." - }, - "word-count": { - "name": "ספירת מילי×", - "desc": "הצג ספירת ×ž×™×œ×™× ×‘×©×•×¨×ª המצב." - }, - "slides": { - "name": "שקופיות", - "desc": "הווה מ-Markdown. השתמש ב---- כדי להפריד בין שקופיות.", - "action-start": "התחל ×ת המצגת" - }, - "audio-recorder": { - "name": "מקליט ×ודיו", - "desc": "הקלט ×ודיו ושמור כקובץ מצורף.", - "action-start": "התחל להקליט ×ודיו", - "action-stop": "הפסק להקליט ×ודיו", - "action-toggle": "התחל/הפסק הקלטה", - "msg-access-denied": "הגישה למיקרופון × ×“×—×ª×”, ×× × ×”×¤×¢×œ ×ותה ×ž×—×œ×•× ×™×ª ההעדפות.", - "msg-pending-grant": "×× × ×”×¢× ×§ הרש××” למיקרופון כדי להתחיל בהקלטה.", - "msg-no-microphone": "×ין מיקרופון מחובר." - }, - "open-with-default-app": { - "name": "פתח ב×פליקציית ברירת המחדל", - "desc": "כפתור הוסף כדי לפתוח ×ת הקובץ ×”× ×•×›×—×™ ב×פליקציית ברירת המחדל.", - "action-open-file": "פתח ב×פליקציית ברירת המחדל", - "action-open-file-mobile": "לחלוק", - "action-show-in-folder": "הצג בתיקייה", - "action-show-in-folder-mac": "חשוף ב-Finder" - }, - "templates": { - "name": "×ª×‘× ×™×•×ª", - "desc": "הוסף תוכן ×ª×‘× ×™×ª מתיקיה של קובצי ×ª×‘× ×™×ª.", - "action-insert": "×”×›× ×¡ ×ª×‘× ×™×ª", - "action-insert-current-date": "×”×›× ×¡ ×ת הת×ריך ×”× ×•×›×—×™", - "action-insert-current-time": "×”×›× ×¡ ×ת השעה ×”× ×•×›×—×™×ª", - "option-template-folder-location": "×ž×™×§×•× ×ª×™×§×™×™×ª ×”×ª×‘× ×™×ª", - "option-template-folder-location-description": "×§×‘×¦×™× ×‘×ª×™×§×™×™×” זו יהיו ×–×ž×™× ×™× ×›×ª×‘× ×™×•×ª.", - "option-template-date-format": "פורמט ת×ריך", - "option-template-date-format-description": "{{date}} בקובץ ×”×ª×‘× ×™×ª יוחלף בערך ×–×”.", - "option-template-date-format-description2": "×תה יכול ×’× ×œ×”×©×ª×ž×© ב-{{date:YYYY-MM-DD}} כדי לעקוף ×ת הפורמט ×¤×¢× ×חת.", - "option-template-time-format": "פורמט זמן", - "option-template-time-format-description": "{{time}} בקובץ ×”×ª×‘× ×™×ª יוחלף בערך ×–×”.", - "option-template-time-format-description2": "×תה יכול ×’× ×œ×”×©×ª×ž×© ב-{{time:HH:mm}} כדי לעקוף ×ת הפורמט ×¤×¢× ×חת.", - "instruction-navigate": "×œ× ×•×•×˜", - "instruction-insert": "כדי ×œ×”×›× ×™×¡ ×ª×‘× ×™×ª", - "instruction-dismiss": "לבטל", - "msg-no-templates-found": "×œ× × ×ž×¦×ו ×ª×‘× ×™×•×ª", - "msg-fail-invalid-folder": "×¨×™×©×•× ×”×ª×‘× ×™×•×ª × ×›×©×œ. תיקיית ×”×ª×‘× ×™×ª ××™× ×” חוקית.", - "msg-fail-folder-not-found": "×¨×™×©×•× ×”×ª×‘× ×™×•×ª × ×›×©×œ. התיקייה \"{{folderOption}}\" ×œ× × ×ž×¦××”.", - "msg-fail-invalid-template-properties": "×œ× × ×™×ª×Ÿ ×œ×”×›× ×™×¡ ×ª×‘× ×™×ª, ×œ× × ×™×ª×Ÿ ×”×™×” ×œ×§×¨×•× ×ת המ××¤×™×™× ×™× ×‘×§×•×‘×¥ ×”×ª×‘× ×™×ª.", - "msg-no-folder-set": "×¨×™×©×•× ×”×ª×‘× ×™×•×ª × ×›×©×œ. ×œ× ×”×•×’×“×¨×” תיקיית ×ª×‘× ×™×ª.", - "prompt-type-template": "הקלד ×©× ×©×œ ×ª×‘× ×™×ª..." - }, - "translucency": { - "name": "חלון שקוף", - "desc": "הפעל ×ת ×פקט השקיפות כדי לשפר ×ת תחושת העומק. עדיף להשתמש במצב ×›×”×”. ×œ× × ×ª×ž×š ×‘×œ×™× ×•×§×¡." - }, - "slash-command": { - "name": "פקודות סל×ש", - "desc": "×פשר ×ת היכולת להפעיל פקודות לוכסן בעורך על ידי הקלדת הלוכסן קדימה." - }, - "editor-status": { - "name": "סטטוס עורך", - "desc": "מוסיף פריט בשורת המצב כדי להציג ×•×œ×©× ×•×ª ×ת מצב העורך ×”× ×•×›×—×™.", - "read": "קרי××”", - "edit-source": "מצב מקור", - "edit-live-preview": "תצוגה מקדימה ×—×™×”" - }, - "publish": { - "name": "לפרס×", - "desc": "×¤×¨×¡× ×ת ההערות שלך דרך Obsidian Publish.", - "action-publish-changes": "×¤×¨×¡× ×©×™× ×•×™×™×...", - "label-no-internet-access": "×תה צריך גישה ל××™× ×˜×¨× ×˜ כדי ×œ×¤×¨×¡× ×©×™× ×•×™×™×.", - "label-publish-service-description": "Obsidian Publish ×”×•× ×©×™×¨×•×ª תוסף ×‘×ª×©×œ×•× ×”×ž×פשר לך ×œ×¤×¨×¡× ×ת ההערות שלך ב×ופן מקוון ישירות מ×ובסידי×ן.", - "label-please-login": "כדי להתחיל לפרס×, התחבר ×ו צור חשבון Obsidian חדש.", - "label-no-publish-subscription": "עדיין ×ין לך ×ž× ×•×™ Obsidian Publish.", - "button-purchase": "לרכוש", - "label-manage-sites": "× ×™×”×•×œ ×תרי×", - "label-no-sites": "×ין לך ×תרי×.", - "button-choose": "בחר", - "tooltip-edit-site-id": "ערוך ×ת מזהה ×”×תר", - "tooltip-delete-site": "מחק ×תר", - "label-delete-site-confirmation": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת ×”×תר ×”×–×”?", - "label-delete-site-details": "פעולה זו תמחק ×ת ×”×תר שלך ב×ופן מיידי ולתמיד.", - "label-confirm-delete-site": "×שר ×ת מחיקת ×”×תר \"{{site}}\"", - "option-site-id": "מזהה ×תר", - "option-site-id-description": "×”×תר שלך ×™×”×™×” ב-https://publish.obsidian.md/{site id}. תוכל ×œ×©× ×•×ª ×–×ת מ×וחר יותר. רק ×ותיות ×§×˜× ×•×ª, ×ž×¡×¤×¨×™× ×•×ž×§×¤×™× ×ž×•×ª×¨×™×.", - "option-site-id-placeholder": "בחר מזהה ×תר", - "button-create": "ליצור", - "msg-invalid-site-id": "מזהה ×תר יכול להכיל רק ×ותיות ×§×˜× ×•×ª, ×ž×¡×¤×¨×™× ×•×ž×§×¤×™×.", - "msg-site-id-in-use": "מזהה ×תר ×–×” × ×ž×¦× ×‘×©×™×ž×•×©, ×× × × ×¡×” ×חד ×חר.", - "msg-create-site-issue": "זו הייתה בעיה בעת יצירת ×”×תר שלך.", - "label-site-options": "×פשרויות ×”×תר", - "option-site-general": "כללי", - "option-site-components": "רכיבי×", - "option-site-appearance": "מר××” ×—×™×¦×•× ×™", - "option-site-reading-experience": "חווית קרי××”", - "option-site-misc": "הגדרות ×תר ×חרות", - "option-site-name": "×©× ×תר", - "option-site-name-description": "×©× ×”×תר שפורס×. ×–×” יופיע בכותרת העמוד של ×”×תר שלך.", - "option-site-name-placeholder": "×©× ×”×תר שלך", - "option-home-page-file": "קובץ דף הבית", - "option-home-page-file-description": "הדף הר×שון שהמשתמש רו××” ×›×©×”×•× × ×•×—×ª ב×תר שפורס×", - "option-home-page-file-placeholder": "בחר קובץ שפורס×", - "option-logo": "סמל", - "option-logo-description": "בחר קובץ ×ª×ž×•× ×” בתור לוגו ×”×תר שלך.", - "option-logo-placeholder": "כל ×ª×ž×•× ×” שהועלתה בכספת שלך...", - "option-site-collaboration": "שיתוף פעולה ב×תר", - "option-site-collaboration-desc": "× ×”×œ שותפי עריכה עבור ×תר ×–×”.", - "option-customize-navigation": "הת×× ×ישית ×ת ×”× ×™×•×•×˜", - "option-customize-navigation-desc": "תעקוף ×ת סדר פריטי ×”× ×™×•×•×˜ והסתר ×“×¤×™× ×ו תיקיות מלהציג.", - "option-navigation-order": "סדר תצוגת פריט × ×™×•×•×˜", - "option-hide-items-in-navigation": "הסתר ×“×¤×™× ×ו תיקיות ×ž×”× ×™×•×•×˜", - "option-hide-items-in-navigation-desc": "לחץ לחיצה ×™×ž× ×™×ª ובחר \"הסתר\" כדי ×œ×ž× ×•×¢ ×“×¤×™× ×¡×¤×¦×™×¤×™×™× ×œ×”×•×¤×™×¢ ×‘× ×™×•×•×˜ ב×תר. ×”×“×¤×™× ×¢×“×™×™×Ÿ יהיו × ×’×™×©×™× ×‘×מצעות ×§×™×©×•×¨×™× ×ו גישה ישירה לכתובת ×”×תר.", - "option-show-hidden-items": "הר××” ×ת המוסתר", - "button-customize-sidebar": "×œ× ×”×œ", - "label-navigation-modal-title": "× ×™×•×•×˜", - "label-navigation-modal-desc": "גרור ושחרר כדי להת××™× ×ישית ×ת הסדר שבו פריטי × ×™×•×•×˜ ×ž×•×¤×™×¢×™× ×‘×תר ×”×¤×¨×¡×•× ×©×œ×š.", - "option-hide-in-navigation": "הסתר ×‘× ×™×•×•×˜", - "button-manage-collaborators": "×œ× ×”×œ", - "option-theme": "× ×•×©×", - "option-theme-description": "בחר ערכת צבע ברירת מחדל עבור ×”×תר שלך.", - "option-theme-system": "הת×ימו למערכת", - "option-show-theme-toggle": "החלפת בהיר/×›×”×”", - "option-show-theme-toggle-description": "תן למבקר לעבור בין × ×•×©× ×‘×”×™×¨ לחשוך בעצמו.", - "option-show-navigation": "הר××” × ×™×•×•×˜", - "option-show-navigation-description": "הצג רשימה של כל ×”×“×¤×™× ×©×¤×•×¨×¡×ž×• בצד ימין של ×”×תר שפורס×.", - "option-show-search": "הצג ×ת שורת החיפוש", - "option-show-search-description": "הצג סרגל חיפוש בר×ש ×”× ×™×•×•×˜ המ×פשר ×œ×ž×‘×§×¨×™× ×œ×—×¤×© ×“×¤×™× ×•×›×•×ª×¨×•×ª ב×תר שלך.", - "option-show-graph": "הצג תצוגת גרף", - "option-show-graph-description": "הצג גרף מקומי קטן בכל עמוד.", - "option-show-outline": "הצג ×ת תוכן ×”×¢× ×™×™× ×™×", - "option-show-outline-description": "הצג ×ת קווי המת×ר של הכותרות בכל עמוד.", - "option-show-backlinks": "הצג ×§×™×©×•×¨×™× × ×›× ×¡×™×", - "option-show-backlinks-description": "הצג קטע ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×¡×•×£ כל עמוד.", - "option-sliding-window-mode": "השתמש ×‘×—×œ×•× ×•×ª ×”×–×–×”", - "option-sliding-window-mode-description": "פתח ×“×¤×™× ×‘×—×œ×•× ×™×•×ª חדשות מימין. מ×פשר גלילה ×ופקית בין ×—×œ×•× ×™×•×ª.", - "option-hover-preview-file": "הצג תצוגה מקדימה של ריחוף", - "option-hover-preview-file-description": "הצג תצוגה מקדימה של דף בעת ריחוף קישורי×.", - "option-hide-title": "הסתר ×ת כותרת העמוד", - "option-hide-title-description": "הסתר ×ת כותרת הדף. שימושי ×›×שר יש לך כותרות משלך בתחילת כל עמוד.", - "option-readable-line-length": "×ורך שורה קרי×", - "option-readable-line-length-description": "הגבל ×ת ×ורך הקו המרבי. מת××™× ×¤×—×•×ª תוכן על המסך, ×בל הופך פסק×ות ×רוכות לקרי×ות יותר.", - "option-site-password": "סיסמ×ות", - "option-site-password-description": "הגבל ×ת הגישה ל×תר שלך ב×מצעות סיסמ×ות.", - "option-google-analytics": "קוד מעקב של Google Analytics", - "option-google-analytics-description": "הגדר ×ת Google Analytics עבור ×”×תר שלך. זמין רק ×œ×ž×‘×§×¨×™× ×ž×›×ª×•×‘×ª ×”×תר של הדומיין המות×× ×ישית שלך. בדוק תחילה ×¢× ×”×—×•×§×™× ×•×”×ª×§× ×•×ª ×”×ž×§×•×ž×™×™× ×©×œ×š.", - "button-manage-passwords": "×œ× ×”×œ", - "button-save-site-settings": "שמור ×ת הגדרות ×”×תר", - "msg-updated-options": "×פשרויות ×ž×¢×•×“×›× ×•×ª עבור ×”×תר שלך.", - "button-go-back": "חזור", - "label-publishing-to": "×ž×¤×¨×¡× ×œ", - "tooltip-switch-site": "החלף ×תר", - "button-add-linked": "הוסף מקושר", - "tooltip-add-linked": "הוסף ×ת כל ×”×§×‘×¦×™× ×”×ž×§×•×©×¨×™× ×¢×œ ידי ×”×¤×¨×™×˜×™× ×©× ×‘×—×¨×• כעת", - "msg-added-linked-files": "{{count}} קובץ מקושר × ×•×¡×£.", - "msg-added-linked-files_plural": "{{count}} ×§×‘×¦×™× ×ž×§×•×©×¨×™× × ×•×¡×¤×•.", - "tooltip-open-site-options": "×©× ×” ×פשרויות ×תר", - "label-no-changes-detected": "×œ× ×–×•×”×• ×©×™× ×•×™×™×.", - "label-changed-files-to-be-published": "×©×™× ×•×™×™×", - "label-unchanged-files-already-published": "×œ×œ× ×©×™× ×•×™ (בחר למחוק)", - "label-file-selected": "× ×‘×—×¨", - "button-select-all-files": "בחר הכל", - "label-custom-navigation-title": "פריטי × ×™×•×•×˜", - "button-deselect-all-files": "הסר סימון מהכל", - "label-new-files-to-be-published": "חדש", - "button-publish": "לפרס×", - "msg-no-permission-to-publish-to-site": "×ין לך הרש××” ×œ×¤×¨×¡× ×‘×תר ×”× ×•×›×—×™.", - "msg-select-at-least-one-file": "×× × ×‘×—×¨ קובץ ×חד לפחות.", - "label-upload-changes": "העלה ×©×™× ×•×™×™×", - "button-done": "בוצע", - "button-stop": "תפסיק", - "label-status-uploading": "מעלה", - "label-status-to-publish": "לפרס×", - "label-status-to-delete": "למחוק", - "label-status-published": "×™×¦× ×œ×ור", - "label-status-deleted": "× ×ž×—×§", - "label-status-failed": "× ×›×©×œ", - "label-status-cancelled": "מבוטל", - "button-change": "×©×™× ×•×™", - "label-clear-cache": "לוקח עד כמה דקות עד ×©×”×©×™× ×•×™×™× ×™×•×¤×™×¢×• ב×תר שלך. ×× ××™× ×š רו××” ×ת ×”×©×™× ×•×™×™× ×”××—×¨×•× ×™× ×©×œ×š, × ×¡×” ×œ× ×§×•×ª ×ת המטמון בדפדפן שלך.", - "label-visit-site": "×תה יכול לבקר ב×תר שלך ×›×ן:", - "msg-something-went-wrong": "משהו השתבש. ×× × ×‘×“×•×§ ×ת מסוף ×”×ž×¤×ª×—×™× ×œ×¤×¨×˜×™×.", - "msg-network-error": "×ירעה שגי×ת רשת.", - "label-manage-passwords": "× ×”×œ סיסמ×ות", - "label-add-password": "הוסף סיסמה", - "action-new-password": "סיסמה חדשה", - "label-no-password": "ל×תר שלך ×ין כרגע סיסמ×ות. כל ×חד יכול לבקר בו.", - "label-have-password": "×”×תר שלך מוגן בסיסמה. ×× ×™×© לך מספר סיסמ×ות, ×ž×‘×§×¨×™× ×™×›×•×œ×™× ×œ×’×©×ª ל×תר שלך על ידי ×”×–× ×ª כל ×חת מהן.", - "option-password-name": "סיסמה", - "option-password-desc": "Hash של הסיסמה שלך יישמר בצורה מ×ובטחת. ל×חר הגדרת הסיסמה, ×œ× × ×™×ª×Ÿ לחשוף ×ותה בטקסט פשוט.", - "option-password-placeholder": "הסיסמה שלך", - "option-nickname-name": "×›×™× ×•×™ (××•×¤×¦×™×•× ×œ×™)", - "option-nickname-desc": "הגדר ×›×™× ×•×™ כדי להזכיר לעצמך למה ×ו למי מיועדת הסיסמה.", - "action-add-password": "הוסף ×ת הסיסמה הזו", - "label-untitled-password": "סיסמה ×œ×œ× ×›×•×ª×¨×ª", - "label-password-created-time": "× ×•×¦×¨ {{time}}", - "msg-added-new-password": "× ×•×¡×¤×” סיסמה חדשה.", - "option-custom-domain": "×ª×—×•× ×ž×•×ª×× ×ישית", - "option-custom-domain-desc": "השתמש בדומיין שלך ×‘×ž×§×•× ×‘×›×ª×•×‘×ª ×”×תר של https://publish.obsidian.md/{site id}.", - "option-noindex": "×œ× ×œ×פשר ××™× ×“×§×¡ ×œ×ž× ×•×¢×™ חיפוש", - "option-noindex-desc": "×ž× ×¢ ×ž×ž× ×•×¢×™ חיפוש להוסיף ×ת ×”×תר שלך ל××™× ×“×§×¡.", - "button-configure": "הגדר", - "label-configure-custom-domain": "הגדר דומיין מות×× ×ישית", - "option-custom-url-name": "כתובת ×תר מות×× ×ישית", - "option-custom-url-desc": "כתובת ×”-URL שבה ×”×תר שלך ימוק×.", - "option-custom-url-placeholder": "www.yourdomain.com", - "option-custom-url-redirect": "×”×¤× ×” מחדש לדומיין המות×× ×ישית שלך", - "option-custom-url-redirect-desc": "×”×¤× ×” ×ž×‘×§×¨×™× ×‘-publish.obsidian.md/id לדומיין המות×× ×ישית שלך.", - "button-update-custom-domain": "עדכן ×ת הגדרת הדומיין", - "label-custom-domain-instructions": "×× × ×¢×™×™×Ÿ ב-{{link}} ×©×œ× ×• ב×תר העזרה ×©×œ× ×• למידע × ×•×¡×£.", - "label-custom-domain-link-name": "מדריך להגדרת דומיין מות×× ×ישית", - "label-site-usage": "×תה משתמש ב-{{site}} מתוך ×”-{{limit}} שלך.", - "button-add-more-sites": "×§× ×” ××ª×¨×™× × ×•×¡×¤×™×", - "label-no-sites-bought": "×œ× ×§× ×™×ª ××£ ×תר.", - "button-get-site": "קבל ×תר", - "label-manage-sharing": "× ×”×œ שיתוף עבור \"{{name}}\"", - "label-sharing-with-users": "×תר ×–×” משותף כעת ×¢× ×”×× ×©×™× ×”×‘××™×.", - "label-not-sharing": "×תר ×–×” ××™× ×• משותף כעת ×¢× ××£ ×חד.", - "label-invite-pending": "ממתין ל", - "tooltip-remove-user": "הסר משתמש", - "option-invite-user": "הזמן משתמש", - "placeholder-invite-user": "×”×›× ×¡ ×ת המייל שלה×...", - "error-email-must-be-valid": "×× × ×”×–×Ÿ ×ימייל חוקי כדי להזמין מישהו.", - "msg-enable-publish-plugin": "×× × ×”×¤×¢×œ ×ת התוסף ×¤×¨×¡× ×œ×™×‘×” בהגדרות -> ×ª×•×¡×¤×™× ×œ×™×‘×” כדי להציג ×תרי×.", - "label-your-sites": "×”××ª×¨×™× ×©×œ×š", - "label-sites-shared-with-you": "××ª×¨×™× ×©×©×•×ª×¤×• ×יתך", - "tooltip-leave-site-sharing": "הפסק לשתף פעולה ב×תר ×–×”", - "label-leave-site-confirmation": "×שר להפסיק ×ת שיתוף הפעולה ב×תר", - "label-leave-site-confirmation-details": "פעולה זו תסיר ×ת ×”×תר ×”×–×” מרשימת ×”××ª×¨×™× ×©×©×•×ª×¤×• ×יתך. ×œ× × ×™×ª×Ÿ לבטל פעולה זו.", - "label-leave-site-confirmation-details-2": "×× × ×¦×•×¨ קשר ×¢× ×”×‘×¢×œ×™× ×©×œ ×”×תר ×× ×‘×¨×¦×•× ×š לשתף פעולה ב×תר ×–×” שוב.", - "button-leave": "לעזוב", - "label-compare-with-live": "השווה לגרסה ×—×™×”", - "button-use-live-version": "השתמש בגרסה ×—×™×”", - "label-confirm-override": "×שר ×ת עקיפת הגרסה המקומית", - "label-confirm-override-1": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š לעקוף ×ת הגרסה המקומית?", - "label-confirm-override-2": "הגרסה ×”×—×™×” תשמש והגרסה המקומית שלך תימחק. × × ×œ×‘×¦×¢ ×’×™×‘×•×™×™× ×‘×ž×™×“×ª הצורך.", - "button-proceed": "להמשיך", - "message-successfully-used-live-version": "השתמשת בהצלחה בגרסה ×”×—×™×” כדי לעקוף ×ת הגרסה המקומית שלך.", - "label-open-file": "קובץ פתוח", - "tooltip-manage-publish-filters": "× ×”×œ ×ž×¡× × ×™ פרסו×", - "option-included-folders": "תיקיות כלולות", - "option-included-folders-desc": "×§×‘×¦×™× ×ª×—×ª תיקיות ×לה ייבחרו ×וטומטית ×›×שר תבדוק ×©×™× ×•×™×™× ×œ×¤×¨×¡×•×.", - "option-currently-included-folders": "התיקיות ×”×לה כלולות כרגע:", - "option-excluded-folders": "תיקיות ×©×œ× × ×›×œ×œ×•", - "option-excluded-folders-desc": "×§×‘×¦×™× ×ž×ª×—×ª לתיקיות ×לה ×œ× ×™×•×¤×™×¢×• ×›×שר תבדוק ×©×™× ×•×™×™× ×œ×¤×¨×¡×•×. הגדרה זו מקבלת עדיפות על ×¤× ×™ התיקיות ×”× ×›×œ×œ×•×ª למעלה.", - "label-number-of-folders-included": "Obsidian Publish כולל כעת ×ת {{folders}}.", - "label-number-of-folders-excluded": "Obsidian Publish ××™× ×• כולל כרגע ×ת {{folders}}.", - "label-manage-included-folders": "× ×”×œ תיקיות כלולות", - "label-manage-excluded-folders": "× ×”×œ תיקיות ×©×œ× × ×›×œ×œ×•×ª", - "label-add-included-folder": "כלול תיקיה", - "label-add-included-folder-desc": "×תה יכול לכלול ×’× ×ª×™×§×™×•×ª קיימות ×•×’× ×ª×™×§×™×•×ª שעדיין ×œ× × ×•×¦×¨×•.", - "tooltip-contact-support": "צור קשר ×¢× ×ª×ž×™×›×”", - "label-navigation-preview": "תצוגה מקדימה של × ×™×•×•×˜" - }, - "workspaces": { - "name": "חללי עבודה", - "desc": "שמור וטען ×ת פריסת סביבת העבודה.", - "action-load-layout": "טען פריסת סביבת עבודה", - "action-manage-layouts": "× ×”×œ פריסות סביבות עבודה", - "action-save-and-load-layout": "שמור וטען פריסה ×חרת", - "placeholder-save-current-layout-as": "שמור ×ת פריסת סביבת העבודה ×”× ×•×›×—×™×ª ×›...", - "button-save": "להציל", - "button-load": "לטעון", - "tooltip-delete-layout": "מחק פריסה", - "msg-delete-layout-success": "הפריסה × ×ž×—×§×” בהצלחה.", - "msg-enter-name": "× × ×œ×”×–×™×Ÿ ×©× ×œ×¤×¨×™×¡×” החדשה.", - "msg-save-layout-success": "פריסה × ×©×ž×¨×” בהצלחה.", - "label-no-layout-found": "×œ× × ×ž×¦××” פריסה שמורה.", - "placeholder-type-to-search-layouts": "הקלד ×©× ×¤×¨×™×¡×”..." - }, - "sync": { - "name": "×¡×™× ×›×¨×•×Ÿ", - "desc": "×¡× ×›×¨×Ÿ ×ת ×”×§×‘×¦×™× ×©×œ×š ב×מצעות Obsidian Sync.", - "action-view-version-history": "הצג היסטוריית גרס×ות", - "label-load-more": "טען עוד", - "label-show-diff": "הצג הבדל", - "label-copy-to-clipboard": "העתק ללוח", - "label-restore-this-version": "שחזר גרסה זו", - "msg-already-latest-version": "גרסה זו ×”×™× ×›×‘×¨ הגרסה ×”××—×¨×•× ×”.", - "msg-restored-version": "שוחזרה בהצלחה גרסה מ-{{time}}", - "label-file-deleted": "קובץ ×–×” × ×ž×—×§", - "label-file-deleted-via": "× ×ž×—×§ דרך {{ device }}", - "label-file-renamed-from": "×©× ×”×§×•×‘×¥ ×”×–×” ×©×•× ×” מ-\"{{filepath}}\"", - "label-revision": "גרסה 1", - "label-revision_plural": "{{revisions}} גרס×ות", - "label-via-device": "דרך {{device}}", - "label-no-earlier-version": "×œ× ×”×™×• גרס×ות קודמות של קובץ ×–×”.", - "label-empty-file": "ריק", - "label-unable-to-retrieve": "×œ× × ×™×ª×Ÿ ל×חזר היסטוריית גרס×ות", - "label-setting-files": "הגדרת קבצי×", - "label-deleted-files": "×§×‘×¦×™× ×©× ×ž×—×§×•", - "label-version-history": "היסטוריית גרס×ות", - "label-click-to-see-history": "לחץ על קובץ ×©× ×ž×—×§ כדי לר×ות ×ת ההיסטוריה שלו.", - "label-create-remote-vault": "צור כספת מרחוק", - "msg-please-enter-password": "×”×›× ×¡ ×¡×™×¡×ž× ×‘×‘×§×©×”.", - "msg-vault-name-cannot-be-empty": "×©× ×”×›×¡×¤×ª ×œ× ×™×›×•×œ להיות ריק.", - "msg-successfully-created-vault": "צור בהצלחה כספת מרוחקת \"{{name}}\".", - "label-remote-vault-explanation": "כספות מרוחקות ×ž×¡× ×›×¨× ×•×ª בצורה מ×ובטחת ×ת הכספת שלך בין מכשירי×.", - "option-vault-name": "×©× ×”×›×¡×¤×ª", - "option-vault-name-desc": "עוזר לך לזכור למה מיועד הכספת הזו.", - "option-vault-region": "×זור", - "option-vault-region-desc": "בחר ×ת ×זור השרת הקרוב ×ליך כדי ל×חסן ×ת הכספת המרוחקת. ×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×–×ת בעתיד.", - "option-vault-name-placeholder": "הכספת המדהימה שלי", - "option-use-custom-encryption-password": "הת×× ×ישית ×ת סיסמת ×”×”×¦×¤× ×” מקצה לקצה", - "option-use-custom-encryption-password-desc": "×× ×ª×›×‘×” ×–×ת, ×× ×• × × ×”×œ עבורך מפתח ×”×¦×¤× ×” בצורה מ×ובטחת.", - "option-use-custom-encryption-password-desc-warning": "×פשרות זו ×œ× × ×™×ª× ×ª ×œ×©×™× ×•×™ מ×וחר יותר.", - "option-encryption-password": "סיסמת ×”×¦×¤× ×”", - "option-encryption-password-desc": "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª סיסמה זו מ×וחר יותר.", - "option-encryption-password-desc-warning": "×× ×ª×©×›×— ×ת הסיסמה הזו, כל מידע מרחוק ייש×ר בלתי שמיש ×œ× ×¦×—.", - "option-encryption-password-desc-2": "×–×” ×œ× ×ž×©×¤×™×¢ על ×”× ×ª×•× ×™× ×”×ž×§×•×ž×™×™× ×©×œ×š.", - "option-encryption-password-placeholder": "הסיסמה שלך", - "label-enter-encryption-password": "הזן סיסמת ×”×¦×¤× ×”", - "button-unlock-vault": "פתח ×ת × ×¢×™×œ×ª הכספת", - "msg-verified-password": "×ימתה בהצלחה ×ת הסיסמה שלך.", - "label-remote-vaults": "הכספות המרוחקות שלך", - "label-vault-created-time": "× ×•×¦×¨ {{time}}", - "tooltip-delete-remote-vault": "למחוק", - "tooltip-rename-remote-vault": "×©× ×” ש×", - "label-rename-remote-vault": "×©× ×” ×ת ×©× ×”×›×¡×¤×ª המרוחקת \"{{name}}\"", - "label-rename-remote-vault-desc": "הזן ×©× ×—×“×© לכספת מרחוק זו.", - "tooltip-manage-sharing": "× ×”×œ שיתוף", - "label-confirm-delete-remote-vault": "×שר ×ת מחיקת הכספת", - "label-confirm-delete-remote-vault-question": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת הכספת המרוחקת הזו?", - "label-confirm-delete-remote-vault-result": "כל ×”× ×ª×•× ×™× ×‘×©×¨×ª ×©×œ× ×•, כולל היסטוריית הגרס×ות, יימחקו. ×”×§×‘×¦×™× ×”×ž×§×•×ž×™×™× ×©×œ×š ייש×רו שלמי×.", - "label-confirm-delete-remote-vault-warning": "פעולה זו ×”×™× ×§×‘×•×¢×” ובלתי הפיכה.", - "msg-remote-vault-deleted": "{{name}} × ×ž×—×§.", - "button-connect-to-remote-vault": "לחבר", - "button-disconnect-from-remote-vault": "×œ× ×ª×§", - "label-not-remote-vaults": "×ין לך כספות מרוחקות.", - "label-no-subscription": "×ין לך ×ž× ×•×™ פעיל של Obsidian Sync.", - "label-please-visit": "בבקשה תבקר", - "button-create-new-remote-vault": "צור כספת חדשה", - "label-sync-log": "יומן ×¡× ×›×¨×•×Ÿ", - "option-event-type": "סוג ×ירוע", - "option-event-type-desc": "הצג רק פריטי יומן מהסוג ×©× ×‘×—×¨.", - "option-event-type-all": "×ת כל", - "option-event-type-errors": "שגי×ות", - "option-event-type-merge-conflicts": "מיזוג ×§×•× ×¤×œ×™×§×˜×™×", - "button-copy-sync-log": "העתק ×ת יומן ×”×¡× ×›×¨×•×Ÿ", - "msg-successfully-copied-sync-log": "יומן ×”×¡× ×›×¨×•×Ÿ הועתק בהצלחה.", - "button-retry": "× ×¡×” שוב", - "button-purchase-subscription": "לרכוש", - "label-third-party-sync-warning": "זוהה שירות ×¡× ×›×¨×•×Ÿ ×§×‘×¦×™× ×ž×ª× ×’×©", - "label-third-party-sync-warning-desc": "×זהרה: × ×¨××” שהכספת שלך משתמשת ב-{{service}} כשירות ×¡× ×›×¨×•×Ÿ של צד שלישי. ×× ×תה משתמש ב- Obsidian Sync ×¢× ×›×¡×¤×ª זו, ×תה עלול להיתקל ×‘×”×ª× ×’×©×•×™×•×ª, ×¤×’×ž×™× ×‘×§×‘×¦×™× ×ו ×ובדן × ×ª×•× ×™×.", - "label-icloud-drive-warning": "×× ×תה משתמש ב-iCloud Drive, ייתכן שתיקיות ×”×ž×¡×ž×›×™× ×•×”×ª×™×§×™×•×ª שלך שולחן העבודה ×ž×¡×•× ×›×¨× ×•×ª על ידי iCloud. ×–×” עלול ×œ×’×¨×•× ×œ×”×ª× ×’×©×•×™×•×ª ×¢× Obsidian Sync.", - "option-remote-vault": "כספת מרחוק", - "button-choose-remote-vault": "בחר", - "button-manage-remote-vault": "×œ× ×”×œ", - "option-remote-vault-desc-connected": "מחובר כעת לכספת המרוחקת \"{{name}}\".", - "option-remote-vault-desc-not-connected": "כרגע ×œ× ×ž×—×•×‘×¨ ל××£ כספת מרחוק.", - "option-sync-status": "סטטוס ×¡× ×›×¨×•×Ÿ", - "option-sync-status-desc-paused": "×¡× ×›×¨×•×Ÿ Obsidian מושהה כעת.", - "option-sync-status-desc-running": "Obsidian Sync פועל כעת.", - "option-device-name": "×©× ×”×ª×§×Ÿ", - "option-device-name-desc": "×©× ×–×” יוצג ביומן ×”×¡× ×›×¨×•×Ÿ. הש×ר ריק כדי להשתמש ×‘×©× ×‘×¨×™×¨×ª המחדל.", - "button-resume": "קורות ×—×™×™×", - "button-pause": "הפסקה", - "option-view-deleted-files": "×§×‘×¦×™× ×©× ×ž×—×§×•", - "option-view-deleted-files-desc": "הצג ושחזר ×§×‘×¦×™× ×©× ×ž×—×§×•.", - "option-sync-log": "פעילות ×¡× ×›×¨×•×Ÿ", - "option-sync-log-desc": "הצג פעילויות ×¡× ×›×¨×•×Ÿ ××—×¨×•× ×•×ª לצורך × ×™×¤×•×™ ב××’×™×.", - "button-view": "תצוגה", - "button-bulk-restore": "שחזור בכמות גדולה", - "button-restore-selected-files": "שחזר ×§×‘×¦×™× ×©× ×‘×—×¨×•", - "msg-restoring": "משחזר...", - "msg-restoring-complete": "'השחזור הושל×: {{succeeded}} הצליח ו-{{failed}} × ×›×©×œ.'", - "option-vault-size": "גודל כספת", - "option-vault-size-desc": "×תה משתמש ב-{{size}} מתוך {{limit}}", - "option-vault-size-unknown": "×œ× × ×™×ª×Ÿ ל×חזר ×ת גודל הכספת שלך.", - "option-vault-size-loading": "מ×חזר ×ת גודל הכספת שלך...", - "option-over-size": "גודל הכספת מעל המגבלה", - "msg-largest-files": "הצג ×ת ×”×§×‘×¦×™× ×”×’×“×•×œ×™× ×‘×™×•×ª×¨", - "msg-largest-files-desc": "×לו ×”× ×”×§×‘×¦×™× ×”×ž×¨×•×—×§×™× ×©×’×•×–×œ×™× ×”×›×™ הרבה מקו×. ל×חר מחיקת ×§×‘×¦×™× ×ž×¦×•×¨×¤×™×, השתמש בלחצן הטיהור כדי ×œ×¤× ×•×ª ×ž×§×•× ×‘×›×¡×¤×ª מרחוק.", - "button-upgrade-storage": "שדרג ×ת ×”×חסון", - "button-purge-remote": "לטהר", - "tooltip-purge-remote": "× ×§×” לצמיתות ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×©× ×ž×—×§×• מהכספת המרוחקת כדי לחסוך במקו×.", - "msg-purge-complete": "הטיהור הושל×.", - "option-prevent-sleep": "×ž× ×™×¢×ª ×©×™× ×” של המכשיר", - "option-prevent-sleep-desc": "×ž×•× ×¢ מהמכשיר לעבור למצב ×©×™× ×” ×›×שר עדיין יש ×§×‘×¦×™× ×œ×¡× ×›×¨×•×Ÿ.", - "option-selective-sync": "×¡× ×›×¨×•×Ÿ סלקטיבי", - "option-excluded-folders": "תיקיות ×©×œ× × ×›×œ×œ×•", - "option-excluded-folder-desc": "×ž× ×¢ ×¡× ×›×¨×•×Ÿ של תיקיות מסוימות.", - "option-currently-excluded-folders": "התיקיות ×”×לה ×œ× × ×›×œ×œ×•×ª כרגע:", - "button-manage-excluded-folders": "×œ× ×”×œ", - "option-sync-image": "×¡× ×›×¨×•×Ÿ ×ª×ž×•× ×•×ª", - "option-sync-image-desc": "×¡× ×›×¨×Ÿ קובצי ×ª×ž×•× ×” ×¢× ×”×¨×—×‘×•×ª ×לה: {{extensions}}.", - "option-sync-audio": "×¡× ×›×¨×Ÿ ×ודיו", - "option-sync-audio-desc": "×¡× ×›×¨×Ÿ קובצי שמע ×¢× ×”×¨×—×‘×•×ª ×לה: {{extensions}}.", - "option-sync-video": "×¡× ×›×¨×Ÿ ×¡×¨×˜×•× ×™×", - "option-sync-video-desc": "×¡× ×›×¨×Ÿ קובצי ויד×ו ×¢× ×”×¨×—×‘×•×ª ×לה: {{extensions}}.", - "option-sync-pdf": "×¡× ×›×¨×Ÿ קובצי PDF", - "option-sync-pdf-desc": "×¡× ×›×¨×•×Ÿ קבצי PDF.", - "option-sync-unsupported": "×¡× ×›×¨×Ÿ ×ת כל ש×ר הסוגי×", - "option-sync-unsupported-desc": "×¡× ×›×¨×Ÿ סוגי ×§×‘×¦×™× ×©××™× × × ×ª×ž×›×™×.", - "option-vault-config-sync": "×¡× ×›×¨×•×Ÿ תצורת הכספת", - "option-view-config-files": "היסטוריית גרס×ות הגדרות", - "option-view-config-files-desc": "הצג ושחזור היסטוריית גרס×ות של קבצי הגדרות.", - "option-sync-app": "הגדרות ר×שיות", - "option-sync-app-desc": "×פשר ×œ×¡× ×›×¨×Ÿ הגדרות עורך, הגדרות ×§×‘×¦×™× ×•×§×™×©×•×¨×™×, מקשי קיצור מות××ž×™× ×ישית וכו'.", - "option-sync-appearance": "הגדרות מר××”", - "option-sync-appearance-desc": "×¡× ×›×¨×Ÿ הגדרות מר××” כמו מצב ×›×”×”, ערכת × ×•×©× ×¤×¢×™×œ×” וקטעי טקסט מופעלי×.", - "option-sync-appearance-data": "ערכות × ×•×©× ×•×§×˜×¢×™×", - "option-sync-appearance-data-desc": "×¡× ×›×¨×•×Ÿ ערכות × ×•×©× ×•×§×˜×¢×™× ×©×”×•×¨×“×•. ×× ×”× ×ž×•×¤×¢×œ×™× ×ª×œ×•×™ בהגדרה הקודמת.", - "option-sync-hotkey": "מקשי קיצור", - "option-sync-hotkey-desc": "×¡× ×›×¨×•×Ÿ מקשי קיצור מות××ž×™× ×ישית.", - "option-sync-core-plugin": "רשימת ×ª×•×¡×¤×™× ×œ×™×‘×” פעילה", - "option-sync-core-plugin-desc": "×¡× ×›×¨×Ÿ ×ילו ×ª×•×¡×¤×™× ×”×œ×™×‘×” מופעלי×.", - "option-sync-core-plugin-data": "הגדרות ליבה של תוסף", - "option-sync-core-plugin-data-desc": "×¡× ×›×¨×•×Ÿ הגדרות תוסף ליבה.", - "option-sync-community-plugin": "רשימת תוספי קהילה פעילה", - "option-sync-community-plugin-desc": "×¡× ×›×¨×Ÿ ×ילו ×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™× ×ž×•×¤×¢×œ×™×.", - "option-sync-community-plugin-data": "×”×ª×§× ×ª תוספי קהילה", - "option-sync-community-plugin-data-desc": "×¡× ×›×¨×Ÿ ×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™× ×ž×•×ª×§× ×™× (.js, .css וקובצי manifest.json) וההגדרות שלה×.", - "label-sync-introduction": "Obsidian Sync ×”×•× ×©×™×¨×•×ª ×”×¡× ×›×¨×•×Ÿ התוסף של Obsidian ×¢× ×”×¦×¤× ×” מקצה לקצה והיסטוריית גרס×ות.", - "label-account-required": "כדי להתחיל ×œ×¡× ×›×¨×Ÿ, התחבר ×ו צור חשבון Obsidian חדש.", - "button-sign-up": "הירש×", - "button-log-in": "התחברות", - "label-manage-excluded-folders": "× ×”×œ תיקיות ×©×œ× × ×›×œ×œ×•×ª", - "label-number-of-folders-excluded": "{{folders}} ××™× × × ×›×œ×œ×™× ×›×¢×ª ×ž×¡× ×›×¨×•×Ÿ.", - "label-add-excluded-folder": "×ל תכלול תיקיה", - "label-add-excluded-folder-desc": "×תה יכול ×œ×”×•×¦×™× ×’× ×ª×™×§×™×•×ª קיימות ×•×’× ×ª×™×§×™×•×ª שעדיין ×œ× × ×•×¦×¨×•.", - "tooltip-remove-excluded-folder": "הסר מרשימת החרגות", - "label-setup-connection": "הגדר חיבור", - "label-now-connected-to-vault": "×תה מחובר כעת ×ל \"{{name}}\".", - "button-start-syncing": "התחל ×œ×¡× ×›×¨×Ÿ", - "label-confirm-merge-vault": "×שר ×ת מיזוג הכספת", - "msg-vault-has-notes": "הכספת המקומית שלך כבר מכילה כמה הערות.", - "msg-vault-merge-warning": "×× ×ª×ª×—×‘×¨ לכספת המרוחקת \"{{name}}\", הערות בכספת המקומית שלך ימוזגו ×¢× ×”×¢×¨×•×ª מהכספת המרוחקת שלך. במקרה של ×”×ª× ×’×©×•×™×•×ª, הגרסה ×”×¢×“×›× ×™×ª ביותר של ההערה תישמר.", - "tooltip-update-setting-on-all-devices": "×× × ×¢×“×›×Ÿ ×פשרות זו והפעל מחדש ×ת ×”×פליקציה בכל ×”×ž×›×©×™×¨×™× ×©×‘×”× ×תה רוצה ×©×”×™× ×ª×™×›× ×¡ לתוקף.", - "label-sharing-with-users": "כספת מרחוק זו משותפת כעת ×¢× ×”×× ×©×™× ×”×‘××™×.", - "label-not-sharing": "כספת מרחוק זו ××™× ×” משותפת כעת ×¢× ××£ ×חד.", - "label-vaults-shared-with-you": "כספות שותפו ×יתך", - "tooltip-leave-vault-sharing": "תפסיק לשתף פעולה בכספת הזו", - "label-leave-vault-confirmation": "×שר עצירת שיתוף הפעולה בכספת", - "label-leave-vault-confirmation-details": "פעולה זו תסיר ×ת הכספת הזו מרשימת הכספות ששותפו ×יתך. ×œ× × ×™×ª×Ÿ לבטל פעולה זו.", - "label-leave-vault-confirmation-details-2": "×× × ×¦×•×¨ קשר ×¢× ×”×‘×¢×œ×™× ×©×œ הכספת ×× ×‘×¨×¦×•× ×š לשתף פעולה שוב בכספת זו.", - "button-leave": "לעזוב", - "label-require-subscription-to-connect": "×תה צריך ×ž× ×•×™ Obsidian Sync כדי להתחבר לכספת הזו.", - "option-contact-support": "צור קשר ×¢× ×ª×ž×™×›×”", - "option-contact-support-desc": "×× ×תה × ×ª×§×œ בבעיות כלשהן ×¢× Obsidian Sync, ×× × ×¦×•×¨ ××™×ª× ×• קשר כדי ×©× ×•×›×œ לעזור לך! ×תה יכול להגיע ××œ×™× ×• בכתובת support@obsidian.md.", - "button-copy-debug": "העתק מידע על × ×™×¤×•×™ ב××’×™×", - "button-email-support": "תמיכת דו×\"ל", - "msg-remote-vault-limit-hit": "Obsidian Sync מ×פשר לך ליצור עד 5 כספות מרוחקות. על ×ž× ×ª ליצור כספת מרחוק חדשה, ×× × ×”×¡×¨ כספת קיימת." - }, - "file-recovery": { - "name": "שחזור קובץ", - "desc": "מ×פשר לך לשחזר ×ת ×”×ª×ž×•× ×•×ª ×”××—×¨×•× ×•×ª כדי להת×ושש מ×ובדן × ×ª×•× ×™× ×‘×©×•×’×’. ×ª×ž×•× ×•×ª מצב × ×©×ž×¨×•×ª רק עבור קובצי Markdown.", - "action-open": "פתח ×ª×ž×•× ×•×ª שמורות", - "option-interval": "מרווח ×ª×ž×•× ×ª מצב", - "option-interval-description": "מרווח ×ž×™× ×™×ž×œ×™ בדקות בין שתי ×ª×ž×•× ×•×ª.", - "option-keep": "×ורך היסטוריה", - "option-keep-description": "×ורך בימי×, ×ª×ž×•× ×•×ª מצב × ×©×ž×¨×•×ª למשך.", - "option-open-history": "תצלומי×", - "option-open-history-description": "הצג ושחזר צילומי מצב שמורי×.", - "button-view-snapshots": "תצוגה", - "option-clear": "× ×§×” היסטוריה", - "option-clear-description": "מחק ×ת כל ×”×ª×ž×•× ×•×ª.", - "button-clear-history": "ברור", - "label-clear-warning": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת כל ×”×ª×ž×•× ×•×ª? שימו לב שרק צילומי מצב יוסרו. כל ×”×§×‘×¦×™× ×‘×ª×•×š הכספת שלך ×œ× ×™×•×©×¤×¢×•.", - "msg-clear-complete": "צילומי מצב × ×•×§×•.", - "label-no-history-found": "×œ× × ×ž×¦×ו צילומי מצב.", - "placeholder-choose-file": "בחר קובץ...", - "label-select-file": "×× × ×‘×—×¨ קובץ בצד שמ×ל כדי לצפות ×‘×ª×ž×•× ×•×ª." - }, - "note-composer": { - "name": "מחבר הערות", - "desc": "מיזוג, פיצול ×•×©×™× ×•×™ הערות.", - "option-confirm-file-merge": "×שר ×ת מיזוג הקבצי×", - "option-confirm-file-merge-description": "×”× ×— ×œ×¤× ×™ מיזוג ×©× ×™ קבצי×.", - "option-split-replacement-text": "טקסט ל×חר חילוץ", - "option-split-replacement-text-description": "מה להציג ×‘×ž×§×•× ×”×˜×§×¡×˜ ×©× ×‘×—×¨ ל×חר חילוץו.", - "option-choice-split-replacement-text-link": "קישור לקובץ חדש", - "option-choice-split-replacement-text-embed": "הטמע קובץ חדש", - "option-choice-split-replacement-text-none": "××£ ×חד", - "option-template-file": "×ž×™×§×•× ×§×•×‘×¥ ×”×ª×‘× ×™×ª", - "option-template-file-description": "קובץ ×ª×‘× ×™×ª לשימוש בעת מיזוג ×ו חילוץ. ×ž×©×ª× ×™× ×–×ž×™× ×™×: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, למשל {{date:YYYY-MM-DD}}.", - "command-merge-file": "מיזוג קובץ × ×•×›×—×™ ×¢× ×§×•×‘×¥ ×חר...", - "action-merge-file": "מיזוג הקובץ כולו ×¢×...", - "label-no-files": "×œ× × ×ž×¦×ו קבצי×.", - "instruction-navigate": "×œ× ×•×•×˜", - "instruction-merge": "למזג", - "instruction-create-new": "ליצור חדש", - "instruction-merge-at-top": "להתמזג למעלה", - "instruction-dismiss": "לבטל", - "prompt-select-file-to-merge": "בחר קובץ למיזוג לתוך...", - "label-merge-file": "מיזוג קובץ", - "label-confirm-file-merge": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למזג ×ת \"{{file}}\" לתוך \"{{destination}}\"? \"{{file}}\" יימחק.", - "button-merge": "למזג", - "command-split-file": "חלץ ×ת הבחירה ×”× ×•×›×—×™×ª...", - "command-extract-heading": "חלץ ×ת הכותרת הזו...", - "instruction-append": "כדי לעבור למטה", - "instruction-prepend": "לעבור למעלה", - "msg-fail-to-fetch-template": "×חזור קובץ ×”×ª×‘× ×™×ª × ×›×©×œ: \"{{template}}\" ×œ× × ×ž×¦×.", - "msg-fail-to-find-heading": "×œ× ×”×¦×œ×™×— ×œ×ž×¦×•× ×ת הכותרת" - }, - "canvas": { - "name": "×§× ×‘×¡", - "desc": "סדר וחבר הערות על ×§× ×‘×¡ ××™× ×¡×•×¤×™.", - "action-add-note": "הוסף פתק מהכספת", - "action-add-media": "הוסף מדיה מהכספת", - "action-add-card": "הוסף כרטיס", - "action-add-website": "הוסף דף ××™× ×˜×¨× ×˜", - "action-create-group": "צור קבוצה", - "action-create-with-size": "צור כרטיס בגודל מסוי×", - "action-convert-to-file": "המר לקובץ...", - "action-drag-to-add-note": "גרור כדי להוסיף הערה מהכספת", - "action-drag-to-add-media": "גרור כדי להוסיף מדיה מהכספת", - "action-drag-to-add-card": "גרור כדי להוסיף כרטיס", - "action-edit-label": "ערוך תווית", - "action-remove-label": "הסר תווית", - "action-search-file": "חפש קובץ", - "action-set-color": "הגדר צבע", - "action-align": "יישר", - "action-align-left": "ישר לשמ×ל", - "action-align-center": "יישר למרכז", - "action-align-right": "יישר לימין", - "action-align-top": "יישר למעלה", - "action-align-middle": "יישר למרכז", - "action-align-bottom": "יישר למטה", - "action-distribute-horizontal-spacing": "חלק ×ž×¨×•×•×—×™× ×ופקיי×", - "action-distribute-vertical-spacing": "חלק ×ž×¨×•×•×—×™× ×× ×›×™×™×", - "action-justify-horizontally": "יישור ×ופקית", - "action-justify-vertically": "יישור ×× ×›×™×ª", - "action-arrange-horizontally": "סידור בשורה", - "action-arrange-vertically": "סידור בטור", - "action-arrange-grid": "סידור ברשת", - "action-export-png": "×™×™×¦× ×›×ª×ž×•× ×”", - "action-jump-to-group": "קפוץ לקבוצה", - "action-set-background": "הגדר רקע", - "action-edit-background": "ערוך רקע", - "action-replace-background": "החלף רקע", - "action-remove-background": "הסר רקע", - "label-no-images": "×œ× × ×ž×¦×ו ×ª×ž×•× ×•×ª.", - "label-export-png-desc": "×™×™×¦× ×ת \"{{title}}\" ×¢× ×§×•×‘×¥ PNG ×¢× ×”×”×’×“×¨×•×ª למטה.", - "label-export-png-dimensions": "מידות ×ª×ž×•× ×” משוערות: {{dimensions}}", - "label-distribute": "להפיץ", - "label-justify": "ליישר", - "label-arrange": "ל×רגן", - "label-always": "תמיד", - "label-hover": "בזמן ריחוף", - "label-never": "×œ×¢×•×œ× ×œ×", - "label-no-section-found": "×œ× × ×ž×¦× ×§×˜×¢", - "option-wheel-behavior": "×”×ª× ×”×’×•×ª ברירת המחדל של גלגל העכבר", - "option-mod-drag-behavior": "×”×ª× ×”×’×•×ª ברירת המחדל של {{key}}", - "option-show-menu": "הר××” תפריט", - "option-new-canvas-location": "×ž×™×§×•× ×‘×¨×™×¨×ª מחדל עבור קבצי ×§× ×‘×¡ חדשי×", - "option-new-canvas-location-description": "היכן ×ž×ž×•×§×ž×™× ×§×‘×¦×™ ×§× ×‘×¡ ×©× ×•×¦×¨×• ל××—×¨×•× ×”.", - "option-new-canvas-folder-path": "תיקיה ליצירת קבצי ×§× ×‘×¡ חדשי×", - "option-new-canvas-folder-path-description": "קבצי בד ×©× ×•×¦×¨×• ל××—×¨×•× ×” יופיעו מתחת לתיקיה זו.", - "option-node-label": "תווית כרטיס תצוגה", - "option-snap-to-grid": "הצמד לרשת", - "option-snap-to-grid-desc": "הצמד ×›×¨×˜×™×¡×™× ×œ×¨×©×ª הרקע בעת ×”×–×–×” ×•×©×™× ×•×™ גודל.", - "option-snap-to-objects": "הצמד ל×וביקטי×", - "option-snap-to-objects-desc": "הצמד ×›×¨×˜×™×¡×™× ×œ××•×‘×™×™×§×˜×™× ×§×¨×•×‘×™× ×‘×¢×ª ×”×–×–×” ×•×©×™× ×•×™ גודל.", - "option-zoom-breakpoint": "סף ×–×•× ×œ×”×¡×ª×¨×ª תוכן כרטיס", - "option-zoom-breakpoint-desc": "×¢×¨×›×™× × ×ž×•×›×™× ×™×•×ª×¨ יגדילו ×ת ×”×‘×™×¦×•×¢×™× ×ך יסתירו ×ת תוכן הכרטיס ×ž×•×§×“× ×™×•×ª×¨ בעת התרחקות.", - "option-export-png-show-logo": "הצג לוגו", - "option-export-png-show-logo-desc": "×–×” יוסיף לוגו של Obsidian ×‘×¤×™× ×” השמ×לית ×”×ª×—×ª×•× ×”.", - "option-export-png-privacy-mode": "מצב פרטיות", - "option-export-png-privacy-mode-desc": "×–×” יסתיר כל טקסט על ×”×§× ×‘×¡ שלך.", - "option-export-png-zoom": "זו×", - "option-export-png-zoom-desc": "×–×•× ×’×‘×•×” יותר יפיק ×ª×ž×•× ×” ברזולוציה גבוהה יותר.", - "option-export-png-frame": "Viewport", - "option-export-png-frame-desc": "בחר לעבד ×ת כל ×”×§× ×‘×¡ ×ו רק ×ת יצי×ת התצוגה הגלויה ×”× ×•×›×—×™×ª.", - "option-export-png-frame-full": "×§× ×‘×¡ מל×", - "option-export-png-frame-viewport": "× ×§×•×“×ª מבט בלבד", - "option-background-cover": "כיסוי", - "option-background-ratio": "שמור על יחס רוחב-גובה", - "option-background-repeat": "חזור", - "action-new-canvas": "×§× ×‘×¡ חדש", - "action-remove": "להסיר", - "action-narrow-heading": "צר לכותרת...", - "action-narrow-block": "צר לחסו×...", - "action-swap-file": "החלפת קובץ...", - "action-change-url": "×©× ×” כתובת URL...", - "action-zoom-to-fit": "×–×•× ×›×“×™ להת××™×", - "action-zoom-to-selection": "×–×•× ×œ×‘×—×™×¨×”", - "action-reload-page": "טען מחדש ×ת הדף", - "action-follow-connection": "עקוב ×חר החיבור", - "command-create-new-canvas": "צור ×§× ×‘×¡ חדש", - "command-convert-to-file": "המר לקובץ...", - "instruction-narrow-heading": "להטביע כותרת", - "instruction-narrow-block": "להטביע בלוק", - "instruction-jump-to-group": "כדי ×œ× ×•×•×˜ לקבוצה", - "prompt-to-narrow": "הקלד ×ת ×©× ×”×›×•×ª×¨×ª", - "label-enter-url": "הזן כתובת ×תר", - "label-empty-embed": "\"{{linktext}}\" ×œ× × ×ž×¦×.", - "prompt-add-text": "הוסף טקסט...", - "prompt-start-search": "הקלד לחיפוש...", - "label-canvas-help": "עזרה על ×§× ×‘×¡", - "label-canvas-settings": "הגדרות ×§× ×‘×¡", - "label-no-narrow": "הצג ×ת כל הקובץ", - "label-readonly": "לקרי××” בלבד", - "label-disable-readonly": "השבת קרי××” בלבד", - "label-pan": "מחבת", - "label-pan-horizontal": "×¤× ×• ×ופקית", - "label-zoom": "זו×", - "label-select-all": "בחר הכל", - "label-add-remove-selection": "הוסף/הסר מהבחירה", - "label-clone-card": "כרטיס שיבוט", - "label-constrain-movement-axis": "הגבל ×ת ×ª× ×•×¢×ª הכרטיס לציר", - "label-disable-drag-snapping": "השבת ×ת ההצמדה בזמן גרירה", - "label-remove-card": "הסר ×ת הכרטיס", - "label-drag-from-below": "גרור מלמטה ×ו לחץ פעמיי×", - "label-longpress": "×’×¢ והחזק כדי להוסיף / להעביר / לבחור", - "label-drag-pan": "גרור כדי להזיז", - "label-pinch-zoom": "צביטה כדי להתקרב", - "label-space-drag-pan": "רווח + גרור כדי להזיז", - "label-scroll-to-zoom": "גלול להגדלה", - "label-untitled-group": "קבוצה ×œ×œ× ×©×", - "label-line-direction": "כיוון קו", - "label-nondirectional": "×œ× ×›×™×•×•× ×™", - "label-unidirectional": "חד ×›×•×•× ×™", - "label-bidirectional": "דו - ×›×™×•×•× ×™", - "label-image": "×ª×ž×•× ×”", - "label-style": "×¡×’× ×•×Ÿ", - "msg-no-groups-found": "×œ× × ×ž×¦×ו קבוצות", - "msg-export-failed-empty-canvas": "×œ× × ×™×ª×Ÿ ×œ×™×™×¦× ×§× ×‘×¡ ריק" - } - }, - "pdf": { - "action-highlight-all": "הדגש הכל", - "action-match-diacritics": "הת×× ×“×™×קריטי×", - "action-whole-words": "×ž×™×œ×™× ×©×œ×ž×•×ª", - "action-show-thumbnails": "×ª×ž×•× ×•×ª ממוזערות", - "action-show-outline": "תוכן ×”×¢× ×™×™× ×™×", - "action-reveal-in-outline": "חשוף עמוד בתוכן ×”×¢× ×™×™× ×™×", - "action-toggle-sidebar": "החלף ×ת סרגל הצד", - "action-previous-page": "עמוד קוד×", - "action-next-page": "עמוד הב×", - "action-fit-width": "הת×מה לרוחב", - "action-fit-height": "הת×מה לגובה", - "action-save-p-d-f-location": "שמור ×ת ×”×ž×™×§×•× ×”× ×•×›×—×™ במסמך", - "action-copy-annotation": "העתק ×ת ההערה", - "action-copy-quote": "העתק בתור ציטוט", - "action-copy-selection-link": "העתק קישור לבחירה", - "action-copy-annot-link": "העתק קישור להערה", - "action-copy-section-link": "העתק קישור למדור", - "action-copy-section-link-title": "העתק קישור ×ל \"{{title}}\"", - "action-copy-page-link": "העתק קישור לדף {{page}}", - "msg-max-search-results": "{{current}} מתוך יותר מ-{{limit}} הת×מות", - "msg-search-count": "{{current}} מתוך {{total}} הת×מה", - "msg-search-count_plural": "{{current}} מתוך {{total}} הת×מות", - "msg-password-protected": "PDF ×–×” מוגן בסיסמה", - "msg-invalid-password": "סיסמה שגויה", - "msg-enter-password": "הזן ×ת הסיסמה למטה", - "label-of-pages": "מתוך {{count}}", - "label-page-of-pages": "({{current}} מתוך {{count}})", - "label-spread-single": "עמוד יחיד", - "label-spread-odd": "×©× ×™ ×¢×ž×•×“×™× (מוזר)", - "label-spread-even": "×©× ×™ ×¢×ž×•×“×™× (×פילו)", - "tooltip-sidebar-options": "×פשרויות סרגל צד", - "tooltip-display-options": "×פשרויות תצוגה", - "label-adapt-to-theme": "הת×ימו ×œ× ×•×©×", - "label-page": "עמוד {{page}}", - "page_landmark": "עמוד {{page}}", - "thumb_page_title": "עמוד {{page}}", - "thumb_page_canvas": "עמוד {{page}}", - "text_annotation_type": "[{{type}} הערה]", - "annotation_date_string": "{{date}}, {{time}}" - }, - "properties": { - "types": { - "option-multitext": "רשימה", - "option-unknown": "×œ× ×™×“×•×¢", - "option-text": "טקסט", - "option-aliases": "×›×™× ×•×™×™×", - "option-tags": "תגי×", - "option-date": "ת×ריך", - "option-datetime": "ת×ריך שעה", - "option-number": "מספר", - "option-checkbox": "תיבת סימון" - }, - "value-suggestion": { - "key-link-note": "הקלד [[", - "instruction-link-note": "לקישור הערה", - "instruction-dismiss": "לבטל" - }, - "option-property-type": "סוג מ×פיין", - "msg-empty-property-name": "×©× ×”×ž×פיין ×œ× ×™×›×•×œ להיות ריק.", - "msg-duplicate-property-name": "המ×פיין כבר קיי×", - "msg-invalid-tag": "×©× ×ª×’ ×œ× ×—×•×§×™", - "msg-invalid-number": "מספר ×œ× ×ª×§×™×Ÿ", - "msg-invalid-properties": "קרי×ת המ××¤×™×™× ×™× × ×›×©×œ×”.", - "label-no-value": "×ין ערך", - "label-heading": "מ××¤×™×™× ×™×", - "label-invalid-yaml-marker": "שגי×ת תחביר. ×¢× ×™×™×Ÿ החזית שלך ×œ× ×—×•×§×™.", - "label-add-property-button": "הוסף מ×פיין", - "label-type-mismatch-warning": "××™ הת×מה של סוג, צפוי {{type}}", - "label-migration-warning-desc": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š ×œ×©× ×•×ª ×ת הסוג? חלק ×ž×”× ×ª×•× ×™× ×”×ž×©×•×™×›×™× ×œ×ž×¤×ª×— מ×פיין ×–×” ××™× × ×ª×•×מי×." - }, - "table": { - "label-column": "עמודה", - "label-row": "שורה", - "action-row-after": "הוסף שורה ×חרי", - "action-column-after": "הוסף עמודה ×חרי", - "action-row-before": "הוסף שורה ×œ×¤× ×™", - "action-row-up": "×”×–×– שורה למעלה", - "action-row-down": "×”×–×– שורה למטה", - "action-column-before": "הוסף עמודה ×œ×¤× ×™", - "action-column-left": "×”×–×– ×ת העמודה שמ×לה", - "action-column-right": "×”×–×– ×ת העמודה ×™×ž×™× ×”", - "action-duplicate-row": "שכפל שורה", - "action-duplicate-column": "שכפל עמודה", - "action-delete-row": "מחק שורה", - "action-delete-column": "מחק עמודה", - "action-align-left": "יישור לשמ×ל", - "action-align-center": "יישור למרכז", - "action-align-right": "יישור לימין", - "action-delete-selection": "מחק ת××™×", - "action-clear-selection": "× ×§×” ת××™×", - "action-sort-a-z": "מיין לפי עמודה (×' עד ת')", - "action-sort-z-a": "מיין לפי עמודה (ת' עד ×')", - "label-command": "טבלה: {{command}}" - }, - "callout": { - "option-type": "סוג הסבר", - "type": { - "info": "מידע", - "important": "חשוב", - "tip": "עצה", - "success": "הצלחה", - "question": "ש×לה", - "warning": "×זהרה", - "quote": "ציטוט", - "example": "דוגמ×" - }, - "option-other": "×חר...", - "option-other-placeholder": "סוג הסבר..." - }, - "nouns": { - "word-with-count": "{{count}} מילה", - "word-with-count_plural": "{{count}} מילי×", - "character-with-count": "תו {{count}}", - "character-with-count_plural": "{{count}} תווי×", - "link-with-count": "קישור {{count}}", - "link-with-count_plural": "{{count}} קישורי×", - "file-with-count": "קובץ {{count}}", - "file-with-count_plural": "קובץ {{count}}", - "folder-with-count": "התיקייה {{count}}", - "folder-with-count_plural": "{{count}} תיקיות", - "backlink-with-count": "{{count}} קישור × ×›× ×¡", - "backlink-with-count_plural": "{{count}} ×§×™×©×•×¨×™× × ×›× ×¡×™×", - "properties-with-count": "מ×פיין {{count}}", - "properties-with-count_plural": "{{count}} מ××¤×™×™× ×™×", - "site-with-count": "×תר {{count}}", - "site-with-count_plural": "{{count}} ×תרי×", - "plugin-with-count": "תוסף {{count}}", - "plugin-with-count_plural": "{{count}} תוספי×", - "theme-with-count": "× ×•×©× {{count}}", - "theme-with-count_plural": "{{count}} ערכות × ×•×©×" - } -} + "commands": { + "save-file": "שמור ×ת הקובץ ×”× ×•×›×—×™", + "follow-cursor-link": "עקוב ×חר הקישור מתחת לסמן", + "open-cursor-link-in-new-tab": "פתח קישור מתחת לסמן בכרטיסייה חדשה", + "open-cursor-link-to-the-right": "פתח קישור מתחת לסמן מימין", + "open-cursor-link-in-new-window": "פתח קישור מתחת לסמן בחלון חדש", + "navigate-tab-above": "התמקד בקבוצת הכרטיסיות למעלה", + "navigate-tab-below": "התמקד בקבוצת הכרטיסיות למטה", + "navigate-tab-left": "התמקד בקבוצת הכרטיסיות משמ×ל", + "navigate-tab-right": "התמקד בקבוצת הכרטיסיות מימין", + "toggle-pin": "החלף סיכה", + "split-right": "פיצול ×™×ž×™× ×”", + "split-down": "פיצול למטה", + "toggle-stacked-tabs": "החלף מצב של כרטיסיות מוערמות", + "navigate-back": "× ×•×•×˜ ×חורה", + "navigate-forward": "× ×•×•×˜ קדימה", + "use-dark-mode": "השתמש במצב ×›×”×”", + "use-light-mode": "השתמש במצב בהיר", + "change-theme": "×œ×©× ×•×ª × ×•×©×", + "search-current-file": "חפש ×ת הקובץ ×”× ×•×›×—×™", + "search-replace-current-file": "חפש והחלף בקובץ ×”× ×•×›×—×™", + "add-property": "הוסף מ×פיין קובץ", + "add-alias": "Add alias", + "edit-property": "ערוך ×ת מ×פיין הקובץ", + "clear-properties": "× ×§×” ×ת מ××¤×™×™× ×™ הקובץ", + "open-settings": "פתח ×ת ההגדרות", + "open-help": "פתח ×ת העזרה", + "toggle-edit": "החלף ×ת תצוגת העריכה/קרי××”", + "toggle-source-mode": "החלף מצב תצוגה מקדימה ×—×™×”/מקור", + "delete-current-file": "מחק ×ת הקובץ ×”× ×•×›×—×™", + "new-tab": "כרטיסייה חדשה", + "show-trash": "הצג ×שפה", + "close-all-tabs": "לסגור ×ת כל הכרטיסיות", + "close-active-tab": "סגור ×ת הכרטיסייה ×”× ×•×›×—×™×ª", + "close-others-in-tab-group": "סגור ××—×¨×™× ×‘×§×‘×•×¦×ª הכרטיסיות", + "close-other-tabs": "סגור ×ת כל ש×ר הכרטיסיות", + "close-tab-group": "סגור ×ת קבוצת הכרטיסיות הזו", + "toggle-left-sidebar": "החלף ×ת סרגל הצד השמ×לי", + "toggle-ribbon": "Toggle ribbon", + "toggle-right-sidebar": "החלף ×ת סרגל הצד ×”×™×ž× ×™", + "toggle-default-new-tab-mode": "החלף מצב ברירת מחדל עבור כרטיסיות חדשות", + "add-cursor-above": "הוסף סמן למעלה", + "add-cursor-below": "הוסף סמן למטה", + "focus-editor": "התמקד בעורך", + "toggle-fold-properties": "החלף ×ת מ××¤×™×™× ×™ הקיפול בקובץ ×”× ×•×›×—×™", + "toggle-fold": "החלף קיפול בקו ×”× ×•×›×—×™", + "fold-all": "×ž×§×¤×œ×™× ×ת כל הכותרות והרשימות", + "unfold-all": "פתח ×ת כל הכותרות והרשימות", + "fold-more": "לקפל יותר", + "fold-less": "לקפל פחות", + "swap-line-up": "החלף קו", + "swap-line-down": "החלף קו למטה", + "remove-heading": "הסר ×ת הכותרת", + "toggle-heading": "הגדר ככותרת {{level}}", + "toggle-bold": "החלף מודגש לבחירה", + "toggle-italics": "החלף × ×˜×•×™ לבחירה", + "toggle-highlight": "החלף סימון לבחירה", + "toggle-comments": "החלף הערות לבחירה", + "clear-formatting": "× ×§×” עיצוב", + "insert-link": "×”×›× ×¡ קישור", + "toggle-spellcheck": "החלף ×ת בדיקת ×”×יות", + "delete-paragraph": "מחק פסקה", + "toggle-checklist": "החלף ×ת מצב רשימת הבדיקה", + "cycle-list-checklist": "מחזור כדור/תיבת סימון", + "insert-callout": "הוסף הסבר", + "insert-code-block": "×”×›× ×¡ בלוק קוד", + "insert-math-block": "×”×›× ×¡ בלוק מתמטי", + "insert-horizontal-rule": "×”×›× ×¡ כלל ×ופקי", + "insert-table": "×”×›× ×¡ טבלה", + "edit-file-title": "ערוך ×ת כותרת הקובץ", + "copy-path": "העתק ×ת × ×ª×™×‘ הקובץ", + "copy-url": "העתק כתובת URL של Obsidian", + "export-pdf": "×™×™×¦×•× ×œ-PDF", + "reload": "טען מחדש ×ת ×”×פליקציה מבלי לשמור", + "undo-close-tab": "בטל כרטיסיית סגירה", + "context-menu": "הצג תפריט הקשר מתחת לסמן", + "show-debug-info": "הצג מידע על × ×™×¤×•×™ ב××’×™×", + "open-sandbox-vault": "פתח ×ת כספת ×רגז החול", + "always-on-top": "החלף ×ת החלון תמיד למעלה", + "zoom-in": "להתמקד", + "zoom-out": "להקטין ×ת התצוגה", + "reset-zoom": "×פס זו×", + "toggle-preview": "החלף מצב עריכה/תצוגה מקדימה", + "move-to-new-window": "העבר ×ת ×”×—×œ×•× ×™×ª ×”× ×•×›×—×™×ª לחלון חדש", + "open-in-new-window": "פתח ×ת ×”×—×œ×•× ×™×ª ×”× ×•×›×—×™×ª בחלון חדש", + "rename-current-file": "×©× ×” ×ת ×©× ×”×§×•×‘×¥ ×”× ×•×›×—×™", + "go-to-prev-tab": "עבור לכרטיסייה הקודמת", + "go-to-next-tab": "עבור לכרטיסייה הב××”", + "go-to-last-tab": "עבור לכרטיסייה ×”××—×¨×•× ×”", + "go-to-nth-tab": "עבור לכרטיסייה #{{n}}", + "show-release-notes": "הצג הערות שחרור" + }, + "dialogue": { + "label-link-affected": "×–×” ישפיע על {{links}} ב-{{files}}.", + "msg-updated-links": "עודכן {{links}} ב-{{files}}.", + "label-update-links": "עדכן קישורי×", + "label-confirm-update-link-to-file": "×”×× ×‘×¨×¦×•× ×š לעדכן ×§×™×©×•×¨×™× ×¤× ×™×ž×™×™× ×”×ž×§×©×¨×™× ×œ×§×•×‘×¥ ×–×”?", + "button-always-update": "תעדכן תמיד", + "button-just-once": "רק ×¤×¢× ×חת", + "button-do-not-update": "×ל תעדכן", + "label-confirm-deletion": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת \"{{filename}}\"?", + "label-move-to-system-trash": "×–×” יועבר ל×שפה של המערכת שלך.", + "label-move-to-vault-trash": "×”×•× ×™×•×¢×‘×¨ ל×שפה של Obsidian שלך, ×©× ×ž×¦×ת בתיקייה ×”× ×¡×ª×¨×ª \".trash\" בכספת שלך.", + "label-permanent-delete": "הקובץ יימחק לצמיתות.", + "label-non-empty-folder": "תיקיה זו ××™× ×” ריקה.", + "label-delete-folder-warning": "×× ×ª×ž×©×™×š, כל ×”×§×‘×¦×™× ×©×‘×ª×™×§×™×™×” זו יימחקו.", + "label-delete-folder": "מחק תיקייה", + "button-delete": "למחוק", + "button-delete-do-not-ask-again": "מחק ו×ל תש×ל שוב", + "label-do-not-ask-again": "×ל תש×ל שוב", + "label-existing-backlink": "כרגע יש {{links}} ×©×ž×¦×‘×™×¢×™× ×¢×œ הערה זו.", + "label-existing-backlink_plural": "כרגע יש {{links}} ×©×ž×¦×‘×™×¢×™× ×¢×œ הערה זו.", + "label-delete-file": "מחק קובץ", + "button-manage": "×œ× ×”×œ", + "button-cancel": "לבטל", + "button-done": "בוצע", + "button-save": "להציל", + "button-stop": "תפסיק", + "button-continue": "להמשיך", + "button-choose": "בחר", + "preparing-pdf": "מכין PDF...", + "label-rename-file": "×©× ×” ×ת ×©× ×”×§×•×‘×¥", + "label-rename-file-generic": "×©× ×§×•×‘×¥", + "label-new-name": "×©× ×—×“×©", + "msg-rename-success": "×©× ×”×§×•×‘×¥ ×©×•× ×” בהצלחה.", + "msg-merge-failed": "מיזוג הערות × ×›×©×œ: {{message}}", + "msg-file-or-folder-not-found": "הקובץ ×ו התיקיה \"{{path}}\" ××™× × ×§×™×™×ž×™×.", + "label-rename-heading": "×©× ×” ×ת ×©× ×”×›×•×ª×¨×ª", + "label-rename-blockid": "×©× ×” ×ת ×©× ×ž×–×”×” הבלוק" + }, + "menu-items": { + "new-file": "צור פתק", + "new-file-to-the-right": "הערה חדשה מימין", + "new-window": "חלון חדש", + "open-switcher": "פתח מהיר...", + "open-vault": "פתח כספת...", + "close-tab": "סגור ט×ב", + "close-window": "סגור חלון", + "find": "מצ×", + "replace": "החלף", + "insert-callout": "ציטוט", + "insert-markdown-link": "קישור לסימון", + "insert-wikilink": "קישור", + "set-heading": "כותרת {{level}}", + "no-heading": "×ין כותרת", + "insert-quote": "ציטוט", + "export-pdf": "×™×™×¦×•× PDF", + "insert-attachment": "הוסף קובץ מצורף...", + "insert-codeblock": "בלוק קוד", + "insert-math-block": "בלוק מתמטיקה", + "insert-table": "טבלה", + "toggle-bullet-list": "רשימת תבליטי×", + "toggle-numbered-list": "רשימה ממוספרת", + "toggle-checklist": "רשימת מטלות", + "toggle-bold": "מודגש", + "toggle-code": "קוד", + "toggle-comment": "תגובה", + "toggle-italics": "×ותיות מוטות", + "toggle-inline-math": "מתמטיקה", + "toggle-highlight": "שי×", + "toggle-strikethrough": "חוצה", + "toggle-comments": "תגובה", + "folding-menu": "מתקפל", + "fold-all": "מקפל הכל", + "unfold-all": "פתח הכל", + "fold-more": "קפל עוד", + "fold-less": "×ž×§×¤×œ×™× ×¤×—×•×ª", + "source-mode": "מצב מקור", + "reading-view": "תצוגת קרי××”", + "show-debug-info": "הצג מידע על × ×™×¤×•×™ ב××’×™×", + "open-sandbox": "פתח ×ת כספת ×רגז חול", + "navigate-back": "× ×•×•×˜ חזרה", + "navigate-forward": "× ×•×•×˜ קדימה", + "toggle-left-sidebar": "החלף ×ת סרגל הצד השמ×לי", + "toggle-right-sidebar": "החלף ×ת סרגל הצד ×”×™×ž× ×™", + "toggle-ribbon": "Ribbon", + "split-right": "פיצול ×™×ž×™× ×”", + "split-down": "× ×©×¤×š", + "release-notes": "מכתבי שחרור" + }, + "plugins": { + "name": "תוספי×", + "file-explorer": { + "name": "סייר קבצי×", + "desc": "ר××” ×ת כל ×”×§×‘×¦×™× ×‘×›×¡×¤×ª שלך.", + "action-open": "פתח ×ת סייר הקבצי×", + "action-show": "הצג ×ת סייר הקבצי×", + "action-create-note": "צור הערה חדשה", + "action-create-folder": "Create new folder", + "action-create-note-in-current-tab": "צור הערה חדשה בכרטיסייה ×”× ×•×›×—×™×ª", + "action-create-note-to-the-right": "צור הערה מימין", + "action-collapse-all": "למוטט הכל", + "action-expand-all": "הרחב הכל", + "action-new-note": "פתק חדש", + "action-new-folder": "תיקייה חדשה", + "action-change-sort": "×©× ×” סדר מיון", + "action-reveal-file": "הצג קובץ בסייר הקבצי×", + "action-reveal-active-file": "הצג קובץ פעיל בסייר הקבצי×", + "command-make-a-copy": "צור עותק של הקובץ ×”× ×•×›×—×™", + "command-move-file": "העבר ×ת הקובץ לתיקיה ×חרת", + "action-move-file": "העבר ×ת הקובץ ל...", + "action-move-folder": "העבר תיקייה ל...", + "action-move-items": "העבר {{count}} ×¤×¨×™×˜×™× ×ל...", + "prompt-type-folder": "הקלד תיקיה", + "label-no-folders": "×œ× × ×ž×¦×ו תיקיות.", + "instruction-navigate": "×œ× ×•×•×˜", + "instruction-move": "לזוז", + "instruction-create": "ליצור", + "instruction-dismiss": "לבטל", + "label-sort-a-to-z": "מיין לפי ×©× ×§×•×‘×¥ (×' עד ת')", + "label-sort-z-to-a": "מיין לפי ×©× ×§×•×‘×¥ (Z עד A)", + "label-sort-new-to-old": "מיין לפי זמן עריכה (חדש לישן)", + "label-sort-old-to-new": "מיין לפי זמן עריכה (ישן לחדש)", + "label-sort-created-old-to-new": "זמן יצירה (ישן לחדש)", + "label-sort-created-new-to-old": "זמן יצירה (חדש לישן)", + "menu-opt-new-note": "פתק חדש", + "menu-opt-new-folder": "תיקייה חדשה", + "menu-opt-rename": "×©× ×” ש×", + "menu-opt-delete": "למחוק", + "menu-opt-make-copy": "צור עותק", + "msg-invalid-characters": "×©× ×”×§×•×‘×¥ ××™× ×• יכול להכיל ××£ ×חד ×ž×”×ª×•×•×™× ×”×‘××™×:", + "msg-unsafe-characters": "×§×™×©×•×¨×™× ×œ× ×™×¢×‘×“×• ×¢× ×©×ž×•×ª ×§×‘×¦×™× ×”×ž×›×™×œ×™× ××£ ×חד ×ž×”×ª×•×•×™× ×”×‘××™×:", + "msg-file-already-exists": "יש כבר קובץ ×¢× ×ותו ש×", + "msg-empty-file-name": "×©× ×”×§×•×‘×¥ ×œ× ×™×›×•×œ להיות ריק.", + "msg-bad-dotfile": "×©× ×”×§×•×‘×¥ ×œ× ×™×›×•×œ להתחיל ×‘× ×§×•×“×”.", + "tooltip-modified-time": "×©×•× ×” ל××—×¨×•× ×” ב-{{time}}", + "tooltip-created-time": "× ×•×¦×¨ ב-{{time}}", + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "מהלך \\ לזוז \\ לעבור", + "label-untitled-file": "×œ×œ× ×›×•×ª×¨×ª", + "label-untitled-folder": "×œ×œ× ×›×•×ª×¨×ª", + "msg-set-attachment-folder": "×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×™×™×©×ž×¨×• ב-\"{{path}}\" מעתה ו×ילך." + }, + "search": { + "name": "לחפש", + "desc": "חפש מילת מפתח בכל ההערות.", + "action-open-search": "חפש בכל הקבצי×", + "label-collapse-results": "כווץ תוצ×ות", + "label-match-case": "מ×רז הת×מה", + "label-explain-search-term": "הסבר ×ת ×ž×•× ×— החיפוש", + "label-more-context": "הצג יותר הקשר", + "label-result-count": "תוצ××” של {{count}}", + "label-result-count_plural": "{{count}} תוצ×ות", + "label-toggle-search-settings": "הגדרות חיפוש", + "prompt-start-search": "הקלד כדי להתחיל בחיפוש...", + "label-match-text": "מת××™× ×œ×˜×§×¡×˜:", + "label-match-regex": "תו×× ×‘×™×˜×•×™ רגולרי:", + "label-match-exact-text": "מכיל טקסט מדויק:", + "label-match-greater-than": "גדול מ:", + "label-match-less-than": "פחות מ:", + "label-match-true": "× ×›×•×Ÿ", + "label-match-false": "×”×•× ×©×§×¨", + "label-match-empty": "×–×” ריק", + "label-match-property": "מכיל מ×פיין:", + "label-match-all": "הת×× ×ת כל:", + "label-match-any": "הת×ימו לכל ×חד מ:", + "label-excluding": "למעט:", + "label-case-sensitive": "רגיש ל×ותיות גדולות", + "label-case-insensitive": "חסר רגישות לרישיות", + "label-match-file-path": "הת×מת × ×ª×™×‘ קובץ:", + "label-match-file-name": "הת×מת ×©× ×§×•×‘×¥:", + "label-match-content": "הת×מת תוכן הקובץ:", + "label-match-task": "משימת הת×מה:", + "label-match-task-todo": "משימת הת×מה (מטלה):", + "label-match-task-done": "משימת הת×מה (בוצעה):", + "label-match-line": "קו הת×מה:", + "label-match-block": "בלוק הת×מה:", + "label-match-section": "קטע הת×מה:", + "label-match-tag": "תג הת×מה:", + "label-no-matches": "×ין תוצ×ות מת×ימות.", + "matches-with-count": "... ועוד {{count}} הת×מה.", + "matches-with-count_plural": "... ועוד {{count}} הת×מות.", + "label-copy-search-results": "העתק ×ת תוצ×ות החיפוש", + "button-copy-results": "העתק תוצ×ות", + "msg-successfully-copied": "התוצ×ות הועתקו ללוח שלך.", + "option-show-path": "הצג × ×ª×™×‘", + "option-show-path-description": "הצג ×ת ×”× ×ª×™×‘ ×”×ž×œ× ×©×œ הקובץ ×•×œ× ×¨×§ ×ת ×©× ×”×§×•×‘×¥.", + "option-link-style": "×¡×’× ×•×Ÿ קישור", + "option-link-style-description": "×פשר להפוך כל תוצ×ת קובץ לקישור.", + "option-choice-link-style-none": "××£ ×חד", + "option-choice-link-style-wikilink": "×•×™×§×™×œ×™× ×§", + "option-choice-link-style-markdown-link": "קישור לסימון", + "option-list-prefix": "קידומת רשימה", + "option-list-prefix-description": "×פשר להוסיף קידומת פריט רשימה לכל תוצ×ת קובץ.", + "option-choice-list-style-none": "××£ ×חד", + "option-choice-list-style-dash": "×œ×–× ×§ (-)", + "option-choice-list-style-asterisk": "כוכבית (*)", + "option-choice-list-style-numbered": "ממוספר", + "tooltip-clear-search": "חיפוש × ×§×™", + "label-search-options": "×פשרויות חיפוש", + "label-properties-group": "מ××¤×™×™× ×™×", + "label-tags-group": "תגי×", + "tooltip-read-more": "×§×¨× ×¢×•×“", + "label-history": "היסטוריה", + "tooltip-clear-history": "×œ× ×§×•×ª היסטוריית חיפוש", + "label-path-option-description": "× ×ª×™×‘ תו×× ×©×œ הקובץ", + "label-file-name-option-description": "תו×× ×ת ×©× ×”×§×•×‘×¥", + "label-tag-option-description": "חפש תגיות", + "label-line-option-description": "חפש מילות מפתח ב×ותה שורה", + "label-section-option-description": "חפש מילות מפתח תחת ×ותה כותרת", + "label-property-option-description": "להת××™× ×ž×פיין", + "menu-opt-search-for": "חפש \"{{keyword}}\"", + "menu-opt-search-in-folder": "חפש בתיקייה" + }, + "quick-switcher": { + "name": "מחליף מהיר", + "desc": "קפוץ ×œ×§×‘×¦×™× ×›×œ×©×”× ×ž×‘×œ×™ לעזוב ×ת המקלדת. Ctrl/Cmd+O להפעלה.", + "short-name": "מחליף", + "action-open": "פתח ×ת המחליף המהיר", + "instruction-navigate": "×œ× ×•×•×˜", + "instruction-open": "לפתוח", + "instruction-open-in-new-tab": "כדי לפתוח בכרטיסייה חדשה", + "instruction-open-to-the-right": "כדי לפתוח ×™×ž×™× ×”", + "instruction-create": "ליצור", + "instruction-dismiss": "לבטל", + "instruction-select": "לבחור", + "label-no-note-create-new": "×œ× × ×ž×¦×ו הערות. ×”×™×›× ×¡ כדי ליצור ×חד חדש.", + "prompt-type-file-name": "הקלד קובץ כדי לעבור ×ליו ×ו ליצור...", + "label-enter-to-create": "×”×›× ×¡ כדי ליצור", + "tooltip-not-created-yet": "עדיין ×œ× × ×•×¦×¨, בחר כדי ליצור", + "option-show-existing-only": "הצג ×§×™×™× ×‘×œ×‘×“", + "option-show-existing-only-description": "×”×× ×œ×”×¦×™×’ ×§×™×©×•×¨×™× ×œ×§×‘×¦×™× ×©×¢×“×™×™×Ÿ ×œ× × ×•×¦×¨×•.", + "option-show-attachments": "הצג ×§×‘×¦×™× ×ž×¦×•×¨×¤×™×", + "option-show-attachments-desc": "הצג ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×›×ž×• ×ª×ž×•× ×•×ª, ×¡×¨×˜×•× ×™× ×•×§×•×‘×¦×™ PDF.", + "option-show-all-file-types": "הצג ×ת כל סוגי הקבצי×", + "option-show-all-file-types-desc": "הצג ×ת כל ×”×§×‘×¦×™× ×›×•×œ×œ ×לה ש-Obsidian ×œ× ×™×›×•×œ לפתוח. הקובץ ייפתח ×¢× ×פליקציית ברירת המחדל עבור סוג קובץ ×–×”." + }, + "graph-view": { + "name": "תצוגת גרף", + "desc": "ר××” סקירת גרף של ×ילו הערות מקשרות ל××™×–×”.", + "action-open": "פתח תצוגת גרף", + "action-open-local": "פתח גרף מקומי", + "action-copy-screenshot": "העתק ×¦×™×œ×•× ×ž×¡×š", + "tab-title": "גרף של {{displayText}}", + "label-filters": "×ž×¡× × ×™×", + "prompt-filter-nodes": "לחפש תיקיות...", + "option-depth": "עומק", + "option-depth-description": "הצג ×¦×ž×ª×™× ×ת המספר ×”×–×” של קישורי×", + "option-neighbor-links": "קישורי ×©×›× ×™×", + "option-neighbor-links-description": "הצג ×§×™×©×•×¨×™× ×‘×™×Ÿ ×©×›× ×™×.", + "option-forelinks": "×§×™×©×•×¨×™× ×™×•×¦××™×", + "option-forelinks-description": "הצג ×§×™×©×•×¨×™× ×œ×§×‘×¦×™× ×חרי×", + "option-backlinks": "×§×™×©×•×¨×™× × ×›× ×¡×™×", + "option-backlinks-description": "הצג ×§×™×©×•×¨×™× ×ž×§×‘×¦×™× ×חרי×", + "option-show-tags": "תגי×", + "option-show-tags-description": "×”×ª×’×™× ×ž×§×•×©×¨×™× ×œ×§×‘×¦×™× ×”×ž×›×™×œ×™× ×ות×", + "option-show-attachments": "×§×‘×¦×™× ×ž×¦×•×¨×¤×™×", + "option-show-attachments-description": "הצג ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×”×›×œ×•×œ×™× ×œ×¤×™ קבצי×", + "option-show-existing-files-only": "×§×‘×¦×™× ×§×™×™×ž×™× ×‘×œ×‘×“", + "option-show-existing-files-only-description": "×›×שר מסומן, ×§×™×©×•×¨×™× ×œ×§×‘×¦×™× ×©××™× × ×§×™×™×ž×™× ××™× × ×ž×•×¦×’×™×", + "option-show-orphans": "יתומי×", + "option-show-orphans-description": "הצג ×§×‘×¦×™× ×©××™× × ×ž×§×•×©×¨×™× ×œ×©×•× ×§×•×‘×¥ ×חר", + "label-display": "להציג", + "option-show-arrows": "חצי×", + "option-show-arrows-description": "הצג ×—×™×¦×™× ×‘×¢×ª התקרבות", + "option-text-fade": "סף דהיית טקסט", + "option-node-size": "גודל הצומת", + "option-link-thickness": "עובי קישור", + "label-forces": "כוחות", + "option-center-force": "כוח מרכז", + "option-link-force": "כוח קישור", + "option-link-distance": "מרחק קישור", + "option-repel-force": "דחיית כוח", + "tooltip-open-graph-settings": "פתח ×ת הגדרות הגרף", + "msg-screenshot-copied": "×¦×™×œ×•× ×ž×¡×š הועתק ללוח.", + "label-groups": "קבוצות", + "placeholder-enter-query": "הזן ש×ילתה...", + "tooltip-delete-graph": "מחק קבוצה", + "button-new-group": "קבוצה חדשה", + "tooltip-click-to-change-drag-to-reorder": "לחץ כדי ×œ×©× ×•×ª צבע\nגרור כדי לסדר מחדש קבוצות", + "action-timelapse": "התחל ×× ×™×ž×¦×™×™×ª Timelapse של גרף", + "tooltip-start-timelapse-animation": "התחל ×× ×™×ž×¦×™×™×ª Timelapse", + "button-animate-timelapse": "×œ×”× ×¤×™×©" + }, + "backlinks": { + "name": "×§×™×©×•×¨×™× × ×›× ×¡×™×", + "desc": "הצג מספר ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×©×•×¨×ª המצב.", + "action-open": "פתח ×§×™×©×•×¨×™× × ×›× ×¡×™×", + "action-show": "הצג ×—×œ×•× ×™×ª ×§×™×©×•×¨×™× × ×›× ×¡×™×", + "action-open-for-current": "פתח ×§×™×©×•×¨×™× × ×›× ×¡×™× ×¢×‘×•×¨ הקובץ ×”× ×•×›×—×™", + "action-toggle-backlinks-in-document": "החלף ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×ž×¡×ž×š", + "menu-opt-backlinks-in-document": "×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×ž×¡×ž×š", + "label-linked-mentions": "××–×›×•×¨×™× ×ž×§×•×©×¨×™×", + "label-no-backlinks": "×œ× × ×ž×¦×ו ×§×™×©×•×¨×™× × ×›× ×¡×™×.", + "label-unlinked-mentions": "××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™×", + "label-show-search": "הצג ×ž×¡× ×Ÿ חיפוש", + "label-link-button-text": "קישור", + "tab-title": "×§×™×©×•×¨×™× × ×›× ×¡×™× ×¢×‘×•×¨ {{displayText}}", + "label-no-unlinked-mentions": "×œ× × ×ž×¦×ו ××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™×.", + "ellipsis": "...", + "option-backlink-in-document": "קישור חוזר במסמך", + "option-backlink-in-document-desc": "הצג ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×ž×¡×ž×š כברירת מחדל בעת פתיחת ×—×œ×•× ×™×•×ª חדשות." + }, + "outgoing-links": { + "name": "×§×™×©×•×¨×™× ×™×•×¦××™×", + "desc": "הצג ×§×™×©×•×¨×™× ×™×•×¦××™× ×•×–×™×”×•×™ ××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™× ×©×œ הערות ×חרות בהערה ×”× ×•×›×—×™×ª.", + "action-open": "פתח ×§×™×©×•×¨×™× ×™×•×¦××™×", + "action-show": "הצג ×ת ×—×œ×•× ×™×ª ×”×§×™×©×•×¨×™× ×”×™×•×¦××™×", + "action-open-for-current": "פתח ×§×™×©×•×¨×™× ×™×•×¦××™× ×¢×‘×•×¨ הקובץ ×”× ×•×›×—×™", + "tab-title": "×§×™×©×•×¨×™× ×™×•×¦××™× ×ž-{{displayText}}", + "label-links": "קישורי×", + "label-no-links": "×œ× × ×ž×¦×ו קישורי×.", + "label-unlinked-mentions": "××–×›×•×¨×™× ×œ× ×ž×§×•×©×¨×™×", + "tooltip-link-file": "קשר ×ת הקובץ ×”×–×”", + "tooltip-not-created": "עדיין ×œ× × ×•×¦×¨" + }, + "tag-pane": { + "name": "×—×œ×•× ×™×ª תגי×", + "short-name": "תגי×", + "desc": "מציג ×ת כל ×”×ª×’×™× ×©×œ×š יחד ×¢× ×ž×¡×¤×¨ ×”×ž×•×¤×¢×™× ×©×œ×”×.", + "action-show": "הצג ×—×œ×•× ×™×ª תגי×", + "label-no-tags": "×œ× × ×ž×¦×ו תגי×.", + "label-sort-by-name-a-to-z": "×©× ×ª×’ (×' עד ת')", + "label-sort-by-name-z-to-a": "×©× ×ª×’ (Z עד A)", + "label-sort-by-frequency-high-to-low": "תדירות (מגבוה ×œ× ×ž×•×›×”)", + "label-sort-by-frequency-low-to-high": "תדירות (× ×ž×•×›×” עד גבוהה)", + "action-show-nested-tags": "הצג ×ª×’×™× ×ž×§×•× × ×™×", + "action-collapse-all": "למוטט הכל", + "action-expand-all": "הרחב הכל" + }, + "properties": { + "name": "תצוגת מ××¤×™×™× ×™×", + "desc": "הצג ×ת ×”×ž×˜× × ×ª×•× ×™× ×¢×‘×•×¨ ×”×§×‘×¦×™× ×©×œ×š.", + "name-global": "כל המ××¤×™×™× ×™×", + "name-local": "מ××¤×™×™× ×™ קובץ", + "tab-title": "מ××¤×™×™× ×™ קובץ עבור {{displayText}}", + "action-show": "הצג ×ת כל המ××¤×™×™× ×™×", + "action-show-local": "הצג מ××¤×™×™× ×™ קובץ", + "action-edit": "לערוך", + "opt-unassign-type": "בטל הקצ×ת סוג", + "label-no-properties": "×œ× × ×ž×¦×ו מ××¤×™×™× ×™×.", + "label-invalid-properties": "מ××¤×™×™× ×™× ×œ× ×—×•×§×™×™×.", + "label-sort-by-name-a-to-z": "×©× ×”×ž×פיין (×' עד ת')", + "label-sort-by-name-z-to-a": "×©× ×”×ž×פיין (Z עד A)", + "label-sort-by-frequency-high-to-low": "תדירות (מגבוה ×œ× ×ž×•×›×”)", + "label-sort-by-frequency-low-to-high": "תדירות (× ×ž×•×›×” עד גבוהה)", + "label-change-property-type": "×©× ×” ×ת סוג המ×פיין", + "msg-merge-properties-warning": "למזג ×ת המ×פיין \"{{oldKey}}\" ×¢× \"{{newKey}}\"?", + "msg-merge-properties-warning-desc": "במקרה של ×”×ª× ×’×©×•×™×•×ª, ×”×¢×¨×›×™× ×™×ž×•×–×’×• ×ו שישמש ×ת הערך מ-\"{{oldKey}}\".", + "action-collapse-all": "×œ×¦×ž×¦× ×”×›×œ", + "action-expand-all": "הרחב הכל", + "action-open-local": "פתח ×ת מ××¤×™×™× ×™ הקובץ", + "action-open-daily-note": "פתק יומי פתוח" + }, + "page-preview": { + "name": "תצוגה מקדימה של הדף", + "desc": "תצוגה מקדימה של הערה בעת ריחוף של קישור ×¤× ×™×ž×™. Ctrl/Cmd + רחף במצב עורך.", + "label-empty-attachment": "\"{{linktext}}\" ×œ× × ×ž×¦×.", + "label-empty-note": "\"{{linktext}}\" עדיין ×œ× × ×•×¦×¨. לחץ כדי ליצור.", + "label-source-editor": "עורך", + "label-source-preview": "תצוגה מקדימה", + "label-source-search": "חיפוש, ×§×™×©×•×¨×™× × ×›× ×¡×™× ×•×§×™×©×•×¨×™× ×™×•×¦××™×", + "label-require-mod": "דרוש {{key}} כדי להפעיל תצוגה מקדימה של דף בעת ריחוף" + }, + "bookmarks": { + "name": "×¡×™×ž× ×™×•×ª", + "desc": "סמן ×§×‘×¦×™× ×•×—×™×¤×•×©×™× ×‘×©×™×ž×•×© תכוף.", + "action-show": "הצג ×¡×™×ž× ×™×•×ª", + "action-collapse-all": "למוטט הכל", + "action-new-bookmark": "סמן ×ת הכרטיסייה הפעילה ×‘×¡×™×ž× ×™×•×ª...", + "action-new-group": "קבוצת ×¡×™×ž× ×™×•×ª חדשה", + "action-bookmark": "×¡×™×ž× ×™×™×”...", + "action-add-bookmark": "הוסף ×¡×™×ž× ×™×”", + "action-edit-bookmark": "ערוך ×¡×™×ž× ×™×”", + "action-bookmark-block": "×¡×™×ž× ×™×” בלוק מתחת לסמן...", + "action-bookmark-heading": "כותרת ×¡×™×ž× ×™×” מתחת לסמן...", + "action-bookmark-search": "סמן ×ת החיפוש ×”× ×•×›×—×™...", + "action-remove-bookmark": "הסר ×ת ×”×¡×™×ž× ×™×” עבור הקובץ ×”× ×•×›×—×™", + "action-bookmark-tab-group": "×¡×™×ž× ×™×” הכרטיסייה {{count}}...", + "action-bookmark-tab-group_plural": "×¡×™×ž× ×™×™×” של {{count}} כרטיסיות...", + "action-bookmark-all-tabs": "סמן ×ת כל הכרטיסיות ×‘×¡×™×ž× ×™×•×ª...", + "action-bookmark-graph": "סמן ×ת הגרף ×”×–×” ×‘×¡×™×ž× ×™×•×ª...", + "label-bookmark": "×¡×™×ž× ×™×”", + "label-bookmarked": "×¡×™×ž× ×™×”", + "label-bookmark-with-count": "×¡×™×ž× ×™×” {{count}}", + "label-bookmark-with-count_plural": "{{count}} ×¡×™×ž× ×™×•×ª", + "label-no-bookmarks": "×œ× × ×ž×¦×ו ×¡×™×ž× ×™×•×ª", + "label-invalid-data": "×˜×¢×™× ×ª ×”×¡×™×ž× ×™×•×ª × ×›×©×œ×”.", + "label-invalid-data-desc": "קובץ ×”× ×ª×•× ×™× ×¤×’×•×.", + "label-untitled-group": "קבוצה ×œ×œ× ×©×", + "label-untitled-graph": "גרף ×œ×œ× ×›×•×ª×¨×ª", + "menu-opt-edit": "לערוך...", + "menu-opt-remove": "להסיר", + "menu-opt-rename": "×©× ×” ש×", + "menu-opt-bookmark-block": "סמן ×ת הבלוק ×”×–×” ×‘×¡×™×ž× ×™×•×ª...", + "menu-opt-bookmark-heading": "הוסף כותרת זו ×œ×¡×™×ž× ×™×•×ª...", + "msg-no-search-query": "×ין ש×ילתת חיפוש ×œ×¡×™×ž× ×™×”.", + "option-path": "× ×ª×™×‘", + "option-query": "ש×ילת×", + "option-u-r-l": "כתובת ×תר", + "option-title": "כותרת", + "option-group": "קבוצת ×¡×™×ž× ×™×•×ª", + "placeholder-bookmark-group": "×¡×™×ž× ×™×•×ª" + }, + "custom-css": { + "name": "CSS מות×× ×ישית", + "desc": "×§×•×¨× \"obsidian.css\" בכספת ומחיל ×ותו.", + "setting-community-themes": "× ×•×©××™× ×§×”×™×œ×ª×™×™×", + "msg-fetching-themes": "×ž×‘×™× × ×ª×•× ×™× ×©×œ × ×•×©× ×”×§×”×™×œ×”...", + "prompt-filter": "×œ×¡× ×Ÿ...", + "label-dark-theme-only": "× ×•×©××™× ××¤×œ×™× ×‘×œ×‘×“", + "label-light-theme-only": "ערכות × ×•×©× ×§×œ×•×ª בלבד", + "label-use": "להשתמש", + "label-stop-use": "הפסק להשתמש בערכת × ×•×©× ×–×”", + "label-install-and-use": "התקן והשתמש", + "label-update": "עדכון", + "label-no-readme": "ערכת × ×•×©× ×–×” ×œ× ×¡×™×¤×§×” קובץ README.", + "tooltip-remove-theme": "הסר עיצוב", + "label-visit-on-github": "בקר ב-GitHub", + "msg-load-error": "×œ× × ×™×ª×Ÿ לטעון ערכות × ×•×©× ×©×œ הקהילה, ×× × ×‘×“×•×§ ×ת הרשת שלך.", + "msg-now-using-theme": "×תה משתמש כעת ב-{{title}} ×›× ×•×©× ×”-CSS שלך.", + "msg-deleted-theme": "×”× ×•×©× {{title}} × ×ž×—×§.", + "msg-updated-theme": "×”× ×•×©× {{title}} עודכן.", + "label-installed": "מותקן", + "label-legacy": "מורשת", + "button-update-all-themes": "עדכן הכל", + "msg-failed-load-themes": "×˜×¢×™× ×ª ערכות ×”× ×•×©× ×©×œ הקהילה × ×›×©×œ×”.", + "msg-no-updates-found": "×œ× × ×ž×¦×ו ×¢×“×›×•× ×™ ערכות × ×•×©×.", + "msg-updates-found": "× ×ž×¦× ×¢×¨×›×ª × ×•×©× {{count}} לעדכון.", + "msg-updates-found_plural": "× ×ž×¦×ו {{count}} ערכות × ×•×©× ×œ×¢×“×›×•×Ÿ.", + "msg-failed-to-install-theme": "×”×ª×§× ×ª העיצוב \"{{name}}\" × ×›×©×œ×”.", + "msg-successfully-installed-theme": "העיצוב \"{{name}}\" הותקן בהצלחה.", + "msg-installing-theme": "מתקין ×ת ערכת ×”× ×•×©× \"{{name}}\"...", + "label-search-summary": "מציג {{themeCount}}:", + "label-update-available": "עדכון זמין" + }, + "command-palette": { + "name": "לוח פקודות", + "desc": "הקלד פקודה כדי להפעיל ×ותה. ×ין צורך להשתמש בממשק המשתמש ×ו לזכור ×ת קיצור הדרך.", + "action-open": "פתח ×ת לוח הפקודות", + "instruction-navigate": "×œ× ×•×•×˜", + "instruction-use": "להשתמש", + "instruction-dismiss": "לבטל", + "label-no-commands": "×œ× × ×ž×¦×ו פקודות.", + "prompt-type-command": "הקלד פקודה...", + "label-pinned-commands": "פקודות מוצמדות", + "option-add-new-pin": "פקודה מוצמדת חדשה", + "option-add-new-pin-description": "פקודות מוצמדות יופיעו בר×ש כל הפקודות ×›×שר ×ין ש×ילתת חיפוש." + }, + "markdown-format-importer": { + "name": "יבו×ן פורמט Markdown", + "desc": "המרת Markdown מ×פליקציות ×חרות לפורמט Obsidian.", + "action-open": "פתח ×ת יבו×ן Markdown", + "option-roam-tag-fixer": "מתקן תגיות Roam Research", + "option-roam-tag-fixer-description": "ממיר ×ת \"#tag\" ו-\"#[[tag]]\" ל-\"[[tag]]\".", + "option-roam-highlight-fixer": "מתקן הדגשה של Roam Research", + "option-roam-highlight-fixer-description": "ממיר \"^^highlight^^\" ל-\"==highlight==\".", + "option-roam-todo-converter": "ממיר TODO של Roam Research", + "option-roam-todo-converter-description": "ממיר ×ת \"{{[[TODO]]}}\" ל-\"[ ]\".", + "option-bear-highlight-fixer": "מתקן גולת הכותרת של דוב", + "option-bear-highlight-fixer-description": "ממיר ×ת \"::highlight::\" ל-\"==highlight==\".", + "zettelkasten-link-fixer": "מתקן קישור Zettelkasten", + "zettelkasten-link-fixer-description": "מתקן ×ת קישורי \"[[UID]]\" ל\"[[×©× ×§×•×‘×¥ UID]]\" המל×.", + "zettelkasten-link-beautifier": "Zettelkasten link beautifier", + "zettelkasten-link-beautifier-description": "מתקן קישורי \"[[UID]]\" ×•×’× ×ž×™×™×¤×” ××•×ª× \"[[×©× ×§×•×‘×¥ UID|×©× ×§×•×‘×¥]]\".", + "msg-all-files-warning": "×זהרה: היבו×ן ימיר ×ת כל ×”×§×‘×¦×™× ×‘×›×¡×¤×ª שלך, ×œ× ×¨×§ ×ת הקובץ ×”× ×•×›×—×™.", + "msg-override-files-warning": "×”×§×‘×¦×™× ×©×œ×š יוחלפו. גבה ×ת כל ×”×§×‘×¦×™× ×©×œ×š ×œ×¤× ×™ × ×™×¡×™×•×Ÿ המרה.", + "label-start-conversion": "התחל המרה", + "label-stop": "תפסיק", + "label-go-back": "תחזור", + "label-done": "בוצע", + "label-processing": "מעבד...", + "label-cancelling": "מבטל...", + "label-finished": "גמור!", + "label-processed-files": "×§×‘×¦×™× ×ž×¢×•×‘×“×™×", + "label-modified-files": "×§×‘×¦×™× ×©×©×•× ×•", + "label-total-replacements": "סך הכל תחליפי×" + }, + "daily-notes": { + "name": "הערות יומיות", + "desc": "פתח ×ת הפתק היומי של היו×, ×ו צור ×חד ×× ×œ× ×§×™×™×.", + "short-name": "היו×", + "action-open": "פתח ×ת ההערה של היו×", + "action-open-previous": "פתח הערה יומית קודמת", + "action-open-next": "פתח ×ת הפתק היומי הב×", + "action-insert-text": "×”×›× ×¡ טקסט להערה היומית", + "action-insert-link": "×”×›× ×¡ קישור להערה היומית", + "msg-fail-format": "יצירת הערה יומית × ×›×©×œ×”. \"{{format}}\" ××™× ×• פורמט חוקי.", + "msg-fail-folder": "יצירת הערה יומית × ×›×©×œ×”. התיקייה \"{{folderOption}}\" ×œ× × ×ž×¦××”.", + "msg-fail-template-file": "יצירת הערה יומית × ×›×©×œ×”. קובץ ×”×ª×‘× ×™×ª \"{{template}}\" ×œ× × ×ž×¦×.", + "msg-no-previous": "×ין הערה יומית ×œ×¤× ×™ ×–×”.", + "msg-no-next": "×ין הערה יומית ×חרי ×–×”.", + "option-date-format": "פורמט ת×ריך", + "label-refer-to-syntax": "לתחביר × ×•×¡×£, עיין ב:", + "label-syntax-link": "×”×¤× ×™×” לפורמט", + "label-syntax-live-preview": "×”× ×” ×יך ×–×” ייר××”:", + "option-new-file-location": "×ž×™×§×•× ×§×•×‘×¥ חדש", + "option-new-file-location-description": "× ×ª×™×‘ התיקייה ליצירת ההערה היומית החדשה.", + "option-template": "×ž×™×§×•× ×§×•×‘×¥ ×”×ª×‘× ×™×ª", + "option-template-description": "× ×ª×™×‘ הקובץ לשימוש ×›×ª×‘× ×™×ª.", + "option-open-on-start": "הערה יומית פתוחה על ההפעלה", + "option-open-on-start-description": "פתח ×ת הפתק היומי שלך ב×ופן ×וטומטי בכל ×¤×¢× ×©×תה פותח ×ת הכספת הזו." + }, + "unique-note-creator": { + "name": "יוצר פתק ייחודי", + "desc": "צור הערות ×¢× ×§×™×“×•×ž×•×ª חותמת זמן ייחודיות, עבור זרימות עבודה כמו zettelkasten ×ו slip box.", + "short-name": "ייחודי", + "action-create-note": "צור הערה ייחודית חדשה", + "option-new-file-location": "×ž×™×§×•× ×§×•×‘×¥ חדש", + "option-new-file-location-description": "× ×ª×™×‘ התיקיה ליצירת ההערה הייחודית החדשה.", + "msg-folder-not-found": "יצירת הערה ייחודית × ×›×©×œ×”. התיקייה \"{{folderOption}}\" ×œ× × ×ž×¦××”.", + "option-template-file": "×ž×™×§×•× ×§×•×‘×¥ ×”×ª×‘× ×™×ª", + "option-template-file-description": "× ×ª×™×‘ הקובץ לשימוש ×›×ª×‘× ×™×ª.", + "option-template-file-placeholder": "דוגמה: תיקייה1/הערה", + "option-id-format": "פורמט קידומת ייחודי", + "msg-template-file-not-found": "יצירת הערה ייחודית × ×›×©×œ×”. קובץ ×”×ª×‘× ×™×ª \"{{template}}\" ×œ× × ×ž×¦×.", + "msg-failed-to-generate": "יצירת הערה ייחודית בפורמט \"{{format}} × ×›×©×œ×”." + }, + "random-note": { + "name": "הערה ×קר×ית", + "desc": "פותח הערה ×קר×ית. שימושי לסקירה ולגילוי.", + "short-name": "×קר××™", + "action-open": "פתח הערה ×קר×ית" + }, + "outline": { + "name": "מתווה", + "desc": "מציג ×ת קווי המת×ר של הקובץ ×”× ×•×›×—×™ ×ו ×”×—×œ×•× ×™×ª המקושרת.", + "action-open": "מת×ר פתוח", + "action-show": "הצג ×—×œ×•× ×™×ª מת×ר", + "action-open-for-current": "פתח ×ת קווי המת×ר של הקובץ ×”× ×•×›×—×™", + "tab-title": "מת×ר של {{displayText}}", + "label-no-headings": "×œ× × ×ž×¦×ו כותרות." + }, + "word-count": { + "name": "ספירת מילי×", + "desc": "הצג ספירת ×ž×™×œ×™× ×‘×©×•×¨×ª המצב." + }, + "slides": { + "name": "שקופיות", + "desc": "הווה מ-Markdown. השתמש ב---- כדי להפריד בין שקופיות.", + "action-start": "התחל ×ת המצגת" + }, + "audio-recorder": { + "name": "מקליט ×ודיו", + "desc": "הקלט ×ודיו ושמור כקובץ מצורף.", + "action-start": "התחל להקליט ×ודיו", + "action-stop": "הפסק להקליט ×ודיו", + "action-toggle": "התחל/הפסק הקלטה", + "msg-access-denied": "הגישה למיקרופון × ×“×—×ª×”, ×× × ×”×¤×¢×œ ×ותה ×ž×—×œ×•× ×™×ª ההעדפות.", + "msg-pending-grant": "×× × ×”×¢× ×§ הרש××” למיקרופון כדי להתחיל בהקלטה.", + "msg-no-microphone": "×ין מיקרופון מחובר." + }, + "open-with-default-app": { + "name": "פתח ב×פליקציית ברירת המחדל", + "desc": "כפתור הוסף כדי לפתוח ×ת הקובץ ×”× ×•×›×—×™ ב×פליקציית ברירת המחדל.", + "action-open-file": "פתח ב×פליקציית ברירת המחדל", + "action-open-file-mobile": "לחלוק", + "action-show-in-folder": "הצג בתיקייה", + "action-show-in-folder-mac": "חשוף ב-Finder" + }, + "templates": { + "name": "×ª×‘× ×™×•×ª", + "desc": "הוסף תוכן ×ª×‘× ×™×ª מתיקיה של קובצי ×ª×‘× ×™×ª.", + "action-insert": "×”×›× ×¡ ×ª×‘× ×™×ª", + "action-insert-current-date": "×”×›× ×¡ ×ת הת×ריך ×”× ×•×›×—×™", + "action-insert-current-time": "×”×›× ×¡ ×ת השעה ×”× ×•×›×—×™×ª", + "option-template-folder-location": "×ž×™×§×•× ×ª×™×§×™×™×ª ×”×ª×‘× ×™×ª", + "option-template-folder-location-description": "×§×‘×¦×™× ×‘×ª×™×§×™×™×” זו יהיו ×–×ž×™× ×™× ×›×ª×‘× ×™×•×ª.", + "option-template-date-format": "פורמט ת×ריך", + "option-template-date-format-description": "{{date}} בקובץ ×”×ª×‘× ×™×ª יוחלף בערך ×–×”.", + "option-template-date-format-description2": "×תה יכול ×’× ×œ×”×©×ª×ž×© ב-{{date:YYYY-MM-DD}} כדי לעקוף ×ת הפורמט ×¤×¢× ×חת.", + "option-template-time-format": "פורמט זמן", + "option-template-time-format-description": "{{time}} בקובץ ×”×ª×‘× ×™×ª יוחלף בערך ×–×”.", + "option-template-time-format-description2": "×תה יכול ×’× ×œ×”×©×ª×ž×© ב-{{time:HH:mm}} כדי לעקוף ×ת הפורמט ×¤×¢× ×חת.", + "instruction-navigate": "×œ× ×•×•×˜", + "instruction-insert": "כדי ×œ×”×›× ×™×¡ ×ª×‘× ×™×ª", + "instruction-dismiss": "לבטל", + "msg-no-templates-found": "×œ× × ×ž×¦×ו ×ª×‘× ×™×•×ª", + "msg-fail-invalid-folder": "×¨×™×©×•× ×”×ª×‘× ×™×•×ª × ×›×©×œ. תיקיית ×”×ª×‘× ×™×ª ××™× ×” חוקית.", + "msg-fail-folder-not-found": "×¨×™×©×•× ×”×ª×‘× ×™×•×ª × ×›×©×œ. התיקייה \"{{folderOption}}\" ×œ× × ×ž×¦××”.", + "msg-fail-invalid-template-properties": "×œ× × ×™×ª×Ÿ ×œ×”×›× ×™×¡ ×ª×‘× ×™×ª, ×œ× × ×™×ª×Ÿ ×”×™×” ×œ×§×¨×•× ×ת המ××¤×™×™× ×™× ×‘×§×•×‘×¥ ×”×ª×‘× ×™×ª.", + "msg-no-folder-set": "×¨×™×©×•× ×”×ª×‘× ×™×•×ª × ×›×©×œ. ×œ× ×”×•×’×“×¨×” תיקיית ×ª×‘× ×™×ª.", + "prompt-type-template": "הקלד ×©× ×©×œ ×ª×‘× ×™×ª..." + }, + "translucency": { + "name": "חלון שקוף", + "desc": "הפעל ×ת ×פקט השקיפות כדי לשפר ×ת תחושת העומק. עדיף להשתמש במצב ×›×”×”. ×œ× × ×ª×ž×š ×‘×œ×™× ×•×§×¡." + }, + "slash-command": { + "name": "פקודות סל×ש", + "desc": "×פשר ×ת היכולת להפעיל פקודות לוכסן בעורך על ידי הקלדת הלוכסן קדימה." + }, + "editor-status": { + "name": "סטטוס עורך", + "desc": "מוסיף פריט בשורת המצב כדי להציג ×•×œ×©× ×•×ª ×ת מצב העורך ×”× ×•×›×—×™.", + "read": "קרי××”", + "edit-source": "מצב מקור", + "edit-live-preview": "תצוגה מקדימה ×—×™×”" + }, + "publish": { + "name": "לפרס×", + "desc": "×¤×¨×¡× ×ת ההערות שלך דרך Obsidian Publish.", + "action-publish-changes": "×¤×¨×¡× ×©×™× ×•×™×™×...", + "action-publish-file": "Publish current file", + "label-no-internet-access": "×תה צריך גישה ל××™× ×˜×¨× ×˜ כדי ×œ×¤×¨×¡× ×©×™× ×•×™×™×.", + "label-publish-service-description": "Obsidian Publish ×”×•× ×©×™×¨×•×ª תוסף ×‘×ª×©×œ×•× ×”×ž×פשר לך ×œ×¤×¨×¡× ×ת ההערות שלך ב×ופן מקוון ישירות מ×ובסידי×ן.", + "label-please-login": "כדי להתחיל לפרס×, התחבר ×ו צור חשבון Obsidian חדש.", + "label-no-publish-subscription": "עדיין ×ין לך ×ž× ×•×™ Obsidian Publish.", + "button-purchase": "לרכוש", + "label-manage-sites": "× ×™×”×•×œ ×תרי×", + "label-no-sites": "×ין לך ×תרי×.", + "button-choose": "בחר", + "tooltip-edit-site-id": "ערוך ×ת מזהה ×”×תר", + "tooltip-delete-site": "מחק ×תר", + "label-delete-site-confirmation": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת ×”×תר ×”×–×”?", + "label-delete-site-details": "פעולה זו תמחק ×ת ×”×תר שלך ב×ופן מיידי ולתמיד.", + "label-confirm-delete-site": "×שר ×ת מחיקת ×”×תר \"{{site}}\"", + "option-site-id": "מזהה ×תר", + "option-site-id-description": "×”×תר שלך ×™×”×™×” ב-https://publish.obsidian.md/{site id}. תוכל ×œ×©× ×•×ª ×–×ת מ×וחר יותר. רק ×ותיות ×§×˜× ×•×ª, ×ž×¡×¤×¨×™× ×•×ž×§×¤×™× ×ž×•×ª×¨×™×.", + "option-site-id-placeholder": "בחר מזהה ×תר", + "button-create": "ליצור", + "msg-invalid-site-id": "מזהה ×תר יכול להכיל רק ×ותיות ×§×˜× ×•×ª, ×ž×¡×¤×¨×™× ×•×ž×§×¤×™×.", + "msg-site-id-in-use": "מזהה ×תר ×–×” × ×ž×¦× ×‘×©×™×ž×•×©, ×× × × ×¡×” ×חד ×חר.", + "msg-create-site-issue": "זו הייתה בעיה בעת יצירת ×”×תר שלך.", + "label-site-options": "×פשרויות ×”×תר", + "option-site-general": "כללי", + "option-site-components": "רכיבי×", + "option-site-appearance": "מר××” ×—×™×¦×•× ×™", + "option-site-reading-experience": "חווית קרי××”", + "option-site-misc": "הגדרות ×תר ×חרות", + "option-site-name": "×©× ×תר", + "option-site-name-description": "×©× ×”×תר שפורס×. ×–×” יופיע בכותרת העמוד של ×”×תר שלך.", + "option-site-name-placeholder": "×©× ×”×תר שלך", + "option-home-page-file": "קובץ דף הבית", + "option-home-page-file-description": "הדף הר×שון שהמשתמש רו××” ×›×©×”×•× × ×•×—×ª ב×תר שפורס×", + "option-home-page-file-placeholder": "בחר קובץ שפורס×", + "option-logo": "סמל", + "option-logo-description": "בחר קובץ ×ª×ž×•× ×” בתור לוגו ×”×תר שלך.", + "option-logo-placeholder": "כל ×ª×ž×•× ×” שהועלתה בכספת שלך...", + "option-site-collaboration": "שיתוף פעולה ב×תר", + "option-site-collaboration-desc": "× ×”×œ שותפי עריכה עבור ×תר ×–×”.", + "option-customize-navigation": "הת×× ×ישית ×ת ×”× ×™×•×•×˜", + "option-customize-navigation-desc": "תעקוף ×ת סדר פריטי ×”× ×™×•×•×˜ והסתר ×“×¤×™× ×ו תיקיות מלהציג.", + "option-navigation-order": "סדר תצוגת פריט × ×™×•×•×˜", + "option-hide-items-in-navigation": "הסתר ×“×¤×™× ×ו תיקיות ×ž×”× ×™×•×•×˜", + "option-hide-items-in-navigation-desc": "לחץ לחיצה ×™×ž× ×™×ª ובחר \"הסתר\" כדי ×œ×ž× ×•×¢ ×“×¤×™× ×¡×¤×¦×™×¤×™×™× ×œ×”×•×¤×™×¢ ×‘× ×™×•×•×˜ ב×תר. ×”×“×¤×™× ×¢×“×™×™×Ÿ יהיו × ×’×™×©×™× ×‘×מצעות ×§×™×©×•×¨×™× ×ו גישה ישירה לכתובת ×”×תר.", + "option-show-hidden-items": "הר××” ×ת המוסתר", + "button-customize-sidebar": "×œ× ×”×œ", + "label-navigation-modal-title": "× ×™×•×•×˜", + "label-navigation-modal-desc": "גרור ושחרר כדי להת××™× ×ישית ×ת הסדר שבו פריטי × ×™×•×•×˜ ×ž×•×¤×™×¢×™× ×‘×תר ×”×¤×¨×¡×•× ×©×œ×š.", + "option-hide-in-navigation": "הסתר ×‘× ×™×•×•×˜", + "button-manage-collaborators": "×œ× ×”×œ", + "option-theme": "× ×•×©×", + "option-theme-description": "בחר ערכת צבע ברירת מחדל עבור ×”×תר שלך.", + "option-theme-system": "הת×ימו למערכת", + "option-show-theme-toggle": "החלפת בהיר/×›×”×”", + "option-show-theme-toggle-description": "תן למבקר לעבור בין × ×•×©× ×‘×”×™×¨ לחשוך בעצמו.", + "option-show-navigation": "הר××” × ×™×•×•×˜", + "option-show-navigation-description": "הצג רשימה של כל ×”×“×¤×™× ×©×¤×•×¨×¡×ž×• בצד ימין של ×”×תר שפורס×.", + "option-show-search": "הצג ×ת שורת החיפוש", + "option-show-search-description": "הצג סרגל חיפוש בר×ש ×”× ×™×•×•×˜ המ×פשר ×œ×ž×‘×§×¨×™× ×œ×—×¤×© ×“×¤×™× ×•×›×•×ª×¨×•×ª ב×תר שלך.", + "option-show-graph": "הצג תצוגת גרף", + "option-show-graph-description": "הצג גרף מקומי קטן בכל עמוד.", + "option-show-outline": "הצג ×ת תוכן ×”×¢× ×™×™× ×™×", + "option-show-outline-description": "הצג ×ת קווי המת×ר של הכותרות בכל עמוד.", + "option-show-backlinks": "הצג ×§×™×©×•×¨×™× × ×›× ×¡×™×", + "option-show-backlinks-description": "הצג קטע ×§×™×©×•×¨×™× × ×›× ×¡×™× ×‘×¡×•×£ כל עמוד.", + "option-sliding-window-mode": "השתמש ×‘×—×œ×•× ×•×ª ×”×–×–×”", + "option-sliding-window-mode-description": "פתח ×“×¤×™× ×‘×—×œ×•× ×™×•×ª חדשות מימין. מ×פשר גלילה ×ופקית בין ×—×œ×•× ×™×•×ª.", + "option-hover-preview-file": "הצג תצוגה מקדימה של ריחוף", + "option-hover-preview-file-description": "הצג תצוגה מקדימה של דף בעת ריחוף קישורי×.", + "option-hide-title": "הסתר ×ת כותרת העמוד", + "option-hide-title-description": "הסתר ×ת כותרת הדף. שימושי ×›×שר יש לך כותרות משלך בתחילת כל עמוד.", + "option-readable-line-length": "×ורך שורה קרי×", + "option-readable-line-length-description": "הגבל ×ת ×ורך הקו המרבי. מת××™× ×¤×—×•×ª תוכן על המסך, ×בל הופך פסק×ות ×רוכות לקרי×ות יותר.", + "option-site-password": "סיסמ×ות", + "option-site-password-description": "הגבל ×ת הגישה ל×תר שלך ב×מצעות סיסמ×ות.", + "option-google-analytics": "קוד מעקב של Google Analytics", + "option-google-analytics-description": "הגדר ×ת Google Analytics עבור ×”×תר שלך. זמין רק ×œ×ž×‘×§×¨×™× ×ž×›×ª×•×‘×ª ×”×תר של הדומיין המות×× ×ישית שלך. בדוק תחילה ×¢× ×”×—×•×§×™× ×•×”×ª×§× ×•×ª ×”×ž×§×•×ž×™×™× ×©×œ×š.", + "button-manage-passwords": "×œ× ×”×œ", + "button-save-site-settings": "שמור ×ת הגדרות ×”×תר", + "msg-updated-options": "×פשרויות ×ž×¢×•×“×›× ×•×ª עבור ×”×תר שלך.", + "button-go-back": "חזור", + "label-publishing-to": "×ž×¤×¨×¡× ×œ", + "tooltip-switch-site": "החלף ×תר", + "button-add-linked": "הוסף מקושר", + "tooltip-add-linked": "הוסף ×ת כל ×”×§×‘×¦×™× ×”×ž×§×•×©×¨×™× ×¢×œ ידי ×”×¤×¨×™×˜×™× ×©× ×‘×—×¨×• כעת", + "msg-added-linked-files": "{{count}} קובץ מקושר × ×•×¡×£.", + "msg-added-linked-files_plural": "{{count}} ×§×‘×¦×™× ×ž×§×•×©×¨×™× × ×•×¡×¤×•.", + "tooltip-open-site-options": "×©× ×” ×פשרויות ×תר", + "label-no-changes-detected": "×œ× ×–×•×”×• ×©×™× ×•×™×™×.", + "label-changed-files-to-be-published": "×©×™× ×•×™×™×", + "label-unchanged-files-already-published": "×œ×œ× ×©×™× ×•×™ (בחר למחוק)", + "label-file-selected": "× ×‘×—×¨", + "button-select-all-files": "בחר הכל", + "label-custom-navigation-title": "פריטי × ×™×•×•×˜", + "button-deselect-all-files": "הסר סימון מהכל", + "label-new-files-to-be-published": "חדש", + "button-publish": "לפרס×", + "msg-no-permission-to-publish-to-site": "×ין לך הרש××” ×œ×¤×¨×¡× ×‘×תר ×”× ×•×›×—×™.", + "msg-select-at-least-one-file": "×× × ×‘×—×¨ קובץ ×חד לפחות.", + "label-upload-changes": "העלה ×©×™× ×•×™×™×", + "button-done": "בוצע", + "button-stop": "תפסיק", + "label-status-uploading": "מעלה", + "label-status-to-publish": "לפרס×", + "label-status-to-delete": "למחוק", + "label-status-published": "×™×¦× ×œ×ור", + "label-status-deleted": "× ×ž×—×§", + "label-status-failed": "× ×›×©×œ", + "label-status-cancelled": "מבוטל", + "button-change": "×©×™× ×•×™", + "label-clear-cache": "לוקח עד כמה דקות עד ×©×”×©×™× ×•×™×™× ×™×•×¤×™×¢×• ב×תר שלך. ×× ××™× ×š רו××” ×ת ×”×©×™× ×•×™×™× ×”××—×¨×•× ×™× ×©×œ×š, × ×¡×” ×œ× ×§×•×ª ×ת המטמון בדפדפן שלך.", + "label-visit-site": "×תה יכול לבקר ב×תר שלך ×›×ן:", + "msg-something-went-wrong": "משהו השתבש. ×× × ×‘×“×•×§ ×ת מסוף ×”×ž×¤×ª×—×™× ×œ×¤×¨×˜×™×.", + "msg-network-error": "×ירעה שגי×ת רשת.", + "label-manage-passwords": "× ×”×œ סיסמ×ות", + "label-add-password": "הוסף סיסמה", + "action-new-password": "סיסמה חדשה", + "label-no-password": "ל×תר שלך ×ין כרגע סיסמ×ות. כל ×חד יכול לבקר בו.", + "label-have-password": "×”×תר שלך מוגן בסיסמה. ×× ×™×© לך מספר סיסמ×ות, ×ž×‘×§×¨×™× ×™×›×•×œ×™× ×œ×’×©×ª ל×תר שלך על ידי ×”×–× ×ª כל ×חת מהן.", + "option-password-name": "סיסמה", + "option-password-desc": "Hash של הסיסמה שלך יישמר בצורה מ×ובטחת. ל×חר הגדרת הסיסמה, ×œ× × ×™×ª×Ÿ לחשוף ×ותה בטקסט פשוט.", + "option-password-placeholder": "הסיסמה שלך", + "option-nickname-name": "×›×™× ×•×™ (××•×¤×¦×™×•× ×œ×™)", + "option-nickname-desc": "הגדר ×›×™× ×•×™ כדי להזכיר לעצמך למה ×ו למי מיועדת הסיסמה.", + "action-add-password": "הוסף ×ת הסיסמה הזו", + "label-untitled-password": "סיסמה ×œ×œ× ×›×•×ª×¨×ª", + "label-password-created-time": "× ×•×¦×¨ {{time}}", + "msg-added-new-password": "× ×•×¡×¤×” סיסמה חדשה.", + "option-custom-domain": "×ª×—×•× ×ž×•×ª×× ×ישית", + "option-custom-domain-desc": "השתמש בדומיין שלך ×‘×ž×§×•× ×‘×›×ª×•×‘×ª ×”×תר של https://publish.obsidian.md/{site id}.", + "option-noindex": "×œ× ×œ×פשר ××™× ×“×§×¡ ×œ×ž× ×•×¢×™ חיפוש", + "option-noindex-desc": "×ž× ×¢ ×ž×ž× ×•×¢×™ חיפוש להוסיף ×ת ×”×תר שלך ל××™× ×“×§×¡.", + "button-configure": "הגדר", + "label-configure-custom-domain": "הגדר דומיין מות×× ×ישית", + "option-custom-url-name": "כתובת ×תר מות×× ×ישית", + "option-custom-url-desc": "כתובת ×”-URL שבה ×”×תר שלך ימוק×.", + "option-custom-url-placeholder": "www.yourdomain.com", + "option-custom-url-redirect": "×”×¤× ×” מחדש לדומיין המות×× ×ישית שלך", + "option-custom-url-redirect-desc": "×”×¤× ×” ×ž×‘×§×¨×™× ×‘-publish.obsidian.md/id לדומיין המות×× ×ישית שלך.", + "button-update-custom-domain": "עדכן ×ת הגדרת הדומיין", + "label-custom-domain-instructions": "×× × ×¢×™×™×Ÿ ב-{{link}} ×©×œ× ×• ב×תר העזרה ×©×œ× ×• למידע × ×•×¡×£.", + "label-custom-domain-link-name": "מדריך להגדרת דומיין מות×× ×ישית", + "label-site-usage": "×תה משתמש ב-{{site}} מתוך ×”-{{limit}} שלך.", + "button-add-more-sites": "×§× ×” ××ª×¨×™× × ×•×¡×¤×™×", + "label-no-sites-bought": "×œ× ×§× ×™×ª ××£ ×תר.", + "button-get-site": "קבל ×תר", + "label-manage-sharing": "× ×”×œ שיתוף עבור \"{{name}}\"", + "label-sharing-with-users": "×תר ×–×” משותף כעת ×¢× ×”×× ×©×™× ×”×‘××™×.", + "label-not-sharing": "×תר ×–×” ××™× ×• משותף כעת ×¢× ××£ ×חד.", + "label-invite-pending": "ממתין ל", + "tooltip-remove-user": "הסר משתמש", + "option-invite-user": "הזמן משתמש", + "placeholder-invite-user": "×”×›× ×¡ ×ת המייל שלה×...", + "error-email-must-be-valid": "×× × ×”×–×Ÿ ×ימייל חוקי כדי להזמין מישהו.", + "msg-enable-publish-plugin": "×× × ×”×¤×¢×œ ×ת התוסף ×¤×¨×¡× ×œ×™×‘×” בהגדרות -> ×ª×•×¡×¤×™× ×œ×™×‘×” כדי להציג ×תרי×.", + "label-your-sites": "×”××ª×¨×™× ×©×œ×š", + "label-sites-shared-with-you": "××ª×¨×™× ×©×©×•×ª×¤×• ×יתך", + "tooltip-leave-site-sharing": "הפסק לשתף פעולה ב×תר ×–×”", + "label-leave-site-confirmation": "×שר להפסיק ×ת שיתוף הפעולה ב×תר", + "label-leave-site-confirmation-details": "פעולה זו תסיר ×ת ×”×תר ×”×–×” מרשימת ×”××ª×¨×™× ×©×©×•×ª×¤×• ×יתך. ×œ× × ×™×ª×Ÿ לבטל פעולה זו.", + "label-leave-site-confirmation-details-2": "×× × ×¦×•×¨ קשר ×¢× ×”×‘×¢×œ×™× ×©×œ ×”×תר ×× ×‘×¨×¦×•× ×š לשתף פעולה ב×תר ×–×” שוב.", + "button-leave": "לעזוב", + "label-compare-with-live": "השווה לגרסה ×—×™×”", + "button-use-live-version": "השתמש בגרסה ×—×™×”", + "label-confirm-override": "×שר ×ת עקיפת הגרסה המקומית", + "label-confirm-override-1": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š לעקוף ×ת הגרסה המקומית?", + "label-confirm-override-2": "הגרסה ×”×—×™×” תשמש והגרסה המקומית שלך תימחק. × × ×œ×‘×¦×¢ ×’×™×‘×•×™×™× ×‘×ž×™×“×ª הצורך.", + "button-proceed": "להמשיך", + "message-successfully-used-live-version": "השתמשת בהצלחה בגרסה ×”×—×™×” כדי לעקוף ×ת הגרסה המקומית שלך.", + "label-open-file": "קובץ פתוח", + "tooltip-manage-publish-filters": "× ×”×œ ×ž×¡× × ×™ פרסו×", + "option-included-folders": "תיקיות כלולות", + "option-included-folders-desc": "×§×‘×¦×™× ×ª×—×ª תיקיות ×לה ייבחרו ×וטומטית ×›×שר תבדוק ×©×™× ×•×™×™× ×œ×¤×¨×¡×•×.", + "option-currently-included-folders": "התיקיות ×”×לה כלולות כרגע:", + "option-excluded-folders": "תיקיות ×©×œ× × ×›×œ×œ×•", + "option-excluded-folders-desc": "×§×‘×¦×™× ×ž×ª×—×ª לתיקיות ×לה ×œ× ×™×•×¤×™×¢×• ×›×שר תבדוק ×©×™× ×•×™×™× ×œ×¤×¨×¡×•×. הגדרה זו מקבלת עדיפות על ×¤× ×™ התיקיות ×”× ×›×œ×œ×•×ª למעלה.", + "label-number-of-folders-included": "Obsidian Publish כולל כעת ×ת {{folders}}.", + "label-number-of-folders-excluded": "Obsidian Publish ××™× ×• כולל כרגע ×ת {{folders}}.", + "label-manage-included-folders": "× ×”×œ תיקיות כלולות", + "label-manage-excluded-folders": "× ×”×œ תיקיות ×©×œ× × ×›×œ×œ×•×ª", + "label-add-included-folder": "כלול תיקיה", + "label-add-included-folder-desc": "×תה יכול לכלול ×’× ×ª×™×§×™×•×ª קיימות ×•×’× ×ª×™×§×™×•×ª שעדיין ×œ× × ×•×¦×¨×•.", + "tooltip-contact-support": "צור קשר ×¢× ×ª×ž×™×›×”", + "label-navigation-preview": "תצוגה מקדימה של × ×™×•×•×˜" + }, + "workspaces": { + "name": "חללי עבודה", + "desc": "שמור וטען ×ת פריסת סביבת העבודה.", + "action-load-layout": "טען פריסת סביבת עבודה", + "action-manage-layouts": "× ×”×œ פריסות סביבות עבודה", + "action-save": "Save layout", + "action-save-and-load-layout": "שמור וטען פריסה ×חרת", + "placeholder-save-current-layout-as": "שמור ×ת פריסת סביבת העבודה ×”× ×•×›×—×™×ª ×›...", + "button-save": "להציל", + "button-load": "לטעון", + "tooltip-delete-layout": "מחק פריסה", + "msg-delete-layout-success": "הפריסה × ×ž×—×§×” בהצלחה.", + "msg-enter-name": "× × ×œ×”×–×™×Ÿ ×©× ×œ×¤×¨×™×¡×” החדשה.", + "msg-save-layout-success": "פריסה × ×©×ž×¨×” בהצלחה.", + "label-no-layout-found": "×œ× × ×ž×¦××” פריסה שמורה.", + "label-workspace-modified-time": "Modified {{time}}", + "placeholder-type-to-search-layouts": "הקלד ×©× ×¤×¨×™×¡×”..." + }, + "sync": { + "name": "×¡×™× ×›×¨×•×Ÿ", + "desc": "×¡× ×›×¨×Ÿ ×ת ×”×§×‘×¦×™× ×©×œ×š ב×מצעות Obsidian Sync.", + "action-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": "טען עוד", + "label-show-diff": "הצג הבדל", + "label-copy-to-clipboard": "העתק ללוח", + "label-restore-this-version": "שחזר גרסה זו", + "msg-already-latest-version": "גרסה זו ×”×™× ×›×‘×¨ הגרסה ×”××—×¨×•× ×”.", + "msg-restored-version": "שוחזרה בהצלחה גרסה מ-{{time}}", + "label-file-deleted": "קובץ ×–×” × ×ž×—×§", + "label-file-deleted-via": "× ×ž×—×§ דרך {{ device }}", + "label-file-renamed-from": "×©× ×”×§×•×‘×¥ ×”×–×” ×©×•× ×” מ-\"{{filepath}}\"", + "label-revision": "גרסה 1", + "label-revision_plural": "{{revisions}} גרס×ות", + "label-via-device": "דרך {{device}}", + "label-no-history": "No sync history for this file.", + "label-empty-file": "ריק", + "label-unable-to-retrieve": "×œ× × ×™×ª×Ÿ ל×חזר היסטוריית גרס×ות", + "label-setting-files": "הגדרת קבצי×", + "label-deleted-files": "×§×‘×¦×™× ×©× ×ž×—×§×•", + "label-version-history": "היסטוריית גרס×ות", + "label-click-to-see-history": "לחץ על קובץ ×©× ×ž×—×§ כדי לר×ות ×ת ההיסטוריה שלו.", + "label-create-remote-vault": "צור כספת מרחוק", + "msg-please-enter-password": "×”×›× ×¡ ×¡×™×¡×ž× ×‘×‘×§×©×”.", + "msg-vault-name-cannot-be-empty": "×©× ×”×›×¡×¤×ª ×œ× ×™×›×•×œ להיות ריק.", + "msg-successfully-created-vault": "צור בהצלחה כספת מרוחקת \"{{name}}\".", + "label-remote-vault-explanation": "כספות מרוחקות ×ž×¡× ×›×¨× ×•×ª בצורה מ×ובטחת ×ת הכספת שלך בין מכשירי×.", + "option-vault-name": "×©× ×”×›×¡×¤×ª", + "option-vault-name-desc": "עוזר לך לזכור למה מיועד הכספת הזו.", + "option-vault-region": "×זור", + "option-vault-region-desc": "בחר ×ת ×זור השרת הקרוב ×ליך כדי ל×חסן ×ת הכספת המרוחקת. ×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×–×ת בעתיד.", + "option-vault-name-placeholder": "הכספת המדהימה שלי", + "option-use-custom-encryption-password": "הת×× ×ישית ×ת סיסמת ×”×”×¦×¤× ×” מקצה לקצה", + "option-use-custom-encryption-password-desc": "×× ×ª×›×‘×” ×–×ת, ×× ×• × × ×”×œ עבורך מפתח ×”×¦×¤× ×” בצורה מ×ובטחת.", + "option-use-custom-encryption-password-desc-warning": "×פשרות זו ×œ× × ×™×ª× ×ª ×œ×©×™× ×•×™ מ×וחר יותר.", + "option-encryption-password": "סיסמת ×”×¦×¤× ×”", + "option-encryption-password-desc": "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª סיסמה זו מ×וחר יותר.", + "option-encryption-password-desc-warning": "×× ×ª×©×›×— ×ת הסיסמה הזו, כל מידע מרחוק ייש×ר בלתי שמיש ×œ× ×¦×—.", + "option-encryption-password-desc-2": "×–×” ×œ× ×ž×©×¤×™×¢ על ×”× ×ª×•× ×™× ×”×ž×§×•×ž×™×™× ×©×œ×š.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", + "option-encryption-password-placeholder": "הסיסמה שלך", + "label-unlock-encrypted-vault": "Unlock your remote vault", + "button-unlock-vault": "פתח ×ת × ×¢×™×œ×ª הכספת", + "label-remote-vaults": "הכספות המרוחקות שלך", + "label-vault-created-time": "× ×•×¦×¨ {{time}}", + "tooltip-delete-remote-vault": "למחוק", + "tooltip-rename-remote-vault": "×©× ×” ש×", + "label-rename-remote-vault": "×©× ×” ×ת ×©× ×”×›×¡×¤×ª המרוחקת \"{{name}}\"", + "label-rename-remote-vault-desc": "הזן ×©× ×—×“×© לכספת מרחוק זו.", + "tooltip-manage-sharing": "× ×”×œ שיתוף", + "label-confirm-delete-remote-vault": "×שר ×ת מחיקת הכספת", + "label-confirm-delete-remote-vault-question": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת הכספת המרוחקת הזו?", + "label-confirm-delete-remote-vault-result": "כל ×”× ×ª×•× ×™× ×‘×©×¨×ª ×©×œ× ×•, כולל היסטוריית הגרס×ות, יימחקו. ×”×§×‘×¦×™× ×”×ž×§×•×ž×™×™× ×©×œ×š ייש×רו שלמי×.", + "label-confirm-delete-remote-vault-warning": "פעולה זו ×”×™× ×§×‘×•×¢×” ובלתי הפיכה.", + "msg-remote-vault-deleted": "{{name}} × ×ž×—×§.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", + "button-connect-to-remote-vault": "לחבר", + "button-disconnect-from-remote-vault": "×œ× ×ª×§", + "label-sync-status": "Sync: {{status}}", + "label-not-remote-vaults": "×ין לך כספות מרוחקות.", + "label-no-subscription": "×ין לך ×ž× ×•×™ פעיל של Obsidian Sync.", + "label-please-visit": "בבקשה תבקר", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", + "button-create-new-remote-vault": "צור כספת חדשה", + "label-sync-log": "יומן ×¡× ×›×¨×•×Ÿ", + "option-event-type": "סוג ×ירוע", + "option-event-type-desc": "הצג רק פריטי יומן מהסוג ×©× ×‘×—×¨.", + "option-event-type-all": "×ת כל", + "option-event-type-errors": "שגי×ות", + "option-event-type-merge-conflicts": "מיזוג ×§×•× ×¤×œ×™×§×˜×™×", + "button-copy-sync-log": "העתק ×ת יומן ×”×¡× ×›×¨×•×Ÿ", + "msg-successfully-copied-sync-log": "יומן ×”×¡× ×›×¨×•×Ÿ הועתק בהצלחה.", + "button-retry": "× ×¡×” שוב", + "button-purchase-subscription": "לרכוש", + "label-third-party-sync-warning": "זוהה שירות ×¡× ×›×¨×•×Ÿ ×§×‘×¦×™× ×ž×ª× ×’×©", + "label-third-party-sync-warning-desc": "×זהרה: × ×¨××” שהכספת שלך משתמשת ב-{{service}} כשירות ×¡× ×›×¨×•×Ÿ של צד שלישי. ×× ×תה משתמש ב- Obsidian Sync ×¢× ×›×¡×¤×ª זו, ×תה עלול להיתקל ×‘×”×ª× ×’×©×•×™×•×ª, ×¤×’×ž×™× ×‘×§×‘×¦×™× ×ו ×ובדן × ×ª×•× ×™×.", + "label-icloud-drive-warning": "×× ×תה משתמש ב-iCloud Drive, ייתכן שתיקיות ×”×ž×¡×ž×›×™× ×•×”×ª×™×§×™×•×ª שלך שולחן העבודה ×ž×¡×•× ×›×¨× ×•×ª על ידי iCloud. ×–×” עלול ×œ×’×¨×•× ×œ×”×ª× ×’×©×•×™×•×ª ×¢× Obsidian Sync.", + "option-remote-vault": "כספת מרחוק", + "button-choose-remote-vault": "בחר", + "button-manage-remote-vault": "×œ× ×”×œ", + "option-remote-vault-desc-connected": "מחובר כעת לכספת המרוחקת \"{{name}}\".", + "option-remote-vault-desc-not-connected": "כרגע ×œ× ×ž×—×•×‘×¨ ל××£ כספת מרחוק.", + "option-sync-status": "סטטוס ×¡× ×›×¨×•×Ÿ", + "option-sync-status-desc-paused": "×¡× ×›×¨×•×Ÿ Obsidian מושהה כעת.", + "option-sync-status-desc-running": "Obsidian Sync פועל כעת.", + "option-device-name": "×©× ×”×ª×§×Ÿ", + "option-device-name-desc": "×©× ×–×” יוצג ביומן ×”×¡× ×›×¨×•×Ÿ. הש×ר ריק כדי להשתמש ×‘×©× ×‘×¨×™×¨×ª המחדל.", + "button-resume": "קורות ×—×™×™×", + "button-pause": "הפסקה", + "option-view-deleted-files": "×§×‘×¦×™× ×©× ×ž×—×§×•", + "option-view-deleted-files-desc": "הצג ושחזר ×§×‘×¦×™× ×©× ×ž×—×§×•.", + "option-sync-log": "פעילות ×¡× ×›×¨×•×Ÿ", + "option-sync-log-desc": "הצג פעילויות ×¡× ×›×¨×•×Ÿ ××—×¨×•× ×•×ª לצורך × ×™×¤×•×™ ב××’×™×.", + "button-view": "תצוגה", + "button-bulk-restore": "שחזור בכמות גדולה", + "button-restore-selected-files": "שחזר ×§×‘×¦×™× ×©× ×‘×—×¨×•", + "msg-restoring": "משחזר...", + "msg-restoring-complete": "'השחזור הושל×: {{succeeded}} הצליח ו-{{failed}} × ×›×©×œ.'", + "option-vault-size": "גודל כספת", + "option-vault-size-desc": "×תה משתמש ב-{{size}} מתוך {{limit}}", + "option-vault-size-unknown": "×œ× × ×™×ª×Ÿ ל×חזר ×ת גודל הכספת שלך.", + "option-vault-size-loading": "מ×חזר ×ת גודל הכספת שלך...", + "option-over-size": "גודל הכספת מעל המגבלה", + "option-almost-over-size": "Vault size approaching limit", + "msg-largest-files": "הצג ×ת ×”×§×‘×¦×™× ×”×’×“×•×œ×™× ×‘×™×•×ª×¨", + "msg-largest-files-desc": "×לו ×”× ×”×§×‘×¦×™× ×”×ž×¨×•×—×§×™× ×©×’×•×–×œ×™× ×”×›×™ הרבה מקו×. ל×חר מחיקת ×§×‘×¦×™× ×ž×¦×•×¨×¤×™×, השתמש בלחצן הטיהור כדי ×œ×¤× ×•×ª ×ž×§×•× ×‘×›×¡×¤×ª מרחוק.", + "button-upgrade-storage": "שדרג ×ת ×”×חסון", + "button-purge-remote": "לטהר", + "button-hide-my-changes": "Hide my changes", + "tooltip-purge-remote": "× ×§×” לצמיתות ×§×‘×¦×™× ×ž×¦×•×¨×¤×™× ×©× ×ž×—×§×• מהכספת המרוחקת כדי לחסוך במקו×.", + "msg-purge-complete": "הטיהור הושל×.", + "option-prevent-sleep": "×ž× ×™×¢×ª ×©×™× ×” של המכשיר", + "option-prevent-sleep-desc": "×ž×•× ×¢ מהמכשיר לעבור למצב ×©×™× ×” ×›×שר עדיין יש ×§×‘×¦×™× ×œ×¡× ×›×¨×•×Ÿ.", + "option-selective-sync": "×¡× ×›×¨×•×Ÿ סלקטיבי", + "option-excluded-folders": "תיקיות ×©×œ× × ×›×œ×œ×•", + "option-excluded-folder-desc": "×ž× ×¢ ×¡× ×›×¨×•×Ÿ של תיקיות מסוימות.", + "option-currently-excluded-folders": "התיקיות ×”×לה ×œ× × ×›×œ×œ×•×ª כרגע:", + "button-manage-excluded-folders": "×œ× ×”×œ", + "option-sync-image": "×¡× ×›×¨×•×Ÿ ×ª×ž×•× ×•×ª", + "option-sync-image-desc": "×¡× ×›×¨×Ÿ קובצי ×ª×ž×•× ×” ×¢× ×”×¨×—×‘×•×ª ×לה: {{extensions}}.", + "option-sync-audio": "×¡× ×›×¨×Ÿ ×ודיו", + "option-sync-audio-desc": "×¡× ×›×¨×Ÿ קובצי שמע ×¢× ×”×¨×—×‘×•×ª ×לה: {{extensions}}.", + "option-sync-video": "×¡× ×›×¨×Ÿ ×¡×¨×˜×•× ×™×", + "option-sync-video-desc": "×¡× ×›×¨×Ÿ קובצי ויד×ו ×¢× ×”×¨×—×‘×•×ª ×לה: {{extensions}}.", + "option-sync-pdf": "×¡× ×›×¨×Ÿ קובצי PDF", + "option-sync-pdf-desc": "×¡× ×›×¨×•×Ÿ קבצי PDF.", + "option-sync-unsupported": "×¡× ×›×¨×Ÿ ×ת כל ש×ר הסוגי×", + "option-sync-unsupported-desc": "×¡× ×›×¨×Ÿ סוגי ×§×‘×¦×™× ×©××™× × × ×ª×ž×›×™×.", + "option-vault-config-sync": "×¡× ×›×¨×•×Ÿ תצורת הכספת", + "option-view-config-files": "היסטוריית גרס×ות הגדרות", + "option-view-config-files-desc": "הצג ושחזור היסטוריית גרס×ות של קבצי הגדרות.", + "option-sync-app": "הגדרות ר×שיות", + "option-sync-app-desc": "×פשר ×œ×¡× ×›×¨×Ÿ הגדרות עורך, הגדרות ×§×‘×¦×™× ×•×§×™×©×•×¨×™×, מקשי קיצור מות××ž×™× ×ישית וכו'.", + "option-sync-appearance": "הגדרות מר××”", + "option-sync-appearance-desc": "×¡× ×›×¨×Ÿ הגדרות מר××” כמו מצב ×›×”×”, ערכת × ×•×©× ×¤×¢×™×œ×” וקטעי טקסט מופעלי×.", + "option-sync-appearance-data": "ערכות × ×•×©× ×•×§×˜×¢×™×", + "option-sync-appearance-data-desc": "×¡× ×›×¨×•×Ÿ ערכות × ×•×©× ×•×§×˜×¢×™× ×©×”×•×¨×“×•. ×× ×”× ×ž×•×¤×¢×œ×™× ×ª×œ×•×™ בהגדרה הקודמת.", + "option-sync-hotkey": "מקשי קיצור", + "option-sync-hotkey-desc": "×¡× ×›×¨×•×Ÿ מקשי קיצור מות××ž×™× ×ישית.", + "option-sync-core-plugin": "רשימת ×ª×•×¡×¤×™× ×œ×™×‘×” פעילה", + "option-sync-core-plugin-desc": "×¡× ×›×¨×Ÿ ×ילו ×ª×•×¡×¤×™× ×”×œ×™×‘×” מופעלי×.", + "option-sync-core-plugin-data": "הגדרות ליבה של תוסף", + "option-sync-core-plugin-data-desc": "×¡× ×›×¨×•×Ÿ הגדרות תוסף ליבה.", + "option-sync-community-plugin": "רשימת תוספי קהילה פעילה", + "option-sync-community-plugin-desc": "×¡× ×›×¨×Ÿ ×ילו ×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™× ×ž×•×¤×¢×œ×™×.", + "option-sync-community-plugin-data": "×”×ª×§× ×ª תוספי קהילה", + "option-sync-community-plugin-data-desc": "×¡× ×›×¨×Ÿ ×ª×•×¡×¤×™× ×§×”×™×œ×ª×™×™× ×ž×•×ª×§× ×™× (.js, .css וקובצי manifest.json) וההגדרות שלה×.", + "label-sync-introduction": "Obsidian Sync ×”×•× ×©×™×¨×•×ª ×”×¡× ×›×¨×•×Ÿ התוסף של Obsidian ×¢× ×”×¦×¤× ×” מקצה לקצה והיסטוריית גרס×ות.", + "label-account-required": "כדי להתחיל ×œ×¡× ×›×¨×Ÿ, התחבר ×ו צור חשבון Obsidian חדש.", + "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": "הירש×", + "button-log-in": "התחברות", + "label-manage-excluded-folders": "× ×”×œ תיקיות ×©×œ× × ×›×œ×œ×•×ª", + "label-number-of-folders-excluded": "{{folders}} ××™× × × ×›×œ×œ×™× ×›×¢×ª ×ž×¡× ×›×¨×•×Ÿ.", + "label-add-excluded-folder": "×ל תכלול תיקיה", + "label-add-excluded-folder-desc": "×תה יכול ×œ×”×•×¦×™× ×’× ×ª×™×§×™×•×ª קיימות ×•×’× ×ª×™×§×™×•×ª שעדיין ×œ× × ×•×¦×¨×•.", + "tooltip-remove-excluded-folder": "הסר מרשימת החרגות", + "label-setup-connection": "הגדר חיבור", + "label-now-connected-to-vault": "×תה מחובר כעת ×ל \"{{name}}\".", + "button-start-syncing": "התחל ×œ×¡× ×›×¨×Ÿ", + "label-confirm-merge-vault": "×שר ×ת מיזוג הכספת", + "msg-vault-has-notes": "הכספת המקומית שלך כבר מכילה כמה הערות.", + "msg-vault-merge-warning": "×× ×ª×ª×—×‘×¨ לכספת המרוחקת \"{{name}}\", הערות בכספת המקומית שלך ימוזגו ×¢× ×”×¢×¨×•×ª מהכספת המרוחקת שלך. במקרה של ×”×ª× ×’×©×•×™×•×ª, הגרסה ×”×¢×“×›× ×™×ª ביותר של ההערה תישמר.", + "tooltip-update-setting-on-all-devices": "×× × ×¢×“×›×Ÿ ×פשרות זו והפעל מחדש ×ת ×”×פליקציה בכל ×”×ž×›×©×™×¨×™× ×©×‘×”× ×תה רוצה ×©×”×™× ×ª×™×›× ×¡ לתוקף.", + "label-sharing-with-users": "כספת מרחוק זו משותפת כעת ×¢× ×”×× ×©×™× ×”×‘××™×.", + "label-not-sharing": "כספת מרחוק זו ××™× ×” משותפת כעת ×¢× ××£ ×חד.", + "label-vaults-shared-with-you": "כספות שותפו ×יתך", + "tooltip-leave-vault-sharing": "תפסיק לשתף פעולה בכספת הזו", + "label-leave-vault-confirmation": "×שר עצירת שיתוף הפעולה בכספת", + "label-leave-vault-confirmation-details": "פעולה זו תסיר ×ת הכספת הזו מרשימת הכספות ששותפו ×יתך. ×œ× × ×™×ª×Ÿ לבטל פעולה זו.", + "label-leave-vault-confirmation-details-2": "×× × ×¦×•×¨ קשר ×¢× ×”×‘×¢×œ×™× ×©×œ הכספת ×× ×‘×¨×¦×•× ×š לשתף פעולה שוב בכספת זו.", + "button-leave": "לעזוב", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", + "label-require-subscription-to-connect": "×תה צריך ×ž× ×•×™ Obsidian Sync כדי להתחבר לכספת הזו.", + "option-contact-support": "צור קשר ×¢× ×ª×ž×™×›×”", + "option-contact-support-desc": "×× ×תה × ×ª×§×œ בבעיות כלשהן ×¢× Obsidian Sync, ×× × ×¦×•×¨ ××™×ª× ×• קשר כדי ×©× ×•×›×œ לעזור לך! ×תה יכול להגיע ××œ×™× ×• בכתובת support@obsidian.md.", + "button-copy-debug": "העתק מידע על × ×™×¤×•×™ ב××’×™×", + "button-email-support": "תמיכת דו×\"ל", + "label-sync-disconnected": "Sync is not connected to a remote vault.", + "msg-remote-vault-limit-hit": "Obsidian Sync מ×פשר לך ליצור עד 5 כספות מרוחקות. על ×ž× ×ª ליצור כספת מרחוק חדשה, ×× × ×”×¡×¨ כספת קיימת." + }, + "file-recovery": { + "name": "שחזור קובץ", + "desc": "מ×פשר לך לשחזר ×ת ×”×ª×ž×•× ×•×ª ×”××—×¨×•× ×•×ª כדי להת×ושש מ×ובדן × ×ª×•× ×™× ×‘×©×•×’×’. ×ª×ž×•× ×•×ª מצב × ×©×ž×¨×•×ª רק עבור קובצי Markdown.", + "action-open": "פתח ×ª×ž×•× ×•×ª שמורות", + "option-interval": "מרווח ×ª×ž×•× ×ª מצב", + "option-interval-description": "מרווח ×ž×™× ×™×ž×œ×™ בדקות בין שתי ×ª×ž×•× ×•×ª.", + "option-keep": "×ורך היסטוריה", + "option-keep-description": "×ורך בימי×, ×ª×ž×•× ×•×ª מצב × ×©×ž×¨×•×ª למשך.", + "option-open-history": "תצלומי×", + "option-open-history-description": "הצג ושחזר צילומי מצב שמורי×.", + "button-view-snapshots": "תצוגה", + "option-clear": "× ×§×” היסטוריה", + "option-clear-description": "מחק ×ת כל ×”×ª×ž×•× ×•×ª.", + "button-clear-history": "ברור", + "label-clear-warning": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למחוק ×ת כל ×”×ª×ž×•× ×•×ª? שימו לב שרק צילומי מצב יוסרו. כל ×”×§×‘×¦×™× ×‘×ª×•×š הכספת שלך ×œ× ×™×•×©×¤×¢×•.", + "msg-clear-complete": "צילומי מצב × ×•×§×•.", + "label-no-history-found": "×œ× × ×ž×¦×ו צילומי מצב.", + "placeholder-choose-file": "בחר קובץ...", + "label-select-file": "×× × ×‘×—×¨ קובץ בצד שמ×ל כדי לצפות ×‘×ª×ž×•× ×•×ª." + }, + "note-composer": { + "name": "מחבר הערות", + "desc": "מיזוג, פיצול ×•×©×™× ×•×™ הערות.", + "option-confirm-file-merge": "×שר ×ת מיזוג הקבצי×", + "option-confirm-file-merge-description": "×”× ×— ×œ×¤× ×™ מיזוג ×©× ×™ קבצי×.", + "option-split-replacement-text": "טקסט ל×חר חילוץ", + "option-split-replacement-text-description": "מה להציג ×‘×ž×§×•× ×”×˜×§×¡×˜ ×©× ×‘×—×¨ ל×חר חילוץו.", + "option-choice-split-replacement-text-link": "קישור לקובץ חדש", + "option-choice-split-replacement-text-embed": "הטמע קובץ חדש", + "option-choice-split-replacement-text-none": "××£ ×חד", + "option-template-file": "×ž×™×§×•× ×§×•×‘×¥ ×”×ª×‘× ×™×ª", + "option-template-file-description": "קובץ ×ª×‘× ×™×ª לשימוש בעת מיזוג ×ו חילוץ. ×ž×©×ª× ×™× ×–×ž×™× ×™×: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, למשל {{date:YYYY-MM-DD}}.", + "command-merge-file": "מיזוג קובץ × ×•×›×—×™ ×¢× ×§×•×‘×¥ ×חר...", + "action-merge-file": "מיזוג הקובץ כולו ×¢×...", + "label-no-files": "×œ× × ×ž×¦×ו קבצי×.", + "instruction-navigate": "×œ× ×•×•×˜", + "instruction-merge": "למזג", + "instruction-create-new": "ליצור חדש", + "instruction-merge-at-top": "להתמזג למעלה", + "instruction-dismiss": "לבטל", + "prompt-select-file-to-merge": "בחר קובץ למיזוג לתוך...", + "label-merge-file": "מיזוג קובץ", + "label-confirm-file-merge": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š למזג ×ת \"{{file}}\" לתוך \"{{destination}}\"? \"{{file}}\" יימחק.", + "button-merge": "למזג", + "command-split-file": "חלץ ×ת הבחירה ×”× ×•×›×—×™×ª...", + "command-extract-heading": "חלץ ×ת הכותרת הזו...", + "instruction-append": "כדי לעבור למטה", + "instruction-prepend": "לעבור למעלה", + "msg-fail-to-fetch-template": "×חזור קובץ ×”×ª×‘× ×™×ª × ×›×©×œ: \"{{template}}\" ×œ× × ×ž×¦×.", + "msg-fail-to-find-heading": "×œ× ×”×¦×œ×™×— ×œ×ž×¦×•× ×ת הכותרת" + }, + "canvas": { + "name": "×§× ×‘×¡", + "desc": "סדר וחבר הערות על ×§× ×‘×¡ ××™× ×¡×•×¤×™.", + "action-add-note": "הוסף פתק מהכספת", + "action-add-media": "הוסף מדיה מהכספת", + "action-add-card": "הוסף כרטיס", + "action-add-website": "הוסף דף ××™× ×˜×¨× ×˜", + "action-create-group": "צור קבוצה", + "action-create-with-size": "צור כרטיס בגודל מסוי×", + "action-convert-to-file": "המר לקובץ...", + "action-drag-to-add-note": "גרור כדי להוסיף הערה מהכספת", + "action-drag-to-add-media": "גרור כדי להוסיף מדיה מהכספת", + "action-drag-to-add-card": "גרור כדי להוסיף כרטיס", + "action-edit-label": "ערוך תווית", + "action-remove-label": "הסר תווית", + "action-search-file": "חפש קובץ", + "action-set-color": "הגדר צבע", + "action-align": "יישר", + "action-align-left": "ישר לשמ×ל", + "action-align-center": "יישר למרכז", + "action-align-right": "יישר לימין", + "action-align-top": "יישר למעלה", + "action-align-middle": "יישר למרכז", + "action-align-bottom": "יישר למטה", + "action-distribute-horizontal-spacing": "חלק ×ž×¨×•×•×—×™× ×ופקיי×", + "action-distribute-vertical-spacing": "חלק ×ž×¨×•×•×—×™× ×× ×›×™×™×", + "action-justify-horizontally": "יישור ×ופקית", + "action-justify-vertically": "יישור ×× ×›×™×ª", + "action-arrange-horizontally": "סידור בשורה", + "action-arrange-vertically": "סידור בטור", + "action-arrange-grid": "סידור ברשת", + "action-export-png": "×™×™×¦× ×›×ª×ž×•× ×”", + "action-jump-to-group": "קפוץ לקבוצה", + "action-set-background": "הגדר רקע", + "action-edit-background": "ערוך רקע", + "action-replace-background": "החלף רקע", + "action-remove-background": "הסר רקע", + "label-no-images": "×œ× × ×ž×¦×ו ×ª×ž×•× ×•×ª.", + "label-export-png-desc": "×™×™×¦× ×ת \"{{title}}\" ×¢× ×§×•×‘×¥ PNG ×¢× ×”×”×’×“×¨×•×ª למטה.", + "label-export-png-dimensions": "מידות ×ª×ž×•× ×” משוערות: {{dimensions}}", + "label-distribute": "להפיץ", + "label-justify": "ליישר", + "label-arrange": "ל×רגן", + "label-always": "תמיד", + "label-hover": "בזמן ריחוף", + "label-never": "×œ×¢×•×œ× ×œ×", + "label-no-section-found": "×œ× × ×ž×¦× ×§×˜×¢", + "option-wheel-behavior": "×”×ª× ×”×’×•×ª ברירת המחדל של גלגל העכבר", + "option-mod-drag-behavior": "×”×ª× ×”×’×•×ª ברירת המחדל של {{key}}", + "option-show-menu": "הר××” תפריט", + "option-new-canvas-location": "×ž×™×§×•× ×‘×¨×™×¨×ª מחדל עבור קבצי ×§× ×‘×¡ חדשי×", + "option-new-canvas-location-description": "היכן ×ž×ž×•×§×ž×™× ×§×‘×¦×™ ×§× ×‘×¡ ×©× ×•×¦×¨×• ל××—×¨×•× ×”.", + "option-new-canvas-folder-path": "תיקיה ליצירת קבצי ×§× ×‘×¡ חדשי×", + "option-new-canvas-folder-path-description": "קבצי בד ×©× ×•×¦×¨×• ל××—×¨×•× ×” יופיעו מתחת לתיקיה זו.", + "option-node-label": "תווית כרטיס תצוגה", + "option-snap-to-grid": "הצמד לרשת", + "option-snap-to-grid-desc": "הצמד ×›×¨×˜×™×¡×™× ×œ×¨×©×ª הרקע בעת ×”×–×–×” ×•×©×™× ×•×™ גודל.", + "option-snap-to-objects": "הצמד ל×וביקטי×", + "option-snap-to-objects-desc": "הצמד ×›×¨×˜×™×¡×™× ×œ××•×‘×™×™×§×˜×™× ×§×¨×•×‘×™× ×‘×¢×ª ×”×–×–×” ×•×©×™× ×•×™ גודל.", + "option-zoom-breakpoint": "סף ×–×•× ×œ×”×¡×ª×¨×ª תוכן כרטיס", + "option-zoom-breakpoint-desc": "×¢×¨×›×™× × ×ž×•×›×™× ×™×•×ª×¨ יגדילו ×ת ×”×‘×™×¦×•×¢×™× ×ך יסתירו ×ת תוכן הכרטיס ×ž×•×§×“× ×™×•×ª×¨ בעת התרחקות.", + "option-export-png-show-logo": "הצג לוגו", + "option-export-png-show-logo-desc": "×–×” יוסיף לוגו של Obsidian ×‘×¤×™× ×” השמ×לית ×”×ª×—×ª×•× ×”.", + "option-export-png-privacy-mode": "מצב פרטיות", + "option-export-png-privacy-mode-desc": "×–×” יסתיר כל טקסט על ×”×§× ×‘×¡ שלך.", + "option-export-png-zoom": "זו×", + "option-export-png-zoom-desc": "×–×•× ×’×‘×•×” יותר יפיק ×ª×ž×•× ×” ברזולוציה גבוהה יותר.", + "option-export-png-frame": "Viewport", + "option-export-png-frame-desc": "בחר לעבד ×ת כל ×”×§× ×‘×¡ ×ו רק ×ת יצי×ת התצוגה הגלויה ×”× ×•×›×—×™×ª.", + "option-export-png-frame-full": "×§× ×‘×¡ מל×", + "option-export-png-frame-viewport": "× ×§×•×“×ª מבט בלבד", + "option-background-cover": "כיסוי", + "option-background-ratio": "שמור על יחס רוחב-גובה", + "option-background-repeat": "חזור", + "action-new-canvas": "×§× ×‘×¡ חדש", + "action-remove": "להסיר", + "action-narrow-heading": "צר לכותרת...", + "action-narrow-block": "צר לחסו×...", + "action-swap-file": "החלפת קובץ...", + "action-change-url": "×©× ×” כתובת URL...", + "action-zoom-to-fit": "×–×•× ×›×“×™ להת××™×", + "action-zoom-to-selection": "×–×•× ×œ×‘×—×™×¨×”", + "action-reload-page": "טען מחדש ×ת הדף", + "action-follow-connection": "עקוב ×חר החיבור", + "command-create-new-canvas": "צור ×§× ×‘×¡ חדש", + "command-convert-to-file": "המר לקובץ...", + "instruction-narrow-heading": "להטביע כותרת", + "instruction-narrow-block": "להטביע בלוק", + "instruction-jump-to-group": "כדי ×œ× ×•×•×˜ לקבוצה", + "prompt-to-narrow": "הקלד ×ת ×©× ×”×›×•×ª×¨×ª", + "label-enter-url": "הזן כתובת ×תר", + "label-empty-embed": "\"{{linktext}}\" ×œ× × ×ž×¦×.", + "prompt-add-text": "הוסף טקסט...", + "prompt-start-search": "הקלד לחיפוש...", + "label-canvas-help": "עזרה על ×§× ×‘×¡", + "label-canvas-settings": "הגדרות ×§× ×‘×¡", + "label-no-narrow": "הצג ×ת כל הקובץ", + "label-readonly": "לקרי××” בלבד", + "label-disable-readonly": "השבת קרי××” בלבד", + "label-pan": "מחבת", + "label-pan-horizontal": "×¤× ×• ×ופקית", + "label-zoom": "זו×", + "label-select-all": "בחר הכל", + "label-add-remove-selection": "הוסף/הסר מהבחירה", + "label-clone-card": "כרטיס שיבוט", + "label-constrain-movement-axis": "הגבל ×ת ×ª× ×•×¢×ª הכרטיס לציר", + "label-disable-drag-snapping": "השבת ×ת ההצמדה בזמן גרירה", + "label-remove-card": "הסר ×ת הכרטיס", + "label-drag-from-below": "גרור מלמטה ×ו לחץ פעמיי×", + "label-longpress": "×’×¢ והחזק כדי להוסיף / להעביר / לבחור", + "label-drag-pan": "גרור כדי להזיז", + "label-pinch-zoom": "צביטה כדי להתקרב", + "label-space-drag-pan": "רווח + גרור כדי להזיז", + "label-scroll-to-zoom": "גלול להגדלה", + "label-untitled-group": "קבוצה ×œ×œ× ×©×", + "label-line-direction": "כיוון קו", + "label-nondirectional": "×œ× ×›×™×•×•× ×™", + "label-unidirectional": "חד ×›×•×•× ×™", + "label-bidirectional": "דו - ×›×™×•×•× ×™", + "label-image": "×ª×ž×•× ×”", + "label-style": "×¡×’× ×•×Ÿ", + "msg-no-groups-found": "×œ× × ×ž×¦×ו קבוצות", + "msg-export-failed-empty-canvas": "×œ× × ×™×ª×Ÿ ×œ×™×™×¦× ×§× ×‘×¡ ריק" + } + }, + "pdf": { + "action-highlight-all": "הדגש הכל", + "action-match-diacritics": "הת×× ×“×™×קריטי×", + "action-whole-words": "×ž×™×œ×™× ×©×œ×ž×•×ª", + "action-show-thumbnails": "×ª×ž×•× ×•×ª ממוזערות", + "action-show-outline": "תוכן ×”×¢× ×™×™× ×™×", + "action-reveal-in-outline": "חשוף עמוד בתוכן ×”×¢× ×™×™× ×™×", + "action-toggle-sidebar": "החלף ×ת סרגל הצד", + "action-previous-page": "עמוד קוד×", + "action-next-page": "עמוד הב×", + "action-fit-width": "הת×מה לרוחב", + "action-fit-height": "הת×מה לגובה", + "action-save-p-d-f-location": "שמור ×ת ×”×ž×™×§×•× ×”× ×•×›×—×™ במסמך", + "action-copy-annotation": "העתק ×ת ההערה", + "action-copy-quote": "העתק בתור ציטוט", + "action-copy-selection-link": "העתק קישור לבחירה", + "action-copy-annot-link": "העתק קישור להערה", + "action-copy-section-link": "העתק קישור למדור", + "action-copy-section-link-title": "העתק קישור ×ל \"{{title}}\"", + "action-copy-page-link": "העתק קישור לדף {{page}}", + "msg-max-search-results": "{{current}} מתוך יותר מ-{{limit}} הת×מות", + "msg-search-count": "{{current}} מתוך {{total}} הת×מה", + "msg-search-count_plural": "{{current}} מתוך {{total}} הת×מות", + "msg-password-protected": "PDF ×–×” מוגן בסיסמה", + "msg-invalid-password": "סיסמה שגויה", + "msg-enter-password": "הזן ×ת הסיסמה למטה", + "label-of-pages": "מתוך {{count}}", + "label-page-of-pages": "({{current}} מתוך {{count}})", + "label-spread-single": "עמוד יחיד", + "label-spread-odd": "×©× ×™ ×¢×ž×•×“×™× (מוזר)", + "label-spread-even": "×©× ×™ ×¢×ž×•×“×™× (×פילו)", + "tooltip-sidebar-options": "×פשרויות סרגל צד", + "tooltip-display-options": "×פשרויות תצוגה", + "label-adapt-to-theme": "הת×ימו ×œ× ×•×©×", + "label-page": "עמוד {{page}}", + "page_landmark": "עמוד {{page}}", + "thumb_page_title": "עמוד {{page}}", + "thumb_page_canvas": "עמוד {{page}}", + "text_annotation_type": "[{{type}} הערה]", + "annotation_date_string": "{{date}}, {{time}}" + }, + "properties": { + "types": { + "option-multitext": "רשימה", + "option-unknown": "×œ× ×™×“×•×¢", + "option-text": "טקסט", + "option-aliases": "×›×™× ×•×™×™×", + "option-tags": "תגי×", + "option-date": "ת×ריך", + "option-datetime": "ת×ריך שעה", + "option-number": "מספר", + "option-checkbox": "תיבת סימון" + }, + "value-suggestion": { + "key-link-note": "הקלד [[", + "instruction-link-note": "לקישור הערה", + "instruction-dismiss": "לבטל" + }, + "option-property-type": "סוג מ×פיין", + "msg-empty-property-name": "×©× ×”×ž×פיין ×œ× ×™×›×•×œ להיות ריק.", + "msg-duplicate-property-name": "המ×פיין כבר קיי×", + "msg-invalid-tag": "×©× ×ª×’ ×œ× ×—×•×§×™", + "msg-invalid-number": "מספר ×œ× ×ª×§×™×Ÿ", + "msg-invalid-properties": "קרי×ת המ××¤×™×™× ×™× × ×›×©×œ×”.", + "label-no-value": "×ין ערך", + "label-heading": "מ××¤×™×™× ×™×", + "label-invalid-yaml-marker": "שגי×ת תחביר. ×¢× ×™×™×Ÿ החזית שלך ×œ× ×—×•×§×™.", + "label-add-property-button": "הוסף מ×פיין", + "label-type-mismatch-warning": "××™ הת×מה של סוג, צפוי {{type}}", + "label-migration-warning-desc": "×”×× ×תה בטוח ×©×‘×¨×¦×•× ×š ×œ×©× ×•×ª ×ת הסוג? חלק ×ž×”× ×ª×•× ×™× ×”×ž×©×•×™×›×™× ×œ×ž×¤×ª×— מ×פיין ×–×” ××™× × ×ª×•×מי×." + }, + "table": { + "label-column": "עמודה", + "label-row": "שורה", + "action-row-after": "הוסף שורה ×חרי", + "action-column-after": "הוסף עמודה ×חרי", + "action-row-before": "הוסף שורה ×œ×¤× ×™", + "action-row-up": "×”×–×– שורה למעלה", + "action-row-down": "×”×–×– שורה למטה", + "action-column-before": "הוסף עמודה ×œ×¤× ×™", + "action-column-left": "×”×–×– ×ת העמודה שמ×לה", + "action-column-right": "×”×–×– ×ת העמודה ×™×ž×™× ×”", + "action-duplicate-row": "שכפל שורה", + "action-duplicate-column": "שכפל עמודה", + "action-delete-row": "מחק שורה", + "action-delete-column": "מחק עמודה", + "action-align-left": "יישור לשמ×ל", + "action-align-center": "יישור למרכז", + "action-align-right": "יישור לימין", + "action-delete-selection": "מחק ת××™×", + "action-clear-selection": "× ×§×” ת××™×", + "action-sort-a-z": "מיין לפי עמודה (×' עד ת')", + "action-sort-z-a": "מיין לפי עמודה (ת' עד ×')", + "label-command": "טבלה: {{command}}" + }, + "callout": { + "option-type": "סוג הסבר", + "type": { + "info": "מידע", + "important": "חשוב", + "tip": "עצה", + "success": "הצלחה", + "question": "ש×לה", + "warning": "×זהרה", + "quote": "ציטוט", + "example": "דוגמ×" + }, + "option-other": "×חר...", + "option-other-placeholder": "סוג הסבר..." + }, + "nouns": { + "count": "{{count}}", + "word-with-count": "{{count}} מילה", + "word-with-count_plural": "{{count}} מילי×", + "character-with-count": "תו {{count}}", + "character-with-count_plural": "{{count}} תווי×", + "link-with-count": "קישור {{count}}", + "link-with-count_plural": "{{count}} קישורי×", + "file-with-count": "קובץ {{count}}", + "file-with-count_plural": "קובץ {{count}}", + "folder-with-count": "התיקייה {{count}}", + "folder-with-count_plural": "{{count}} תיקיות", + "backlink-with-count": "{{count}} קישור × ×›× ×¡", + "backlink-with-count_plural": "{{count}} ×§×™×©×•×¨×™× × ×›× ×¡×™×", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", + "properties-with-count": "מ×פיין {{count}}", + "properties-with-count_plural": "{{count}} מ××¤×™×™× ×™×", + "site-with-count": "×תר {{count}}", + "site-with-count_plural": "{{count}} ×תרי×", + "plugin-with-count": "תוסף {{count}}", + "plugin-with-count_plural": "{{count}} תוספי×", + "theme-with-count": "× ×•×©× {{count}}", + "theme-with-count_plural": "{{count}} ערכות × ×•×©×" + } +} \ No newline at end of file diff --git a/hi.json b/hi.json index 5e22ed9dce182315320d21e09fb0d34def52d800..12968fb1e93e4ac90867187d6e76a171bf09492a 100644 --- a/hi.json +++ b/hi.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "इंसाईडर", "label-supporter": "समरà¥à¤¥à¤•", "label-vip": "वीआईपी", @@ -292,6 +293,7 @@ "placeholder-email": "आपका ईमेल...", "label-password": "पासवरà¥à¤¡", "placeholder-password": "आपका पासवरà¥à¤¡...", + "label-forgot-password": "Forgot password?", "button-login": "लॉग इन", "message-empty-email": "ईमेल खाली नहीं हो सकता।", "message-invalid-email": "ईमेल मानà¥à¤¯ नहीं है।", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "पिछला", - "label-next": "अगला", - "label-all": "सब", "label-exit-search": "खोज मोड से बाहर निकलें", + "label-next": "अगला", + "label-previous": "पिछला", + "label-find-all": "Find all", "label-replace": "बदलें", "label-replace-all": "सबको बदली करें" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "| टाइप करें", "label-change-display-text": "to change display text", - "label-no-match-found": "कोई मेल नहीं मिला" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "कोई मेल नहीं मिला", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "No suggestions...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "वरà¥à¤¤à¤®à¤¾à¤¨ फ़ाइल खोजें", "search-replace-current-file": "वरà¥à¤¤à¤®à¤¾à¤¨ फ़ाइल में खोजें और बदलें", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "सेटिंगà¥à¤¸ खोलें", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "बाà¤à¤‚ साइडबार को टॉगल करें", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "दाà¤à¤‚ साइडबार को टॉगल करें", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} शबà¥à¤¦", "word-with-count_plural": "{{count}} शबà¥à¤¦", "character-with-count": "{{count}} अकà¥à¤·à¤°", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} फ़ोलà¥à¤¡à¤°", "backlink-with-count": "{{count}} बैकलिंक", "backlink-with-count_plural": "{{count}} बैकलिंक", + "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}} साइट", diff --git a/hr.json b/hr.json index 11dd582a7a15efa9d4c49222cad19ef05b26abff..5c9bd1398f54fd9e319254b05ab4ace42290e0dc 100644 --- a/hr.json +++ b/hr.json @@ -188,7 +188,7 @@ "option-frame-obsidian": "Obsidian frame", "option-frame-native": "Native frame", "option-configure-ribbon": "Ribbon menu", - "option-configure-ribbon-desc": "Configure what commands appear in the ribbon menu in that navigation bar.", + "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.", "button-configure": "Konfiguriraj", @@ -1854,4 +1854,4 @@ "theme-with-count": "{{count}} tema", "theme-with-count_plural": "{{count}} teme" } -} \ No newline at end of file +} diff --git a/hu.json b/hu.json index e05de0033af5f71fcf4ad0aab2f278f260251af4..ac718d59be29a7bca5f721ed1f3a25586980e5cc 100644 --- a/hu.json +++ b/hu.json @@ -175,7 +175,7 @@ "label-default-theme": "Alapértelmezett", "tooltip-click-to-enlarge": "NagyÃtáshoz kattintson", "button-update": "FrissÃtés", - "label-currently-selected": "Kiválasztva", + "label-currently-active": "Active", "option-frame-style": "Ablak keret stÃlusa", "option-frame-description": "Meghatározza az Obsidian ablakok cÃm sávjának stÃlusát. Teljes újraindÃtás szükséges a hatás kifejtéséhez.", "option-frame-hidden": "Elrejtve (alapértelmezett)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "A navigációs menüben található szalagelemre koppintva aktiválódik ez a szalagelem. A tartós megjelenÃtéshez tartsa lenyomva a menüt.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Konfigurálás", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Egyéb szalagelemek", "label-modal-configuration": "Szalag Konfiguráció", "label-modal-configuration-desc": "Válassza ki, mely elemeket szeretné használni a szalagon. A sorrend megváltoztatásához húzza és engedje el.", @@ -277,7 +279,6 @@ "option-your-account": "Saját fiók", "option-your-account-desc": "Jelenleg be vagy jelentkezve mint {{name}} ({{email}}).", "option-your-account-desc-no-login": "Jelenleg nincs bejelentkezve. A fiókra csak az Obsidian Sync, az Obsidian Publish és a Katalizátor belsÅ‘ épÃtések használatakor van szükség.", - "button-manage-settings": "BeállÃtások kezelése", "label-insider": "insider", "label-supporter": "támogató", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Az ön e-mail cÃme...", "label-password": "Jelszó", "placeholder-password": "Az ön jelszava...", + "label-forgot-password": "Forgot password?", "button-login": "Bejelentkezés", "message-empty-email": "Az e-mail mezÅ‘ nem lehet üres.", "message-invalid-email": "Az e-mail cÃm nem érvényes.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Keresés", "placeholder-replace": "Cserélés", - "label-previous": "ElÅ‘zÅ‘", - "label-next": "KövetkezÅ‘", - "label-all": "Minden", "label-exit-search": "Keresés befejezése", + "label-next": "KövetkezÅ‘", + "label-previous": "ElÅ‘zÅ‘", + "label-find-all": "Find all", "label-replace": "Cserélés", "label-replace-all": "Összes cseréje" }, @@ -453,7 +455,11 @@ "label-link-block": "a blokkok linkeléséhez", "label-type-pipe": "Ãrja be a | jelét", "label-change-display-text": "a megjelenÃtett szöveg megváltoztatásához", - "label-no-match-found": "Nincs találat" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nincs találat", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Nincs javaslat...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Hivatkozás szerkesztése", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Kibontás", "sidebar-collapse": "Becsukás", "msg-fail-to-save-file": "Nem sikerült menteni a fájlt \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Nincs fájl", "msg-file-changed": "\"{{file}}\" külsÅ‘leg módosult, a változások automatikus összeolvasztása.", "switch-vault": "Másik tárhely megnyitása", + "manage-vaults": "Manage vaults...", "help": "SegÃtség", "settings": "BeállÃtások", "drag-to-rearrange": "Ãthelyezés húzással", @@ -528,6 +539,7 @@ "button-add": "Hozzáadás", "button-manage": "Kezelés", "label-new-tab": "Új lap", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Ez a lap jelenleg foglalt, próbálkozzon újra késÅ‘bb", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Szerkesztés (Ctrl/Cmd+kattintás szerkesztésre új ablakban)", "read-view": "Aktuális nézet: olvasás", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Kattintson a szerkesztéshez", "switch-to-read-view": "Kattintson az olvasáshoz", "mod-click-open-new-tab": "{{key}}+Kattintás új lap megnyitásához", @@ -653,6 +668,7 @@ "button-create-vault": "Létrehozás", "button-back": "Vissza", "msg-empty-vault-name": "A tárhely neve nem lehet üres.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Kérjük, válasszon érvényes mappát.", "msg-failed-to-create-vault": "A tárhely létrehozása nem sikerült.", "msg-failed-to-create-vault-at-location": "Nem sikerült létrehozni a tárhelyet a megadott helyen. Kérjük, ellenÅ‘rizze újra a helyet és a hozzáférési engedélyeket.", @@ -749,6 +765,7 @@ "search-current-file": "Keresés az aktuális fájlban", "search-replace-current-file": "Keresés és csere az aktuális fájlban", "add-property": "Fájl tulajdonság hozzáadása", + "add-alias": "Add alias", "edit-property": "Fájl tulajdonság szerkesztése", "clear-properties": "Fájl tulajdonságok törlése", "open-settings": "BeállÃtások megnyitása", @@ -764,6 +781,7 @@ "close-other-tabs": "Minden más lap bezárása", "close-tab-group": "Csoport bezárása", "toggle-left-sidebar": "Bal oldali oldalsáv váltása", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Jobb oldali oldalsáv váltása", "toggle-default-new-tab-mode": "Alapértelmezett mód váltása az új lapokhoz", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "ElÅ‘rehaladás", "toggle-left-sidebar": "Bal oldali oldalsáv váltása", "toggle-right-sidebar": "Jobb oldali oldalsáv váltása", + "toggle-ribbon": "Ribbon", "split-right": "Felosztás jobbra", "split-down": "Felosztás lefelé", "release-notes": "Verziókövetés" @@ -912,6 +931,7 @@ "action-open": "FájlkezelÅ‘ megnyitása", "action-show": "FájlkezelÅ‘ megjelenÃtése", "action-create-note": "Új jegyzet létrehozása", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Új jegyzet készÃtése a jelenlegi lapon", "action-create-note-to-the-right": "Jegyzet létrehozása jobbra", "action-collapse-all": "Összes összecsukása", @@ -1416,6 +1436,7 @@ "name": "Publikálás", "desc": "Jegyzeteid publikálása az Obsidian Publish segÃtségével.", "action-publish-changes": "Változtatások publikálása...", + "action-publish-file": "Publish current file", "label-no-internet-access": "Az internethez való hozzáférés szükséges a változtatások publikálásához.", "label-publish-service-description": "Az Obsidian Publish egy fizetÅ‘s kiegészÃtÅ‘ szolgáltatás, amely lehetÅ‘vé teszi a jegyzeteid közvetlen online publikálását az Obsidian segÃtségével.", "label-please-login": "A publikálás megkezdéséhez jelentkezz be vagy hozz létre egy új Obsidian fiókot.", @@ -1604,6 +1625,7 @@ "desc": "Mentse el és töltse be a munkaterület elrendezését.", "action-load-layout": "Munkaterület elrendezés betöltése", "action-manage-layouts": "Munkaterület elrendezések kezelése", + "action-save": "Save layout", "action-save-and-load-layout": "Mentés és másik elrendezés betöltése", "placeholder-save-current-layout-as": "Mentse el a jelenlegi munkaterület elrendezését, mint...", "button-save": "Mentés", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Adja meg az új elrendezés nevét.", "msg-save-layout-success": "Az elrendezés sikeresen elmentve.", "label-no-layout-found": "Nincs mentett elrendezés.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Ãrja be az elrendezés nevét..." }, "sync": { "name": "Szinkronizálás", "desc": "Szinkronizálja a fájljait az Obsidian Sync segÃtségével.", "action-view-version-history": "VerzióelÅ‘zmények megtekintése", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Továbbiak betöltése", "label-show-diff": "Különbségek megjelenÃtése", "label-copy-to-clipboard": "Másolás a vágólapra", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "EbbÅ‘l a fájlból nincsenek korábbi verziók.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Ãœres", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "BeállÃtási fájlok", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Ezt a jelszót késÅ‘bb nem lehet megváltoztatni.", "option-encryption-password-desc-warning": "Ha elfelejti ezt a jelszót, az összes távoli adat örökre használhatatlan marad.", "option-encryption-password-desc-2": "Ez nem érinti a helyi adatokat.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "A jelszója", - "label-enter-encryption-password": "Adja meg a végpontigazolási jelszót", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Tárhely feloldása", - "msg-verified-password": "Sikeresen ellenÅ‘rizte a jelszavát.", "label-remote-vaults": "A távoli tárhelyei", "label-vault-created-time": "Létrehozva: {{time}}", "tooltip-delete-remote-vault": "Törlés", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Az összes adatunk, beleértve a verziótörténetet, törölve lesz a szerverrÅ‘l. A helyi fájljai érintetlenek maradnak.", "label-confirm-delete-remote-vault-warning": "Ez a művelet végleges és visszavonhatatlan.", "msg-remote-vault-deleted": "A(z) \"{{name}}\" távoli tárhely törölve lett.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Csatlakozás", "button-disconnect-from-remote-vault": "Kapcsolat megszakÃtása", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Nincsenek távoli tárhelyei.", "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": "Új tárhely létrehozása", "label-sync-log": "Szinkronizálási napló", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "A tárhely mérete a limit felett", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "A legnagyobb fájlok megtekintése", "msg-largest-files-desc": "Ezek a távoli fájlok foglalják a legtöbb helyet. Az ilyen fájlok törlése után használja a törlés gombot a távoli tárhely szabadÃtásához.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Törlés", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "A törölt csatolmányokat véglegesen törli a távoli tárhelyrÅ‘l a hely felszabadÃtásához.", "msg-purge-complete": "A törlés befejezÅ‘dött.", "option-prevent-sleep": "Az eszköz alvásának megakadályozása", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Szinkronizálja a telepÃtett közösségi plugineket (.js, .css és manifest.json fájlok) és azok beállÃtásait.", "label-sync-introduction": "Az Obsidian Sync az Obsidian hozzáadott szinkronizációs szolgáltatása végpontigazolással és verziótörténettel.", "label-account-required": "A szinkronizáláshoz kérjük, jelentkezzen be vagy hozzon létre egy új Obsidian fiókot.", + "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": "Regisztráció", "button-log-in": "Bejelentkezés", "label-manage-excluded-folders": "Kizárt mappák kezelése", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Ezzel eltávolÃtod ezt a tárhelyet az általad megosztott tárhelyek listájáról. Ez a művelet nem vonható vissza.", "label-leave-vault-confirmation-details-2": "Ha újra együttműködést kÃvánsz kezdeményezni ezen a tárhelyen, kérjük, lépj kapcsolatba a tárhely tulajdonosával.", "button-leave": "Kilépés", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Egy Obsidian Sync elÅ‘fizetésre van szükség ahhoz, hogy csatlakozhass ehhez a tárhelyhez.", "option-contact-support": "Kapcsolatfelvétel a támogatással", "option-contact-support-desc": "Ha bármilyen problémád akad az Obsidian Sync használatával kapcsolatban, kérlek, lépj velünk kapcsolatba, hogy segÃthessünk! ElérhetÅ‘ségünk: support@obsidian.md.", "button-copy-debug": "Hibakeresési info másolása", "button-email-support": "Támogatás megkeresése emailben", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Az Obsidian Sync lehetÅ‘vé teszi, hogy legfeljebb 5 távoli tárhelyet hozz létre. Új távoli tárhely létrehozásához kérlek, elÅ‘ször törölj egy meglévÅ‘t." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} szó", "word-with-count_plural": "{{count}} szavak", "character-with-count": "{{count}} karakter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} mappák", "backlink-with-count": "{{count}} visszahivatkozás", "backlink-with-count_plural": "{{count}} visszahivatkozások", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} tulajdonság", "properties-with-count_plural": "{{count}} tulajdonságok", "site-with-count": "{{count}} weboldal", diff --git a/id.json b/id.json index 11faa1b00fe99a800e4624893a7d4068693bb204..f21fcc54548872483160df963c5d20583ff84a69 100644 --- a/id.json +++ b/id.json @@ -175,7 +175,7 @@ "label-default-theme": "Bawaan", "tooltip-click-to-enlarge": "Klik untuk memperbesar", "button-update": "Perbarui", - "label-currently-selected": "Terpilih", + "label-currently-active": "Active", "option-frame-style": "Gaya bingkai jendela", "option-frame-description": "Tentukan gaya bilah judul dari jendela Obsidian. Memerlukan pemuata ulang secara penuh untuk mendapatkan hasil.", "option-frame-hidden": "Tersembunyi (bawaan)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Mengetuk pada item ribbon di menu navigasi akan mengaktifkan item ribbon ini. Ketuk dan tahan akan tetap menampilkan menu.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Atur", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Item ribbon lain", "label-modal-configuration": "Atur Ribbon", "label-modal-configuration-desc": "Pilih item apa saja yang ingin Anda aktifkan pada ribbon. Seret-dan-jatuhkan untuk mengurutkannya.", @@ -277,7 +279,6 @@ "option-your-account": "Akun Anda", "option-your-account-desc": "Anda saat ini masuk sebagai {{name}} ({{email}}).", "option-your-account-desc-no-login": "Saat ini Anda belum masuk. Akun hanya diperlukan untuk Obsidian Sync, Obsidian Publish, dan build Catalyst insider.", - "button-manage-settings": "Kelola pengaturan", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Surel Anda...", "label-password": "Kata sandi", "placeholder-password": "Kata sandi Anda...", + "label-forgot-password": "Forgot password?", "button-login": "Masuk", "message-empty-email": "Surel tidak boleh kosong.", "message-invalid-email": "Surel tidak valid.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Cari", "placeholder-replace": "Ganti", - "label-previous": "Sebelumnya", - "label-next": "Berikutnya", - "label-all": "Semua", "label-exit-search": "Keluar penelusuran", + "label-next": "Berikutnya", + "label-previous": "Sebelumnya", + "label-find-all": "Find all", "label-replace": "Ganti", "label-replace-all": "Ganti semua" }, @@ -453,7 +455,11 @@ "label-link-block": "untuk hubungkan ke blok", "label-type-pipe": "Ketik |", "label-change-display-text": "untuk ganti tampilan teks", - "label-no-match-found": "Tidak ditemukan kecocokan" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Tidak ditemukan kecocokan", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Tidak ada saran...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Ubah tautan", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Buka", "sidebar-collapse": "Tutup", "msg-fail-to-save-file": "Gagal menyimpan berkas \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Tidak ada berkas", "msg-file-changed": "\"{{file}}\" telah dimodifikasi secara eksternal, menggabungkan perubahan secara otomatis.", "switch-vault": "Buka vault lain", + "manage-vaults": "Manage vaults...", "help": "Bantuan", "settings": "Pengaturan", "drag-to-rearrange": "Seret untuk menata", @@ -528,6 +539,7 @@ "button-add": "Tambah", "button-manage": "Kelola", "label-new-tab": "Tab baru", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Tab ini sedang sibuk, harap coba lagi nanti", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Ubah (Ctrl/Cmd+Klik untuk ubah di panel baru)", "read-view": "Tampilan terkini: Membaca", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Klik untuk mengubah", "switch-to-read-view": "Klik untuk membaca", "mod-click-open-new-tab": "{{key}}+Klik untuk membuka di tab baru", @@ -653,6 +668,7 @@ "button-create-vault": "Buat", "button-back": "Kembali", "msg-empty-vault-name": "Nama vault tidak dapat kosong.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Pilih folder yang valid.", "msg-failed-to-create-vault": "Gagal membuat vault.", "msg-failed-to-create-vault-at-location": "Tidak dapat membuat vault di lokasi yang dipilih. Periksa kembali lokasi dan perizinan.", @@ -749,6 +765,7 @@ "search-current-file": "Cari di dalam berkas", "search-replace-current-file": "Cari dan ganti di dalam berkas", "add-property": "Tambah properti berkas", + "add-alias": "Add alias", "edit-property": "Ubah properti berkas", "clear-properties": "Hapus properti berkas", "open-settings": "Buka pengaturan", @@ -764,6 +781,7 @@ "close-other-tabs": "Tutup semua tab lain", "close-tab-group": "Tutup tab grup ini", "toggle-left-sidebar": "Buka/Tutup bilah sisi kiri", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Buka/Tutup bilah sisi kanan", "toggle-default-new-tab-mode": "Peralih mode bawaan untuk tab baru", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Navigasikan Maju", "toggle-left-sidebar": "Peralih Bilah Sisi Kiri", "toggle-right-sidebar": "Peralih Bilah Sisi Kanan", + "toggle-ribbon": "Ribbon", "split-right": "Pisah ke kanan", "split-down": "Pisah ke bawah", "release-notes": "Catatan Rilis" @@ -912,6 +931,7 @@ "action-open": "Buka penjelajah berkas", "action-show": "Tampilkan penjelajah berkas", "action-create-note": "Buat catatan", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Buat catatan baru pada tab terkini", "action-create-note-to-the-right": "Buat catatan ke sebelah kanan", "action-collapse-all": "Ciutkan Semua", @@ -1416,6 +1436,7 @@ "name": "Publikasi", "desc": "Publikasikan catatan Anda melalui Obsidian Publish.", "action-publish-changes": "Publikasikan perubahan", + "action-publish-file": "Publish current file", "label-no-internet-access": "Anda butuh akses internet untuk mempublikasikan perubahan.", "label-publish-service-description": "Obsidian Publish adalah layanan berbayar tambahan yang memungkinkan Anda untuk mempublikasikan catatan Anda online secara langsung dari Obsidian.", "label-please-login": "Untuk mulai publikasi, masukkan atau buat akun Obsidian baru.", @@ -1604,6 +1625,7 @@ "desc": "Simpan dan muat tata letak ruang kerja.", "action-load-layout": "Muat tata letak ruang kerja", "action-manage-layouts": "Kelola tata letak ruang kerja", + "action-save": "Save layout", "action-save-and-load-layout": "Simpan dan muat tata letak lain", "placeholder-save-current-layout-as": "Simpan tata letak ruang kerja terkini sebagai...", "button-save": "Simpan", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Harap masukkan nama untuk tata letak baru.", "msg-save-layout-success": "Berhasil menyimpan tata letak.", "label-no-layout-found": "Tidak ada tata letak.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Ketikkan nama tata letak..." }, "sync": { "name": "Sinkronisasi", "desc": "Sinkronisasi berkas Anda dengan Obsidian Sync.", "action-view-version-history": "Lihat riwayat versi", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Muat lebih banyak", "label-show-diff": "Tampilkan perbedaan", "label-copy-to-clipboard": "Salin ke papan klip", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Tidak ada versi yang lebih baru dari berkas ini.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Kosong", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Pengaturan berkas", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Kata sandi ini tidak dapat diubah nanti.", "option-encryption-password-desc-warning": "Jika Anda lupa kata sandi ini, segala data jauh akan tidak dapat digunakan selamanya.", "option-encryption-password-desc-2": "Ini tidak mempengaruhi data lokal Anda.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Kata sandi Anda", - "label-enter-encryption-password": "Masukan kata sandi enkripsi", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Buka vault", - "msg-verified-password": "Kata sandi Anda berhasil diverifikasi.", "label-remote-vaults": "Vault remote Anda", "label-vault-created-time": "Dibuat {{time}}", "tooltip-delete-remote-vault": "Hapus", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Semua data pada server kami, termasuk riwayat versi, akan dihapus. Lokal berkas Anda akan tetap utuh.", "label-confirm-delete-remote-vault-warning": "Tindakan ini permanen dan tidak dapat diubah.", "msg-remote-vault-deleted": "{{name}} telah dihapus.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Hubungkan", "button-disconnect-from-remote-vault": "Putuskan", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Anda tidak memiliki vault remote.", "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": "Buat vault baru", "label-sync-log": "Log sinkronisasi", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Ukuran vault melebihi batas", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Tampilkan berkas-berkas terbesar", "msg-largest-files-desc": "Ini adalah berkas jarak jauh yang mengambil banyak ruang. Setelah hapus lampiran, gunakan tombol bersihkan untuk kosongkan ruang vault jarak jauh.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Bersihkan", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Secara permanen bersihkan lampiran yang dihapus dari vault jarak jauh untuk menghemat ruang.", "msg-purge-complete": "Pembersihan selesai.", "option-prevent-sleep": "Cegah perangkat tertidur", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sinkronkan plugin komunitas yang terpasang (berkas .js, .css, dan manifest.json) dan pengaturannya.", "label-sync-introduction": "Obsidian Sync adalah layanan sinkronisasi tambahan Obsidian dengan enkripsi ujung-ke-ujung dan riwayat versi.", "label-account-required": "Untuk memulai sinkronisasi, masuk atau buat akun Obsidian.", + "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": "Daftar", "button-log-in": "Masuk", "label-manage-excluded-folders": "Kelola folder yang dikecualikan", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Ini akan menghapus vault ini dari daftar vault yang dibagikan dengan Anda. Aksi ini tidak dapat dikembalikan.", "label-leave-vault-confirmation-details-2": "Harap hubungi pemilik vault jika Anda ingin berkolaborasi pada vault ini.", "button-leave": "Keluar", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Anda perlu berlangganan Obsidian Sync untuk terhubung dengan vault ini.", "option-contact-support": "Hubungi bantuan", "option-contact-support-desc": "Jika Anda mengalami masalah dengan Obsidian Sync, harap hubungi kami sehingga kami dapat membantu! Anda dapat menggapai kami melalui support@obsidian.md.", "button-copy-debug": "Salin info debug", "button-email-support": "Surel bantuan", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync memungkinkan anda membuat hingga 5 vault remote. Untuk membuat vault remote baru, harap hapus yang tersedia." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} kata", "word-with-count_plural": "{{count}} kata", "character-with-count": "{{count}} karakter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} folder", "backlink-with-count": "{{count}} backlink", "backlink-with-count_plural": "{{count}} backlink", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} properti", "properties-with-count_plural": "{{count}} properti", "site-with-count": "{{count}} situs", diff --git a/it.json b/it.json index 9bc97e9284a77b276f12dcc6a0d15dfda63ed0b6..aeb4ed56d353b2a4f845d082ba362daedeb51857 100644 --- a/it.json +++ b/it.json @@ -175,7 +175,7 @@ "label-default-theme": "Predefinito", "tooltip-click-to-enlarge": "Fare clic per ingrandire", "button-update": "Aggiorna", - "label-currently-selected": "Selezionato", + "label-currently-active": "Active", "option-frame-style": "Cornice della finestra", "option-frame-description": "Seleziona lo stile della cornice delle finestre di Obsidian. Riavviare l'app per applicare le modifiche.", "option-frame-hidden": "Nascosta (predefinito)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Toccare l'elemento nella barra multifunzione lo attiva. Toccare tenendo premuto mostra ancora il menu.", "option-mobile-quick-ribbon-default": "Apri barra multifunzione", "button-configure": "Configura", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Altri elementi barra multifunzione", "label-modal-configuration": "Configurazione barra multifunzione", "label-modal-configuration-desc": "Scegli quali elementi attivare nella barra multifunzione. Trascina e rilascia per modificare l'ordine.", @@ -277,7 +279,6 @@ "option-your-account": "Il tuo account", "option-your-account-desc": "Sei collegato come {{name}} ({{email}}).", "option-your-account-desc-no-login": "Non sei collegato. L'account è necessario solo per ottenere le build insider, per Obsidian Publish e Obsidian Sync.", - "button-manage-settings": "Gestisci account", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Il tuo indirizzo email...", "label-password": "Password", "placeholder-password": "La tua password...", + "label-forgot-password": "Forgot password?", "button-login": "Accedi", "message-empty-email": "L'indirizzo email non può essere vuoto.", "message-invalid-email": "L'indirizzo email non è valido.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Trova", "placeholder-replace": "Sostituisci", - "label-previous": "Precedente", - "label-next": "Successivo", - "label-all": "Tutto", "label-exit-search": "Chiudi ricerca", + "label-next": "Successivo", + "label-previous": "Precedente", + "label-find-all": "Find all", "label-replace": "Sostituisci", "label-replace-all": "Sostituisci tutto" }, @@ -453,7 +455,11 @@ "label-link-block": "per collegare un blocco", "label-type-pipe": "Digita |", "label-change-display-text": "per cambiare il testo mostrato", - "label-no-match-found": "Nessuna corrispondenza trovata" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nessuna corrispondenza trovata", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Nessun suggerimento...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Modifica collegamento", + "edit-tag": "Edit tag", "label-edit-block": "Modifica blocco" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Mostra", "sidebar-collapse": "Nascondi", "msg-fail-to-save-file": "Impossibile salvare \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Nessun file", "msg-file-changed": "\"{{file}}\" è stato modificato esternamente, unione automatica delle modifiche.", "switch-vault": "Apri un altro vault", + "manage-vaults": "Manage vaults...", "help": "Aiuto", "settings": "Impostazioni", "drag-to-rearrange": "Trascina per riordinare", @@ -528,6 +539,7 @@ "button-add": "Aggiungi", "button-manage": "Gestisci", "label-new-tab": "Nuova scheda", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Questa scheda è occupata, riprova più tardi", "formatting": { "label-formatting": "Formattazione", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Modifica (Ctrl/Cmd+Clic modifica in nuovo pannello)", "read-view": "Vista attuale: lettura", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Fare clic per modificare", "switch-to-read-view": "Fare clic per leggere", "mod-click-open-new-tab": "{{key}}+Clic apri in nuova scheda", @@ -653,6 +668,7 @@ "button-create-vault": "Crea", "button-back": "Indietro", "msg-empty-vault-name": "Il nome del vault non può essere vuoto.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Scegliere una cartella valida.", "msg-failed-to-create-vault": "Impossibile creare il vault.", "msg-failed-to-create-vault-at-location": "Impossibile creare il vault nella posizione specificata. Controllare il percorso e i permessi.", @@ -749,6 +765,7 @@ "search-current-file": "Cerca nel file attuale", "search-replace-current-file": "Cerca e sostituisci nel file attuale", "add-property": "Aggiungi proprietà al file", + "add-alias": "Add alias", "edit-property": "Modifica proprietà del file", "clear-properties": "Elimina le proprietà dal file", "open-settings": "Apri impostazioni", @@ -764,6 +781,7 @@ "close-other-tabs": "Chiudi le altre schede", "close-tab-group": "Chiudi questo gruppo schede", "toggle-left-sidebar": "Mostra/nascondi barra laterale sinistra", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Mostra/nascondi barra laterale destra", "toggle-default-new-tab-mode": "Attiva/disattiva modalità predefinita per le nuove schede", "add-cursor-above": "Aggiungi cursore sopra", @@ -900,6 +918,7 @@ "navigate-forward": "Vai avanti", "toggle-left-sidebar": "Mostra/nascondi barra laterale sinistra", "toggle-right-sidebar": "Mostra/nascondi barra laterale destra", + "toggle-ribbon": "Ribbon", "split-right": "Dividi a destra", "split-down": "Dividi sotto", "release-notes": "Note di rilascio" @@ -912,6 +931,7 @@ "action-open": "Apri Esplora risorse", "action-show": "Mostra Esplora risorse", "action-create-note": "Crea nuova nota", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Crea nuova nota nella scheda attuale", "action-create-note-to-the-right": "Crea nota a destra", "action-collapse-all": "Comprimi tutto", @@ -1416,6 +1436,7 @@ "name": "Publish", "desc": "Pubblica i tuoi appunti con Obsidian Publish.", "action-publish-changes": "Pubblica modifiche", + "action-publish-file": "Publish current file", "label-no-internet-access": "È necessario accedere a Internet per pubblicare le modifiche.", "label-publish-service-description": "Obsidian Publish è un servizio aggiuntivo a pagamento che consente di pubblicare appunti online direttamente da Obsidian.", "label-please-login": "Per iniziare a pubblicare, effettuare il login o creare un nuovo account Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Salva e carica il layout dell'area di lavoro.", "action-load-layout": "Carica layout dell'area di lavoro", "action-manage-layouts": "Gestisci layout delle aree di lavoro", + "action-save": "Save layout", "action-save-and-load-layout": "Salva e carica un altro layout", "placeholder-save-current-layout-as": "Salva layout dell'area di lavoro attuale come...", "button-save": "Salva", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Inserire un nome per il nuovo layout.", "msg-save-layout-success": "Layout salvato con successo.", "label-no-layout-found": "Nessun layout salvato trovato.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Digita nome del layout..." }, "sync": { "name": "Sync", "desc": "Sincronizza i file con Obsidian Sync.", "action-view-version-history": "Visualizza cronologia delle versioni", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Carica altro", "label-show-diff": "Mostra differenze", "label-copy-to-clipboard": "Copia negli Appunti", @@ -1631,7 +1657,7 @@ "label-revision": "1 revisione", "label-revision_plural": "{{revisions}} revisioni", "label-via-device": "da {{device}}", - "label-no-earlier-version": "Non sono presenti versioni precedenti del file.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Vuoto", "label-unable-to-retrieve": "Impossibile recuperare storico versioni", "label-setting-files": "Impostazione file", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Non sarà possibile modificarla in seguito.", "option-encryption-password-desc-warning": "Se si dimentica la password, i dati remoti rimarranno inutilizzabili per sempre.", "option-encryption-password-desc-2": "Ciò non influisce sui dati locali.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "La tua password", - "label-enter-encryption-password": "Immettere password di crittografia", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Sblocca vault", - "msg-verified-password": "Password verificata con successo.", "label-remote-vaults": "Vault remoti", "label-vault-created-time": "Creato il {{time}}", "tooltip-delete-remote-vault": "Elimina", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Tutti i dati sul server, inclusa la cronologia delle versioni, verranno eliminati. I file locali rimarranno intatti.", "label-confirm-delete-remote-vault-warning": "Questa azione è definitiva e irreversibile.", "msg-remote-vault-deleted": "{{name}} è stato eliminato.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Connetti", "button-disconnect-from-remote-vault": "Disconnetti", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Non sono presenti vault remoti.", "label-no-subscription": "Non hai una sottoscrizione attiva ad Obsidian Sync.", "label-please-visit": "Per favore visita", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Crea nuovo vault", "label-sync-log": "Registro di Sync", "option-event-type": "Tipo evento", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Impossibile recuperare le dimensioni del vault.", "option-vault-size-loading": "Recupero delle dimensioni del vault in corso...", "option-over-size": "Limite di spazio del vault superato", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Mostra i file più grandi", "msg-largest-files-desc": "Questi sono i file remoti che occupano più spazio. Elimina gli allegati e usa il tasto Ripulisci per liberare spazio nel vault remoto.", "button-upgrade-storage": "Aumenta spazio di archiviazione", "button-purge-remote": "Ripulisci", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Elimina definitivamente gli allegati rimossi dal vault remoto per risparmiare spazio.", "msg-purge-complete": "Pulizia completata.", "option-prevent-sleep": "Impedisci sospensione del dispositivo", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sincronizza i plugin della comunità installati (file .js, .css e manifest.json) e le loro impostazioni.", "label-sync-introduction": "Obsidian Sync è un servizio aggiuntivo di Obsidian con crittografia end-to-end e cronologia delle versioni.", "label-account-required": "Per iniziare a sincronizzare, effettuare il login o creare un nuovo account Obsidian.", + "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": "Iscriviti", "button-log-in": "Accesso", "label-manage-excluded-folders": "Gestisci cartelle escluse", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Rimuovere il vault dall'elenco dei vault condivisi con te? Questa azione non può essere annullata.", "label-leave-vault-confirmation-details-2": "Contattare il proprietario se si desidera collaborare nuovamente a questo vault.", "button-leave": "Abbandona", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "È necessario un abbonamento a Obsidian Sync per connettersi a questo vault.", "option-contact-support": "Contatta il supporto", "option-contact-support-desc": "Se stai riscontrando problemi con Obsidian Sync, contattaci per un aiuto! Puoi raggiungerci a support@obsidian.md.", "button-copy-debug": "Copia informazioni di debug", "button-email-support": "Email di supporto", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync consente di creare fino a 5 vault remoti. Per creare un nuovo vault devi prima rimuoverne uno esistente." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Tipo di richiamo..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} parola", "word-with-count_plural": "{{count}} parole", "character-with-count": "{{count}} carattere", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} cartelle", "backlink-with-count": "{{count}} riferimento", "backlink-with-count_plural": "{{count}} riferimenti", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} proprietà ", "properties-with-count_plural": "{{count}} proprietà ", "site-with-count": "{{count}} sito", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} tema", "theme-with-count_plural": "{{count}} temi" } -} +} \ No newline at end of file diff --git a/ja.json b/ja.json index a864a476892e158771076e9a8c6b60396a791b97..0d13fd402d0e0f8d4b649e8e576046762f85ee6d 100644 --- a/ja.json +++ b/ja.json @@ -175,7 +175,7 @@ "label-default-theme": "デフォルト", "tooltip-click-to-enlarge": "クリックã§æ‹¡å¤§", "button-update": "アップデート", - "label-currently-selected": "é¸æŠžä¸", + "label-currently-active": "Active", "option-frame-style": "ウィンドウフレームã®ã‚¹ã‚¿ã‚¤ãƒ«", "option-frame-description": "ウィンドウタイトルãƒãƒ¼ã®ã‚¹ã‚¿ã‚¤ãƒªãƒ³ã‚°ã‚’é¸æŠžã—ã¦ãã ã•ã„。変更ã—ãŸè¨å®šã‚’é©ç”¨ã™ã‚‹ã«ã¯å†èµ·å‹•ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚", "option-frame-hidden": "éžè¡¨ç¤º(デフォルト)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "ナビゲーションメニューã®ãƒªãƒœãƒ³ã‚¢ã‚¤ãƒ†ãƒ をタップã™ã‚‹ã“ã¨ã§ãã®ã‚¢ã‚¤ãƒ†ãƒ をアクティブã«ã—ã¾ã™ã€‚タップã—ã¦ã‹ã‚‰ãƒ›ãƒ¼ãƒ«ãƒ‰ã—ã¦ã‚‚メニューãŒè¡¨ç¤ºã•ã‚Œã¾ã™ã€‚", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "è¨å®š", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "ä»–ã®ãƒªãƒœãƒ³ã‚¢ã‚¤ãƒ†ãƒ ", "label-modal-configuration": "リボンã®è¨å®š", "label-modal-configuration-desc": "リボンã§ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ã—ãŸã„アイテムをé¸æŠžã—ã¦ãã ã•ã„。ドラッグ&ドãƒãƒƒãƒ—ã§é †ç•ªã‚’変更ã—ã¾ã™ã€‚", @@ -277,7 +279,6 @@ "option-your-account": "ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆ", "option-your-account-desc": "ç¾åœ¨ã€æ¬¡ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã§ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ã¦ã„ã¾ã™: {{name}} ({{email}})", "option-your-account-desc-no-login": "ã‚ãªãŸã¯ç¾åœ¨ãƒã‚°ã‚¤ãƒ³ã—ã¦ã„ã¾ã›ã‚“。アカウントã¯Obsidian Syncã€Obsidian Publishã€ãŠã‚ˆã³ã‚«ã‚¿ãƒªã‚¹ãƒˆã‚¤ãƒ³ã‚µã‚¤ãƒ€ãƒ¼ãƒ“ルドã«ã®ã¿å¿…è¦ã¨ãªã‚Šã¾ã™ã€‚", - "button-manage-settings": "è¨å®šã®ç®¡ç†", "label-insider": "インサイダー", "label-supporter": "サãƒãƒ¼ã‚¿ãƒ¼", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "メールアドレスã¯â€¦", "label-password": "パスワード", "placeholder-password": "パスワードã¯â€¦", + "label-forgot-password": "Forgot password?", "button-login": "ãƒã‚°ã‚¤ãƒ³", "message-empty-email": "メールアドレス欄ã«å…¥åŠ›ãŒå¿…è¦ã§ã™ã€‚", "message-invalid-email": "ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ç„¡åŠ¹ã§ã™ã€‚", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "検索", "placeholder-replace": "ç½®æ›", - "label-previous": "å‰ã¸", - "label-next": "次ã¸", - "label-all": "全体を検索", "label-exit-search": "検索を終了", + "label-next": "次ã¸", + "label-previous": "å‰ã¸", + "label-find-all": "Find all", "label-replace": "ç½®æ›", "label-replace-all": "ã™ã¹ã¦ç½®æ›" }, @@ -453,7 +455,11 @@ "label-link-block": "ブãƒãƒƒã‚¯ã«ãƒªãƒ³ã‚¯ã§ãã¾ã™", "label-type-pipe": "|を入力ã™ã‚‹ã¨", "label-change-display-text": "表示テã‚ストを変更ã§ãã¾ã™", - "label-no-match-found": "一致ã™ã‚‹ã‚‚ã®ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "一致ã™ã‚‹ã‚‚ã®ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "サジェスãƒãƒ§ãƒ³ãŒã‚ã‚Šã¾ã›ã‚“…", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "リンクを編集", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "展開", "sidebar-collapse": "折りãŸãŸã‚€", "msg-fail-to-save-file": "ファイル \"{{filepath}}\" ã®ä¿å˜ã«å¤±æ•—ã—ã¾ã—ãŸã€‚{{message}}。", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "ファイルãŒã‚ã‚Šã¾ã›ã‚“", "msg-file-changed": "\"{{file}}\" ãŒå¤–部ã§ä¿®æ£ã•ã‚Œã¦ã„ã¾ã™ã€‚自動的ã«å¤‰æ›´ã‚’マージã—ã¾ã™ã€‚", "switch-vault": "別ã®ä¿ç®¡åº«ã‚’é–‹ã", + "manage-vaults": "Manage vaults...", "help": "ヘルプ", "settings": "è¨å®š", "drag-to-rearrange": "ドラッグã—ã¦é †ç•ªã‚’変更", @@ -528,6 +539,7 @@ "button-add": "è¿½åŠ ", "button-manage": "管ç†", "label-new-tab": "æ–°è¦ã‚¿ãƒ–", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "ã“ã®ã‚¿ãƒ–ã¯ç¾åœ¨åˆ©ç”¨ã§ãã¾ã›ã‚“。ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†è©¦è¡Œã—ã¦ãã ã•ã„。", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "編集(Ctrl/Cmd+クリックã§æ–°è¦ãƒšã‚¤ãƒ³ã§ç·¨é›†)", "read-view": "ç¾åœ¨ã®ãƒ“ュー: リーディング", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "クリックã—ã¦ç·¨é›†", "switch-to-read-view": "クリックã—ã¦é–²è¦§", "mod-click-open-new-tab": "{{key}}+クリックã§æ–°è¦ã‚¿ãƒ–ã«é–‹ã", @@ -653,6 +668,7 @@ "button-create-vault": "作æˆ", "button-back": "å‰ã«æˆ»ã‚‹", "msg-empty-vault-name": "ä¿ç®¡åº«ã«åå‰ã‚’ã¤ã‘ã¦ãã ã•ã„。", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "フォルダを指定ã—ã¦ãã ã•ã„。", "msg-failed-to-create-vault": "ä¿ç®¡åº«ãŒä½œæˆã§ãã¾ã›ã‚“ã§ã—ãŸã€‚", "msg-failed-to-create-vault-at-location": "指定ã®å ´æ‰€ã«ä¿ç®¡åº«ã‚’作æˆã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã‚‚ã†ã„ã¡ã©å ´æ‰€ã¨ãƒ‘ーミッションを確èªã—ã¦ãã ã•ã„。", @@ -749,6 +765,7 @@ "search-current-file": "ç¾åœ¨ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’検索", "search-replace-current-file": "ç¾åœ¨ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’検索ã—ç½®æ›", "add-property": "ファイルプãƒãƒ‘ãƒ†ã‚£ã‚’è¿½åŠ ", + "add-alias": "Add alias", "edit-property": "ファイルプãƒãƒ‘ティを編集", "clear-properties": "ファイルプãƒãƒ‘ティをクリア", "open-settings": "è¨å®šã‚’é–‹ã", @@ -764,6 +781,7 @@ "close-other-tabs": "ä»–ã®ã‚¿ãƒ–ã‚’ã™ã¹ã¦é–‰ã˜ã‚‹", "close-tab-group": "ã“ã®ã‚¿ãƒ–グループを閉ã˜ã‚‹", "toggle-left-sidebar": "å·¦ã®ã‚µã‚¤ãƒ‰ãƒãƒ¼ã‚’é–‹é–‰", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "å³ã®ã‚µã‚¤ãƒ‰ãƒãƒ¼ã‚’é–‹é–‰", "toggle-default-new-tab-mode": "æ–°è¦ã‚¿ãƒ–ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆãƒ¢ãƒ¼ãƒ‰ã‚’切り替ãˆã‚‹", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "進む", "toggle-left-sidebar": "左サイドãƒãƒ¼ã«åˆ‡ã‚Šæ›¿ãˆã‚‹", "toggle-right-sidebar": "å³ã‚µã‚¤ãƒ‰ãƒãƒ¼ã«åˆ‡ã‚Šæ›¿ãˆã‚‹", + "toggle-ribbon": "Ribbon", "split-right": "å³ã«åˆ†å‰²", "split-down": "下ã«åˆ†å‰²", "release-notes": "リリースノート" @@ -912,6 +931,7 @@ "action-open": "ファイルエクスプãƒãƒ¼ãƒ©ã‚’é–‹ã", "action-show": "ファイルエクスプãƒãƒ¼ãƒ©ã‚’表示", "action-create-note": "æ–°è¦ãƒŽãƒ¼ãƒˆã®ä½œæˆ", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "ç¾åœ¨ã®ã‚¿ãƒ–ã«æ–°è¦ãƒŽãƒ¼ãƒˆã‚’作æˆ", "action-create-note-to-the-right": "ノートをå³å´ã«ä½œæˆ", "action-collapse-all": "ã™ã¹ã¦æŠ˜ã‚ŠãŸãŸã‚€", @@ -1416,6 +1436,7 @@ "name": "パブリッシュ", "desc": "Obsidian Publishを用ã„ã¦ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆä¸Šã«ãƒŽãƒ¼ãƒˆã‚’公開ã—ã¾ã™ã€‚", "action-publish-changes": "パブリッシュã«ã‚ˆã‚‹å¤‰æ›´ã®å…¬é–‹", + "action-publish-file": "Publish current file", "label-no-internet-access": "変更を公開ã™ã‚‹ã«ã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚", "label-publish-service-description": "Obsidian Publishã¯ã€Obsidianã‹ã‚‰ç›´æŽ¥ã‚ªãƒ³ãƒ©ã‚¤ãƒ³ã§ãƒŽãƒ¼ãƒˆã‚’公開ã§ãるアドオン有料サービスã§ã™ã€‚", "label-please-login": "公開を開始ã™ã‚‹ã«ã¯ã€ãƒã‚°ã‚¤ãƒ³ã™ã‚‹ã‹ã€Obsidianアカウントを新è¦ä½œæˆã—ã¦ãã ã•ã„。", @@ -1604,6 +1625,7 @@ "desc": "ワークスペースレイアウトをä¿å˜ã—ã¦ãƒãƒ¼ãƒ‰ã—ã¾ã™ã€‚", "action-load-layout": "ワークスペースレイアウトをãƒãƒ¼ãƒ‰", "action-manage-layouts": "ワークスペースレイアウトを管ç†", + "action-save": "Save layout", "action-save-and-load-layout": "ä¿å˜ã—ã¦åˆ¥ã®ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’ãƒãƒ¼ãƒ‰", "placeholder-save-current-layout-as": "ç¾åœ¨ã®ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’ä¿å˜â€¦", "button-save": "ä¿å˜", @@ -1613,12 +1635,16 @@ "msg-enter-name": "æ–°è¦ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã®åå‰ã‚’入力ã—ã¦ãã ã•ã„。", "msg-save-layout-success": "レイアウトãŒæ£å¸¸ã«ä¿å˜ã•ã‚Œã¾ã—ãŸã€‚", "label-no-layout-found": "ä¿å˜ã•ã‚ŒãŸãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "レイアウトåを入力…" }, "sync": { "name": "åŒæœŸ", "desc": "Obsidian Syncを介ã—ã¦ãƒ•ã‚¡ã‚¤ãƒ«ã‚’åŒæœŸã—ã¾ã™ã€‚", "action-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": "æ›´ã«ãƒãƒ¼ãƒ‰", "label-show-diff": "差分ã®è¡¨ç¤º", "label-copy-to-clipboard": "クリップボードã«ã‚³ãƒ”ー", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã«ã¯ä»¥å‰ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãŒå˜åœ¨ã—ã¾ã›ã‚“。", + "label-no-history": "No sync history for this file.", "label-empty-file": "ファイルãŒã‚ã‚Šã¾ã›ã‚“", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "è¨å®šãƒ•ã‚¡ã‚¤ãƒ«", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "ã“ã®ãƒ‘スワードã¯å¾Œã‹ã‚‰å¤‰æ›´ã§ãã¾ã›ã‚“。", "option-encryption-password-desc-warning": "ã“ã®ãƒ‘スワードを忘れã¦ã—ã¾ã£ãŸå ´åˆã€ã‚らゆるリモートデータãŒæ°¸é ã«ä½¿ç”¨ä¸å¯ã¨ãªã‚Šã¾ã™ã€‚", "option-encryption-password-desc-2": "ã“ã‚Œã¯ãƒãƒ¼ã‚«ãƒ«ãƒ‡ãƒ¼ã‚¿ã«ä¸€åˆ‡å½±éŸ¿ã‚’åŠã¼ã—ã¾ã›ã‚“。", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "パスワード", - "label-enter-encryption-password": "æš—å·åŒ–ã®ãƒ‘スワードを入力", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "ä¿ç®¡åº«ã‚’アンãƒãƒƒã‚¯", - "msg-verified-password": "パスワードã®ç¢ºèªã«æˆåŠŸã—ã¾ã—ãŸã€‚", "label-remote-vaults": "リモートä¿ç®¡åº«", "label-vault-created-time": "作æˆæ—¥æ™‚ {{time}}", "tooltip-delete-remote-vault": "削除", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "サーãƒãƒ¼å†…ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³å±¥æ´ã‚’å«ã‚€ã™ã¹ã¦ã®ãƒ‡ãƒ¼ã‚¿ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚ãƒãƒ¼ã‚«ãƒ«ãƒ•ã‚¡ã‚¤ãƒ«ã«å½±éŸ¿ã¯ã‚ã‚Šã¾ã›ã‚“。", "label-confirm-delete-remote-vault-warning": "ã“ã®å®Ÿè¡Œã¯æ°¸ç¶šçš„ã§ã‚ã‚Šã€å…ƒã«æˆ»ã™ã“ã¨ã¯ã§ãã¾ã›ã‚“。", "msg-remote-vault-deleted": "{{name}}ã¯å‰Šé™¤ã•ã‚Œã¦ã„ã¾ã™ã€‚", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "接続", "button-disconnect-from-remote-vault": "接続を切る", + "label-sync-status": "Sync: {{status}}", "label-not-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": "ä¿ç®¡åº«ã‚’æ–°è¦ä½œæˆ", "label-sync-log": "åŒæœŸãƒã‚°", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "ä¿ç®¡åº«ã®è¨±å®¹ã‚µã‚¤ã‚º", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "最大サイズã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’確èªã—ã¦ãã ã•ã„。", "msg-largest-files-desc": "ã“れらã¯æœ€ã‚‚スペースをå–ã£ã¦ã„るリモートファイルã§ã™ã€‚添付ファイルを削除ã—ãŸå¾Œã€ãƒªãƒ¢ãƒ¼ãƒˆä¿ç®¡åº«ã®ã‚¹ãƒšãƒ¼ã‚¹é–‹æ”¾ã®ãŸã‚ã«ãƒ‘ージボタンを使用ã—ã¦ãã ã•ã„。", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "パージ", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "スペース確ä¿ã®ãŸã‚ã«ãƒªãƒ¢ãƒ¼ãƒˆä¿ç®¡åº«ã‹ã‚‰å‰Šé™¤ã•ã‚ŒãŸæ·»ä»˜ãƒ•ã‚¡ã‚¤ãƒ«ã‚’永続的ã«ãƒ‘ージã—ã¾ã™ã€‚", "msg-purge-complete": "パージãŒå®Œäº†ã—ã¾ã—ãŸã€‚", "option-prevent-sleep": "デãƒã‚¤ã‚¹ã®ã‚¹ãƒªãƒ¼ãƒ—を防ã", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "インストールã•ã‚Œã¦ã„るコミュニティプラグイン(.jsファイルã€.cssファイルã¨manifest.jsonファイル)ã¨ãƒ—ラグインè¨å®šã‚’åŒæœŸã™ã‚‹ã‹ã©ã†ã‹ã‚’決ã‚ã¾ã™ã€‚", "label-sync-introduction": "Obsidian Syncã¯ã‚¨ãƒ³ãƒ‰ãƒ„ーエンド暗å·åŒ–ã¨ãƒãƒ¼ã‚¸ãƒ§ãƒ³å±¥æ´ã®ãŸã‚ã®ã‚¢ãƒ‰ã‚ªãƒ³åŒæœŸã‚µãƒ¼ãƒ“スã§ã™ã€‚", "label-account-required": "åŒæœŸã‚’開始ã™ã‚‹ã«ã¯ã€ãƒã‚°ã‚¤ãƒ³ã™ã‚‹ã‹Obsidianã®æ–°è¦ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’作æˆã—ã¦ãã ã•ã„。", + "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": "サインアップ", "button-log-in": "ãƒã‚°ã‚¤ãƒ³", "label-manage-excluded-folders": "除外フォルダã®ç®¡ç†", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "共有ã•ã‚Œã¦ã„ã‚‹ä¿ç®¡åº«ãƒªã‚¹ãƒˆã‹ã‚‰ã“ã®ä¿ç®¡åº«ã‚’å–り除ãã¾ã™ã€‚ã“ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã¯å…ƒã«æˆ»ã™ã“ã¨ãŒã§ãã¾ã›ã‚“。", "label-leave-vault-confirmation-details-2": "ã“ã®ä¿ç®¡åº«ã¨ã®ã‚³ãƒ©ãƒœãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’å†é–‹ã—ãŸã„å ´åˆã«ã¯ä¿ç®¡åº«æ‰€æœ‰è€…ã«ã‚³ãƒ³ã‚¿ã‚¯ãƒˆã‚’å–ã£ã¦ãã ã•ã„。", "button-leave": "離れる", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "ã“ã®ä¿ç®¡åº«ã«æŽ¥ç¶šã™ã‚‹ã«ã¯Obsidian Syncã®ã‚µãƒ–スクリプションãŒå¿…è¦ã§ã™ã€‚", "option-contact-support": "サãƒãƒ¼ãƒˆã«ã‚³ãƒ³ã‚¿ã‚¯ãƒˆã‚’å–ã‚‹", "option-contact-support-desc": "Obsidian Syncã§ä½•ã‹ã‚‰ã®å•é¡ŒãŒç™ºç”Ÿã—ãŸå ´åˆã«ã¯ã€ã”連絡をã„ãŸã ã‘ã‚Œã°ã‚µãƒãƒ¼ãƒˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ãã®å ´åˆã«ã¯ support@obsidian.md å®›ã«ãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡ã—ã¦ãã ã•ã„。", "button-copy-debug": "デãƒãƒƒã‚°æƒ…å ±ã‚’ã‚³ãƒ”ãƒ¼", "button-email-support": "Eメールサãƒãƒ¼ãƒˆ", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Syncã§ã¯æœ€å¤§ï¼•ã¤ã¾ã§ã®ãƒªãƒ¢ãƒ¼ãƒˆä¿ç®¡åº«ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚æ–°ã—ã„リモートä¿ç®¡åº«ã‚’作æˆã™ã‚‹ã«ã¯æ—¢å˜ã®ä¿ç®¡åº«ã‚’å–り除ã„ã¦ãã ã•ã„。" }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} ワード", "word-with-count_plural": "{{count}} ワード", "character-with-count": "{{count}} æ–‡å—", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} フォルダ", "backlink-with-count": "{{count}} ãƒãƒƒã‚¯ãƒªãƒ³ã‚¯", "backlink-with-count_plural": "{{count}} ãƒãƒƒã‚¯ãƒªãƒ³ã‚¯", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} プãƒãƒ‘ティ", "properties-with-count_plural": "{{count}} プãƒãƒ‘ティ", "site-with-count": "{{count}} サイト", diff --git a/ka.json b/ka.json index 9d886a7b1a66c9a1386334717ad92eb6e9e16dcf..c550dead0788c7c63387b8392d1ea01d7135937d 100644 --- a/ka.json +++ b/ka.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/kh.json b/kh.json index a06204b23fb266370b1de5da333baf010839fe7b..e36680b64c008c5ab3bfe72d6f17f3bea1480015 100644 --- a/kh.json +++ b/kh.json @@ -175,7 +175,7 @@ "label-default-theme": "លំនាំដើម", "tooltip-click-to-enlarge": "សូមចុចដើម្បីពង្រីក", "button-update": "អាប់ដáŸáž", - "label-currently-selected": "ážáŸ’រូវបានជ្រើសរើស", + "label-currently-active": "Active", "option-frame-style": "រចនាបáŸáž‘្មស៊ុម window", "option-frame-description": "កំណážáŸ‹ážšáž…នាសម្ពáŸáž“្ធរចនាបáŸáž‘្មនៃរបារចំណងជើងនៃ Obsidian windows។ ទាមទារការចាប់ផ្ážáž¾áž˜áž¡áž¾áž„វិញពáŸáž‰áž›áŸáž‰ážŠáž¾áž˜áŸ’បីមានប្រសិទ្ធភាព។", "option-frame-hidden": "លាក់ (លំនាំដើម)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "ចុចលើវážáŸ’ážáž» ribbon នៅក្នុងម៉ឺនុយរុករកនឹងធ្វើឱ្យវážáŸ’ážáž» ribbon áž“áŸáŸ‡ážŸáž€áž˜áŸ’ម។ ចុចឱ្យជាប់នឹងនៅážáŸ‚បង្ហាញម៉ឺនុយ។", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "កំណážáŸ‹ážšáž…នាសម្ពáŸáž“្ធ", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "ážœážáŸ’ážáž» ribbon ផ្សáŸáž„ទៀážáŸ”", "label-modal-configuration": "ការកំណážáŸ‹â€‹ážšáž…នាសម្ពáŸáž“្ធ ribbon", "label-modal-configuration-desc": "ជ្រើសរើសវážáŸ’ážáž»ážŽáž¶ážŠáŸ‚លអ្នកចង់ធ្វើឱ្យសកម្មនៅក្នុង ribbon។ អូសហើយទម្លាក់ដើម្បីផ្លាស់ប្ážáž¼ážšáž›áŸ†ážŠáž¶áž”់។", @@ -277,7 +279,6 @@ "option-your-account": "គណនី​របស់​អ្នក", "option-your-account-desc": "បច្ចុប្បន្នអ្នក​បាន​បញ្ចូល {{name}} ({{email}})។", "option-your-account-desc-no-login": "អ្នកមិនទាន់បានចូលទáŸáž¥áž¡áž¼ážœáž“áŸáŸ‡áŸ” គណនីមួយគឺážáŸ’រូវការសម្រាប់ážáŸ‚ Obsidian Sync, Obsidian Publish áž“áž·áž„ ការស្ážáž¶áž”នាážáž¶áž„ក្នុងរបស់​ catalyst។", - "button-manage-settings": "គ្រប់គ្រងការកំណážáŸ‹", "label-insider": "អ្នកážáž¶áž„ក្នុង", "label-supporter": "អ្នកគាំទ្រ", "label-vip": "វីអាយភី", @@ -292,6 +293,7 @@ "placeholder-email": "អ៊ីមែល​របស់​អ្នក...", "label-password": "ពាក្យសម្ងាážáŸ‹", "placeholder-password": "ពាក្យសម្ងាážáŸ‹ážšáž”ស់អ្នក...", + "label-forgot-password": "Forgot password?", "button-login": "ចូលក្នុងគណនី", "message-empty-email": "អ៊ីមែលមិនអាចទទáŸáž”ានទáŸáŸ”", "message-invalid-email": "អ៊ី​ម៉ែ​ល​មិន​ážáŸ’រឹមážáŸ’រូវ​។", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "ស្វែងរក", "placeholder-replace": "ជំនួស", - "label-previous": "មុន", - "label-next": "បន្ទាប់", - "label-all": "ទាំងអស់", "label-exit-search": "ចាកចáŸáž‰áž–ីការស្វែងរក", + "label-next": "បន្ទាប់", + "label-previous": "មុន", + "label-find-all": "Find all", "label-replace": "ជំនួស", "label-replace-all": "ជំនួសទាំងអស់" }, @@ -453,7 +455,11 @@ "label-link-block": "ដើម្បីភ្ជាប់ blocks", "label-type-pipe": "វាយ |", "label-change-display-text": "ដើម្បីផ្លាស់ប្ážáž¼ážšáž¢ážáŸ’ážáž”ទបង្ហាញ", - "label-no-match-found": "រកមិនឃើញដំណូចទáŸáŸ”" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "រកមិនឃើញដំណូចទáŸáŸ”", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "គ្មានការណែនាំ...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "កែសម្រួលážáŸ†ážŽáž—្ជាប់", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "ពង្រីក", "sidebar-collapse": "បង្រួម", "msg-fail-to-save-file": "បរាជáŸáž™áž€áŸ’នុងការរក្សាទុកឯកសារ \"{{filepath}}\"។ {{message}}។ ធ្វើការបម្រុងទុកនៃមាážáž·áž€áž¶áž“ៃឯកសារនáŸáŸ‡áž¥áž¡áž¼ážœáž“áŸáŸ‡ážŠáž¾áž˜áŸ’បីជៀសវាងការបាážáŸ‹áž”ង់ទិន្ននáŸáž™áŸ”", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "គ្មានឯកសារ", "msg-file-changed": "\"{{file}}\" ážáŸ’រូវ​បាន​កែប្រែ​ážáž¶áž„​ក្រៅ, ​បញ្ចូល​ការ​ផ្លាស់ប្ដូរ​ដោយ​ស្វáŸáž™â€‹áž”្រវážáŸ’ážáž·áŸ”", "switch-vault": "បើក vault មួយទៀáž", + "manage-vaults": "Manage vaults...", "help": "ជំនួយ", "settings": "ការកំណážáŸ‹", "drag-to-rearrange": "អូសដើម្បីរៀបចំឡើងវិញ", @@ -528,6 +539,7 @@ "button-add": "បន្ážáŸ‚ម", "button-manage": "គ្រប់គ្រង", "label-new-tab": "Tab ážáŸ’មី", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "បច្ចុប្បន្ន tab áž“áŸáŸ‡ážšážœáž›áŸ‹, សូមព្យាយាមម្ážáž„ទៀážáž“ៅពáŸáž›áž€áŸ’រោយ", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "ទិដ្ឋភាពបច្ចុប្បន្ន៖ កែសម្រួល", "read-view": "ទិដ្ឋភាពបច្ចុប្បន្ន៖ អាន", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "ចុចដើម្បីកែសម្រួល", "switch-to-read-view": "ចុចដើម្បីអាន", "mod-click-open-new-tab": "{{key}}+ចុចដើម្បីបើកក្នុង tab ážáŸ’មី។", @@ -653,6 +668,7 @@ "button-create-vault": "បង្កើáž", "button-back": "ážáž™áž€áŸ’រោយ", "msg-empty-vault-name": "ឈ្មោះ​​ vault មិនអាចទទáŸáž”ានទáŸáŸ”", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "សូមជ្រើសរើសážážáž¯áž€ážŸáž¶ážšážáŸ’រឹមážáŸ’រូវ។", "msg-failed-to-create-vault": "បរាជáŸáž™áž€áŸ’នុងការបង្កើហvault។", "msg-failed-to-create-vault-at-location": "មិនអាចបង្កើážâ€‹ vault នៅទីážáž¶áŸ†áž„ដែលបានផ្ážáž›áŸ‹áž±áŸ’យបានទáŸáŸ” សូមពិនិážáŸ’យមើលទីážáž¶áŸ†áž„និងការអនុញ្ញាážáž˜áŸ’ážáž„ទៀážáŸ”", @@ -749,6 +765,7 @@ "search-current-file": "ស្វែងរកឯកសារបច្ចុប្បន្ន", "search-replace-current-file": "ស្វែងរកនិងជំនួសក្នុងឯកសារបច្ចុប្បន្ន", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "បើកការកំណážáŸ‹", @@ -764,6 +781,7 @@ "close-other-tabs": "បិទ tab ផ្សáŸáž„ទៀážáž‘ាំងអស់", "close-tab-group": "បិទក្រុម tab áž“áŸáŸ‡áŸ”", "toggle-left-sidebar": "បិទ/បើករបារចំហៀងážáž¶áž„ឆ្វáŸáž„", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "បិទ/បើករបារចំហៀងážáž¶áž„ស្ážáž¶áŸ†", "toggle-default-new-tab-mode": "បិទ/បើករបៀបលំនាំដើមសម្រាប់ផ្ទាំងážáŸ’មី។", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "រុករកទៅមុáž", "toggle-left-sidebar": "បិទ/បើករបារចំហៀងážáž¶áž„ឆ្វáŸáž„", "toggle-right-sidebar": "បិទ/បើក របារចំហៀងážáž¶áž„ស្ážáž¶áŸ†", + "toggle-ribbon": "Ribbon", "split-right": "បំបែក​ážáž¶áž„​ស្ដាំ", "split-down": "បំបែកចុះ", "release-notes": "ការចáŸáž‰áž•áŸ’សាយកំណážáŸ‹áž…ំណាំ" @@ -912,6 +931,7 @@ "action-open": "បើកកម្មវិធីរុករកឯកសារ", "action-show": "បង្ហាញកម្មវិធីរុករកឯកសារ", "action-create-note": "បង្កើážâ€‹áž€áŸ†ážŽážáŸ‹áž…ំណាំážáŸ’មី", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "បង្កើážáž€áŸ†ážŽážáŸ‹áž…ំណាំážáŸ’មីក្នុង tab បច្ចុប្បន្ន", "action-create-note-to-the-right": "បង្កើážáž€áŸ†ážŽážáŸ‹áž…ំណាំនៅážáž¶áž„ស្ážáž¶áŸ†", "action-collapse-all": "បង្រួមទាំងអស់", @@ -1416,6 +1436,7 @@ "name": "ផ្សាយ", "desc": "ផ្សាយកំណážáŸ‹áž…ំណាំរបស់អ្នកážáž¶áž˜ážšáž™áŸˆ Obsidian Publish។", "action-publish-changes": "ការផ្លាស់ប្ážáž¼ážšáž€áž¶ážšáž•áŸ’សាយ...", + "action-publish-file": "Publish current file", "label-no-internet-access": "អ្នក​ážáŸ’រូវ​ការ​ចូល​ប្រើ​អ៊ីនធើណáŸážâ€‹ážŠáž¾áž˜áŸ’បី​ផ្សាយ​ការ​ផ្លាស់ប្ដូរ។", "label-publish-service-description": "Obsidian Publish គឺជាសáŸážœáž¶áž€áž˜áŸ’មបង់ប្រាក់បន្ážáŸ‚មដែលអនុញ្ញាážáž±áŸ’យអ្នកផ្សាយកំណážáŸ‹áž…ំណាំរបស់អ្នកážáž¶áž˜áž¢áŸŠáž¸áž“ធើណáŸážâ€‹ážŠáŸ„យផ្ទាល់ពី Obsidian។", "label-please-login": "ដើម្បីចាប់ផ្ážáž¾áž˜áž•áŸ’សាយ​, សូមចូលឬបង្កើážáž‚ណនី Obsidian ážáŸ’មី។", @@ -1604,6 +1625,7 @@ "desc": "រក្សាទុក និងផ្ទុកប្លង់កន្លែងការងារ។", "action-load-layout": "ផ្ទុកប្លង់កន្លែងការងារ", "action-manage-layouts": "គ្រប់គ្រងប្លង់កន្លែងការងារ", + "action-save": "Save layout", "action-save-and-load-layout": "រក្សាទុក និងផ្ទុកប្លង់ផ្សáŸáž„ទៀáž", "placeholder-save-current-layout-as": "រក្សាទុកប្លង់កន្លែងការងារបច្ចុប្បន្នជា...", "button-save": "រក្សាទុក", @@ -1613,12 +1635,16 @@ "msg-enter-name": "សូមបញ្ចូលឈ្មោះសម្រាប់ប្លង់ážáŸ’មី។", "msg-save-layout-success": "បានរក្សាទុកប្លង់ដោយជោគជáŸáž™áŸ”", "label-no-layout-found": "រកមិនឃើញប្លង់ដែលបានរក្សាទុកទáŸáŸ”", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "វាយឈ្មោះប្លង់..." }, "sync": { "name": "សមកាលកម្ម", "desc": "ធ្វើសមកាលកម្មឯកសាររបស់អ្នកážáž¶áž˜ážšáž™áŸˆ Obsidian Sync ។", "action-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": "ផ្ទុក​បន្ážáŸ‚ម", "label-show-diff": "បង្ហាញភាពážáž»ážŸáž‚្នា", "label-copy-to-clipboard": "ចម្លងទៅឃ្លីបបáž", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "មិនមានកំណែមុននៃឯកសារនáŸáŸ‡áž‘áŸáŸ”", + "label-no-history": "No sync history for this file.", "label-empty-file": "áž‘áž‘áŸ", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "ការកំណážáŸ‹áž¯áž€ážŸáž¶ážš", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "ពាក្យសម្ងាážáŸ‹áž“áŸáŸ‡áž˜áž·áž“អាចផ្លាស់ប្ážáž¼ážšáž“ៅពáŸáž›áž€áŸ’រោយបានទáŸáŸ”", "option-encryption-password-desc-warning": "ប្រសិនបើអ្នកភ្លáŸáž…ពាក្យសម្ងាážáŸ‹áž“áŸáŸ‡ ទិន្ននáŸáž™áž–ីចម្ងាយណាមួយនឹងនៅážáŸ‚មិនអាចប្រើប្រាស់បានជារៀងរហូážáŸ”", "option-encryption-password-desc-2": "áž“áŸáŸ‡áž˜áž·áž“ប៉ះពាល់ដល់ទិន្ននáŸáž™áž˜áž¼áž›ážŠáŸ’ឋានរបស់អ្នកទáŸáŸ”", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "​ពាក្យសំងាážáŸ‹â€‹ážšáž”ស់​អ្នក", - "label-enter-encryption-password": "បញ្ចូល​ពាក្យ​សម្ងាážáŸ‹â€‹áž¢áŸŠáž·áž“គ្រីប", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "ដោះសោ vault", - "msg-verified-password": "បានផ្ទៀងផ្ទាážáŸ‹áž–ាក្យសម្ងាážáŸ‹ážšáž”ស់អ្នកដោយជោគជáŸáž™áŸ”", "label-remote-vaults": "Vault ពីចម្ងាយរបស់អ្នក", "label-vault-created-time": "បានបង្កើហ{{time}}", "tooltip-delete-remote-vault": "លុប", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "ទិន្ននáŸáž™áž‘ាំងអស់នៅលើម៉ាស៊ីនមáŸážšáž”ស់យើង រួមទាំងប្រវážáŸ’ážáž·áž€áŸ†ážŽáŸ‚នឹងážáŸ’រូវបានលុប។ ឯកសារក្នុងážáŸ†áž”ន់របស់អ្នកនឹងនៅដដែល។", "label-confirm-delete-remote-vault-warning": "សកម្មភាពនáŸáŸ‡áž‚ឺអចិន្ážáŸ’រៃយ០និងមិនអាចážáŸ’រឡប់វិញបានឡើយ។", "msg-remote-vault-deleted": "{{name}} ážáŸ’រូវបានលុប។", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "ភ្ជាប់", "button-disconnect-from-remote-vault": "ផ្ážáž¶áž…់", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "អ្នកមិនមាន vault ពីចម្ងាយទáŸáŸ”", "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": "បង្កើហvault ážáŸ’មី", "label-sync-log": "កំណážáŸ‹áž áŸážáž»ážŸáž˜áž€áž¶áž›áž€áž˜áŸ’ម", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "ទំហំ vault លើសពីដែនកំណážáŸ‹", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "មើលឯកសារធំបំផុáž", "msg-largest-files-desc": "ទាំងនáŸáŸ‡áž‚ឺជាឯកសារពីចម្ងាយដែលយកទំហំច្រើនបំផុážáŸ” បន្ទាប់​ពី​លុប​ឯកសារ​ភ្ជាប់ សូម​ប្រើ​ប៊ូážáž»áž„​លុប​បំបាážáŸ‹â€‹ážŠáž¾áž˜áŸ’បី​បង្កើន​ទំហំ​ផ្ទុក​ពី​ចម្ងាយ។", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "សម្អាáž", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "សម្អាážáž¯áž€ážŸáž¶ážšáž—្ជាប់ដែលបានលុបជាអចិន្ážáŸ’រៃយáŸáž–ី vault ពីចម្ងាយ ដើម្បីសន្សំទំហំ។", "msg-purge-complete": "ការ​សម្អាážâ€‹áž”ាន​បញ្ចប់​។", "option-prevent-sleep": "ទប់ស្កាážáŸ‹áž€áž¶ážšáž‚áŸáž„របស់ឧបករណáŸ", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "ធ្វើសមកាលកម្មកម្មវិធីជំនួយសហគមនáŸážŠáŸ‚លបានដំឡើង (.js, .css, and manifest.json files) និងការកំណážáŸ‹ážšáž”ស់ពួកគáŸáŸ”", "label-sync-introduction": "Obsidian Sync គឺជាសáŸážœáž¶áž€áž˜áŸ’មធ្វើសមកាលកម្មបន្ážáŸ‚មរបស់ Obsidian ជាមួយនឹងការអ៊ិនគ្រីបពីចុងដល់ចុង និងប្រវážáŸ’ážáž·áž€áŸ†ážŽáŸ‚។", "label-account-required": "ដើម្បីចាប់ផ្ážáž¾áž˜áž’្វើសមកាលកម្ម, សូមចូល ឬបង្កើážáž‚ណនី Obsidian ážáŸ’មី។", + "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": "ចុះ​ឈ្មោះ", "button-log-in": "ចុះឈ្មោះចូល", "label-manage-excluded-folders": "គ្រប់គ្រង​ážážáž¯áž€ážŸáž¶ážšâ€‹ážŠáŸ‚ល​មិន​បាន​រាប់​បញ្ចូល", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "វានឹងដក vault áž“áŸáŸ‡áž…áŸáž‰áž–ីបញ្ជី vault ដែលបានចែករំលែកជាមួយអ្នក។ សកម្មភាពនáŸáŸ‡áž˜áž·áž“អាចážáŸ’រឡប់វិញបានទáŸáŸ”", "label-leave-vault-confirmation-details-2": "សូមទាក់ទងម្ចាស់ vault ប្រសិនបើអ្នកចង់សហការលើ vault áž“áŸáŸ‡áž˜áŸ’ážáž„ទៀážáŸ”", "button-leave": "ចាកចáŸáž‰", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "អ្នកážáŸ’រូវការការជាវ Obsidian Sync ដើម្បីភ្ជាប់ទៅ vault áž“áŸáŸ‡áŸ”", "option-contact-support": "ទាក់ទងផ្នែកជំនួយ", "option-contact-support-desc": "ប្រសិនបើអ្នកមានបញ្ហាណាមួយជាមួយ Obsidian Sync សូមទាក់ទងមកយើងážáŸ’ញុំ ដើម្បីយើងអាចជួយអ្នកបាន! អ្នកអាចទាក់ទងពួកយើងនៅ support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "ជំនួយអ៊ីមែល", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync អនុញ្ញាážáž±áŸ’យអ្នកបង្កើហvault ពីចម្ងាយរហូážážŠáž›áŸ‹ 5។ ដើម្បីបង្កើហvault ពីចម្ងាយážáŸ’មី, សូមលុប vault ដែលមានស្រាប់ចáŸáž‰áŸ”" }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} ពាក្យ", "word-with-count_plural": "{{count}} ពាក្យ", "character-with-count": "{{count}} ážáž½áž¢áž€áŸ’សរ", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} ážáž", "backlink-with-count": "{{count}} ážáŸ†ážŽáž—្ជាប់ážáž¶áž„ក្រោយ", "backlink-with-count_plural": "{{count}} ážáŸ†ážŽáž—្ជាប់ážáž¶áž„ក្រោយ", + "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}} áž‚áŸáž ទំពáŸážš", diff --git a/kn.json b/kn.json index cdeec4087a69178605fbc3df9dada6276d1afd52..5bf03f29dfa5fdb18abe4d52dc1f27403b85b2b4 100644 --- a/kn.json +++ b/kn.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/ko.json b/ko.json index 46d296ab316c5d5a7416908d76935eb8df9826e4..4b7e652e6b99a01117f3d27a17bc3f102c2ad672 100644 --- a/ko.json +++ b/ko.json @@ -175,7 +175,7 @@ "label-default-theme": "기본값", "tooltip-click-to-enlarge": "í™•ëŒ€í•˜ë ¤ë©´ í´ë¦", "button-update": "ì—…ë°ì´íŠ¸", - "label-currently-selected": "ì„ íƒ ì¤‘", + "label-currently-active": "Active", "option-frame-style": "ì°½ í”„ë ˆìž„ 스타ì¼", "option-frame-description": "Obsidian ì°½ì˜ ì œëª© 표시줄 스타ì¼ì„ ê²°ì •í•©ë‹ˆë‹¤. ì ìš©í•˜ë ¤ë©´ ì™„ì „ížˆ 다시 시작해야 합니다.", "option-frame-hidden": "숨김 (기본)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "내비게ì´ì…˜ ë©”ë‰´ì˜ ë¦¬ë³¸ ì•„ì´í…œì„ 터치 ì‹œì— ë¦¬ë³¸ ì•„ì´í…œì´ 활성화 ë©ë‹ˆë‹¤. 터치 후 홀드하면 메뉴가 표시ë©ë‹ˆë‹¤.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "ì„¤ì •", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "다른 리본 ì•„ì´í…œ", "label-modal-configuration": "리본 ì„¤ì •", "label-modal-configuration-desc": "ë¦¬ë³¸ì— ë‚˜íƒ€ë‚ ì•„ì´í…œì„ ì„ íƒí•˜ì„¸ìš”. 드래그로 순서를 ë³€ê²½í• ìˆ˜ 있습니다.", @@ -277,7 +279,6 @@ "option-your-account": "ë‚´ ê³„ì •", "option-your-account-desc": "현재 ë‹¤ìŒ ê³„ì •ìœ¼ë¡œ 로그ì¸ë˜ì–´ 있습니다. {{name}} ({{email}})", "option-your-account-desc-no-login": "현재 로그ì¸í•˜ì§€ 않았습니다. ê³„ì •ì€ Obsidian Sync, Obsidian í¼ë¸”리시 ë° Catalyst insider 빌드ì—만 필요합니다.", - "button-manage-settings": "ì„¤ì • 관리", "label-insider": "내부ìž(insider)", "label-supporter": "ì„œí¬í„°(supporter)", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "ì´ë©”ì¼ ì£¼ì†ŒëŠ”â€¦", "label-password": "비밀번호", "placeholder-password": "비밀번호는…", + "label-forgot-password": "Forgot password?", "button-login": "로그ì¸", "message-empty-email": "ì´ë©”ì¼ì„ ìž…ë ¥í•´ì£¼ì„¸ìš”.", "message-invalid-email": "ì´ë©”ì¼ì„ 확ì¸í•´ì£¼ì„¸ìš”.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "검색", "placeholder-replace": "바꾸기", - "label-previous": "ì´ì „", - "label-next": "다ìŒ", - "label-all": "ì „ì²´ 검색", "label-exit-search": "검색 종료", + "label-next": "다ìŒ", + "label-previous": "ì´ì „", + "label-find-all": "Find all", "label-replace": "바꾸기", "label-replace-all": "ëª¨ë‘ ë°”ê¾¸ê¸°" }, @@ -453,7 +455,11 @@ "label-link-block": "블ë¡ì— ì—°ê²°í• ìˆ˜ 있습니다", "label-type-pipe": "|를 ìž…ë ¥í•˜ë©´", "label-change-display-text": "ë³´ì´ëŠ” í…스트를 ë³€ê²½í• ìˆ˜ 있습니다", - "label-no-match-found": "ì¼ì¹˜í•˜ëŠ” ê²ƒì„ ì°¾ì„ ìˆ˜ 없습니다" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "ì¼ì¹˜í•˜ëŠ” ê²ƒì„ ì°¾ì„ ìˆ˜ 없습니다", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "ì œì•ˆì´ ì—†ìŠµë‹ˆë‹¤â€¦", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "편집 ë§í¬", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "펴기", "sidebar-collapse": "ì ‘ê¸°", "msg-fail-to-save-file": "íŒŒì¼ \"{{filepath}}\"ì„(를) ì €ìž¥í•˜ì§€ 못했습니다.{{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "íŒŒì¼ ì—†ìŒ", "msg-file-changed": "\"{{file}}\"ì´(ê°€) 외부ì—ì„œ ìˆ˜ì •ë˜ì—ˆìŠµë‹ˆë‹¤. 변경 사í•ì„ ìžë™ìœ¼ë¡œ 병합합니다.", "switch-vault": "다른 보관소 열기", + "manage-vaults": "Manage vaults...", "help": "ë„움ë§", "settings": "ì„¤ì •", "drag-to-rearrange": "드래그하여 순서 변경", @@ -528,6 +539,7 @@ "button-add": "추가", "button-manage": "관리", "label-new-tab": "새 íƒ", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "해당 íƒì€ 현재 사용 중입니다. ë‚˜ì¤‘ì— ë‹¤ì‹œ ì‹œë„í•´ 주세요", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "편집(Ctrl/Cmd+í´ë¦ìœ¼ë¡œ 새 ì°½ì—ì„œ 편집)", "read-view": "현재 보기: ì½ê¸°", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "ìˆ˜ì •í•˜ë ¤ë©´ í´", "switch-to-read-view": "ì½ìœ¼ë ¤ë©´ í´ë¦", "mod-click-open-new-tab": "{{key}}+í´ë¦í•˜ì—¬ 새 íƒì—ì„œ 열기", @@ -653,6 +668,7 @@ "button-create-vault": "ìƒì„±", "button-back": "ì´ì „으로 ëŒì•„가기", "msg-empty-vault-name": "보관소 ì´ë¦„ì„ ì •í•˜ì„¸ìš”.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "í´ë”를 ì§€ì •í•˜ì„¸ìš”.", "msg-failed-to-create-vault": "보관소를 만들 수 없습니다.", "msg-failed-to-create-vault-at-location": "해당 ìœ„ì¹˜ì— ë³´ê´€ì†Œë¥¼ 만들 수 없습니다. 다른 위치와 사용 ê¶Œí•œì„ í™•ì¸í•˜ì„¸ìš”.", @@ -749,6 +765,7 @@ "search-current-file": "현재 íŒŒì¼ ê²€ìƒ‰", "search-replace-current-file": "현재 íŒŒì¼ ì°¾ê¸° ë° ë°”ê¾¸ê¸°", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "ì„¤ì • 열기", @@ -764,6 +781,7 @@ "close-other-tabs": "다른 íƒ ë‹«ê¸°", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "왼쪽 사ì´ë“œë°” 열기/닫기", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "오른쪽 사ì´ë“œë°” 열기/닫기", "toggle-default-new-tab-mode": "새 íƒì˜ 기본 모드 ì „í™˜", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "앞으로가기", "toggle-left-sidebar": "왼쪽 사ì´ë“œë°” 열기/닫기", "toggle-right-sidebar": "오른쪽 사ì´ë“œë°” 열기/닫기", + "toggle-ribbon": "Ribbon", "split-right": "오른쪽 ë¶„í• ", "split-down": "아래쪽 ë¶„í• ", "release-notes": "릴리즈 노트" @@ -912,6 +931,7 @@ "action-open": "íŒŒì¼ íƒìƒ‰ê¸° 열기", "action-show": "íŒŒì¼ íƒìƒ‰ê¸° 보기", "action-create-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": "ì˜¤ë¥¸ìª½ì— ë…¸íŠ¸ ìƒì„±", "action-collapse-all": "ëª¨ë‘ ì ‘ê¸°", @@ -1416,6 +1436,7 @@ "name": "출íŒ", "desc": "Obsidian Publish를 사용하여 ì¸í„°ë„·ì— 노트를 출íŒí•©ë‹ˆë‹¤.", "action-publish-changes": "ë³€ê²½ì‚¬í• ì¶œíŒ", + "action-publish-file": "Publish current file", "label-no-internet-access": "변경사í•ì„ 출íŒí•˜ë ¤ë©´ ì¸í„°ë„· ì ‘ì†ì´ 필요합니다.", "label-publish-service-description": "Obsidian Publish는 Obsidianì—ì„œ ì§ì ‘ 온ë¼ì¸ìœ¼ë¡œ 노트를 출íŒí•˜ê²Œ 해주는 추가 ìœ ë£Œ 서비스입니다.", "label-please-login": "출íŒì„ ì‹œìž‘í•˜ë ¤ë©´ 로그ì¸í•˜ê±°ë‚˜ 새 Obsidian ê³„ì •ì„ ë§Œë“œì„¸ìš”.", @@ -1604,6 +1625,7 @@ "desc": "ìž‘ì—… 공간 ë ˆì´ì•„ì›ƒì„ ì €ìž¥í•˜ê³ ë¶ˆëŸ¬ì˜µë‹ˆë‹¤.", "action-load-layout": "ìž‘ì—… 공간 ë ˆì´ì•„웃 불러오기", "action-manage-layouts": "ìž‘ì—… 공간 ë ˆì´ì•„웃 관리", + "action-save": "Save layout", "action-save-and-load-layout": "ì €ìž¥í•˜ê³ ë‹¤ë¥¸ 작업공간 ë ˆì´ì•„웃 불러오기", "placeholder-save-current-layout-as": "현재 ìž‘ì—… 공간 ë ˆì´ì•„웃 ì €ìž¥â€¦", "button-save": "ì €ìž¥", @@ -1613,12 +1635,16 @@ "msg-enter-name": "새 ë ˆì´ì•„ì›ƒì˜ ì´ë¦„ì„ ìž…ë ¥í•˜ì„¸ìš”.", "msg-save-layout-success": "ë ˆì´ì•„ì›ƒì´ ì„±ê³µì 으로 ì €ìž¥ë˜ì—ˆìŠµë‹ˆë‹¤.", "label-no-layout-found": "ì €ìž¥ëœ ë ˆì´ì•„ì›ƒì„ ì°¾ì„ ìˆ˜ 없습니다.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "ë ˆì´ì•„웃 ì´ë¦„ ìž…ë ¥â€¦" }, "sync": { "name": "ë™ê¸°í™”", "desc": "Obsidian Sync를 통해 파ì¼ì„ ë™ê¸°í™”합니다.", "action-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": "ë” ë¶ˆëŸ¬ì˜¤ê¸°", "label-show-diff": "ì°¨ì´ì 보기", "label-copy-to-clipboard": "í´ë¦½ë³´ë“œì— 복사", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "해당 파ì¼ì—는 ì´ì „ ë²„ì „ì´ ì—†ìŠµë‹ˆë‹¤.", + "label-no-history": "No sync history for this file.", "label-empty-file": "íŒŒì¼ ì—†ìŒ", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "구성 파ì¼", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "해당 암호는 ë‚˜ì¤‘ì— ë³€ê²½í• ìˆ˜ 없습니다.", "option-encryption-password-desc-warning": "해당 암호를 잊어버리면 ëª¨ë“ ì›ê²© ë°ì´í„°ë¥¼ ì˜ì›ížˆ ì‚¬ìš©í• ìˆ˜ 없습니다.", "option-encryption-password-desc-2": "ì´ê²ƒì€ 로컬 ë°ì´í„°ì— ì˜í–¥ì„ 미치지 않습니다.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "비밀번호", - "label-enter-encryption-password": "암호화 암호 ìž…ë ¥", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "보관소 ìž ê¸ˆ í•´ì œ", - "msg-verified-password": "비밀번호 확ì¸ì— 성공했습니다.", "label-remote-vaults": "ì›ê²© 보관소", "label-vault-created-time": "작성 ë‚ ì§œ ë° ì‹œê°„ {{time}}", "tooltip-delete-remote-vault": "ì‚ì œ", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "ì„œë²„ì˜ ë²„ì „ 기ë¡ì„ í¬í•¨í•œ ëª¨ë“ ë°ì´í„°ê°€ ì‚ì œë©ë‹ˆë‹¤. 로컬 파ì¼ì—는 ì˜í–¥ì„ 주지 않습니다.", "label-confirm-delete-remote-vault-warning": "해당 ì‹¤í–‰ì€ ì˜êµ¬ì ì´ë©° ë˜ëŒë¦´ 수 없습니다.", "msg-remote-vault-deleted": "{{name}}ì´(ê°€) ì‚ì œë˜ì—ˆìŠµë‹ˆë‹¤.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "ì—°ê²°", "button-disconnect-from-remote-vault": "ì—°ê²° ë„기", + "label-sync-status": "Sync: {{status}}", "label-not-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": "새로운 ì›ê²© 보관소 만들기", "label-sync-log": "ë™ê¸° 로그", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "ë³´ê´€ì†Œì˜ í—ˆìš© í¬ê¸°", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "최대 í¬ê¸°ì˜ 파ì¼ì„ 확ì¸í•˜ì„¸ìš”.", "msg-largest-files-desc": "ì´ê²ƒì€ 가장 ê³µë°±ì´ ìžˆëŠ” ì›ê²© 파ì¼ìž…니다. 첨부 파ì¼ì„ ì‚ì œí•œ 후 ì›ê²© ë³´ê´€ì†Œì˜ ê³µê°„ì„ ì—´ê¸° 위해 ì œê±° ë²„íŠ¼ì„ ì‚¬ìš©í•˜ì„¸ìš”.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "í¼ì§€", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "공간 확보를 위해 ì›ê²© 보관소ì—ì„œ ì‚ì œëœ ì²¨ë¶€ 파ì¼ì„ ì˜êµ¬ì 으로 ì œê±°í•©ë‹ˆë‹¤.", "msg-purge-complete": "í¼ì§€ê°€ 완료ë˜ì—ˆìŠµë‹ˆë‹¤.", "option-prevent-sleep": "ê¸°ê¸°ì˜ ì ˆì „ 모드 방지", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "ì„¤ì¹˜ëœ ì»¤ë®¤ë‹ˆí‹° 플러그ì¸(.js 파ì¼, .css ë° manifest.json 파ì¼)ê³¼ í”ŒëŸ¬ê·¸ì¸ ì„¤ì •ì„ ë™ê¸°í™”í• ì§€ 여부를 ê²°ì •í•©ë‹ˆë‹¤.", "label-sync-introduction": "Obsidian Sync는 엔드 투 엔드 암호화(E2EE) ë° ë²„ì „ 기ë¡ì„ 위한 ì• ë“œì˜¨ ë™ê¸°í™” 서비스입니다.", "label-account-required": "ë™ê¸°í™”를 ì‹œìž‘í•˜ë ¤ë©´ 로그ì¸í•˜ê±°ë‚˜ Obsidianì˜ ìƒˆ ê³„ì •ì„ ë§Œë“œì„¸ìš”.", + "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": "구ë…", "button-log-in": "로그ì¸", "label-manage-excluded-folders": "ì œì™¸ í´ë” 관리", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "나와 ê³µìœ ëœ ë³´ê´€ì†Œ 목ë¡ì—ì„œ ì´ ë³´ê´€ì†Œê°€ ì œê±°ë©ë‹ˆë‹¤. ì´ ìž‘ì—…ì€ ë˜ëŒë¦´ 수 없습니다.", "label-leave-vault-confirmation-details-2": "해당 보관소ì—ì„œ 다시 ê³µë™ ìž‘ì—…ì„ í•˜ë ¤ë©´ 보관소 ì†Œìœ ìžì—게 문ì˜í•˜ì‹ì‹œì˜¤.", "button-leave": "ë– ë‚˜ê¸°", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "해당 ë³´ê´€ì†Œì— ì—°ê²°í•˜ë ¤ë©´ Obsidian Sync 구ë…ì´ í•„ìš”í•©ë‹ˆë‹¤.", "option-contact-support": "지ì›íŒ€ì— 문ì˜í•˜ê¸°", "option-contact-support-desc": "Obsidian Syncì—ì„œ ì–´ë–¤ ë¬¸ì œê°€ ë°œìƒì‹œ 지ì›ì„ ë°›ìœ¼ì‹œë ¤ë©´ support@obsidian.mdë¡œ ì´ë©”ì¼ì„ 보내주ì‹ì‹œì˜¤. ì œì¶œí•´ 주세요.", "button-copy-debug": "Copy debug info", "button-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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} 단어", "word-with-count_plural": "{{count}} 단어", "character-with-count": "{{count}} 문ìž", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} í´ë”", "backlink-with-count": "{{count}} ë°±ë§í¬", "backlink-with-count_plural": "{{count}} ë°±ë§í¬", + "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}} 사ì´íŠ¸", diff --git a/lt.json b/lt.json index b4060b2d1af6f23427735b3e6827b0b74ec604df..575794c0dcb69ea424c2f2ed122597bab89ad375 100644 --- a/lt.json +++ b/lt.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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 activate 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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "Insider", "label-supporter": "Supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Expand", "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}. Make a backup of the contents of this file now to avoid losing data.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Current view: editing", "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "desc": "Save and load workspace layouts.", "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", @@ -1613,12 +1635,16 @@ "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 Sync 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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/lv.json b/lv.json index c4d5369e54611f1a82966e95085d88b3f14492e0..ee8c9b1fa7fd333425ce1335a834f344a5117171 100644 --- a/lv.json +++ b/lv.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/ml.json b/ml.json index 3641d13a14453f9d04c7c59a55a5a420acd78152..2386cfc7b48845b74a4a7ba74574a8e59d0de86d 100644 --- a/ml.json +++ b/ml.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "navigate-forward": "à´®àµà´¨àµà´¨àµ‹à´Ÿàµà´Ÿàµ നാവിഗേറàµà´±àµ ചെയàµà´¯àµà´•", "toggle-left-sidebar": "ഇടതൠസൈഡàµà´¬à´¾àµ¼ ടോഗിൾ ചെയàµà´¯àµà´•", "toggle-right-sidebar": "വലതൠസൈഡàµà´¬à´¾àµ¼ ടോഗിൾ ചെയàµà´¯àµà´•", + "toggle-ribbon": "Ribbon", "split-right": "വലതàµà´¤àµ‡à´•àµà´•àµ à´¸àµà´ªàµà´²à´¿à´±àµà´±àµ ചെയàµà´¯àµà´•", "split-down": "താഴേകàµà´•àµ à´¸àµà´ªàµà´²à´¿à´±àµà´±àµ ചെയàµà´¯àµà´•", "release-notes": "റിലീസൠനോടàµà´Ÿàµà´¸àµ" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} വാകàµà´•àµ", "word-with-count_plural": "{{count}} വാകàµà´•àµà´•àµ¾", "character-with-count": "{{count}} à´…à´•àµà´·à´°à´‚", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} ഫോൾഡറàµà´•àµ¾", "backlink-with-count": "{{count}} ബാകàµà´•àµ ലിങàµà´•àµ", "backlink-with-count_plural": "{{count}} ബാകàµà´•àµ ലിങàµà´•àµà´•àµ¾", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} à´ªàµà´°àµ‹à´ªàµà´ªàµ¼à´Ÿàµà´Ÿà´¿", "properties-with-count_plural": "{{count}} à´ªàµà´°àµ‹à´ªàµà´ªàµ¼à´Ÿàµà´Ÿà´¿à´•àµ¾", "site-with-count": "{{count}} സൈറàµà´±àµ", diff --git a/ms.json b/ms.json index e852804a127c45dcf277e043638d3d146c8cec52..d52244e8d867f5ce83385272ab52ce449f153484 100644 --- a/ms.json +++ b/ms.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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 activate 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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Emel anda...", "label-password": "Kata laluan", "placeholder-password": "Kata laluan anda...", + "label-forgot-password": "Forgot password?", "button-login": "Daftar masuk", "message-empty-email": "Emel tidak boleh dibiarkan kosong.", "message-invalid-email": "Emel yang dimasukkan tidak sah.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Sebelumnya", - "label-next": "Seterusnya", - "label-all": "Semua", "label-exit-search": "Keluar carian", + "label-next": "Seterusnya", + "label-previous": "Sebelumnya", + "label-find-all": "Find all", "label-replace": "Ganti masuk", "label-replace-all": "Ganti semua" }, @@ -453,7 +455,11 @@ "label-link-block": "untuk pautkan ke bongkah", "label-type-pipe": "Letak |", "label-change-display-text": "untuk ubah tulisan yang dipaparkan", - "label-no-match-found": "Tiada padanan yang dijumpai" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Tiada padanan yang dijumpai", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Tiada saranan...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Kembangkan", "sidebar-collapse": "Tutup", "msg-fail-to-save-file": "Gagal menyimpan fail \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Tiada fail", "msg-file-changed": "\"{{file}}\" telah diubah suai di luar, sedang menyepadukan perubahan secara automatik.", "switch-vault": "Buka peti nota lain", + "manage-vaults": "Manage vaults...", "help": "Bantuan", "settings": "Tetapan", "drag-to-rearrange": "Tarik untuk tukar susunan", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Sunting (Ctrl/Cmd+Click untuk sunting di tetingkap baharu)", "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", @@ -653,6 +668,7 @@ "button-create-vault": "Buat Peti Nota", "button-back": "Balik", "msg-empty-vault-name": "Nama Peti Nota tidak boleh kosong.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Diminta pilih folder yang sah.", "msg-failed-to-create-vault": "Gagal membuat Peti Nota.", "msg-failed-to-create-vault-at-location": "Peti Nota gagal dibuat di tempat yang diberikan. Diminta semak semula tempat dan keizinan.", @@ -749,6 +765,7 @@ "search-current-file": "Cari dalam fail", "search-replace-current-file": "Cari & ganti dalam fail", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Buka tetapan", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Buka/Tutup papan kiri", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Buka/Tutup papan kanan", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "action-open": "Buka peneroka fail", "action-show": "Tunjuk peneroka fail", "action-create-note": "Buat nota baharu", + "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", @@ -1416,6 +1436,7 @@ "name": "Publish", "desc": "Terbitkan nota-nota melalui Obsidian Publish.", "action-publish-changes": "Terbitkan perubahan...", + "action-publish-file": "Publish current file", "label-no-internet-access": "Anda perlu capaian internet untuk menerbitkan perubahan.", "label-publish-service-description": "Obsidian Publish ialah perkhidmatan tambahan berbayar yang membolehkan anda menerbitkan nota dalam talian melalui Obsidian.", "label-please-login": "Untuk mula menerbit, diminta daftar masuk atau buat akaun Obsidian baharu.", @@ -1604,6 +1625,7 @@ "desc": "Simpan dan muat susun atur ruang tempat kerja.", "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": "Simpan", @@ -1613,12 +1635,16 @@ "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": "Segerakkan fail-fail anda melalui Obsidian Sync.", "action-view-version-history": "Lihat sejarah versi", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Papar lagi", "label-show-diff": "Show diff", "label-copy-to-clipboard": "Salin ke papan klip", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Fail ini tiada versi awal.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Kosong", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Setting files", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Kata laluan ini tidak boleh diubah kemudian.", "option-encryption-password-desc-warning": "Jika anda lupa kata laluan ini, mana-mana data dalam awan tidak boleh digunakan selama-lamanya.", "option-encryption-password-desc-2": "Perkara ini tidak memberi kesan pada data tempatan anda.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Kata laluan anda", - "label-enter-encryption-password": "Letak kata laluan penyulitan", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Buka kunci peti", - "msg-verified-password": "Berjaya mengesahkan kata laluan anda.", "label-remote-vaults": "Peti awan anda", "label-vault-created-time": "Dibuat {{time}}", "tooltip-delete-remote-vault": "Hapus", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Semua data dalam pelayan kami, termasuklah sejarah versi, akan dihapuskan. Data-data dalam komputer anda tidak disentuh.", "label-confirm-delete-remote-vault-warning": "Perbuatan ini akan kekal dan tidak boleh berpatah balik.", "msg-remote-vault-deleted": "{{name}} sudah dihapuskan.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Sambungkan", "button-disconnect-from-remote-vault": "Putuskan", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Anda tiada peti awan.", "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": "Wujudkan peti awan baharu", "label-sync-log": "Log penyegerakan", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Saiz peti melebihi had", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Lihat fail-fail terbesar", "msg-largest-files-desc": "Ini adalah fail-fail yang memakan paling banyak ruang. Setelah menghapuskan lampiran, tekan butang 'bersihkan' untuk kemaskan ruang peti awan.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Bersihkan", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Buang lampiran-lampiran yang terhapus dari peti awan untuk menjimatkan ruang.", "msg-purge-complete": "Pembersihan selesai.", "option-prevent-sleep": "Prevent device sleep", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sync installed community plugins (.js, .css, and manifest.json files) and their settings.", "label-sync-introduction": "Obsidian Sync ialah perkhidmatan tambahan berbayar untuk penyegrakan berserta penyulitan hujung-ke-hujung dan sejarah versi.", "label-account-required": "Untuk mula menyegerak, sila daftar masuk atau buat akaun Obsidian baharu.", + "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": "Daftar akaun", "button-log-in": "Daftar masuk", "label-manage-excluded-folders": "Uruskan folder yang diabaikan", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} patah kata", "word-with-count_plural": "{{count}} patah kata", "character-with-count": "{{count}} aksara", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} folder", "backlink-with-count": "{{count}} pautan balik", "backlink-with-count_plural": "{{count}} pautan balik", + "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}} laman", diff --git a/nan-TW.json b/nan-TW.json index 9163ff0cf02df7cd23e702f6cf37c2cec6a1c278..426c2755e16b988fb21d5e9dbc6cbaecc1bf9382 100644 --- a/nan-TW.json +++ b/nan-TW.json @@ -196,7 +196,7 @@ "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 that navigation bar.", + "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.", "button-configure": "Configure", diff --git a/nl.json b/nl.json index f566c690f70cde4c1e98c4abbf3626321facb019..87bce6a8ecd09803f3949e109de7faa0c3509d62 100644 --- a/nl.json +++ b/nl.json @@ -175,7 +175,7 @@ "label-default-theme": "Standaard", "tooltip-click-to-enlarge": "Klik om te vergroten", "button-update": "Bijwerken", - "label-currently-selected": "Geselecteerd", + "label-currently-active": "Active", "option-frame-style": "Titelbalk stijl", "option-frame-description": "Bepaalt de vormgeving van de titelbalk van Obsidian Vensters. Vereist een volledige herstart om van kracht te worden.", "option-frame-hidden": "Verborgen (standaard)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Door op het lintitem in het navigatiemenu te tikken, wordt dit lintitem geactiveerd. Tikken en vasthouden geeft nog steeds het menu weer.", "option-mobile-quick-ribbon-default": "Open lintmenu", "button-configure": "Configureer", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Andere lintitems", "label-modal-configuration": "Lint configuratie", "label-modal-configuration-desc": "Kies welke items u actief wilt hebben in het lint. Slepen en neerzetten om de volgorde te wijzigen.", @@ -277,7 +279,6 @@ "option-your-account": "Uw account", "option-your-account-desc": "U bent momenteel ingelogd {{name}} ({{email}}).", "option-your-account-desc-no-login": "U bent momenteel niet ingelogd. Een account is alleen nodig voor Obsidian Sync, Obsidian Publish en Catalyst insider-builds.", - "button-manage-settings": "Beheer instellingen", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Uw e-mailadres...", "label-password": "Wachtwoord", "placeholder-password": "Uw wachtwoord...", + "label-forgot-password": "Forgot password?", "button-login": "Inloggen", "message-empty-email": "E-mailadresveld mag niet leeg zijn.", "message-invalid-email": "E-mailadresveld is niet geldig.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Zoek", "placeholder-replace": "Vervang", - "label-previous": "Vorige", - "label-next": "Volgende", - "label-all": "Alles", "label-exit-search": "Sluit het zoeken af", + "label-next": "Volgende", + "label-previous": "Vorige", + "label-find-all": "Find all", "label-replace": "Vervangen", "label-replace-all": "Vervang alles" }, @@ -453,7 +455,11 @@ "label-link-block": "linken van blok", "label-type-pipe": "Typ |", "label-change-display-text": "om de weergavetekst te wijzigen", - "label-no-match-found": "geen overeenkomst gevonden" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "geen overeenkomst gevonden", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Geen suggesties...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Link aanpassen", + "edit-tag": "Edit tag", "label-edit-block": "Dit blok aanpassen" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Uitbreiden", "sidebar-collapse": "Inklappen", "msg-fail-to-save-file": "Bestand opslaan mislukt \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Geen bestand", "msg-file-changed": "\"{{file}}\" is ergens anders gewijzigd, automatisch veranderingen samenvoegen.", "switch-vault": "Open een andere kluis", + "manage-vaults": "Manage vaults...", "help": "Hulp", "settings": "Instellingen", "drag-to-rearrange": "Sleep om te herschikken", @@ -528,6 +539,7 @@ "button-add": "Toevoegen", "button-manage": "Beheer", "label-new-tab": "Nieuw tabblad", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Dit tabblad is momenteel bezet, probeer het later opnieuw", "formatting": { "label-formatting": "Vormgeven", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Huidige modus: bewerken", "read-view": "Huidige modus: lezen", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Klik om te bewerken", "switch-to-read-view": "Klik om te lezen", "mod-click-open-new-tab": "{{key}}+klik om als nieuw tabblad te openen", @@ -653,6 +668,7 @@ "button-create-vault": "Aanmaken", "button-back": "Terug", "msg-empty-vault-name": "Naam van de kluis mag niet leeg zijn.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Kies alstublieft een geldige map.", "msg-failed-to-create-vault": "Kluis creëren mislukt.", "msg-failed-to-create-vault-at-location": "Kon geen kluis maken op de opgegeven locatie. Controleer de locatie en de machtigingen.", @@ -749,6 +765,7 @@ "search-current-file": "Doorzoek huidig bestand", "search-replace-current-file": "Doorzoek & vervang in huidig bestand", "add-property": "Voeg bestandseigenschap toe", + "add-alias": "Add alias", "edit-property": "Pas bestandseigenschap aan", "clear-properties": "Verwijder alle bestandseigenschappen", "open-settings": "Open instellingen", @@ -764,6 +781,7 @@ "close-other-tabs": "Alle andere tabbladen sluiten", "close-tab-group": "Deze tabbladgroep sluiten", "toggle-left-sidebar": "Linker zijbalk openen/sluiten", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Rechter zijbalk openen/sluiten", "toggle-default-new-tab-mode": "Standaardweergave voor nieuwe tabbladen wisselen", "add-cursor-above": "Aanwijzer boven toevoegen", @@ -900,6 +918,7 @@ "navigate-forward": "Volgende", "toggle-left-sidebar": "Linker zijbalk openen/sluiten", "toggle-right-sidebar": "Rechter zijbalk openen/sluiten", + "toggle-ribbon": "Ribbon", "split-right": "Rechts opdelen", "split-down": "Beneden opdelen", "release-notes": "Versie-informatie" @@ -912,6 +931,7 @@ "action-open": "Open verkenner", "action-show": "Toon verkenner", "action-create-note": "Maak nieuwe notitie aan", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Nieuwe notitie in huidig tabblad aanmaken", "action-create-note-to-the-right": "Rechts een nieuwe notitie aanmaken", "action-collapse-all": "Alles inklappen", @@ -1416,6 +1436,7 @@ "name": "Publiceer", "desc": "Publiceer je notities met Obsidian Publish.", "action-publish-changes": "Publiceer veranderingen", + "action-publish-file": "Publish current file", "label-no-internet-access": "Je hebt toegang tot het internet nodig om veranderingen te publiceren.", "label-publish-service-description": "Obsidian Publish is een betaalde uitbereidende service waarmee je je notities rechtstreeks vanuit Obsidian online kunt publiceren.", "label-please-login": "Log in of maak een nieuw Obsidian-account aan om te beginnen met publiceren.", @@ -1604,6 +1625,7 @@ "desc": "Werkbladindeling opslaan en laden.", "action-load-layout": "Laad werkblad lay-out", "action-manage-layouts": "Beheer werkblad lay-outs", + "action-save": "Save layout", "action-save-and-load-layout": "Opslaan en een ander lay-out laden", "placeholder-save-current-layout-as": "Huidige workspace lay-out opslaan als...", "button-save": "Opslaan", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Voer alstublieft een naam in voor de nieuwe lay-out.", "msg-save-layout-success": "Lay-out succesvol opgeslagen.", "label-no-layout-found": "Geen opgeslagen lay-out gevonden.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Voer lay-out naam in..." }, "sync": { "name": "Synchronisatie", "desc": "Synchroniseer je bestanden met Obsidian Sync.", "action-view-version-history": "Toon versiegeschiedenis", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Meer laden", "label-show-diff": "Toon verschil", "label-copy-to-clipboard": "Naar klembord kopiëren", @@ -1631,7 +1657,7 @@ "label-revision": "1 correctie", "label-revision_plural": "{{revisions}} correcties", "label-via-device": "op {{device}}", - "label-no-earlier-version": "Er zijn geen vroegere versies van dit bestand.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Leeg", "label-unable-to-retrieve": "Kan de versiegeschiedenis niet ophalen", "label-setting-files": "Configuratiebestanden", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Dit wachtwoord kan later niet aangepast worden.", "option-encryption-password-desc-warning": "Als je dit wachtwoord vergeet is alle data op afstand voor altijd onbruikbaar.", "option-encryption-password-desc-2": "Dit heeft geen invloed op je locale data.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Je wachtwoord", - "label-enter-encryption-password": "Voer versleutelingswachtwoord in", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Kluisverleuteling openen", - "msg-verified-password": "Wachtwoord verifiëren geslaagd.", "label-remote-vaults": "Je kluizen-op-afstand", "label-vault-created-time": "Aangemaakt op {{time}}", "tooltip-delete-remote-vault": "Verwijder", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Alle data op onze server, inclusief versiegeschiedenis, wordt verwijderd. Je lokale bestanden blijven intact.", "label-confirm-delete-remote-vault-warning": "Deze actie is permanent en niet terug te draaien.", "msg-remote-vault-deleted": "{{name}} is verwijderd.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Verbinden", "button-disconnect-from-remote-vault": "Verbinding verbreken", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Je hebt geen kluizen-op-afstand.", "label-no-subscription": "Je hebt geen actief Obsidian-Syncabonnement.", "label-please-visit": "Bezoek", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Nieuwe kluis aanmaken", "label-sync-log": "Synchronisatieverslag", "option-event-type": "Meldingstype", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Kluisgrootte ophalen mislukt.", "option-vault-size-loading": "Jouw kluisgrootte ophalen...", "option-over-size": "Kluisgrootte over de limiet", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Toon grootste bestanden", "msg-largest-files-desc": "Dit zijn de bestanden op afstand die het meeste ruimte opnemen. Gebruik na het verwijderen van bijlagen de opruimknop om ruimte vrij te maken in de kluis op afstand.", "button-upgrade-storage": "Opslagruimte opwaarderen", "button-purge-remote": "Opruimen", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Ruim verwijderde bijlagen permanent op van de kluis op afstand om ruimte te besparen.", "msg-purge-complete": "Opruimen geslaagd.", "option-prevent-sleep": "Voorkomen dat apparaat in slaapstand gaat", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Synchroniseer geïnstalleerde communityplug-ins (.js, .css, en manifest.json bestanden) en bijbehorende instellingen.", "label-sync-introduction": "Obsidian Sync is Obsidians uitbereidende synchronisatieservice met end-to-end-versleuteling en versiegeschiedenis.", "label-account-required": "Log in of maak een nieuw Obsidian-account aan om te beginnen met synchroniseren.", + "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": "Aanmelden", "button-log-in": "Inloggen", "label-manage-excluded-folders": "Uitgesloten mappen beheren", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "De kluis zal worden verwijderd uit de lijst met u gedeelde kluizen. Deze actie kan niet ongedaan gemaakt worden.", "label-leave-vault-confirmation-details-2": "Neem alstublieft contact op met de eigenaar van de kluis als u opnieuw wilt samenwerken.", "button-leave": "Verlaten", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Een Obsidian Sync-abonnement is vereist om verbinding met deze kluis te maken.", "option-contact-support": "Neem contact op met de klantenservice", "option-contact-support-desc": "Neem contact op met de klantenservice als u problemen heeft met Obsidian Sync, dan kunnen we u helpen! Wij zijn te bereiken via support@obsidian.md.", "button-copy-debug": "Kopieer debuginformatie", "button-email-support": "E-mailondersteuning", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Met Obsidian Sync kunt u tot 5 kluizen-op-afstand aanmaken. Verwijder een bestaande om een nieuwe kluis-op-afstand aan te maken." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Berichttype..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} woord", "word-with-count_plural": "{{count}} woorden", "character-with-count": "{{count}} teken", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} mappen", "backlink-with-count": "{{count}} terugverwijzing", "backlink-with-count_plural": "{{count}} terugverwijzingen", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} eigenschap", "properties-with-count_plural": "{{count}} eigenschappen", "site-with-count": "{{count}} site", diff --git a/nn.json b/nn.json index b4060b2d1af6f23427735b3e6827b0b74ec604df..575794c0dcb69ea424c2f2ed122597bab89ad375 100644 --- a/nn.json +++ b/nn.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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 activate 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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "Insider", "label-supporter": "Supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Expand", "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}. Make a backup of the contents of this file now to avoid losing data.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Current view: editing", "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "desc": "Save and load workspace layouts.", "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", @@ -1613,12 +1635,16 @@ "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 Sync 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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/no.json b/no.json index 7a7cf3f24c6dae97de5c8a3e31bd90514196d8e8..31b3b13cbc029f91d679e1319b30abdf54fa08ba 100644 --- a/no.json +++ b/no.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "option-your-account": "Your account", "option-your-account-desc": "Du er logget inn som {{name}} ({{email}}).", "option-your-account-desc-no-login": "Du er ikke logget inn nÃ¥. Brukeren trenges bare for Obsidian Sync, Obsidian Publish, og Catalyst insider builds.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Din email...", "label-password": "Passord", "placeholder-password": "Ditt passord...", + "label-forgot-password": "Forgot password?", "button-login": "Log inn", "message-empty-email": "Du mÃ¥ oppgi en email.", "message-invalid-email": "Ugyldig email.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Forrige", - "label-next": "Neste", - "label-all": "Alle", "label-exit-search": "Lukk søk", + "label-next": "Neste", + "label-previous": "Forrige", + "label-find-all": "Find all", "label-replace": "Erstatt", "label-replace-all": "Erstatt alle" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Skriv |", "label-change-display-text": "for Ã¥ endre tekst pÃ¥ lenke", - "label-no-match-found": "No match found" + "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": "Ingen forslag...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Utvid", "sidebar-collapse": "Lukk", "msg-fail-to-save-file": "Lagring av \"{{filepath}}\" feilet. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Ingen fil", "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Ã…pne et annet hvelv", + "manage-vaults": "Manage vaults...", "help": "Hjelp", "settings": "Innstillinger", "drag-to-rearrange": "Dra for Ã¥ omordne", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Rediger (Ctrl/Cmd+Klikk for Ã¥ redigere i nytt panel)", "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Søk i gjeldende fil", "search-replace-current-file": "Søk og erstatt i gjeldende fil", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Ã…pne innstillinger", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Ã…pne/lukk venstre sidestolpe", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Ã…pne/lukk høyre sidestolpe", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "action-open": "Open file explorer", "action-show": "Show file explorer", "action-create-note": "Lag nytt notat", + "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} ord", "word-with-count_plural": "{{count}} ord", "character-with-count": "{{count}} tegn", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} folders", "backlink-with-count": "{{count}} lenke tilbake", "backlink-with-count_plural": "{{count}} lenker tilbake", + "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", diff --git a/oc.json b/oc.json index a96515b2d6083c8c749482519c8816a503d86500..e846e575da4040c2130d3ab51cd57b62a0ea26d6 100644 --- a/oc.json +++ b/oc.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/pl.json b/pl.json index d9d8146f1b60259b4fdfb8a3723a353e35e3ad1e..4d35d60ec4c9d0940f9487f83d93400cc09b9242 100644 --- a/pl.json +++ b/pl.json @@ -175,7 +175,7 @@ "label-default-theme": "DomyÅ›lny", "tooltip-click-to-enlarge": "Kliknij by powiÄ™kszyć", "button-update": "Zaktualizuj", - "label-currently-selected": "Wybrany", + "label-currently-active": "Active", "option-frame-style": "Styl ramki", "option-frame-description": "OkreÅ›la styl paska tytuÅ‚u okna Obsidian. Wymaga peÅ‚nego restartu aby zmiany byÅ‚y widoczne.", "option-frame-hidden": "Ukryty (domyÅ›lne)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "NaciÅ›niÄ™cie na element menu wstążkowego w menu nawigacji aktywuje ten element. Przytrzymanie wciąż wyÅ›wietli menu.", "option-mobile-quick-ribbon-default": "Otwórz wstążkÄ™ menu", "button-configure": "Konfiguruj", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Inne elementy menu wstążkowego", "label-modal-configuration": "Konfiguracja menu wstążkowego", "label-modal-configuration-desc": "Wybierz, które elementy majÄ… być aktywne na wstążce. PrzeciÄ…gnij i upuść, aby zmienić kolejność.", @@ -277,7 +279,6 @@ "option-your-account": "Twoje konto", "option-your-account-desc": "JesteÅ› zalogowany jako {{name}} ({{email}}).", "option-your-account-desc-no-login": "Nie jesteÅ› zalogowany. Konto jest wymagane dla wydaÅ„: Obsidian Sync, Obsidian Publish i Catalyst insider.", - "button-manage-settings": "ZarzÄ…dzaj ustawieniami", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Twój e-mail...", "label-password": "HasÅ‚o", "placeholder-password": "Twoje hasÅ‚o...", + "label-forgot-password": "Forgot password?", "button-login": "Zaloguj siÄ™", "message-empty-email": "E-mail nie może być pusty.", "message-invalid-email": "Niepoprawny e-mail.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Znajdź", "placeholder-replace": "ZastÄ…p", - "label-previous": "Poprz.", - "label-next": "Nast.", - "label-all": "Wszystkie", "label-exit-search": "ZakoÅ„cz wyszukiwanie", + "label-next": "Nast.", + "label-previous": "Poprz.", + "label-find-all": "Find all", "label-replace": "ZamieÅ„", "label-replace-all": "ZamieÅ„ wszystkie" }, @@ -453,7 +455,11 @@ "label-link-block": "aby utworzyć link do bloku", "label-type-pipe": "Użyj |", "label-change-display-text": "aby zmienić wyÅ›wietlany tekst", - "label-no-match-found": "Nie znaleziono" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nie znaleziono", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Brak sugestii...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edytuj link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "RozwiÅ„", "sidebar-collapse": "ZwiÅ„", "msg-fail-to-save-file": "Nie zapisano pliku \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Brak pliku", "msg-file-changed": "\"{{file}}\" zostaÅ‚ zmieniony w zewnÄ™trznej aplikacji, automatycznie uwzglÄ™dniamy zmiany.", "switch-vault": "Otwórz inny sejf", + "manage-vaults": "Manage vaults...", "help": "Pomoc", "settings": "Ustawienia", "drag-to-rearrange": "PrzeciÄ…gnij aby zmienić poÅ‚ożenie", @@ -528,6 +539,7 @@ "button-add": "Dodaj", "button-manage": "ZarzÄ…dzaj", "label-new-tab": "Nowa karta", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Ta karta jest aktualnie zajÄ™ta, spróbuj ponownie później", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Edytuj (Ctrl/Cmd+Click aby edytować w nowym oknie)", "read-view": "Obecny widok: podglÄ…d", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Kliknij by edytować", "switch-to-read-view": "Kliknij by czytać", "mod-click-open-new-tab": "{{key}}+Click aby otworzyć w nowej karcie", @@ -653,6 +668,7 @@ "button-create-vault": "Utwórz", "button-back": "Wstecz", "msg-empty-vault-name": "Nazwa sejfu nie może być pusta.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Wskaż poprawny folder.", "msg-failed-to-create-vault": "Próba utworzenia sejfu nie powiodÅ‚a siÄ™.", "msg-failed-to-create-vault-at-location": "Próba utworzenia sejfu we wskazanej lokalizacji nie powiodÅ‚a siÄ™. Sprawdź lokalizacjÄ™ i uprawnienia dostÄ™pu.", @@ -749,6 +765,7 @@ "search-current-file": "Szukaj w obecnie otwartym pliku", "search-replace-current-file": "Szukaj i zamieÅ„ w obecnie otwartym pliku", "add-property": "Dodaj wÅ‚aÅ›ciwość pliku", + "add-alias": "Add alias", "edit-property": "Edytuj wÅ‚aÅ›ciwość pliku", "clear-properties": "Wyczyść wÅ‚asnoÅ›ci pliku", "open-settings": "Otwórz ustawienia", @@ -764,6 +781,7 @@ "close-other-tabs": "Zamknij wszystkie inne karty", "close-tab-group": "Zamknij tÄ™ grupę kart", "toggle-left-sidebar": "Pokaż / ukryj lewy pasek boczny", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Pokaż / ukryj prawy pasek boczny", "toggle-default-new-tab-mode": "PrzeÅ‚Ä…cz domyÅ›lny widok dla nowych kart", "add-cursor-above": "Dodaj kursor powyżej", @@ -900,6 +918,7 @@ "navigate-forward": "Do przodu", "toggle-left-sidebar": "PrzeÅ‚Ä…cz lewy pasek boczny", "toggle-right-sidebar": "PrzeÅ‚Ä…cz prawy pasek boczny", + "toggle-ribbon": "Ribbon", "split-right": "Podziel ekran w prawo", "split-down": "Podziel ekran w dół", "release-notes": "Informacje o wersji" @@ -912,6 +931,7 @@ "action-open": "Otwórz przeglÄ…darkÄ™ plików", "action-show": "Pokaż przeglÄ…darkÄ™ plików", "action-create-note": "Utwórz nowÄ… notatkÄ™", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Stwórz nowÄ… notatkÄ™ w obecnej karcie", "action-create-note-to-the-right": "Stwórz notatkÄ™ po prawej stronie", "action-collapse-all": "ZwiÅ„ wszystko", @@ -1416,6 +1436,7 @@ "name": "Publikuj", "desc": "Opublikuj swoje notatki przez Obsidian Publish.", "action-publish-changes": "Opublikuj zmiany", + "action-publish-file": "Publish current file", "label-no-internet-access": "Aby opublikować zmiany, konieczny jest dostÄ™p do internetu.", "label-publish-service-description": "Obsidian Publish to dodatkowa, pÅ‚atna usÅ‚uga, pozwalajÄ…ca na publikacjÄ™ Twoich notatek bezpoÅ›rednio z aplikacji Obsidian.", "label-please-login": "Aby publikować, zaloguj siÄ™ lub utwórz konto Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Zapisz / wczytaj ukÅ‚ad obszaru roboczego.", "action-load-layout": "Wczytaj ukÅ‚ad obszaru roboczego", "action-manage-layouts": "ZarzÄ…dzaj ukÅ‚adami obszaru roboczego", + "action-save": "Save layout", "action-save-and-load-layout": "Zapisz i wczytaj ukÅ‚ad obszaru roboczego", "placeholder-save-current-layout-as": "Zapisz obecny ukÅ‚ad obszaru roboczego jako...", "button-save": "Zapisz", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Wybierz nazwÄ™ nowego ukÅ‚adu.", "msg-save-layout-success": "PomyÅ›lnie zapisano ukÅ‚ad.", "label-no-layout-found": "Nie znaleziono zapisanego ukÅ‚adu.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Wpisz nazwÄ™ ukÅ‚adu..." }, "sync": { "name": "Synchronizacja", "desc": "Synchronizuj swoje pliki przez Obsidian Sync.", "action-view-version-history": "WyÅ›wietl historiÄ™ wersji", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "ZaÅ‚aduj wiÄ™cej", "label-show-diff": "Pokaż zmiany", "label-copy-to-clipboard": "Skopiuj do sejfu", @@ -1631,7 +1657,7 @@ "label-revision": "1 korekta", "label-revision_plural": "{{revisions}} korekt", "label-via-device": "za pomocÄ… {{device}}", - "label-no-earlier-version": "Nie byÅ‚o wczeÅ›niejszych wersji tego pliku.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Pusty", "label-unable-to-retrieve": "Nie udaÅ‚o siÄ™ odzyskać historii wersji", "label-setting-files": "Pliki konfiguracyjne", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Tego hasÅ‚a nie można później zmienić.", "option-encryption-password-desc-warning": "JeÅ›li zapomnisz tego hasÅ‚a, wszelkie zdalne dane pozostanÄ… bezużyteczne na zawsze.", "option-encryption-password-desc-2": "Nie ma to wpÅ‚ywu na Twoje lokalne dane.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Twoje hasÅ‚o", - "label-enter-encryption-password": "Wprowadź hasÅ‚o szyfrowania", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Odblokuj sejf", - "msg-verified-password": "PomyÅ›lnie zweryfikowano Twoje hasÅ‚o.", "label-remote-vaults": "Twoje zdalne sejfy", "label-vault-created-time": "Stworzono {{time}}", "tooltip-delete-remote-vault": "UsuÅ„", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Wszystkie dane na naszym serwerze, w tym historia wersji, zostanÄ… usuniÄ™te. Twoje lokalne pliki pozostanÄ… nienaruszone.", "label-confirm-delete-remote-vault-warning": "To dziaÅ‚anie jest trwaÅ‚e i nieodwracalne.", "msg-remote-vault-deleted": "{{name}} zostaÅ‚o usuniÄ™te", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "PoÅ‚Ä…cz", "button-disconnect-from-remote-vault": "RozÅ‚Ä…cz", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Nie masz żadnych zdalnych sejfów.", "label-no-subscription": "Nie posiadasz aktywnej subskrypcji Obsidian Sync.", "label-please-visit": "Zapraszamy do odwiedzenia", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Stwórz nowy sejf", "label-sync-log": "Dziennik synchronizacji", "option-event-type": "Typ zdarzenia", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Nie udaÅ‚o siÄ™ pobrać rozmiaru sejfu.", "option-vault-size-loading": "Pozyskiwanie rozmiaru sejfu...", "option-over-size": "Rozmiar sejfu przekracza limit", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Zobacz najwiÄ™ksze pliki", "msg-largest-files-desc": "SÄ… to pliki zdalne, które zajmujÄ… najwiÄ™cej miejsca. Po usuniÄ™ciu zaÅ‚Ä…czników użyj przycisku opróżnienia, aby zwolnić miejsce w zdalnym sejfie.", "button-upgrade-storage": "ZwiÄ™ksz pamięć", "button-purge-remote": "Opróżnij", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Trwale opróżnij usuniÄ™te zaÅ‚Ä…czniki ze skarbca zdalnego, aby zaoszczÄ™dzić miejsce.", "msg-purge-complete": "Opróżnianie zakoÅ„czone.", "option-prevent-sleep": "Zapobiegaj zasypianiu urzÄ…dzenia", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Synchronizuj zainstalowane wtyczki spoÅ‚ecznoÅ›ci (pliki .js, .css, i manifest.json) i ich ustawienia.", "label-sync-introduction": "Obsidian Sync to dodatkowa usÅ‚uga synchronizacji Obsidian z szyfrowaniem end-to-end i historiÄ… wersji.", "label-account-required": "Aby rozpocząć synchronizacjÄ™, zaloguj siÄ™ lub utwórz nowe konto Obsidian.", + "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": "Zarejestruj siÄ™", "button-log-in": "Zaloguj siÄ™", "label-manage-excluded-folders": "ZarzÄ…dzaj wykluczonymi folderami", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "To usunie ten sejf z listy sejfów Tobie udostÄ™pnionych. Tej akcji nie da siÄ™ cofnąć.", "label-leave-vault-confirmation-details-2": "ProszÄ™, skontaktuj siÄ™ z wÅ‚aÅ›cicielem tego sejfu, jeżeli chcesz znów współpracować przy tym sejfie.", "button-leave": "Opuść", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Potrzebujesz subskrypcji Obsidian Sync, żeby poÅ‚Ä…czyć siÄ™ do tego sejfu.", "option-contact-support": "Kontakt ze wsparciem (support)", "option-contact-support-desc": "Jeżeli spotkajÄ… CiÄ™ jakiekolwiek problemy podczas używania Obsidian Sync, prosimy, skontaktuj siÄ™ z nami w celu pomocy! Możesz skontaktować siÄ™ z nami przez e-mail support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "Wsparcie e-mail", + "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Typ wywoÅ‚ania..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} słów", "word-with-count_plural": "sÅ‚owa: {{count}}", "character-with-count": "{{count}} znak", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} folderów", "backlink-with-count": "{{count}} link zwrotny", "backlink-with-count_plural": "linki zwrotne: {{count}}", + "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}} strona", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} motyw", "theme-with-count_plural": "{{count}} motywów" } -} +} \ No newline at end of file diff --git a/pt-BR.json b/pt-BR.json index eef8159cd6f28ef818b1e83f85659517076f6d9a..e5e9e814cc638d20a719cb0dbcccca106f97fb58 100644 --- a/pt-BR.json +++ b/pt-BR.json @@ -175,7 +175,7 @@ "label-default-theme": "Padrão", "tooltip-click-to-enlarge": "Clique para ampliar", "button-update": "Atualizar", - "label-currently-selected": "Selecionado", + "label-currently-active": "Active", "option-frame-style": "Estilo da janela", "option-frame-description": "Determina o estilo da barra de tÃtulo das janelas do Obsidian. Requer uma reinicialização completa para ter efeito.", "option-frame-hidden": "Escondido (padrão)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Tocar em um item do menu de navegação irá ativar o item. Tocar e segurar ainda mostrará o menu.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Configurar", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Outros itens do menu", "label-modal-configuration": "Configuração da faixa de opções", "label-modal-configuration-desc": "Escolha quais itens você quer ativos na faixa de opções. Arraste e solte para alterar a ordem.", @@ -277,7 +279,6 @@ "option-your-account": "Sua conta", "option-your-account-desc": "Você está atualmente conectado como {{name}} ({{email}}).", "option-your-account-desc-no-login": "Você não está conectado no momento. Uma conta só é necessária para o Obsidian Sync, Obsidian Publish, e o Catalyst insider builds.", - "button-manage-settings": "Gerenciar configurações", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Seu e-mail...", "label-password": "Senha", "placeholder-password": "Sua senha...", + "label-forgot-password": "Forgot password?", "button-login": "Entrar", "message-empty-email": "E-mail não pode estar vazio.", "message-invalid-email": "Este e-mail não é válido.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Pesquisar", "placeholder-replace": "Substituir", - "label-previous": "Anterior", - "label-next": "Próximo", - "label-all": "Tudo", "label-exit-search": "Sair da pesquisa", + "label-next": "Próximo", + "label-previous": "Anterior", + "label-find-all": "Find all", "label-replace": "Substituir", "label-replace-all": "Substituir tudo" }, @@ -453,7 +455,11 @@ "label-link-block": "para criar link com o bloco", "label-type-pipe": "Digite |", "label-change-display-text": "para alterar o texto de exibição", - "label-no-match-found": "Nada encontrado" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nada encontrado", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Sem sugestões...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Editar link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Expandir", "sidebar-collapse": "Recolher", "msg-fail-to-save-file": "Falha ao salvar o arquivo \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Nenhum arquivo", "msg-file-changed": "Arquivo \"{{file}}\" foi modificado externamente, mesclando mudanças automaticamente.", "switch-vault": "Abrir outro cofre", + "manage-vaults": "Manage vaults...", "help": "Ajuda", "settings": "Configurações", "drag-to-rearrange": "Arraste para reorganizar", @@ -528,6 +539,7 @@ "button-add": "Adicionar", "button-manage": "Gerenciar", "label-new-tab": "Nova aba", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Esta aba está atualmente ocupada, por favor tente novamente mais tarde", "formatting": { "label-formatting": "Formatar", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Editar (Ctrl/Cmd+Click para editar em um novo painel)", "read-view": "Visualização atual: leitura", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Clique para editar", "switch-to-read-view": "Clique para visualizar", "mod-click-open-new-tab": "{{key}}+Clique para abrir em um novo painel", @@ -653,6 +668,7 @@ "button-create-vault": "Criar", "button-back": "Voltar", "msg-empty-vault-name": "O cofre precisa ser nomeado.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Selecione uma pasta válida.", "msg-failed-to-create-vault": "Falha ao criar cofre.", "msg-failed-to-create-vault-at-location": "Não foi possÃvel criar um cofre no local selecionado. Verifique o local e possÃveis permissões.", @@ -749,6 +765,7 @@ "search-current-file": "Localizar no arquivo atual", "search-replace-current-file": "Localizar e substituir no arquivo atual", "add-property": "Adicionar propriedade", + "add-alias": "Add alias", "edit-property": "Editar propriedade", "clear-properties": "Apagar propriedades do arquivo", "open-settings": "Abrir configurações", @@ -764,6 +781,7 @@ "close-other-tabs": "Fechar todas as outras abas", "close-tab-group": "Fechar esse grupo de abas", "toggle-left-sidebar": "Ativar barra lateral à esquerda", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Ativar barra lateral à direita", "toggle-default-new-tab-mode": "Alternar modo padrão para novas abas", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Navegar para frente", "toggle-left-sidebar": "Alternar Barra Lateral Esquerda", "toggle-right-sidebar": "Alterna Barra Lateral Direita", + "toggle-ribbon": "Ribbon", "split-right": "Dividir para a direita", "split-down": "Dividir para baixo", "release-notes": "Notas de Lançamento" @@ -912,6 +931,7 @@ "action-open": "Abrir explorador de arquivos", "action-show": "Mostrar explorador de arquivos", "action-create-note": "Criar nova nota", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Criar uma nota na aba atual", "action-create-note-to-the-right": "Criar nota à direita", "action-collapse-all": "Recolher tudo", @@ -1416,6 +1436,7 @@ "name": "Publicar", "desc": "Publique suas notas através do Obsidian Publish.", "action-publish-changes": "Publicar mudanças", + "action-publish-file": "Publish current file", "label-no-internet-access": "Você precisa de acesso à internet para publicar mudanças.", "label-publish-service-description": "Obsidian Publish é um serviço adicional pago que dá a possibilidade de publicar suas notas na internet, diretamente do Obsidian.", "label-please-login": "Para começar a publicar, se conecte a sua conta ou crie uma nova conta Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Salve e carregue a disposição da área de trabalho.", "action-load-layout": "Carregar leiaute da área de trabalho", "action-manage-layouts": "Gerenciar leiautes da área de trabalho", + "action-save": "Save layout", "action-save-and-load-layout": "Salvar e carregar outro leiaute", "placeholder-save-current-layout-as": "Salvar o leiaute atual da área de trabalho como...", "button-save": "Salvar", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Por favor, digite um nome para o novo leiaute.", "msg-save-layout-success": "Leiaute salvo com sucesso.", "label-no-layout-found": "Nenhum leiaute salvo encontrado.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Digite o nome do leiaute..." }, "sync": { "name": "Sincronização", "desc": "Sincronize os seus arquivos por meio do Obsidian Sync", "action-view-version-history": "Ver histórico de versão", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Carregar mais", "label-show-diff": "Mostrar diferenças", "label-copy-to-clipboard": "Copiar para a área de transferência", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Não há versões anteriores deste arquivo", + "label-no-history": "No sync history for this file.", "label-empty-file": "Vazio", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Arquivos de configuração", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Essa senha NÃO pode ser alterada depois.", "option-encryption-password-desc-warning": "Se você esquecer essa senha, todos os seus dados remotos ficarão inutilizáveis para sempre.", "option-encryption-password-desc-2": "Isso não afeta dados locais.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Sua senha", - "label-enter-encryption-password": "Digite a senha de criptografia", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Desbloquear cofre", - "msg-verified-password": "Sua senha foi verificada com sucesso.", "label-remote-vaults": "Seus cofres remotos", "label-vault-created-time": "Criado em {{time}}", "tooltip-delete-remote-vault": "Deletar", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Todos os dados em nosso servidor, incluindo o histórico de versão, serão excluÃdos. Seus arquivos locais permanecerão intactos.", "label-confirm-delete-remote-vault-warning": "Esta ação é permanente e irreversÃvel.", "msg-remote-vault-deleted": "{{name}} foi excluÃdo.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Conectar", "button-disconnect-from-remote-vault": "Desconectar", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Você não tem cofres remotos.", "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": "Criar novo cofre", "label-sync-log": "Log de sincronização", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Tamanho do cofre acima do limite", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Ver os maiores arquivos", "msg-largest-files-desc": "Esses são os arquivos que ocupam mais espaço no cofre remoto. Depois de excluir os anexos, use o botão de limpeza para liberar espaço.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Limpar", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Limpe permanentemente os anexos excluÃdos do cofre remoto para economizar espaço.", "msg-purge-complete": "Limpeza completa", "option-prevent-sleep": "Impedir a suspensão do dispositivo", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sincronizar plugins da comunidade instalados (arquivos .js, .css, e manifest.json) e suas configurações.", "label-sync-introduction": "Obsidian Sync é o serviço de sincronização de complemento da Obsidian com criptografia ponta a ponta e histórico de versão.", "label-account-required": "Para iniciar a sincronização, faça o login ou crie uma nova conta Obsidian.", + "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": "Inscrever-se", "button-log-in": "Entrar", "label-manage-excluded-folders": "Gerenciar pastas excluÃdas", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Isso removerá este cofre da lista de cofres compartilhados com você. Esta ação não pode ser revertida.", "label-leave-vault-confirmation-details-2": "Por favor, contate o dono deste cofre se você deseja colaborar neste cofre novamente.", "button-leave": "Sair", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Você precisa de uma inscrição Obsidian Sync para conectar a este cofre.", "option-contact-support": "Contatar suporte", "option-contact-support-desc": "Se você tiver algum problema com o Obsidian Sync, por favor, nos contate para que possamos te ajudar! Você pode nos contatar em support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "Suporte por e-mail", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync permite você criar até 5 cofres remotos. Para criar um novo cofre remoto, por favor remova um existente." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} palavra", "word-with-count_plural": "{{count}} palavras", "character-with-count": "{{count}} caractere", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} pastas", "backlink-with-count": "{{count}} link inverso", "backlink-with-count_plural": "{{count}} links inversos", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} propriedade", "properties-with-count_plural": "{{count}} propriedades", "site-with-count": "{{count}} site", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} tema", "theme-with-count_plural": "{{count}} temas" } -} +} \ No newline at end of file diff --git a/pt.json b/pt.json index 058b4ca0db51be4090e857bf8d503c54c9fbb5e1..7c9347f44873b8668eab0f6e2745443fd4090462 100644 --- a/pt.json +++ b/pt.json @@ -175,7 +175,7 @@ "label-default-theme": "Predefinido", "tooltip-click-to-enlarge": "Carregue para ampliar", "button-update": "Atualizar", - "label-currently-selected": "Selecionado", + "label-currently-active": "Active", "option-frame-style": "Estilo da moldura da janela", "option-frame-description": "Determina o estilo da barra de tÃtulo das janelas do Obsidian. Requer uma reinicialização completa para as alterações entrarem em vigor.", "option-frame-hidden": "Escondido (Predefinido)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "option-your-account": "A sua conta", "option-your-account-desc": "Está atualmente conectado com {{name}} ({{email}}).", "option-your-account-desc-no-login": "Não está conectado de momento. Uma conta é somente necessário para o Obsidian Sync, Obsidian Publish, e o Catalyst insider builds.", - "button-manage-settings": "Gerir configurações", "label-insider": "confidente", "label-supporter": "apoiante", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "O seu e-mail...", "label-password": "Senha", "placeholder-password": "A sua senha...", + "label-forgot-password": "Forgot password?", "button-login": "Entrar", "message-empty-email": "E-mail não pode estar vazio.", "message-invalid-email": "E-mail não é valido.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Pesquisar", "placeholder-replace": "Substituir", - "label-previous": "Anterior", - "label-next": "Próximo", - "label-all": "Tudo", "label-exit-search": "Sair da pesquisa", + "label-next": "Próximo", + "label-previous": "Anterior", + "label-find-all": "Find all", "label-replace": "Substituir", "label-replace-all": "Substituir tudo" }, @@ -453,7 +455,11 @@ "label-link-block": "para linkar blocos", "label-type-pipe": "Digite |", "label-change-display-text": "para alterar o texto de exibição", - "label-no-match-found": "Nenhuma correspondência encontrada" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nenhuma correspondência encontrada", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Sem sugestões...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Editar link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Expandir", "sidebar-collapse": "Recolher", "msg-fail-to-save-file": "Falha ao guardar o ficheiro \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Nenhum ficheiro", "msg-file-changed": "\"{{file}}\" foi externamente modificado, ao mergir automaticamente as alterações.", "switch-vault": "Abra outro vault", + "manage-vaults": "Manage vaults...", "help": "Ajuda", "settings": "Definições", "drag-to-rearrange": "Arraste para reorganizar", @@ -528,6 +539,7 @@ "button-add": "Adicionar", "button-manage": "Gerir", "label-new-tab": "Nova aba", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Esta aba está atualmente ocupada, por favor tente novamente mais tarde", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Editar (Ctrl/Cmd+Click para editar num novo painel)", "read-view": "Vista atual: leitura", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Clique para editar", "switch-to-read-view": "Clique para visualizar", "mod-click-open-new-tab": "{{key}}+Clique para abrir numa nova aba", @@ -653,6 +668,7 @@ "button-create-vault": "Criar", "button-back": "Voltar", "msg-empty-vault-name": "O vault precisa de um nome.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Selecione uma pasta válida.", "msg-failed-to-create-vault": "Falha ao criar vault.", "msg-failed-to-create-vault-at-location": "Não foi possÃvel criar um vault no local selecionado. Confira o local e permissões.", @@ -749,6 +765,7 @@ "search-current-file": "Localizar no ficheiro atual", "search-replace-current-file": "Localizar e substituir no ficheiro atual", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Abrir definições", @@ -764,6 +781,7 @@ "close-other-tabs": "Fechar todas as outras abas", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Ativar barra lateral esquerda", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Ativar barra lateral direita", "toggle-default-new-tab-mode": "Alternar modo padrão para novas abas", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Navegar para a Frente", "toggle-left-sidebar": "Alternar Barra Lateral da Esquerda", "toggle-right-sidebar": "Alternar Barra Lateral da Direita", + "toggle-ribbon": "Ribbon", "split-right": "Dividir à direita", "split-down": "Dividir para baixo", "release-notes": "Notas de lançamento" @@ -912,6 +931,7 @@ "action-open": "Abrir explorador de ficheiros", "action-show": "Mostrar explorador de ficheiros", "action-create-note": "Criar nova nota", + "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": "Colapsar todos", @@ -1416,6 +1436,7 @@ "name": "Publicar", "desc": "Publica as suas notas através do Obsidian Publish.", "action-publish-changes": "Publicar alterações", + "action-publish-file": "Publish current file", "label-no-internet-access": "Precisa de acesso à internet para publicar alterações.", "label-publish-service-description": "O Obsidian Publish é um serviço de add-on pago que permite publicar as suas notas online diretamente do Obsidian.", "label-please-login": "Para começar a publicar, conecte-se ou crie uma conta Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Guardar e carregar layout da área de trabalho.", "action-load-layout": "Carregar esquema da área de trabalho", "action-manage-layouts": "Gerir esquema da área de trabalho", + "action-save": "Save layout", "action-save-and-load-layout": "Guardar e carregar outro esquema", "placeholder-save-current-layout-as": "Guardar esquema da área de trabalho atual como...", "button-save": "Guardar", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Por favor introduza um nome para o novo esquema.", "msg-save-layout-success": "Sucesso em gravar o esquema.", "label-no-layout-found": "Nenhum esquema encontrado.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Introduza o nome do esquema..." }, "sync": { "name": "Sincronizar", "desc": "Sincronizar os seus ficheiros através do Obsidian Sync.", "action-view-version-history": "Ver histórico de versões", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Carregar mais", "label-show-diff": "Mostrar diferenças", "label-copy-to-clipboard": "Copiar para a área de transferência", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Não existem versões anteriores deste ficheiro.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Vazio", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Ficheiros de configuração", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Esta chave não poderá ser alterada mais tarde.", "option-encryption-password-desc-warning": "Caso se esqueça desta chave, todos os seus dados remotos ficarão inutilizáveis.", "option-encryption-password-desc-2": "Isto não afeta os seus dados locais.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "A sua chave", - "label-enter-encryption-password": "Digitar a chave de encriptação", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Desbloquear vault", - "msg-verified-password": "Chave verificada com sucesso.", "label-remote-vaults": "Os seus vaults remotos", "label-vault-created-time": "Criado em {{time}}", "tooltip-delete-remote-vault": "Eliminar", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Todos os dados no nosso servidor, incluindo o histórico de versões, serão eliminados. Os seus ficheiros locais permanecerão intactos.", "label-confirm-delete-remote-vault-warning": "Esta ação é permanente e irreversÃvel.", "msg-remote-vault-deleted": "{{name}} foi eliminado.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Conectar", "button-disconnect-from-remote-vault": "Desconectar", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Não existe nenhum vault remoto.", "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": "Criar novo vault", "label-sync-log": "Registo de sincronização", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Tamanho do vault acima do limite", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Ver ficheiros maiores", "msg-largest-files-desc": "Estes são so ficheiros remotos que ocupam mais espaço. Após eliminar os anexos, utilize o botão Limpar para libertar espaço do vault remoto.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Limpar", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Limpa permanentemente os anexos eliminados do vault remoto para libertar espaço.", "msg-purge-complete": "Limpeza completada.", "option-prevent-sleep": "Impedir suspensão do dispositivo", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sincronizar plugins da comunidade instalados (.js, .css, e ficheiros manifest.json) e as suas configurações.", "label-sync-introduction": "Obsidian Sync é um serviço add-on do Obsidian com encriptação end-to-end e histórico de versões.", "label-account-required": "Para iniciar a sincronização, efetue o login ou crie uma nova conta Obsidian.", + "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": "Registar", "button-log-in": "Entrar", "label-manage-excluded-folders": "Gerir pastas excluÃdas", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Isto erá remover este vault da lista de vaults partilhados consigo. Esta açõa não é reversÃvel.", "label-leave-vault-confirmation-details-2": "Por favor contacte o dono do vault se deseja colaborar novamente neste vault.", "button-leave": "Sair", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Precisa de uma subscrição Obsidian Sync para se conectar a este vault.", "option-contact-support": "Contactar suporte", "option-contact-support-desc": "Se encontrar algum problema com Obsidian Sync, por favor contacte-nos para lhe podermos ajudar! Pode contactar-nos em support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "Suporte de email", + "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} palavra", "word-with-count_plural": "{{count}} palavras", "character-with-count": "{{count}} carácter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} pastas", "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", diff --git a/ro.json b/ro.json index 80bd4becc12e9b07d1d670b5e147ef6c1a0f68df..093f550af96195d6d562f298a90c925d5c76d9d4 100644 --- a/ro.json +++ b/ro.json @@ -175,7 +175,7 @@ "label-default-theme": "Implicită", "tooltip-click-to-enlarge": "FaceÈ›i clic pentru a mări", "button-update": "ActualizaÈ›i", - "label-currently-selected": "Selectat", + "label-currently-active": "Active", "option-frame-style": "AlegeÈ›i stilul cadrului ferestrei", "option-frame-description": "StabiliÈ›i stilul barei de titlu a ferestrelor aplicaÈ›iei Obsidian. Necesită o repornire completă pentru a-È™i face efectul.", "option-frame-hidden": "Ascuns (implicit)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "AlegeÈ›i comportamentul apăsării butonului panglică din meniul de navigare. ÃŽn mod implicit, acesta va deschide un meniu care afiÈ™ează toate elementele din panglică.", "option-mobile-quick-ribbon-default": "Deschide meniul panglică", "button-configure": "Configurează", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Alte elemente din meniul panglică", "label-modal-configuration": "ConfiguraÈ›ia meniului panglică", "label-modal-configuration-desc": "AlegeÈ›i ce elemente doriÈ›i să fie active în meniul panglică. TrageÈ›i È™i plasaÈ›i pentru a schimba ordinea.", @@ -277,7 +279,6 @@ "option-your-account": "Contul dvs.", "option-your-account-desc": "SunteÈ›i autentificat(ă) în prezent ca {{name}} ({{email}}).", "option-your-account-desc-no-login": "ÃŽn prezent nu sunteÈ›i autentificat(ă). Un cont este necesar pentru Obsidian Sync, Obsidian Publish, cât È™i pentru versiunile de iniÈ›iat Catalyst.", - "button-manage-settings": "GestionaÈ›i setările", "label-insider": "iniÈ›iat", "label-supporter": "susÈ›inător", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Adresa dvs. de e-mail...", "label-password": "Parolă", "placeholder-password": "Parola dvs...", + "label-forgot-password": "Forgot password?", "button-login": "AutentificaÈ›i-vă", "message-empty-email": "Câmpul de e-mail nu poate fi gol.", "message-invalid-email": "Adresa de e-mail nu este validă.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "CăutaÈ›i...", "placeholder-replace": "ÃŽnlocuiÈ›i cu...", - "label-previous": "ÃŽnapoi", - "label-next": "ÃŽnainte", - "label-all": "Toate", "label-exit-search": "ÃŽnchideÈ›i căutarea", + "label-next": "ÃŽnainte", + "label-previous": "ÃŽnapoi", + "label-find-all": "Find all", "label-replace": "ÃŽnlocuiÈ›i", "label-replace-all": "ÃŽnlocuiÈ›i tot" }, @@ -453,7 +455,11 @@ "label-link-block": "pentru a crea o legătură către un bloc", "label-type-pipe": "ScrieÈ›i |", "label-change-display-text": "pentru a schimba textul afiÈ™at", - "label-no-match-found": "Nu s-a găsit" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nu s-a găsit", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Nicio sugestie...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "ModificaÈ›i legătura", + "edit-tag": "Edit tag", "label-edit-block": "ModificaÈ›i acest bloc" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "ExtindeÈ›i", "sidebar-collapse": "RestrângeÈ›i", "msg-fail-to-save-file": "Nu s-a putut salva fiÈ™ierul „{{filepath}}â€. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Niciun fiÈ™ier", "msg-file-changed": "„{{file}}†a fost modificat din exterior. Fuzionarea modificărilor se va efectua automat.", "switch-vault": "DeschideÈ›i alt seif", + "manage-vaults": "Manage vaults...", "help": "Ajutor", "settings": "Setări", "drag-to-rearrange": "TrageÈ›i pentru a rearanja", @@ -528,6 +539,7 @@ "button-add": "AdăugaÈ›i", "button-manage": "GestionaÈ›i", "label-new-tab": "Filă nouă", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Această filă este ocupată în acest moment, vă rugăm să încercaÈ›i din nou mai târziu.", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "EditaÈ›i (Ctrl/Cmd+Clic pentru a edita într-un nou panou)", "read-view": "Modul curent: citire", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Clic pentru a edita", "switch-to-read-view": "Clic pentru a citi", "mod-click-open-new-tab": "{{key}}+Clic pentru a deschide într-o filă nouă", @@ -653,6 +668,7 @@ "button-create-vault": "CreaÈ›i", "button-back": "ÃŽnapoi", "msg-empty-vault-name": "Numele seifului nu poate rămâne gol.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Vă rugăm să alegeÈ›i un director valid.", "msg-failed-to-create-vault": "Crearea seifului a eÈ™uat.", "msg-failed-to-create-vault-at-location": "Crearea seifului sub directorul furnizat a eÈ™uat. Vă rugăm să verificaÈ›i de două ori destinaÈ›ia È™i să vă asiguraÈ›i că aveÈ›i permisiunile necesare.", @@ -749,6 +765,7 @@ "search-current-file": "Caută în fiÈ™ierul curent", "search-replace-current-file": "Caută È™i înlocuieÈ™te în fiÈ™ierul curent", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Deschide setările", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Comută bara laterală din stânga", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Comută bara laterală din dreapta", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "action-open": "Open file explorer", "action-show": "Show file explorer", "action-create-note": "Creează notă nouă", + "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", @@ -1416,6 +1436,7 @@ "name": "Publică", "desc": "Publică notele cu ajutorul Obsidian Publish.", "action-publish-changes": "Publică schimbările", + "action-publish-file": "Publish current file", "label-no-internet-access": "Ai nevoie de acces la internet pentru a publica schimbările.", "label-publish-service-description": "Obsidian Publish este un modul al unui serviciu plătit care îți permite să-È›i publici notele online direct din Obsidian.", "label-please-login": "Pentru a începe să publici, te rog să te autentifici sau să-È›i creezi un nou cont Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Salvează È™i încarcă aspectul spaÈ›iului de lucru.", "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": "Salvează", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} cuvânt", "word-with-count_plural": "{{count}} cuvinte", "character-with-count": "{{count}} caracter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} folders", "backlink-with-count": "{{count}} referință", "backlink-with-count_plural": "{{count}} referinÈ›e", + "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", diff --git a/ru.json b/ru.json index 8c6c1998deec9780cc76c03ae08b7fc18040cb48..d336c8cab79e699a3318a542a0f0a8551eff746f 100644 --- a/ru.json +++ b/ru.json @@ -175,7 +175,7 @@ "label-default-theme": "Тема по умолчанию", "tooltip-click-to-enlarge": "Ðажмите, чтобы увеличить", "button-update": "Обновить", - "label-currently-selected": "ВыбраннаÑ", + "label-currently-active": "Active", "option-frame-style": "Заголовок окна", "option-frame-description": "Выбор Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° окна Obsidian. Изменение данного параметра потребует перезапуÑк приложениÑ.", "option-frame-hidden": "Скрытый (по умолчанию)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Ðажатие активирует команду. При нажатии и удержании отображаетÑÑ Ð¼ÐµÐ½ÑŽ.", "option-mobile-quick-ribbon-default": "Открыть ленточное меню", "button-configure": "ÐаÑтроить", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Скрытые команды", "label-modal-configuration": "Ленточное меню", "label-modal-configuration-desc": "Выбрать команды Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð² ленточном меню. ПорÑдок Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ задаетÑÑ Ð¿ÐµÑ€ÐµÑ‚Ð°Ñкиванием.", @@ -277,7 +279,6 @@ "option-your-account": "Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ", "option-your-account-desc": "Ð’Ñ‹ вошли как {{name}} ({{email}}).", "option-your-account-desc-no-login": "Ð’Ñ‹ не вошли в ÑиÑтему. Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ необходима только Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ Obsidian Sync, Obsidian Publish и доÑтупа к ранним Ñборкам Catalyst.", - "button-manage-settings": "ÐаÑтроить", "label-insider": "Insider", "label-supporter": "Supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Ваш Ñл. адреÑ...", "label-password": "Пароль", "placeholder-password": "Ваш пароль...", + "label-forgot-password": "Forgot password?", "button-login": "Войти", "message-empty-email": "Ðлектронный Ð°Ð´Ñ€ÐµÑ Ð½Ðµ может быть пуÑтым.", "message-invalid-email": "Ðеверный формат адреÑа Ñлектронной почты.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Ðайти", "placeholder-replace": "Заменить", - "label-previous": "Ðазад", - "label-next": "Далее", - "label-all": "Ð’Ñе", "label-exit-search": "Закрыть поиÑк", + "label-next": "Далее", + "label-previous": "Ðазад", + "label-find-all": "Find all", "label-replace": "Заменить", "label-replace-all": "Заменить вÑе" }, @@ -453,7 +455,11 @@ "label-link-block": ", чтобы ÑоÑлатьÑÑ Ð½Ð° блок", "label-type-pipe": "Введите |", "label-change-display-text": ", чтобы изменить отображаемый текÑÑ‚", - "label-no-match-found": "Совпадений не найдено" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Совпадений не найдено", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Ðет предложений...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Редактировать ÑÑылку", + "edit-tag": "Edit tag", "label-edit-block": "Редактировать блок" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Развернуть", "sidebar-collapse": "Свернуть", "msg-fail-to-save-file": "Ðе удалоÑÑŒ Ñохранить файл \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Ðет файла", "msg-file-changed": "Файл \"{{file}}\" был изменен извне, автоматичеÑкое ÑлиÑние изменений.", "switch-vault": "Другое хранилище", + "manage-vaults": "Manage vaults...", "help": "Справка", "settings": "ÐаÑтройки", "drag-to-rearrange": "Перетащить", @@ -528,6 +539,7 @@ "button-add": "Добавить", "button-manage": "ÐаÑтроить", "label-new-tab": "ÐÐ¾Ð²Ð°Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ°", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ñта вкладка занÑта, повторите попытку позже", "formatting": { "label-formatting": "Форматирование", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Текущий режим: редактор", "read-view": "Текущий режим: проÑмотр", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Ðажмите Ð´Ð»Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ", "switch-to-read-view": "Ðажмите Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра", "mod-click-open-new-tab": "{{key}}+Click чтобы открыть в новой вкладке", @@ -653,6 +668,7 @@ "button-create-vault": "Создать", "button-back": "Ðазад", "msg-empty-vault-name": "Ð˜Ð¼Ñ Ñ…Ñ€Ð°Ð½Ð¸Ð»Ð¸Ñ‰Ð° не может быть пуÑтым.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "ПожалуйÑта, выберите ÑущеÑтвующую папку.", "msg-failed-to-create-vault": "Ðе удалоÑÑŒ Ñоздать хранилище.", "msg-failed-to-create-vault-at-location": "Ðе удалоÑÑŒ Ñоздать хранилище в указанном меÑтоположении. Перепроверьте пути и права доÑтупа.", @@ -749,6 +765,7 @@ "search-current-file": "ПоиÑк в текущем файле", "search-replace-current-file": "ПоиÑк и замена в текущем файле", "add-property": "Добавить ÑвойÑтво файла", + "add-alias": "Add alias", "edit-property": "Изменить ÑвойÑтво файла", "clear-properties": "ОчиÑтить ÑвойÑтва файла", "open-settings": "Открыть наÑтройки", @@ -764,6 +781,7 @@ "close-other-tabs": "Закрыть вÑе вкладки, кроме текущей", "close-tab-group": "Закрыть текущую группу вкладок", "toggle-left-sidebar": "Свернуть/развернуть левую панель", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Свернуть/развернуть правую панель", "toggle-default-new-tab-mode": "ПоменÑÑ‚ÑŒ иÑходный режим новой вкладки редактор/проÑмотр", "add-cursor-above": "Добавить курÑор Ñверху", @@ -900,6 +918,7 @@ "navigate-forward": "Перейти вперед", "toggle-left-sidebar": "Свернуть/развернуть левую панель", "toggle-right-sidebar": "Свернуть/развернуть правую панель", + "toggle-ribbon": "Ribbon", "split-right": "Разделить вправо", "split-down": "Разделить вниз", "release-notes": "ÐŸÑ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ðº выпуÑку" @@ -912,6 +931,7 @@ "action-open": "Открыть файловый менеджер", "action-show": "Показать файловый менеджер", "action-create-note": "Создать новую заметку", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Создать новую заметку в текущей вкладке", "action-create-note-to-the-right": "Создать заметку в облаÑти Ñправа", "action-collapse-all": "Свернуть вÑе", @@ -1416,6 +1436,7 @@ "name": "ПубликациÑ", "desc": "Публикуйте Ñвои заметки Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Obsidian Publish.", "action-publish-changes": "ÐŸÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹", + "action-publish-file": "Publish current file", "label-no-internet-access": "Ð”Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸ изменений требуетÑÑ Ð´Ð¾Ñтуп к интернету", "label-publish-service-description": "Obsidian Publish Ñто дополнительный платный ÑÐµÑ€Ð²Ð¸Ñ Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸ заметок в интернет напрÑмую из Obsidian.", "label-please-login": "Перед началом публикации войдите в Ñвой аккаунт Obsidian или зарегиÑтрируйте новый.", @@ -1604,6 +1625,7 @@ "desc": "СохранÑйте и загружайте ÑобÑтвенные варианты компоновки рабочего проÑтранÑтва.", "action-load-layout": "Загрузить проÑтранÑтво", "action-manage-layouts": "ПроÑтранÑтва", + "action-save": "Save layout", "action-save-and-load-layout": "Сохранить и загрузить другое проÑтранÑтво", "placeholder-save-current-layout-as": "Сохранить проÑтранÑтво как...", "button-save": "Сохранить", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Введите Ð¸Ð¼Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ проÑтранÑтва.", "msg-save-layout-success": "ПроÑтранÑтво Ñохранено.", "label-no-layout-found": "Ðет Ñохраненных проÑтранÑтв.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Введите Ð¸Ð¼Ñ Ð¿Ñ€Ð¾ÑтранÑтва..." }, "sync": { "name": "СинхронизациÑ", "desc": "Синхронизируйте файлы Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Obsidian Sync.", "action-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": "Загрузить еще", "label-show-diff": "Показать отличиÑ", "label-copy-to-clipboard": "Скопировать в буфер обмена", @@ -1631,7 +1657,7 @@ "label-revision": "1 верÑиÑ", "label-revision_plural": "{{revisions}} верÑий", "label-via-device": "через {{device}}", - "label-no-earlier-version": "Более ранние верÑии данного файла отÑутÑтвуют.", + "label-no-history": "No sync history for this file.", "label-empty-file": "ПуÑто", "label-unable-to-retrieve": "Ðе удалоÑÑŒ получить иÑторию верÑий", "label-setting-files": "Файлы наÑтроек", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Ðтот пароль будет будет изменить.", "option-encryption-password-desc-warning": "ЕÑли вы забудете пароль, доÑтуп к Ñинхронизированным данным будет утерÑн навÑегда.", "option-encryption-password-desc-2": "Ðта наÑтройка никак не влиÑет на ваши локальные данные.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Ваш пароль", - "label-enter-encryption-password": "Введите пароль шифрованиÑ", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Открыть", - "msg-verified-password": "Пароль ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½.", "label-remote-vaults": "Хранилища в Obsidian Sync", "label-vault-created-time": "Создано {{time}}", "tooltip-delete-remote-vault": "Удалить", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Ð’Ñе данные на нашем Ñервере, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð¸Ñторию верÑий, будут удалены. Ваши локальные файлы оÑтанутÑÑ Ð½ÐµÑ‚Ñ€Ð¾Ð½ÑƒÑ‚Ñ‹Ð¼Ð¸.", "label-confirm-delete-remote-vault-warning": "Ðто дейÑтвие Ð½ÐµÐ»ÑŒÐ·Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ.", "msg-remote-vault-deleted": "Хранилище {{name}} удалено из Obsidian Sync.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Подключить", "button-disconnect-from-remote-vault": "Отключить", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "У Ð²Ð°Ñ Ð½ÐµÑ‚ Ñинхронизированных хранилищ.", "label-no-subscription": "У Ð²Ð°Ñ Ð½ÐµÑ‚ активной подпиÑки Obsidian Sync.", "label-please-visit": "ПожалуйÑта, поÑетите", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Ðовое хранилище", "label-sync-log": "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñинхронизации", "option-event-type": "Тип ÑобытиÑ", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Ðе удалоÑÑŒ определить размер вашего хранилища.", "option-vault-size-loading": "Определение размера вашего хранилища...", "option-over-size": "Размер хранилища превышает лимит", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Большие файлы", "msg-largest-files-desc": "Ðто файлы, занимающие наибольшее количеÑтво меÑта. ПоÑле ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð²Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ нажмите ОчиÑтить Ð´Ð»Ñ Ð¾ÑÐ²Ð¾Ð±Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¼ÐµÑта в ÑвÑзанных хранилищах.", "button-upgrade-storage": "Увеличить проÑтранÑтво", "button-purge-remote": "ОчиÑтить", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Безвозвратно удалить Ñтёртые Ð²Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¸Ð· ÑвÑзанных хранилищ Ð´Ð»Ñ Ð¾ÑÐ²Ð¾Ð±Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¼ÐµÑта.", "msg-purge-complete": "ОчиÑтка выполнена.", "option-prevent-sleep": "Предотвращение заÑÑ‹Ð¿Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Синхронизировать уÑтановленные Ñторонние плагины (файлы .js, .css и manifest.json) и их наÑтройки.", "label-sync-introduction": "Obsidian Sync — ÑÐµÑ€Ð²Ð¸Ñ Ð´Ð»Ñ Ñинхронизации хранилищ Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ Ñквозного ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸ верÑионноÑти.", "label-account-required": "Войдите или Ñоздайте аккаунт, чтобы начать пользоватьÑÑ Ñинхронизацией.", + "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": "ЗарегиÑтрироватьÑÑ", "button-log-in": "Войти", "label-manage-excluded-folders": "ÐаÑтройки иÑключений", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Ðто приведет к удалению Ñтого хранилища из ÑпиÑка хранилищ, к которым у Ð²Ð°Ñ ÐµÑÑ‚ÑŒ общий доÑтуп. Ðто дейÑтвие не может быть отменено.", "label-leave-vault-confirmation-details-2": "ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ хранилища, еÑли вы хотите Ñнова получить доÑтуп к Ñтому хранилищу.", "button-leave": "Покинуть", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "У Ð²Ð°Ñ Ð´Ð¾Ð»Ð¶Ð½Ð° быть подпиÑка Obsidian Sync Ð´Ð»Ñ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº Ñтому хранилищу.", "option-contact-support": "СвÑзатьÑÑ Ñо Ñлужбой поддержки", "option-contact-support-desc": "ЕÑли у Ð²Ð°Ñ Ð²Ð¾Ð·Ð½Ð¸ÐºÐ½ÑƒÑ‚ какие-либо проблемы Ñ Obsidian Sync, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð½Ð°Ð¼Ð¸, чтобы мы могли вам помочь! Ð’Ñ‹ можете ÑвÑзатьÑÑ Ñ Ð½Ð°Ð¼Ð¸ по адреÑу support@obsidian.md.", "button-copy-debug": "Копировать отладочную информацию", "button-email-support": "Отправить Ñообщение", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync позволÑет Ñоздавать до 5 удалённых хранилищ. Чтобы Ñоздать новое хранилище, удалите одно из ÑущеÑтвующих." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Введите тип выноÑного блока..." }, "nouns": { + "count": "{{count}}", "word-with-count": "Слов: {{count}}", "word-with-count_plural": "Слов: {{count}}", "character-with-count": "Символов: {{count}}", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} папки", "backlink-with-count": "Обратных ÑÑылок: {{count}}", "backlink-with-count_plural": "Обратных ÑÑылок: {{count}}", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "СвойÑтв: {{count}}", "properties-with-count_plural": "СвойÑтв: {{count}}", "site-with-count": "Ñайтов: {{count}}", diff --git a/se.json b/se.json index b81fa7607079fccda4fc987fa2ef49eeaacf292d..1c7f9472805ba90e761c820d547d336d8458fa07 100644 --- a/se.json +++ b/se.json @@ -175,7 +175,7 @@ "label-default-theme": "Standard", "tooltip-click-to-enlarge": "Klicka för att förstora", "button-update": "Uppdatera", - "label-currently-selected": "Vald", + "label-currently-active": "Active", "option-frame-style": "Fönsterramens stil", "option-frame-description": "Bestämmer stilen av titel-baren för Obsidian-fönstrer. Kräver omstart för att tillämpas.", "option-frame-hidden": "Dold (standard)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Genom att klicka pÃ¥ ribbon-elementet i navigationsmenyn kommer det aktiveras. Klicka och hÃ¥ll in kommer fortfarande visa menyn.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Konfigurera", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Övriga ribbon-element", "label-modal-configuration": "Ribbon-konfiguration", "label-modal-configuration-desc": "Välj vilka element du vill ska vara aktiva i ribbon-menyn. Klicka och dra för att ändra ordningen.", @@ -277,7 +279,6 @@ "option-your-account": "Ditt konto", "option-your-account-desc": "Du är inloggad som {{name}} ({{email}}).", "option-your-account-desc-no-login": "Du är inte inloggad just nu. Ett konto behövs endast för Obsidian Sync, Obsidian Publish och Catalyst insider builds.", - "button-manage-settings": "Hantera inställningar", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Ditt email...", "label-password": "Lösenord", "placeholder-password": "Ditt lösenord...", + "label-forgot-password": "Forgot password?", "button-login": "Logga in", "message-empty-email": "Email kan inte vara tomt.", "message-invalid-email": "Email är ogiltigt.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} ord", "word-with-count_plural": "{{count}} ord", "character-with-count": "{{count}} tecken", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} mappar", "backlink-with-count": "{{count}} bakÃ¥tlänk", "backlink-with-count_plural": "{{count}} bakÃ¥tlänkar", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} egenskap", "properties-with-count_plural": "{{count}} egenskaper", "site-with-count": "{{count}} sida", diff --git a/si.json b/si.json index 9d886a7b1a66c9a1386334717ad92eb6e9e16dcf..c550dead0788c7c63387b8392d1ea01d7135937d 100644 --- a/si.json +++ b/si.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/sk.json b/sk.json index ce3a4ad667c10fad08b2a7d110c80da3a7bc1dbf..b7a957813703dc2c22b49b0a728969056569827c 100644 --- a/sk.json +++ b/sk.json @@ -9,7 +9,6 @@ "msg-restart-required": "Na prejavenie tejto zmeny je nutný reÅ¡tart.", "editor": { "name": "Editor", - "section-general": "VÅ¡eobecné", "section-behavior": "Správanie", "section-display": "Zobrazenie", "option-spellcheck": "Kontrola pravopisu", @@ -67,8 +66,6 @@ "option-vim-key-bindings": "Klávesové skratky Vim", "option-vim-key-bindings-description": "Umožňuje použÃvaÅ¥ klávesové skratky Vim v editori zdrojového kódu.", "option-vim-key-bindings-mobile": "Na mobilných zariadeniach je táto možnosÅ¥ Å¡pecifická pre jednotlivé zariadenia a nie je synchronizovaná cez konfiguraÄný súbor.", - "option-emacsy-keys": "StarÅ¡ie klávesové skratky Emacs pre macOS", - "option-emacsy-keys-description": "Umožňuje použÃvaÅ¥ ÄalÅ¡ie navigaÄné klávesy Emacs, ktoré sú Å¡tandardom v operaÄnom systéme macOS, ale môžu naruÅ¡iÅ¥ niektoré klávesové operácie.", "label-confirm-enable-vim": "PotvrÄte zapnutie režimu Vim", "label-vim-warning": "Režim Vim je urÄený pre efektÃvne upravovanie textu, ale môže byÅ¥ veľmi zložitý. Ak nie ste s Vim oboznámenÃ, táto možnosÅ¥ môže vyzeraÅ¥, že Obsidian prestal pracovaÅ¥.", "label-vim-test": "Na overenie, že ovládate Vim, zadajte nižšie prÃkaz na ukonÄenie Vim bez uloženia:", @@ -77,16 +74,7 @@ "button-confirm-enable-vim": "PovoliÅ¥ režim Vim", "msg-vim-mode-enabled": "PrÃkaz je správny. Režim Vim je teraz povolený.", "msg-vim-mode-not-enabled": "PrÃkaz je nesprávny. Režim Vim zostáva zakázaný pre vaÅ¡u ochranu.", - "msg-vim-mode-please-enter-command": "Zadajte prosÃm prÃkaz na povolenie režimu Vim", - "option-legacy-editor": "PoužiÅ¥ starÅ¡Ã editor", - "option-legacy-editor-description2": "StarÅ¡Ã editor bude Äoskoro odstránený. Momentálne sa na ňom už nepracuje a problémy s nÃm sa nebudú rieÅ¡iÅ¥.", - "label-legacy-deprecation": "Nový editor je tu", - "label-legacy-deprecation-1": "Obsidian teraz má úplne nový editor, ktorý je robustnejÅ¡Ã a prÃstupnejÅ¡Ã.", - "label-legacy-deprecation-2": "Zdá sa, že stále použÃvate starÅ¡Ã editor a myslÃme si, že nový editor sa vám bude páÄiÅ¥.", - "label-legacy-deprecation-choice": "Ktorý režim chcete použiÅ¥?", - "label-live-preview-description": "Moderné zobrazenie WYSIWYG (Äo vidÃte, to dostanete).", - "label-source-mode-description": "Zobrazenie raw Markdown s vyznaÄenÃm syntaxe.", - "button-start-new-editor": "SpustiÅ¥ nový editor" + "msg-vim-mode-please-enter-command": "Zadajte prosÃm prÃkaz na povolenie režimu Vim" }, "file": { "name": "Súbory a spoje", @@ -99,7 +87,7 @@ "option-choice-permanent-delete": "Permanente vymazaÅ¥", "option-always-update-links": "Vždy aktualizuj interné spoje", "option-always-update-links-description": "Automaticky aktualizovaÅ¥ spoje po premenovanà súboru alebo oznam.", - "option-new-note-location": "Nová poznámka predvolené umiestnenie", + "option-new-note-location": "Nová poznámka predvolené umiestnenie", "option-new-note-location-description": "Kde ukladaÅ¥ novo vytvorené Poznámky. Nastavenia pluginov toto prepÃÅ¡u.", "option-choice-vault-root": "Zdroj trezoru", "option-choice-current-folder": "Ten istý prieÄinok v akom je súbor", @@ -142,6 +130,7 @@ "system-theme": "Adaptuj sa na systém", "option-font": "Font", "option-advanced": "PokroÄÃlé", + "option-interface": "Interface", "option-interface-font": "Font použÃvateľského rozhrania", "option-interface-font-description": "Nastav základný font pre vÅ¡etko v Obsidiane.", "option-zoom-level": "Veľkost priblÞenia", @@ -186,7 +175,7 @@ "label-default-theme": "Základná", "tooltip-click-to-enlarge": "Klikni na zväÄÅ¡enie", "button-update": "AktualizovaÅ¥", - "label-currently-selected": "Vybrané", + "label-currently-active": "Active", "option-frame-style": "Å týl okna", "option-frame-description": "UrÄuje Å¡týlovanie nadpisov okien Obsidianu. Potrebný úplný reÅ¡tart pre aplikovanie zmien.", "option-frame-hidden": "Skryté (základ)", @@ -199,7 +188,10 @@ "option-configure-ribbon-desc": "Nastavuje, ktoré prÃkazy sa majú zobrazovaÅ¥ v páskovom menu v navigaÄnom bare.", "option-mobile-quick-ribbon-item": "Rýchly prÃstup ku položke páskového menu", "option-mobile-quick-ribbon-item-desc": "KlikanÃm na položku páskového menu v navigaÄnom menu aktivuje danú položku tejto páskovej položky. Klikni a drž bude stále zobrazovaÅ¥ menu.", + "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "KonfigurovaÅ¥", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Iné páskové položky", "label-modal-configuration": "Pásková konfigurácia", "label-modal-configuration-desc": "Vyber položky, ktoré chceÅ¡, aby boli aktÃvne v páske. Pretiahni a pusÅ¥ pre zmenu poradia.", @@ -287,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -302,6 +293,7 @@ "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.", @@ -411,6 +403,7 @@ "option-configure-quick-action-description": "Configure which command to trigger when pull down from the top. The current command is set to \"{{command}}\".", "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", @@ -448,10 +441,10 @@ "search": { "placeholder-find": "NájsÅ¥", "placeholder-replace": "NahradiÅ¥", - "label-previous": "Predchádzajúci", - "label-next": "Nasledujúci", - "label-all": "VÅ¡etky", "label-exit-search": "OpustiÅ¥ vyhľadávanie", + "label-next": "Nasledujúci", + "label-previous": "Predchádzajúci", + "label-find-all": "Find all", "label-replace": "NahradiÅ¥", "label-replace-all": "NahradiÅ¥ vÅ¡etky" }, @@ -462,14 +455,20 @@ "label-link-block": "na prepojenie bloku", "label-type-pipe": "Zadajte |", "label-change-display-text": "pre zmenu zobrazovaného textu", - "label-no-match-found": "NenaÅ¡la sa žiadna zhoda" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "NenaÅ¡la sa žiadna zhoda", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Žiadne návrhy...", "add-to-dictionary": "PridaÅ¥ do slovnÃka" }, "menu": { - "edit-link": "UpraviÅ¥ odkaz" + "edit-link": "UpraviÅ¥ odkaz", + "edit-tag": "Edit tag", + "label-edit-block": "Edit this block" }, "heading-suggestion": { "label-no-heading": "Žiadny nadpis", @@ -507,9 +506,13 @@ "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-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", @@ -518,6 +521,7 @@ "msg-upgrade-installer": "To use this feature, please re-install with latest installer available from our website.", "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", "url": "Url", @@ -535,7 +539,34 @@ "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", @@ -548,12 +579,17 @@ "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", @@ -612,6 +648,7 @@ "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.", @@ -631,6 +668,7 @@ "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.", @@ -647,6 +685,10 @@ "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", @@ -679,6 +721,7 @@ }, "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}}", @@ -722,6 +765,7 @@ "search-current-file": "HľadaÅ¥ v aktuálnom súbore", "search-replace-current-file": "HľadaÅ¥ a nahradiÅ¥ v aktuálnom súbore", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "OtvoriÅ¥ nastavenia", @@ -730,14 +774,18 @@ "toggle-source-mode": "Prepnúť režim náhľadu/zdroja", "delete-current-file": "VymazaÅ¥ aktuálny súbor", "new-tab": "Nová karta", + "show-trash": "Show trash", "close-all-tabs": "ZatvoriÅ¥ vÅ¡etky kary", "close-active-tab": "ZatvoriÅ¥ aktuálnu kartu", "close-others-in-tab-group": "Close others in tab group", "close-other-tabs": "ZatvoriÅ¥ vÅ¡etky ostatné kary", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Prepnúť ľavý boÄný panel", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Prepnúť pravý boÄný panel", "toggle-default-new-tab-mode": "Prepnúť predvolený režim pre nové karty", + "add-cursor-above": "Add cursor above", + "add-cursor-below": "Add cursor below", "focus-editor": "SústrediÅ¥ na editor", "toggle-fold-properties": "Toggle fold properties in current file", "toggle-fold": "Prepnúť zvinutie na aktuálnom riadku", @@ -753,6 +801,7 @@ "toggle-italics": "KurzÃva", "toggle-highlight": "Zvýraznenie", "toggle-comments": "Komentár", + "clear-formatting": "Clear formatting", "insert-link": "VložiÅ¥ odkaz", "toggle-spellcheck": "Prepnúť kontrolu pravopisu", "delete-paragraph": "VymazaÅ¥ odstavec", @@ -761,6 +810,8 @@ "insert-callout": "VložiÅ¥ popis", "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": "UpraviÅ¥ názov súboru", "copy-path": "SkopÃrovaÅ¥ cestu k súvoru", "copy-url": "SkopÃrovaÅ¥ obsidian url", @@ -817,6 +868,8 @@ "label-rename-file-generic": "File name", "label-new-name": "Nový názov", "msg-rename-success": "Súbor bol úspeÅ¡ne premenovaný.", + "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": "PremenovaÅ¥ nadpis", "label-rename-blockid": "PremenovaÅ¥ ID bloku" }, @@ -840,6 +893,7 @@ "insert-attachment": "Insert Attachment...", "insert-codeblock": "Code Block", "insert-math-block": "Math Block", + "insert-table": "Table", "toggle-bullet-list": "Zoznam odrážok", "toggle-numbered-list": "ÄŒÃslovaný zoznam", "toggle-checklist": "Zoznam úloh", @@ -864,6 +918,7 @@ "navigate-forward": "NavigovaÅ¥ vpred", "toggle-left-sidebar": "Prepnúť ľavý boÄný panel", "toggle-right-sidebar": "Prepnúť pravý boÄný panel", + "toggle-ribbon": "Ribbon", "split-right": "RozdeliÅ¥ vpravo", "split-down": "RozdeliÅ¥ dole", "release-notes": "Poznámky vydania" @@ -876,6 +931,7 @@ "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", @@ -904,7 +960,6 @@ "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-set-attachment-folder": "Set as attachment folder", "menu-opt-rename": "Rename", "menu-opt-delete": "Delete", "menu-opt-make-copy": "Make a copy", @@ -936,6 +991,11 @@ "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: ", @@ -984,7 +1044,8 @@ "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-for": "Search for \"{{keyword}}\"", + "menu-opt-search-in-folder": "Search in folder" }, "quick-switcher": { "name": "Quick switcher", @@ -1113,17 +1174,23 @@ "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-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-source-editor": "Editor", "label-source-preview": "Preview", @@ -1148,6 +1215,8 @@ "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", @@ -1163,6 +1232,7 @@ "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" @@ -1343,6 +1413,7 @@ "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..." }, @@ -1365,6 +1436,7 @@ "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.", @@ -1545,13 +1617,15 @@ "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" + "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", @@ -1561,12 +1635,16 @@ "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", @@ -1574,9 +1652,14 @@ "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": "This file was renamed from \"{{filepath}}\"", - "label-no-earlier-version": "There was no earlier versions of this file.", + "label-revision": "{{count}} revision", + "label-revision_plural": "{{count}} 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", @@ -1588,6 +1671,8 @@ "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-use-custom-encryption-password": "Customize end-to-end encryption password", "option-use-custom-encryption-password-desc": "If you turn this off, we will securely manage an encryption key for you.", @@ -1596,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1612,13 +1697,21 @@ "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", - "options-only-show-errors": "Errors only", - "options-only-show-errors-desc": "Only show errors and hide other log items.", + "option-event-type": "Event type", + "option-event-type-desc": "Only show log items of the selected type.", + "option-event-type-all": "All", + "option-event-type-errors": "Errors", + "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", @@ -1648,11 +1741,16 @@ "msg-restoring": "Restoring...", "msg-restoring-complete": "Restore complete: {{succeeded}} succeeded and {{failed}} failed.", "option-vault-size": "Vault size", + "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-over-size-desc": "Your vault is at {{size}} out of {{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", @@ -1693,6 +1791,14 @@ "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", @@ -1715,11 +1821,13 @@ "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." }, "file-recovery": { @@ -1957,15 +2065,59 @@ "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": "No value", "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" + }, + "option-other": "Other...", + "option-other-placeholder": "Callout type..." + }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} slovo", "word-with-count_plural": "{{count}} slov(á)", "character-with-count": "{{count}} znak", @@ -1978,6 +2130,8 @@ "folder-with-count_plural": "{{count}} prieÄinky(ov)", "backlink-with-count": "{{count}} spätný odkaz", "backlink-with-count_plural": "{{count}} spätné(ých) odkazy(ov)", + "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}} stránka", diff --git a/sl.json b/sl.json index 9d886a7b1a66c9a1386334717ad92eb6e9e16dcf..c550dead0788c7c63387b8392d1ea01d7135937d 100644 --- a/sl.json +++ b/sl.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/sq.json b/sq.json index b15a7cb775046c0b719a5a3b6ad912bf80afa3c7..65ce82b6f7bf448fa80a005cbef8e93111407f83 100644 --- a/sq.json +++ b/sq.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "i brendshëm", "label-supporter": "mbështetës", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Email-i juaj...", "label-password": "Fjalëkalimi", "placeholder-password": "Fjalëkalimi juaj...", + "label-forgot-password": "Forgot password?", "button-login": "Hyr", "message-empty-email": "Email-i nuk mund të jetë bosh.", "message-invalid-email": "Email-i nuk është i vlefshëm.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Para", - "label-next": "Pas", - "label-all": "Të gjitha", "label-exit-search": "Dil nga kërkimi", + "label-next": "Pas", + "label-previous": "Para", + "label-find-all": "Find all", "label-replace": "Zëvendëso", "label-replace-all": "Zëvendëso të gjitha" }, @@ -453,7 +455,11 @@ "label-link-block": "për të lidhur një bllok", "label-type-pipe": "Shtyp |", "label-change-display-text": "për të ndryshuar pamjen e tekstit", - "label-no-match-found": "Nuk ka rezultate" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Nuk ka rezultate", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Nuk ka sugjerime...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Shpalos", "sidebar-collapse": "Palos", "msg-fail-to-save-file": "Ruajtja e dokumentit me shënime \"{{filepath}}\" dështoi. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Nuk ka dokumenta shënimesh", "msg-file-changed": "\"{{file}}\" është modifikuar jashtë këtij programi, ndryshimet bashkohen automatikisht.", "switch-vault": "Hap një kasafortë tjetër", + "manage-vaults": "Manage vaults...", "help": "Ndihmë", "settings": "Konfigurime", "drag-to-rearrange": "Tërhiq për të riorganizuar", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Përpuno (Ctrl/Cmd+Click për të përpunuar në një panel të ri)", "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", @@ -653,6 +668,7 @@ "button-create-vault": "Krijo", "button-back": "Mbrapsht", "msg-empty-vault-name": "Emri i kasafortës nuk mund të jetë bosh.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Ju lutemi, zgjidhni një dosje të vlefshme.", "msg-failed-to-create-vault": "Krijimi i kasafortës dështoi.", "msg-failed-to-create-vault-at-location": "Kasaforta nuk mund të krijohej në vendodhjen e dhënë. Ju lutemi, kontrolloni përsëri vendndodhjen dhe të drejtat e aksesimit të saj.", @@ -749,6 +765,7 @@ "search-current-file": "Kërko në dokumentin aktiv", "search-replace-current-file": "Kërko & zëvendëso në dokumentin aktiv", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Hap konfigurimet", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "Hap/mbyll panelin në të majtë", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Hap/mbyll panelin në të djathtë", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "action-open": "Hap eksploruesin e dokumenteve", "action-show": "Shfaq eksploruesin e dokumenteve", "action-create-note": "Krijo një dokument të ri", + "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", @@ -1416,6 +1436,7 @@ "name": "Publiko", "desc": "Publiko shënimet nëpërmjet Obsidian Publish.", "action-publish-changes": "Publiko ndryshimet...", + "action-publish-file": "Publish current file", "label-no-internet-access": "Duhet të keni lidhje me internetin për të publikuar ndryshimet.", "label-publish-service-description": "Obsidian Publish është një shërbim i paguar shtojcë që ju lejon të publikoni direkt nga Obsidian shënimet tuaja.", "label-please-login": "Për të nisur publikimin, ju lutemi të kyçeni ose të krijoni një llogari Obsidian.", @@ -1604,6 +1625,7 @@ "desc": "Ruaj dhe ngarko paraqitjen e hapësirës së punës.", "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": "Ruaj", @@ -1613,12 +1635,16 @@ "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": "Sinkronizime", "desc": "Sinkronizo dokumentet tuaj nëpërmjet Obsidian Sync.", "action-view-version-history": "Shikoni historikun e versioneve", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Shfaqni më shumë", "label-show-diff": "Show diff", "label-copy-to-clipboard": "Kopjo në memorien e fragmenteve (Clipboard)", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Nuk ka version më të hershëm të ketij dokumenti.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Bosh", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Setting files", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Ky fjalëkalim nuk mund të ndryshohet më vonë.", "option-encryption-password-desc-warning": "Nëse e harroni këtë fjalëkalim, cdo material i largët do jetë i papërdorshëm përgjithmone.", "option-encryption-password-desc-2": "Kjo nuk ndikon në materialet tuaja lokale.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Fjalëkalimi juaj", - "label-enter-encryption-password": "Shkruani fjalëkalimin e enkriptimit", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Çkyç kasafortën", - "msg-verified-password": "Fjalëkalimi juaj u verifikua me sukses.", "label-remote-vaults": "Kasafortat e largëta", "label-vault-created-time": "Krijuar më {{time}}", "tooltip-delete-remote-vault": "Fshi", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Të gjitha të dhënat në serverat tanë, përfshirë historikun e versioneve, do fshihen. Materialet tuaja lokale nuk do ndikohen.", "label-confirm-delete-remote-vault-warning": "Ky veprim është i përhershëm dhe i pakthyeshëm.", "msg-remote-vault-deleted": "{{name}} është fshirë.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Lidhu", "button-disconnect-from-remote-vault": "Shkëputu", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Ju nuk keni kasaforta të largëta (remote).", "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": "Krijo një kasafortë të re", "label-sync-log": "Proçesverbali i sinkronizimit", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Përmasa e kasafortës mbi limit", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Shfaq dokumentet më të mëdha", "msg-largest-files-desc": "Këto janë ato dokumenta të largëta që zënë më shumë vend. Pasi të fshini disa materiale të bashkangjitura, përdorni butonin e spastrimit për të liruar hapësire në kasafortën e largët.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Spastro", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Spastron në mënyrë të përhershme materialet e bashkangjitura në kasafortën e largët.", "msg-purge-complete": "Spastrimi u krye.", "option-prevent-sleep": "Prevent device sleep", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Sinkronizo shtojcat e instaluara të komunitetit (dokumenta .js, .css, dhe manifest.json) dhe konfigurimet e tyre.", "label-sync-introduction": "Obsidian Sync është shërbimi shtojcë i sinkronizimit në Obsidian me enkriptim fund-më-fund dhe historik versionesh.", "label-account-required": "Për të nisur sinkronizimin, ju lutemi të kyçeni ose të krijoni një llogari Obsidian.", + "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": "Regjistrohu", "button-log-in": "Kyçu", "label-manage-excluded-folders": "Menaxho dosjet e anashkaluara", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} fjalë", "word-with-count_plural": "{{count}} fjalë", "character-with-count": "{{count}} karaktere", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} dosje", "backlink-with-count": "{{count}} lidhje kthyese", "backlink-with-count_plural": "{{count}} lidhje kthyese", + "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}} `website`", diff --git a/sr.json b/sr.json index 679cbe66608715d066403adb39a7208a3fe49a5b..d36d7facb9fc96e3687427a18493e0361c2d2f54 100644 --- a/sr.json +++ b/sr.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "option-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.", - "button-manage-settings": "Управљај подешавањима", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Твој емаил...", "label-password": "Лозинка", "placeholder-password": "Твоја лозинка...", + "label-forgot-password": "Forgot password?", "button-login": "Пријави Ñе", "message-empty-email": "Емаил не може да буде празан.", "message-invalid-email": "Емаил није валидан.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} theme", "theme-with-count_plural": "{{count}} themes" } -} +} \ No newline at end of file diff --git a/sw.json b/sw.json index c0538ae26fd34cf7198daf5010323046faca4e01..0406b91bd3db814f86b5d224ac1ed539eb7ff674 100644 --- a/sw.json +++ b/sw.json @@ -185,7 +185,7 @@ "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 that navigation bar.", + "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", diff --git a/ta.json b/ta.json index 0834ace190334f121a6c5239283bb171bcd44d79..a6ca6e8927a1612a80913763dee6bf2b9a5573b9 100644 --- a/ta.json +++ b/ta.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/te.json b/te.json index b68165c10dd73a8b1f8e1b006014cf911a06ba90..8b559bbfdc0371cf43026b6bf7a384efc4765879 100644 --- a/te.json +++ b/te.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There were no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/th.json b/th.json index 8776b05dc64d5ac3d14edc850f69dc3cbf44869a..c0f424f8939785b6e41d50133cd8c45a74c7a90f 100644 --- a/th.json +++ b/th.json @@ -175,7 +175,7 @@ "label-default-theme": "ธีมเริ่มต้น", "tooltip-click-to-enlarge": "คลิà¸à¹€à¸žà¸·à¹ˆà¸à¸‚ยาย", "button-update": "à¸à¸±à¸žà¹€à¸”ต", - "label-currently-selected": "ถูà¸à¹ƒà¸Šà¹‰à¸‡à¸²à¸™", + "label-currently-active": "Active", "option-frame-style": "Window frame style", "option-frame-description": "ปรับà¹à¸•à¹ˆà¸‡à¸ªà¹„ตล์ขà¸à¸‡à¹à¸–บ title สำหรับหน้าต่างขà¸à¸‡ Obsidian (จำเป็นต้à¸à¸‡à¸—ำà¸à¸²à¸£à¸£à¸µà¸ªà¸•à¸²à¸£à¹Œà¸—à¹à¸à¸›)", "option-frame-hidden": "เฟรมà¹à¸šà¸šà¸‹à¹ˆà¸à¸™ (ค่าเริ่มต้น)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "option-your-account": "บัà¸à¸Šà¸µà¸‚à¸à¸‡à¸„ุณ", "option-your-account-desc": "ขณะนี้คุณเข้าระบบในชื่ภ{{name}} ({{email}}).", "option-your-account-desc-no-login": "คุณยังไม่ได้เข้าระบบในขณะนี้ บัà¸à¸Šà¸µà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸™à¸±à¹‰à¸™à¸ˆà¸³à¹€à¸›à¹‡à¸™à¸ªà¸³à¸«à¸£à¸±à¸šà¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™ Obsidian Sync, Obsidian Publish, à¹à¸¥à¸° Catalyst insider builds.", - "button-manage-settings": "จัดà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่า", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "à¸à¸µà¹€à¸¡à¸¥à¸‚à¸à¸‡à¸„ุณ...", "label-password": "รหัสผ่าน", "placeholder-password": "รหัสผ่านขà¸à¸‡à¸„ุณ...", + "label-forgot-password": "Forgot password?", "button-login": "ล็à¸à¸à¸à¸´à¸™", "message-empty-email": "Email cannot be empty.", "message-invalid-email": "à¸à¸£à¸¸à¸“าà¸à¸£à¸à¸à¸à¸µà¹€à¸¡à¸¥", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "ค้นหา", "placeholder-replace": "à¹à¸—นที่", - "label-previous": "à¸à¹ˆà¸à¸™à¸«à¸™à¹‰à¸²", - "label-next": "ถัดไป", - "label-all": "ทั้งหมด", "label-exit-search": "ยà¸à¹€à¸¥à¸´à¸à¸à¸²à¸£à¸„้นหา", + "label-next": "ถัดไป", + "label-previous": "à¸à¹ˆà¸à¸™à¸«à¸™à¹‰à¸²", + "label-find-all": "Find all", "label-replace": "à¹à¸—นที่", "label-replace-all": "à¹à¸—นที่ทั้งหมด" }, @@ -453,7 +455,11 @@ "label-link-block": "เพื่à¸à¸¥à¸´à¸‡à¸„์à¸à¸±à¸šà¸šà¸¥à¹‡à¸à¸„ข้à¸à¸„วาม", "label-type-pipe": "พิมพ์ |", "label-change-display-text": "เพื่à¸à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¸‚้à¸à¸„วามที่ใช้à¹à¸ªà¸”งผล", - "label-no-match-found": "ไม่พบลิงค์" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "ไม่พบลิงค์", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "ไม่มีคำà¹à¸™à¸°à¸™à¸³à¸à¸²à¸£à¸ªà¸°à¸à¸”คำ...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "à¹à¸à¹‰à¹„ขลิงค์", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "ขยาย", "sidebar-collapse": "ยุบ", "msg-fail-to-save-file": "ไม่สามารถเซฟไฟล์ \"{{filepath}}\" ได้ {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "ไม่มีไฟล์ดังà¸à¸¥à¹ˆà¸²à¸§", "msg-file-changed": "ไฟล์ \"{{file}}\" ถูà¸à¹à¸à¹‰à¹„ขด้วยโปรà¹à¸à¸£à¸¡à¸ ายนà¸à¸à¹à¸¥à¸°à¸ˆà¸°à¸–ูà¸à¸£à¸§à¸¡à¸‚้à¸à¸¡à¸¹à¸¥à¹‚ดยà¸à¸±à¸•à¹‚นมัติ", "switch-vault": "เปิดห้à¸à¸‡à¸™à¸´à¸£à¸ ัยà¸à¸·à¹ˆà¸™", + "manage-vaults": "Manage vaults...", "help": "ความช่วยเหลืà¸", "settings": "à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่า", "drag-to-rearrange": "ลาà¸à¹€à¸žà¸·à¹ˆà¸à¸ªà¸¥à¸±à¸šà¸—ี่", @@ -528,6 +539,7 @@ "button-add": "เพิ่ม", "button-manage": "จัดà¸à¸²à¸£", "label-new-tab": "à¹à¸—็บใหม่", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "This tab is currently busy, please try again later", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "à¹à¸à¹‰à¹„ข (Ctrl/Cmd+Click เพื่à¸à¹à¸à¹‰à¹„ขในหน้าต่างใหม่)", "read-view": "มุมมà¸à¸‡à¸›à¸±à¸ˆà¸ˆà¸¸à¸šà¸±à¸™: โหมดà¸à¹ˆà¸²à¸™", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "คลิà¸à¹€à¸žà¸·à¹ˆà¸à¹à¸à¹‰à¹„ข", "switch-to-read-view": "คลิà¸à¹€à¸žà¸·à¹ˆà¸à¸à¹ˆà¸²à¸™", "mod-click-open-new-tab": "{{key}}+คลิ๊à¸à¹€à¸žà¸·à¹ˆà¸à¹€à¸›à¸´à¸”ในà¹à¸—็บใหม่", @@ -653,6 +668,7 @@ "button-create-vault": "สร้าง", "button-back": "ย้à¸à¸™à¸à¸¥à¸±à¸š", "msg-empty-vault-name": "à¸à¸£à¸¸à¸“าà¸à¸£à¸à¸à¸Šà¸·à¹ˆà¸à¸«à¹‰à¸à¸‡à¸™à¸´à¸£à¸ ัย", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "à¸à¸£à¸¸à¸“าเลืà¸à¸à¹‚ฟลเดà¸à¸£à¹Œà¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", "msg-failed-to-create-vault": "ไม่สามารถสร้างห้à¸à¸‡à¸™à¸´à¸£à¸ ัยได้", "msg-failed-to-create-vault-at-location": "ไม่สามารถสร้างห้à¸à¸‡à¸™à¸´à¸£à¸ ัยที่โฟลเดà¸à¸£à¹Œà¸—ี่à¸à¸³à¸«à¸™à¸”ได้ à¸à¸£à¸¸à¸“าตรวจสà¸à¸šà¸•à¸³à¹à¸«à¸™à¹ˆà¸‡à¹à¸¥à¸°à¸ªà¸´à¸—ธิà¸à¸²à¸£à¹€à¸‚้าถึง", @@ -749,6 +765,7 @@ "search-current-file": "ค้นหาในไฟล์ปัจจุบัน", "search-replace-current-file": "ค้นหาà¹à¸¥à¸°à¹à¸—นที่ในไฟล์ปัจจุบัน", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "เปิดหน้าต่างà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่า", @@ -764,6 +781,7 @@ "close-other-tabs": "Close all other tabs", "close-tab-group": "Close this tab group", "toggle-left-sidebar": "เปิดปิดไซด์บาร์ด้านซ้าย", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "เปิดปิดไซด์บาร์ด้านขวา", "toggle-default-new-tab-mode": "Toggle default mode for new tabs", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "action-open": "เปิด file explorer", "action-show": "à¹à¸ªà¸”ง file explorer", "action-create-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", @@ -1416,6 +1436,7 @@ "name": "เผยà¹à¸žà¸£à¹ˆ", "desc": "เผยà¹à¸žà¸£à¹ˆà¹‚น้ตขà¸à¸‡à¸„ุณผ่าน Obsidian Publish.", "action-publish-changes": "เผยà¹à¸žà¸£à¹ˆà¹‚น้ตล่าสุด...", + "action-publish-file": "Publish current file", "label-no-internet-access": "ต้à¸à¸‡à¸à¸²à¸£à¸à¸²à¸£à¹€à¸Šà¸·à¹ˆà¸à¸¡à¸•à¹ˆà¸à¸à¸´à¸™à¹€à¸—à¸à¸£à¹Œà¹€à¸™à¹‡à¸•à¹€à¸žà¸·à¹ˆà¸à¹€à¸œà¸¢à¹à¸žà¸£à¹ˆà¹‚น้ตล่าสุด", "label-publish-service-description": "Obsidian Publish คืà¸à¸šà¸£à¸´à¸à¸²à¸£à¹€à¸ªà¸£à¸´à¸¡à¹à¸šà¸šà¹€à¸ªà¸µà¸¢à¹€à¸‡à¸´à¸™à¸—ี่ช่วยให้คุณเผยà¹à¸žà¸£à¹ˆà¹‚น้ตà¹à¸šà¸šà¸à¸à¸™à¹„ลน์ได้โดยตรงจาภObsidian", "label-please-login": "หาà¸à¸•à¹‰à¸à¸‡à¸à¸²à¸£à¹€à¸œà¸¢à¹à¸žà¸£à¹ˆà¹‚น้ต à¸à¸£à¸¸à¸“าล็à¸à¸à¸à¸´à¸™à¸«à¸£à¸·à¸à¸ªà¸£à¹‰à¸²à¸‡à¸šà¸±à¸à¸Šà¸µà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¹ƒà¸«à¸¡à¹ˆà¸à¸±à¸š Obsidian", @@ -1604,6 +1625,7 @@ "desc": "เซฟ/โหลดพื้นที่ทำงาน", "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": "เซฟ", @@ -1613,12 +1635,16 @@ "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": "ซิงค์", "desc": "ซิงค์ไฟล์ผ่าน Obsidian Sync.", "action-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": "โหลดเพิ่มเติม", "label-show-diff": "Show diff", "label-copy-to-clipboard": "คัดลà¸à¸à¸¥à¸‡à¸„ลิปบà¸à¸£à¹Œà¸”", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "ไม่พบรุ่นà¸à¹ˆà¸à¸™à¸«à¸™à¹‰à¸²à¸ªà¸³à¸«à¸£à¸±à¸šà¹„ฟล์นี้", + "label-no-history": "No sync history for this file.", "label-empty-file": "ไม่มีข้à¸à¸¡à¸¹à¸¥", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "ไฟล์à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่า", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "รหัสผ่านนี้ไม่สามารถเปลี่ยนà¹à¸›à¸¥à¸‡à¹„ด้ในà¸à¸™à¸²à¸„ต", "option-encryption-password-desc-warning": "หาà¸à¸„ุณลืมรหัสผ่านนี้ คุณจะไม่สามารถใช้งานข้à¸à¸¡à¸¹à¸¥à¹ƒà¸”ๆ บนคลาวด์ได้à¸à¸µà¸à¸•à¸¥à¸à¸”à¸à¸²à¸¥", "option-encryption-password-desc-2": "ข้à¸à¸¡à¸¹à¸¥à¹ƒà¸™à¸„à¸à¸¡à¸žà¸´à¸§à¹€à¸•à¸à¸£à¹Œà¸‚à¸à¸‡à¸„ุณจะไม่ได้รับผลà¸à¸£à¸°à¸—บใดๆ", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "รหัสผ่านขà¸à¸‡à¸„ุณ", - "label-enter-encryption-password": "ป้à¸à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸à¸²à¸£à¹€à¸‚้ารหัส", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "ปลดล็à¸à¸„ห้à¸à¸‡à¸™à¸´à¸£à¸ ัย", - "msg-verified-password": "ตรวจสà¸à¸šà¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸ªà¸³à¹€à¸£à¹‡à¸ˆ", "label-remote-vaults": "ห้à¸à¸‡à¸™à¸´à¸£à¸ ัยบนคลาวด์ขà¸à¸‡à¸„ุณ", "label-vault-created-time": "สร้างเมื่ภ{{time}}", "tooltip-delete-remote-vault": "ลบ", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "ข้à¸à¸¡à¸¹à¸¥à¸—ั้งหมดบนเซิร์ฟเวà¸à¸£à¹Œà¸‚à¸à¸‡à¹€à¸£à¸²à¸‹à¸¶à¹ˆà¸‡à¸£à¸§à¸¡à¸–ึงไฟล์รุ่นà¸à¹ˆà¸à¸™à¸«à¸™à¹‰à¸²à¸—ั้งหมดจะถูà¸à¸¥à¸š ข้à¸à¸¡à¸¹à¸¥à¹ƒà¸™à¸„à¸à¸¡à¸žà¸´à¸§à¹€à¸•à¸à¸£à¹Œà¸‚à¸à¸‡à¸„ุณจะไม่ได้รับผลà¸à¸£à¸°à¸—บใดๆ", "label-confirm-delete-remote-vault-warning": "à¸à¸²à¸£à¸¥à¸šà¹€à¸›à¹‡à¸™à¸à¸²à¸£à¸¥à¸šà¹à¸šà¸šà¸–าวรà¹à¸¥à¸°à¹„ม่สามารถย้à¸à¸™à¸à¸¥à¸±à¸šà¹„ด้", "msg-remote-vault-deleted": "{{name}} ถูà¸à¸¥à¸šà¹à¸¥à¹‰à¸§", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "เชื่à¸à¸¡à¸•à¹ˆà¸", "button-disconnect-from-remote-vault": "หยุดà¸à¸²à¸£à¹€à¸Šà¸·à¹ˆà¸à¸¡à¸•à¹ˆà¸", + "label-sync-status": "Sync: {{status}}", "label-not-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": "สร้างห้à¸à¸‡à¸™à¸´à¸£à¸ ัยบนคลาวด์ใหม่", "label-sync-log": "ซิงค์บันทึà¸à¸à¸²à¸£à¸—ำงานขà¸à¸‡à¹‚ปรà¹à¸à¸£à¸¡", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "ห้à¸à¸‡à¸™à¸´à¸£à¸ ัยใหà¸à¹ˆà¹€à¸à¸´à¸™à¸žà¸·à¹‰à¸™à¸—ี่ที่à¸à¸³à¸«à¸™à¸”", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "ดูไฟล์ที่ใหà¸à¹ˆà¸—ี่สุด", "msg-largest-files-desc": "ไฟล์เหล่านี้คืà¸à¹„ฟล์บนคลาวด์ที่ใช้พื้นที่มาà¸à¸—ี่สุด หลังจาà¸à¸¥à¸šà¹„ฟล์à¹à¸™à¸šà¹à¸¥à¹‰à¸§à¹ƒà¸«à¹‰à¹ƒà¸Šà¹‰à¸›à¸¸à¹ˆà¸¡ purge เพื่à¸à¸„ืนพื้นที่ให้à¸à¸±à¸šà¸«à¹‰à¸à¸‡à¸™à¸´à¸£à¸ ัย", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Purge", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "ลบไฟล์à¹à¸™à¸šà¸ˆà¸²à¸à¸«à¹‰à¸à¸‡à¸™à¸´à¸£à¸ ัยบนคลาวด์à¸à¸¢à¹ˆà¸²à¸‡à¸–าวรเพื่à¸à¸›à¸£à¸°à¸«à¸¢à¸±à¸”à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸žà¸·à¹‰à¸™à¸—ี่", "msg-purge-complete": "à¸à¸²à¸£ Purge เสร็จสิ้น", "option-prevent-sleep": "Prevent device sleep", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "ซิงค์ปลั๊à¸à¸à¸´à¸™à¹‚ดยชุมชนที่ถูà¸à¸•à¸´à¸”ตั้งไว้ (ไฟล์ .js .css à¹à¸¥à¸° manifest.json) รวมถึงà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าต่างๆ", "label-sync-introduction": "Obsidian Sync เป็นบริà¸à¸²à¸£à¹€à¸ªà¸£à¸´à¸¡à¸ˆà¸²à¸ Obsidian ที่ให้บริà¸à¸²à¸£à¸‹à¸´à¸‡à¸„์ไฟล์à¹à¸šà¸šà¹€à¸‚้ารหัส end-to-end à¹à¸¥à¸°à¹€à¸à¹‡à¸šà¸›à¸£à¸°à¸§à¸±à¸•à¸´à¸‚à¸à¸‡à¹„ฟล์", "label-account-required": "เพื่à¸à¹€à¸£à¸´à¹ˆà¸¡à¸à¸²à¸£à¸‹à¸´à¸‡à¸„์ à¸à¸£à¸¸à¸“าล็à¸à¸à¸à¸´à¸™à¸«à¸£à¸·à¸à¸ªà¸£à¹‰à¸²à¸‡à¸šà¸±à¸à¸Šà¸µà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¹ƒà¸«à¸¡à¹ˆà¸à¸±à¸š Obsidian", + "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": "สมัครใช้งาน", "button-log-in": "ล็à¸à¸à¸à¸´à¸™", "label-manage-excluded-folders": "จัดà¸à¸²à¸£à¹‚ฟลเดà¸à¸£à¹Œà¸—ี่ไม่ต้à¸à¸‡à¸à¸²à¸£à¸‹à¸´à¸‡à¸„์", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} คำ", "word-with-count_plural": "{{count}} คำ", "character-with-count": "{{count}} ตัวà¸à¸±à¸à¸©à¸£", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} โฟลเดà¸à¸£à¹Œ", "backlink-with-count": "{{count}} à¹à¸šà¹‡à¸„ลิงค์", "backlink-with-count_plural": "{{count}} à¹à¸šà¹‡à¸„ลิงค์", + "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}} เว็บไซต์", diff --git a/tl.json b/tl.json index 5465118c0fae45669baa46a25dcf1bdf8a968c9d..072b170bd3839810b2070b2720a2820261886e5d 100644 --- a/tl.json +++ b/tl.json @@ -185,7 +185,7 @@ "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 that navigation bar.", + "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", diff --git a/tr.json b/tr.json index 2ed548d5d4453810e2d051d73ec97da6e23d323a..0a20f3a8eab781b9cdca302ba125ecd22dee2278 100644 --- a/tr.json +++ b/tr.json @@ -175,7 +175,7 @@ "label-default-theme": "Varsayılan", "tooltip-click-to-enlarge": "Büyütmek için tıklayın", "button-update": "Güncelle", - "label-currently-selected": "Seçili", + "label-currently-active": "Active", "option-frame-style": "Pencere çerçeve stili", "option-frame-description": "Obsidian pencerelerinin baÅŸlık çubuÄŸunun stilini belirler. Etkili olması için yeniden baÅŸlatma gerektirir.", "option-frame-hidden": "Gizli (varsayılan)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Navigasyon menüsündeki ÅŸerit öğesine dokunulduÄŸunda bu ÅŸerit öğesi etkinleÅŸir. Dokunup basılı tutmak menüyü göstermeye devam edecektir.", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "Yapılandırma", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "DiÄŸer ÅŸeritler", "label-modal-configuration": "Åžerit Yapılandırması", "label-modal-configuration-desc": "Åžeritte hangi öğelerin etkin olmasını istediÄŸinizi seçin. Sırayı deÄŸiÅŸtirmek için sürükleyip bırakın.", @@ -277,7 +279,6 @@ "option-your-account": "Hesabınız", "option-your-account-desc": "Åžu anda {{isim}} ile giriÅŸ yaptınız ({{email}}).", "option-your-account-desc-no-login": "Åžu anda giriÅŸ yapmadınız. Bir hesap yalnızca Obsidian Sync, Obsidian Publish ve Catalyst insider derlemeleri için gereklidir.", - "button-manage-settings": "Ayarları yönet", "label-insider": "Ãœye", "label-supporter": "Destekçi", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Emailiniz...", "label-password": "Åžifre", "placeholder-password": "Åžifreniz...", + "label-forgot-password": "Forgot password?", "button-login": "GiriÅŸ", "message-empty-email": "E-posta boÅŸ olamaz.", "message-invalid-email": "E-posta geçersiz", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Bul", "placeholder-replace": "DeÄŸiÅŸtir", - "label-previous": "Önceki", - "label-next": "Sonraki", - "label-all": "Hepsi", "label-exit-search": "Aramadan çık", + "label-next": "Sonraki", + "label-previous": "Önceki", + "label-find-all": "Find all", "label-replace": "DeÄŸiÅŸtir", "label-replace-all": "Hepsini deÄŸiÅŸtir" }, @@ -453,7 +455,11 @@ "label-link-block": "blokları birbirine baÄŸlamak için", "label-type-pipe": "| karakteri", "label-change-display-text": "Metin görüntüsünü deÄŸiÅŸtirmek için", - "label-no-match-found": "EÅŸleÅŸme bulunamadı" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "EÅŸleÅŸme bulunamadı", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Öneri bulunamadı...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "BaÄŸlantıyı düzenle", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Göster", "sidebar-collapse": "Sakla", "msg-fail-to-save-file": "\"{{filepath}}\" dosyası kaydedilemedi. {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Dosya yok", "msg-file-changed": "\"{{file}}\" baÅŸka bir yerde deÄŸiÅŸtirildi, deÄŸiÅŸiklikler otomatik olarak birleÅŸtiriliyor.", "switch-vault": "BaÅŸka bir kasa aç", + "manage-vaults": "Manage vaults...", "help": "Yardım", "settings": "Ayarlar", "drag-to-rearrange": "Düzenlemek için sürükle", @@ -528,6 +539,7 @@ "button-add": "Ekle", "button-manage": "Yönet", "label-new-tab": "Yeni sekme", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Bu sekme ÅŸu anda meÅŸgul, lütfen daha sonra tekrar deneyin", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "DeÄŸiÅŸtir (Yeni pencerede deÄŸiÅŸtirmek için Ctrl/Cmd+Tık)", "read-view": "Mevcut görünüm: okuma", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Düzenlemek için tıklayın", "switch-to-read-view": "Okumak için tıklayın", "mod-click-open-new-tab": "{{key}}+Yeni sekmede açmak için tıklayın", @@ -653,6 +668,7 @@ "button-create-vault": "OluÅŸtur", "button-back": "Geri", "msg-empty-vault-name": "Kasa adı boÅŸ olamaz", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Geçerli bir klasör seç.", "msg-failed-to-create-vault": "Yeni kasa oluÅŸturulamadı", "msg-failed-to-create-vault-at-location": "Burada yeni bir kasa oluÅŸturamazsın. Ä°zinleri kontrol et.", @@ -749,6 +765,7 @@ "search-current-file": "Geçerli dosyada ara", "search-replace-current-file": "Geçerli dosyada ara ve deÄŸiÅŸtir", "add-property": "Dosya özellikleri ekle", + "add-alias": "Add alias", "edit-property": "Dosya özelliklerini sil", "clear-properties": "Dosya özelliklerini temizle", "open-settings": "Ayarları aç", @@ -764,6 +781,7 @@ "close-other-tabs": "DiÄŸer tüm sekmeleri kapat", "close-tab-group": "Bu sekme grubunu kapatın", "toggle-left-sidebar": "Sol yan pencereyi aç/kapat", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "SaÄŸ yan pencereyi aç/kapat", "toggle-default-new-tab-mode": "Yeni sekmeler için varsayılan modu deÄŸiÅŸtir", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Ä°leri git", "toggle-left-sidebar": "Sol Kenar ÇubuÄŸunu DeÄŸiÅŸtir", "toggle-right-sidebar": "SaÄŸ Kenar ÇubuÄŸunu DeÄŸiÅŸtir", + "toggle-ribbon": "Ribbon", "split-right": "SaÄŸa Böl", "split-down": "AÅŸağı Böl", "release-notes": "Sürüm Notları" @@ -912,6 +931,7 @@ "action-open": "Dosya gezginini aç", "action-show": "Dosya gezgininde göster", "action-create-note": "Yeni not oluÅŸtur", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Geçerli sekmede yeni not oluÅŸturma", "action-create-note-to-the-right": "SaÄŸ tarafa not oluÅŸturun", "action-collapse-all": "Tümünü daralt", @@ -1416,6 +1436,7 @@ "name": "Yayınla", "desc": "Notlarınızı Obsidian Publish aracılığıyla yayınlayın.", "action-publish-changes": "DeÄŸiÅŸiklikleri yayınla", + "action-publish-file": "Publish current file", "label-no-internet-access": "DeÄŸiÅŸiklikleri yayınlamak için internete eriÅŸmeniz gerekir.", "label-publish-service-description": "Obsidian Publish, notlarınızı doÄŸrudan Obsidian'dan çevrimiçi olarak yayınlamanıza izin veren ek ücretli bir hizmettir.", "label-please-login": "Yayınlamaya baÅŸlamak için lütfen giriÅŸ yapın veya yeni bir Obsidian hesabı oluÅŸturun.", @@ -1604,6 +1625,7 @@ "desc": "Çalışma alanı düzenini kaydedin ve yükleyin.", "action-load-layout": "Çalışma alanı düzenini yükle", "action-manage-layouts": "Çalışma alanı düzenlerini yönetme", + "action-save": "Save layout", "action-save-and-load-layout": "BaÅŸka bir düzeni kaydedin ve yükleyin", "placeholder-save-current-layout-as": "Geçerli çalışma alanı düzenini farklı kaydet...", "button-save": "Kaydet", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Lütfen yeni düzen için bir ad girin.", "msg-save-layout-success": "Düzen baÅŸarıyla kaydedildi.", "label-no-layout-found": "KaydedilmiÅŸ düzen bulunamadı.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Düzen adını yazın..." }, "sync": { "name": "Senkronizasyon", "desc": "Dosyalarınızı Obsidian Sync ile senkronize edin.", "action-view-version-history": "Sürüm geçmiÅŸini görüntüle", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Daha fazla göster", "label-show-diff": "Farkı göster", "label-copy-to-clipboard": "Panoya kopyala", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Bu dosyanın önceki sürümleri yoktu.", + "label-no-history": "No sync history for this file.", "label-empty-file": "BoÅŸ", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Ayarlar klasörü", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Bu ÅŸifre daha sonra deÄŸiÅŸtirilemez.", "option-encryption-password-desc-warning": "Bu parolayı unutursanız, herhangi bir uzak veri sonsuza kadar kullanılamaz kalacaktır.", "option-encryption-password-desc-2": "Bu, yerel verilerinizi etkilemez.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Åžifreniz", - "label-enter-encryption-password": "Åžifreleme ÅŸifresini girin", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Kasanın kilidini aç", - "msg-verified-password": "Åžifrenizi baÅŸarıyla doÄŸrulandı.", "label-remote-vaults": "Uzak kasalarınız", "label-vault-created-time": "{{time}} tarihinde oluÅŸturuldu.", "tooltip-delete-remote-vault": "Sil", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Sürüm GeçmiÅŸi dahil olmak üzere sunucumuzdaki tüm veriler silinir. Yerel dosyalarınız bozulmadan kalacaktır.", "label-confirm-delete-remote-vault-warning": "Bu iÅŸlem kalıcıdır ve geri alınamaz", "msg-remote-vault-deleted": "{{name}} silindi.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "BaÄŸlan", "button-disconnect-from-remote-vault": "BaÄŸlantıyı kes", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Uzaktan baÄŸlantılı kasanız yok.", "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": "Yeni kasa oluÅŸtur.", "label-sync-log": "Senkronizasyon günlüğü", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "Kasa boyutu limiti aşıyor", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "En büyük dosyaları görüntüle", "msg-largest-files-desc": "Bunlar en fazla yer kaplayan uzak dosyalardır. Ekleri sildikten sonra, uzak kasa alanını boÅŸaltmak için temizleme düğmesini kullanın.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Temizle", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Yer kazanmak için silinen ekleri uzak kasadan kalıcı olarak temizleyin.", "msg-purge-complete": "Temizleme tamamlandı.", "option-prevent-sleep": "Cihaz uykusunu önleyin", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Yüklü topluluk eklentilerini (.js, .css ve manifest.json dosyaları) ve ayarlarını senkronize edin.", "label-sync-introduction": "Obsidian Sync, Obsidian'ın uçtan uca ÅŸifreleme ve sürüm geçmiÅŸine sahip eklenti senkronizasyon hizmetidir.", "label-account-required": "Senkronizasyonu baÅŸlatmak için lütfen giriÅŸ yapın veya yeni bir Obsidian hesabı oluÅŸturun.", + "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": "Ãœye ol", "button-log-in": "GiriÅŸ yap", "label-manage-excluded-folders": "Hariç tutulan klasörleri yönet", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Bu, bu kasa sizinle paylaşılan kasalar listesinden kaldıracaktır. Bu eylem geri alınamaz.", "label-leave-vault-confirmation-details-2": "Bu kasada tekrar iÅŸbirliÄŸi yapmak isterseniz lütfen kasanın sahibiyle iletiÅŸime geçin.", "button-leave": "Ayrıl", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Bu kasaya baÄŸlanmak için Obsidian Sync aboneliÄŸine ihtiyacınız var.", "option-contact-support": "Destek ekibiyle iletiÅŸime geçin", "option-contact-support-desc": "Obsidian Sync ile ilgili herhangi bir sorunla karşılaşırsanız, size yardımcı olabilmemiz için lütfen bizimle iletiÅŸime geçin! Bize ÅŸu adresten ulaÅŸabilirsiniz support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "E-posta desteÄŸi", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync 5 adede kadar uzak kasa oluÅŸturmanıza izin verir. Yeni bir uzak kasa oluÅŸturmak için lütfen mevcut bir kasayı kaldırın." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} kelime", "word-with-count_plural": "{{count}} kelime", "character-with-count": "{{count}} karakter", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} klasör", "backlink-with-count": "{{count}} geri baÄŸlantı", "backlink-with-count_plural": "{{count}} geri baÄŸlantı", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} özellik", "properties-with-count_plural": "{{count}} özellik", "site-with-count": "{{count}} site", diff --git a/uk.json b/uk.json index 95bca66050f16d84937c8a35fcac63ca4ccdd416..7fd1057410be5c759a0e10127d79d09c84ede46b 100644 --- a/uk.json +++ b/uk.json @@ -175,7 +175,7 @@ "label-default-theme": "Тема за замовчуваннÑм", "tooltip-click-to-enlarge": "ÐатиÑніть, щоб збільшити", "button-update": "Оновити", - "label-currently-selected": "Обрана", + "label-currently-active": "Active", "option-frame-style": "Стиль заголовку вікна", "option-frame-description": "Визначає Ñтиль заголовка вікон Obsidian. Потребує повного перезапуÑку Ð´Ð»Ñ Ð½Ð°Ð±ÑƒÑ‚Ñ‚Ñ Ñ‡Ð¸Ð½Ð½Ð¾ÑÑ‚Ñ–.", "option-frame-hidden": "Прихований (за замовчуваннÑм)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "ÐатиÑÐºÐ°Ð½Ð½Ñ Ð½Ð° елемент Ñтрічки в навігаційному меню активує цей елемент Ñтрічки. ÐатиÑніть Ñ– утримуйте щоб відобразити меню.", "option-mobile-quick-ribbon-default": "Відкрити Ñтрічкове меню", "button-configure": "Ðалаштувати", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Інші елементи Ñтрічкового меню", "label-modal-configuration": "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñтрічкового меню", "label-modal-configuration-desc": "Виберіть, Ñкі елементи ви хочете зробити активними в Ñтрічці. ПеретÑгніть, щоб змінити порÑдок.", @@ -277,7 +279,6 @@ "option-your-account": "Ваш обліковий запиÑ", "option-your-account-desc": "Ðаразі ви увійшли Ñк {{name}} ({{email}}).", "option-your-account-desc-no-login": "Ви не увійшли до облікового запиÑу. Він необхідний Ð´Ð»Ñ Obsidian Sync, Obsidian Publish, та ранніх (інÑайдер) збірок Catalyst.", - "button-manage-settings": "ÐšÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñми", "label-insider": "інÑайдер", "label-supporter": "Ñаппортер", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Ваша ел. адреÑа...", "label-password": "Пароль", "placeholder-password": "Ваш пароль...", + "label-forgot-password": "Forgot password?", "button-login": "Увійти", "message-empty-email": "Електронна адреÑа не може бути порожньою.", "message-invalid-email": "Ðеправильний формат адреÑи електронної пошти.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Знайти", "placeholder-replace": "Замінити", - "label-previous": "Ðазад", - "label-next": "Вперед", - "label-all": "УÑе", "label-exit-search": "Закрити пошук", + "label-next": "Вперед", + "label-previous": "Ðазад", + "label-find-all": "Find all", "label-replace": "Замінити", "label-replace-all": "Замінити вÑе" }, @@ -453,7 +455,11 @@ "label-link-block": "щоб поÑлатиÑÑ Ð½Ð° блок", "label-type-pipe": "Введіть |", "label-change-display-text": "щоб змінити текÑÑ‚, що показуєтьÑÑ", - "label-no-match-found": "Збігів не знайдено" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Збігів не знайдено", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Ðемає пропозицій...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Редагувати поÑиланнÑ", + "edit-tag": "Edit tag", "label-edit-block": "Редагувати цей блок" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Розгорнути", "sidebar-collapse": "Згорнути", "msg-fail-to-save-file": "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ файл \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Ðемає файлу", "msg-file-changed": "\"{{file}}\" було модифіковано ззовні, зміни об'єднуютьÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¾.", "switch-vault": "Відкрити інше Ñховище", + "manage-vaults": "Manage vaults...", "help": "Довідка", "settings": "ÐалаштуваннÑ", "drag-to-rearrange": "ПеретÑгніть, щоб змінити порÑдок", @@ -528,6 +539,7 @@ "button-add": "Додати", "button-manage": "КеруваннÑ", "label-new-tab": "Ðова вкладка", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Ð¦Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ° наразі зайнÑта, Ñпробуйте пізніше", "formatting": { "label-formatting": "Форматувати", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Поточний режим: редагуваннÑ", "read-view": "Поточний режим: читаннÑ", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "ÐатиÑніть, щоб редагувати", "switch-to-read-view": "ÐатиÑніть, щоб переглÑнути", "mod-click-open-new-tab": "{{key}}+Click щоб відкрити нову вкладку", @@ -653,6 +668,7 @@ "button-create-vault": "Створити", "button-back": "Ðазад", "msg-empty-vault-name": "Ðазва Ñховища не може бути порожньою.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Будь лаÑка, виберіть дійÑну папку.", "msg-failed-to-create-vault": "Ðе вдалоÑÑ Ñтворити Ñховище.", "msg-failed-to-create-vault-at-location": "Ðе вдалоÑÑ Ñтворити Ñховище в зазначеному міÑці. Будь лаÑка, перевірте міÑце Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° дозвіл.", @@ -749,6 +765,7 @@ "search-current-file": "Пошук у поточному файлі", "search-replace-current-file": "Пошук Ñ– заміна в поточному файлі", "add-property": "Додати влаÑтивіÑÑ‚ÑŒ файлу", + "add-alias": "Add alias", "edit-property": "Редагувати влаÑтивіÑÑ‚ÑŒ файлу", "clear-properties": "ОчиÑтити влаÑтивоÑÑ‚Ñ– файлу", "open-settings": "Відкрити налаштуваннÑ", @@ -764,6 +781,7 @@ "close-other-tabs": "Закрити уÑÑ– інші вкладки", "close-tab-group": "Закрити групу вкладок", "toggle-left-sidebar": "Згорнути/розгорнути ліву панель", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Згорнути/розгорнути праву панель", "toggle-default-new-tab-mode": "Увімкнути/вимкнути Ñтандартний режим Ð´Ð»Ñ Ð²ÑÑ–Ñ… нових вкладок", "add-cursor-above": "Додати курÑор вище", @@ -900,6 +918,7 @@ "navigate-forward": "Перейти вперед", "toggle-left-sidebar": "Увімкнути/вимкнути ліву бокову панель", "toggle-right-sidebar": "Увімкнути/вимкнути праву бокову панель", + "toggle-ribbon": "Ribbon", "split-right": "Розділити праворуч", "split-down": "Розділити знизу", "release-notes": "Примітки до релізу" @@ -912,6 +931,7 @@ "action-open": "Відкрити файловий менеджер", "action-show": "Показати файловий менеджер", "action-create-note": "Створити нову нотатку", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Створити нову нотатку у поточній вкладці", "action-create-note-to-the-right": "Створити нову нотатку Ñправа", "action-collapse-all": "Згорнути вÑе", @@ -1416,6 +1436,7 @@ "name": "ПублікаціÑ", "desc": "Публікуйте Ñвої нотатки за допомогою Obsidian Publish.", "action-publish-changes": "ÐŸÑƒÐ±Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ Ð·Ð¼Ñ–Ð½", + "action-publish-file": "Publish current file", "label-no-internet-access": "Ð”Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ— змін потрібен доÑтуп до Інтернету.", "label-publish-service-description": "Obsidian Publish це додатковий платний ÑÐµÑ€Ð²Ñ–Ñ Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ— нотаток в інтернет безпоÑередньо з Obsidian", "label-please-login": "Перед початком публікації увійдіть у Ñвій обліковий Ð·Ð°Ð¿Ð¸Ñ Obsidian або зареєÑтруйте новий.", @@ -1604,6 +1625,7 @@ "desc": "Зберігайте Ñ– завантажуйте влаÑні варіанти ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð±Ð¾Ñ‡Ð¾Ð³Ð¾ проÑтору.", "action-load-layout": "Завантажити проÑÑ‚Ñ–Ñ€", "action-manage-layouts": "ÐšÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñторами", + "action-save": "Save layout", "action-save-and-load-layout": "Зберегти або завантажити інший проÑÑ‚Ñ–Ñ€", "placeholder-save-current-layout-as": "Зберегти проÑÑ‚Ñ–Ñ€ Ñк...", "button-save": "Зберегти", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Введіть ім'Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ проÑтору.", "msg-save-layout-success": "ПроÑÑ‚Ñ–Ñ€ збережено.", "label-no-layout-found": "Ðемає збережених проÑторів.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Введіть ім'Ñ Ð¿Ñ€Ð¾Ñтору..." }, "sync": { "name": "СинхронізаціÑ", "desc": "Синхронізуйте файли за допомогою Obsidian Sync.", "action-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": "Завантажити ще", "label-show-diff": "Показати відмінноÑÑ‚Ñ–", "label-copy-to-clipboard": "Скопіювати в буфер обміну", @@ -1631,7 +1657,7 @@ "label-revision": "1 редакціÑ", "label-revision_plural": "Ревізій: {{revisions}}", "label-via-device": "через {{device}}", - "label-no-earlier-version": "Більш ранні верÑÑ–Ñ— даного файлу відÑутні.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Порожньо", "label-unable-to-retrieve": "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ñ–Ñторію верÑій", "label-setting-files": "Ðалаштувати файли", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Цей пароль не може бути змінений пізніше.", "option-encryption-password-desc-warning": "Якщо ви забудете пароль, доÑтуп до Ñинхронізованих даних буде втрачено назавжди.", "option-encryption-password-desc-2": "Це Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ñ–Ñк не впливає на ваші локальні дані.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Ваш пароль", - "label-enter-encryption-password": "Введіть пароль шифруваннÑ", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Відкрити", - "msg-verified-password": "Пароль ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð¾.", "label-remote-vaults": "Сховища в Obsidian Sync", "label-vault-created-time": "Створено {{time}}", "tooltip-delete-remote-vault": "Видалити", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Ð’ÑÑ– дані на нашому Ñервері, включаючи Ñ–Ñторію верÑій, буде видалено. Ваші локальні файли залишатьÑÑ Ð½ÐµÐ´Ð¾Ñ‚Ð¾Ñ€ÐºÐ°Ð½Ð¸Ð¼Ð¸.", "label-confirm-delete-remote-vault-warning": "Ð¦Ñ Ð´Ñ–Ñ Ð¿Ð¾Ñтійна та незворотна.", "msg-remote-vault-deleted": "{{name}} було видалено.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Під'єднати", "button-disconnect-from-remote-vault": "Від'єднати", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” Ñинхронізованих Ñховищ.", "label-no-subscription": "Ви не маєте активної підпиÑки на Obsidian Sync.", "label-please-visit": "Будь лаÑка, переглÑньте", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "Створити нове Ñховище", "label-sync-log": "Журнал Ñинхронізації", "option-event-type": "Тип події", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ розмір вашого Ñховища.", "option-vault-size-loading": "ÐžÑ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ñƒ вашого Ñховища...", "option-over-size": "Розмір Ñховища перевищив ліміт", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "ПереглÑд найбільших файлів", "msg-largest-files-desc": "Ці віддалені файли займають найбільше міÑцÑ. ПіÑÐ»Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð²ÐºÐ»Ð°Ð´ÐµÐ½ÑŒ, викориÑтайте кнопку очищеннÑ, щоб звільнити міÑце у віддаленому Ñховищі.", "button-upgrade-storage": "Збільшити Ñховище", "button-purge-remote": "ОчиÑтити", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Безповоротно очиÑтити видалені Ð²ÐºÐ»Ð°Ð´ÐµÐ½Ð½Ñ Ð· віддаленого Ñховища Ð·Ð°Ð´Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð¼Ñ–ÑцÑ.", "msg-purge-complete": "ÐžÑ‡Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð¾.", "option-prevent-sleep": "Заборонити перехід у режим Ñну", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Синхронізувати вÑтановленні додатки Ñпільноти (файли .js, .css, та manifest.json) та Ñ—Ñ… налаштуваннÑ.", "label-sync-introduction": "Obsidian Sync це ÑÐµÑ€Ð²Ñ–Ñ Ð´Ð»Ñ Ñинхронізації Ñховищ з підтримкою наÑкрізного ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° Ñ–Ñторії верÑій.", "label-account-required": "Увійдіть або Ñтворіть обліковий запиÑ, щоб почати кориÑтуватиÑÑ Ñинхронізацією.", + "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": "ЗареєÑтруватиÑÑ", "button-log-in": "Увійти", "label-manage-excluded-folders": "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð½Ñтків", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Це призведе до Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ Ñховища зі ÑпиÑку Ñховищ, до Ñких ви маєте доÑтуп. Ð¦Ñ Ð´Ñ–Ñ Ð½Ðµ може бути ÑкаÑована.", "label-leave-vault-confirmation-details-2": "Якщо ви бажаєте знову Ñпівпрацювати над цим Ñховищем, будь лаÑка, зв'ÑжітьÑÑ Ð· його влаÑником.", "button-leave": "Вийти", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Вам необхідна підпиÑка Obsidian Sync щоб під'єднатиÑÑŒ до цього Ñховища.", "option-contact-support": "Зв'ÑзатиÑÑŒ зі Ñлужбою підтримки", "option-contact-support-desc": "Якщо у Ð²Ð°Ñ Ñ” проблеми з Obsidian Sync, будь лаÑка, зв'ÑжітьÑÑ Ð· нами, Ñ– ми вам допоможемо! Ви можете пиÑати нам на support@obsidian.md.", "button-copy-debug": "Копіювати дані відлагодженнÑ", "button-email-support": "Підтримка по ел. пошті", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync дозволÑÑ” Ñтворити до 5 віддалених Ñховищ. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб Ñтворити нове віддалене Ñховище, будь лаÑка, видаліть одне з наÑвних." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Тип виноÑки..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} Ñлово", "word-with-count_plural": "{{count}} Ñлів", "character-with-count": "{{count}} Ñимвол", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} тек", "backlink-with-count": "{{count}} зворотне поÑиланнÑ", "backlink-with-count_plural": "{{count}} зворотних поÑилань", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} влаÑтивіÑÑ‚ÑŒ", "properties-with-count_plural": "{{count}} влаÑтивоÑтей", "site-with-count": "{{count}} Ñайт", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} тем", "theme-with-count_plural": "{{count}} тем" } -} +} \ No newline at end of file diff --git a/ur.json b/ur.json index 5fffc2ba3ca9ce4b9c38af63e93478a3cfdf612b..33f1525d82b61bb08e15e6b3f80bb448fba187ba 100644 --- a/ur.json +++ b/ur.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "insider", "label-supporter": "supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "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-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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "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", @@ -1613,12 +1635,16 @@ "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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/uz.json b/uz.json index b4060b2d1af6f23427735b3e6827b0b74ec604df..575794c0dcb69ea424c2f2ed122597bab89ad375 100644 --- a/uz.json +++ b/uz.json @@ -175,7 +175,7 @@ "label-default-theme": "Default", "tooltip-click-to-enlarge": "Click to enlarge", "button-update": "Update", - "label-currently-selected": "Selected", + "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)", @@ -185,11 +185,13 @@ "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 that navigation bar.", + "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 activate 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.", @@ -277,7 +279,6 @@ "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.", - "button-manage-settings": "Manage settings", "label-insider": "Insider", "label-supporter": "Supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "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.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Find", "placeholder-replace": "Replace", - "label-previous": "Prev", - "label-next": "Next", - "label-all": "All", "label-exit-search": "Exit search", + "label-next": "Next", + "label-previous": "Prev", + "label-find-all": "Find all", "label-replace": "Replace", "label-replace-all": "Replace all" }, @@ -453,7 +455,11 @@ "label-link-block": "to link blocks", "label-type-pipe": "Type |", "label-change-display-text": "to change display text", - "label-no-match-found": "No match found" + "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...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Edit link", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Expand", "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}. Make a backup of the contents of this file now to avoid losing data.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "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", @@ -528,6 +539,7 @@ "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", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Current view: editing", "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", @@ -653,6 +668,7 @@ "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.", @@ -749,6 +765,7 @@ "search-current-file": "Search current file", "search-replace-current-file": "Search & replace in current file", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Open settings", @@ -764,6 +781,7 @@ "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", @@ -900,6 +918,7 @@ "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" @@ -912,6 +931,7 @@ "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", @@ -1416,6 +1436,7 @@ "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.", @@ -1604,6 +1625,7 @@ "desc": "Save and load workspace layouts.", "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", @@ -1613,12 +1635,16 @@ "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 Sync 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", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "There was no earlier versions of this file.", + "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", @@ -1655,10 +1681,10 @@ "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-enter-encryption-password": "Enter encryption password", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Unlock vault", - "msg-verified-password": "Successfully verified your password.", "label-remote-vaults": "Your remote vaults", "label-vault-created-time": "Created {{time}}", "tooltip-delete-remote-vault": "Delete", @@ -1671,11 +1697,14 @@ "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": "Event type", @@ -1716,10 +1745,12 @@ "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", @@ -1760,6 +1791,14 @@ "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", @@ -1782,11 +1821,13 @@ "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." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} word", "word-with-count_plural": "{{count}} words", "character-with-count": "{{count}} character", @@ -2088,6 +2130,8 @@ "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", diff --git a/vi.json b/vi.json index ba1bbf8123dafd7de1557fc925e0c4f937e473ec..083640ddd351b5c88501e3507964fefda8d89b2b 100755 --- a/vi.json +++ b/vi.json @@ -175,7 +175,7 @@ "label-default-theme": "Mặc định", "tooltip-click-to-enlarge": "Nhấp để phóng to", "button-update": "Cáºp nháºt", - "label-currently-selected": "Äã chá»n", + "label-currently-active": "Active", "option-frame-style": "Kiểu khung cá»a sổ", "option-frame-description": "Xác định phong cách thanh tiêu Ä‘á» của các cá»a sổ Obsidian. Yêu cầu khởi Ä‘á»™ng lại đầy đủ để có hiệu lá»±c.", "option-frame-hidden": "Ẩn (mặc định)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "Chạm và o mục Ribbon trong menu Ä‘iá»u hÆ°á»›ng sẽ kÃch hoạt mục Ribbon nà y. Chạm và giữ vẫn sẽ hiển thị menu.", "option-mobile-quick-ribbon-default": "Mở menu Ribbon", "button-configure": "Cấu hình", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "Các mục Ribbon khác", "label-modal-configuration": "Cấu hình Ribbon", "label-modal-configuration-desc": "Chá»n các mục bạn muốn kÃch hoạt trong Ribbon. Kéo và thả để thay đổi thứ tá»±.", @@ -277,7 +279,6 @@ "option-your-account": "Tà i khoản của bạn", "option-your-account-desc": "Bạn hiện Ä‘ang đăng nháºp vá»›i tên {{name}} ({{email}}).", "option-your-account-desc-no-login": "Bạn hiện không đăng nháºp. Má»™t tà i khoản chỉ cần thiết cho Obsidian Sync, Obsidian Publish và các bản dá»±ng Insider của Catalyst.", - "button-manage-settings": "Quản lý cà i đặt", "label-insider": "insider", "label-supporter": "nhà há»— trợ", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "Email của bạn...", "label-password": "Máºt khẩu", "placeholder-password": "Máºt khẩu của bạn...", + "label-forgot-password": "Forgot password?", "button-login": "Äăng nháºp", "message-empty-email": "Email không thể để trống.", "message-invalid-email": "Email không hợp lệ.", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "Tìm kiếm", "placeholder-replace": "Thay thế", - "label-previous": "TrÆ°á»›c", - "label-next": "Tiếp", - "label-all": "Tất cả", "label-exit-search": "Thoát tìm kiếm", + "label-next": "Tiếp", + "label-previous": "TrÆ°á»›c", + "label-find-all": "Find all", "label-replace": "Thay thế", "label-replace-all": "Thay thế tất cả" }, @@ -453,7 +455,11 @@ "label-link-block": "để liên kết đến khối", "label-type-pipe": "Nháºp |", "label-change-display-text": "để thay đổi văn bản hiển thị", - "label-no-match-found": "Không tìm thấy kết quả nà o" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "Không tìm thấy kết quả nà o", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "Không có gợi ý...", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "Chỉnh sá»a liên kết", + "edit-tag": "Edit tag", "label-edit-block": "Chỉnh sá»a khối nà y" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "Mở rá»™ng", "sidebar-collapse": "Thu gá»n", "msg-fail-to-save-file": "Không thể lÆ°u tệp \"{{filepath}}\". {{message}}.", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "Không có tệp", "msg-file-changed": "\"{{file}}\" đã bị thay đổi bên ngoà i, hợp nhất các thay đổi tá»± Ä‘á»™ng.", "switch-vault": "Mở má»™t khối lÆ°u trữ khác", + "manage-vaults": "Manage vaults...", "help": "Trợ giúp", "settings": "Cà i đặt", "drag-to-rearrange": "Kéo để sắp xếp lại", @@ -528,6 +539,7 @@ "button-add": "Thêm", "button-manage": "Quản lý", "label-new-tab": "Tab má»›i", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "Tab nà y hiện Ä‘ang báºn, vui lòng thá» lại sau", "formatting": { "label-formatting": "Äịnh dạng", @@ -567,6 +579,9 @@ "menu": { "edit-view": "Chỉnh sá»a (Ctrl/Cmd+Bấm để chỉnh sá»a trong khung má»›i)", "read-view": "Xem hiện tại: Äá»c", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "Bấm để chỉnh sá»a", "switch-to-read-view": "Bấm để Ä‘á»c", "mod-click-open-new-tab": "{{key}}+Bấm để mở và o tab má»›i", @@ -653,6 +668,7 @@ "button-create-vault": "Tạo", "button-back": "Quay lại", "msg-empty-vault-name": "Tên khối lÆ°u trữ không thể để trống.", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "Vui lòng chá»n má»™t thÆ° mục hợp lệ.", "msg-failed-to-create-vault": "Không thể tạo khối lÆ°u trữ.", "msg-failed-to-create-vault-at-location": "Không thể tạo khối lÆ°u trữ tại vị trà đã cho. Vui lòng kiểm tra lại vị trà và quyá»n hạn.", @@ -749,6 +765,7 @@ "search-current-file": "Tìm kiếm trong tệp hiện tại", "search-replace-current-file": "Tìm kiếm và thay thế trong tệp hiện tại", "add-property": "Add file property", + "add-alias": "Add alias", "edit-property": "Edit file property", "clear-properties": "Clear file properties", "open-settings": "Mở cà i đặt", @@ -764,6 +781,7 @@ "close-other-tabs": "Äóng tất cả các tab khác", "close-tab-group": "Äóng nhóm tab nà y", "toggle-left-sidebar": "Báºt/tắt thanh bên trái", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "Báºt/tắt thanh bên phải", "toggle-default-new-tab-mode": "Báºt/tắt chế Ä‘á»™ mặc định cho tab má»›i", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "Äiá»u HÆ°á»›ng Tiến Lên", "toggle-left-sidebar": "Báºt/Tắt Thanh Bên Trái", "toggle-right-sidebar": "Báºt/Tắt Thanh Bên Phải", + "toggle-ribbon": "Ribbon", "split-right": "Chia 2 Bên Phải", "split-down": "Chia 2 Xuống DÆ°á»›i", "release-notes": "Lịch Sá» Cáºp Nháºt" @@ -912,6 +931,7 @@ "action-open": "Mở trình duyệt tệp", "action-show": "Hiển thị trình duyệt tệp", "action-create-note": "Tạo ghi chú má»›i", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "Tạo ghi chú má»›i trong tab hiện tại", "action-create-note-to-the-right": "Tạo ghi chú bên phải", "action-collapse-all": "Thu gá»n tất cả", @@ -1416,6 +1436,7 @@ "name": "Xuất bản", "desc": "Xuất bản ghi chú của bạn thông qua Obsidian Publish.", "action-publish-changes": "Xuất bản các thay đổi...", + "action-publish-file": "Publish current file", "label-no-internet-access": "Bạn cần truy cáºp internet để xuất bản các thay đổi.", "label-publish-service-description": "Obsidian Publish là má»™t dịch vụ trả phà bổ sung cho phép bạn xuất bản ghi chú của mình trá»±c tuyến trá»±c tiếp từ Obsidian.", "label-please-login": "Äể bắt đầu xuất bản, vui lòng đăng nháºp hoặc tạo má»™t tà i khoản Obsidian má»›i.", @@ -1604,6 +1625,7 @@ "desc": "LÆ°u và tải cấu trúc khung là m việc.", "action-load-layout": "Tải cấu trúc khung là m việc", "action-manage-layouts": "Quản lý cấu trúc khung là m việc", + "action-save": "Save layout", "action-save-and-load-layout": "LÆ°u và tải má»™t cấu trúc khung là m việc khác", "placeholder-save-current-layout-as": "LÆ°u cấu trúc khung là m việc hiện tại vá»›i tên...", "button-save": "LÆ°u", @@ -1613,12 +1635,16 @@ "msg-enter-name": "Vui lòng nháºp tên cho cấu trúc khung là m việc má»›i.", "msg-save-layout-success": "LÆ°u cấu trúc khung là m việc thà nh công.", "label-no-layout-found": "Không tìm thấy cấu trúc khung là m việc đã lÆ°u.", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "Nháºp tên cấu trúc khung là m việc để tìm..." }, "sync": { "name": "Äồng bá»™ hóa", "desc": "Äồng bá»™ hóa các táºp tin của bạn thông qua Obsidian Sync.", "action-view-version-history": "Xem lịch sá» phiên bản", + "menu-opt-view-version-history": "Open version history", + "action-view-sync-sidebar": "Show Sync history", + "action-activity-log": "Open activity log", "label-load-more": "Tải thêm", "label-show-diff": "Hiển thị khác biệt", "label-copy-to-clipboard": "Sao chép và o clipboard", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "Không có phiên bản trÆ°á»›c đó của táºp tin nà y.", + "label-no-history": "No sync history for this file.", "label-empty-file": "Trống", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "Táºp tin cà i đặt", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "Máºt khẩu nà y không thể thay đổi sau nà y.", "option-encryption-password-desc-warning": "Nếu bạn quên máºt khẩu nà y, bất kỳ dữ liệu từ xa nà o sẽ không thể sá» dụng mãi mãi.", "option-encryption-password-desc-2": "Äiá»u nà y không ảnh hưởng đến dữ liệu cục bá»™ của bạn.", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "Máºt khẩu của bạn", - "label-enter-encryption-password": "Nháºp máºt khẩu mã hóa", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "Mở khóa hòm lÆ°u trữ", - "msg-verified-password": "Xác minh máºt khẩu của bạn thà nh công.", "label-remote-vaults": "Các hòm lÆ°u trữ từ xa của bạn", "label-vault-created-time": "Äã tạo và o {{time}}", "tooltip-delete-remote-vault": "Xóa", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "Tất cả dữ liệu trên máy chủ của chúng tôi, bao gồm lịch sá» phiên bản, sẽ bị xóa. Các táºp tin cục bá»™ của bạn sẽ vẫn không bị ảnh hưởng.", "label-confirm-delete-remote-vault-warning": "Hà nh Ä‘á»™ng nà y là vÄ©nh viá»…n và không thể hoà n tác.", "msg-remote-vault-deleted": "{{name}} đã bị xóa.", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "Kết nối", "button-disconnect-from-remote-vault": "Ngắt kết nối", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "Bạn chÆ°a có bất kỳ hòm lÆ°u trữ từ xa nà o.", "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": "Tạo hòm lÆ°u trữ má»›i", "label-sync-log": "Nháºt ký đồng bá»™ hóa", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "KÃch thÆ°á»›c kho lÆ°u trữ vượt quá giá»›i hạn", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "Xem các táºp tin lá»›n nhất", "msg-largest-files-desc": "Äây là các táºp tin từ xa Ä‘ang chiếm không gian nhiá»u nhất. Sau khi xóa các tệp Ä‘Ãnh kèm, hãy sá» dụng nút xóa để giải phóng không gian trong hòm lÆ°u trữ từ xa.", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "Xóa vÄ©nh viá»…n", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "Xóa vÄ©nh viá»…n các tệp Ä‘Ãnh kèm đã xóa khá»i hòm lÆ°u trữ từ xa để giải phóng không gian.", "msg-purge-complete": "Xóa vÄ©nh viá»…n hoà n tất.", "option-prevent-sleep": "Ngăn thiết bị và o chế Ä‘á»™ ngủ", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "Äồng bá»™ hóa plugin cá»™ng đồng đã cà i đặt (tệp .js, .css và manifest.json) và cà i đặt của chúng.", "label-sync-introduction": "Obsidian Sync là dịch vụ đồng bá»™ hóa của Obsidian vá»›i mã hóa đầu cuối và lịch sá» phiên bản.", "label-account-required": "Äể bắt đầu đồng bá»™ hóa, vui lòng đăng nháºp hoặc tạo tà i khoản Obsidian má»›i.", + "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": "Äăng ký", "button-log-in": "Äăng nháºp", "label-manage-excluded-folders": "Quản lý thÆ° mục bị loại trừ", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "Äiá»u nà y sẽ loại bá» hòm lÆ°u trữ nà y khá»i danh sách hòm lÆ°u trữ được chia sẻ vá»›i bạn. Hà nh Ä‘á»™ng nà y không thể hoà n tác.", "label-leave-vault-confirmation-details-2": "Vui lòng liên hệ vá»›i chủ sở hữu hòm lÆ°u trữ nếu bạn muốn cá»™ng tác trên hòm lÆ°u trữ nà y lại.", "button-leave": "Rá»i khá»i", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "Bạn cần má»™t đăng ký Obsidian Sync để kết nối vá»›i hòm lÆ°u trữ nà y.", "option-contact-support": "Liên hệ há»— trợ", "option-contact-support-desc": "Nếu bạn gặp bất kỳ vấn Ä‘á» nà o vá»›i Obsidian Sync, vui lòng liên hệ chúng tôi để chúng tôi có thể giúp bạn! Bạn có thể liên hệ vá»›i chúng tôi qua địa chỉ support@obsidian.md.", "button-copy-debug": "Copy debug info", "button-email-support": "Liên hệ qua email", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync cho phép bạn tạo tối Ä‘a 5 hòm lÆ°u trữ từ xa. Äể tạo má»™t hòm lÆ°u trữ từ xa má»›i, vui lòng xóa má»™t hòm lÆ°u trữ hiện có." }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} từ", "word-with-count_plural": "{{count}} từ", "character-with-count": "{{count}} ký tá»±", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} thÆ° mục", "backlink-with-count": "{{count}} liên kết trở lại", "backlink-with-count_plural": "{{count}} liên kết trở lại", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} thuá»™c tÃnh", "properties-with-count_plural": "{{count}} thuá»™c tÃnh", "site-with-count": "{{count}} trang web", diff --git a/zh-TW.json b/zh-TW.json index e548dbbc25d04a45c328fd814d70437fab96c1b0..4628de6bdc05f2638a9f507946a55455cc34232f 100644 --- a/zh-TW.json +++ b/zh-TW.json @@ -175,7 +175,7 @@ "label-default-theme": "é è¨ä¸»é¡Œ", "tooltip-click-to-enlarge": "點é¸æ”¾å¤§", "button-update": "æ›´æ–°", - "label-currently-selected": "å·²é¸å–", + "label-currently-active": "Active", "option-frame-style": "視窗框架樣å¼", "option-frame-description": "決定 Obsidian 視窗標題列的樣å¼ã€‚需è¦å®Œæ•´é‡æ–°å•Ÿå‹•ä»¥ç”Ÿæ•ˆã€‚", "option-frame-hidden": "éš±è— (é è¨)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "點é¸å°Žè¦½é¸å–®çš„功能å€é …ç›®å°‡å•Ÿç”¨è©²é …ç›®ã€‚é»žé¸ä¸¦æŒ‰ä½ä»æœƒé¡¯ç¤ºé¸å–®ã€‚", "option-mobile-quick-ribbon-default": "Open ribbon menu", "button-configure": "è¨å®š", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "其他功能å€é …ç›®", "label-modal-configuration": "功能å€è¨å®š", "label-modal-configuration-desc": "é¸æ“‡æ‚¨æƒ³è¦é¡¯ç¤ºåœ¨åŠŸèƒ½è¡¨ä¸çš„é …ç›®ã€‚æ‹–æ›³ä»¥èª¿æ•´æŽ’åºã€‚", @@ -277,7 +279,6 @@ "option-your-account": "您的帳號", "option-your-account-desc": "您目å‰çš„登入身分:{{name}} ({{email}})。", "option-your-account-desc-no-login": "您尚未登入。僅 Obsidian Syncã€Obsidian Publish,和 Catalyst 內測版本會需è¦æ‚¨ç™»å…¥å¸³è™Ÿã€‚", - "button-manage-settings": "管ç†è¨å®š", "label-insider": "內測人士", "label-supporter": "贊助者", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "您的電å郵件地å€â€¦â€¦", "label-password": "密碼", "placeholder-password": "您的密碼……", + "label-forgot-password": "Forgot password?", "button-login": "登入", "message-empty-email": "é›»å郵件地å€ä¸èƒ½ç•™ç©ºã€‚", "message-invalid-email": "é›»å郵件地å€ç„¡æ•ˆã€‚", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "尋找", "placeholder-replace": "å–代", - "label-previous": "上一個", - "label-next": "下一個", - "label-all": "é¸æ“‡å…¨éƒ¨", "label-exit-search": "退出æœå°‹", + "label-next": "下一個", + "label-previous": "上一個", + "label-find-all": "Find all", "label-replace": "å–代", "label-replace-all": "全部å–代" }, @@ -453,7 +455,11 @@ "label-link-block": "以連çµåˆ°å€å¡Š", "label-type-pipe": "輸入 |", "label-change-display-text": "指定顯示的文å—", - "label-no-match-found": "未找到符åˆçµæžœ" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "未找到符åˆçµæžœ", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "沒有建è°â€¦â€¦", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "編輯連çµ", + "edit-tag": "Edit tag", "label-edit-block": "Edit this block" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "展開", "sidebar-collapse": "摺疊", "msg-fail-to-save-file": "「{{filepath}}ã€æª”案儲å˜å¤±æ•—。{{message}}。", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "未開啟檔案", "msg-file-changed": "「{{file}}ã€å·²è¢«å¤–部修改,自動åˆä½µè®Šå‹•ã€‚", "switch-vault": "開啟其他儲å˜åº«", + "manage-vaults": "Manage vaults...", "help": "說明", "settings": "è¨å®š", "drag-to-rearrange": "拖曳調整é…ç½®", @@ -528,6 +539,7 @@ "button-add": "新增", "button-manage": "管ç†", "label-new-tab": "新分é ", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "æ¤åˆ†é ç›®å‰å¿™ç¢Œä¸ï¼Œè«‹ç¨å¾Œå†è©¦", "formatting": { "label-formatting": "Format", @@ -567,6 +579,9 @@ "menu": { "edit-view": "編輯 (æŒ‰ä½ Ctrl/Cmd é–‹å•Ÿæ–°çª—æ ¼)", "read-view": "ç›®å‰æª¢è¦–:閱讀模å¼", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "點一下編輯", "switch-to-read-view": "點一下閱讀", "mod-click-open-new-tab": "{{key}}+點一下以在新分é ä¸é–‹å•Ÿ", @@ -653,6 +668,7 @@ "button-create-vault": "建立", "button-back": "返回", "msg-empty-vault-name": "å¿…é ˆè¼¸å…¥å„²å˜åº«å稱。", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "è«‹é¸æ“‡é©ç•¶çš„資料夾。", "msg-failed-to-create-vault": "建立儲å˜åº«å¤±æ•—。", "msg-failed-to-create-vault-at-location": "指定的ä½ç½®ç„¡æ³•å»ºç«‹å„²å˜åº«ï¼Œè«‹ç¢ºèªå˜æ”¾ä½ç½®èˆ‡è³‡æ–™å¤¾æ¬Šé™ã€‚", @@ -749,6 +765,7 @@ "search-current-file": "在目å‰ç†è¨˜ä¸æŸ¥è©¢", "search-replace-current-file": "在目å‰ç†è¨˜ä¸æŸ¥è©¢ä¸¦å–代", "add-property": "新增檔案屬性", + "add-alias": "Add alias", "edit-property": "編輯檔案屬性", "clear-properties": "清除檔案屬性", "open-settings": "é–‹å•Ÿè¨å®š", @@ -764,6 +781,7 @@ "close-other-tabs": "關閉所有其他分é ", "close-tab-group": "關閉æ¤åˆ†é 群組", "toggle-left-sidebar": "收åˆ/展開左å´é‚Šæ¬„", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "收åˆ/展開å³å´é‚Šæ¬„", "toggle-default-new-tab-mode": "切æ›æ–°åˆ†é çš„é è¨æ¨¡å¼", "add-cursor-above": "Add cursor above", @@ -900,6 +918,7 @@ "navigate-forward": "å‘å‰å·¡è¦½", "toggle-left-sidebar": "切æ›å·¦å´é‚Šæ¬„", "toggle-right-sidebar": "切æ›å³å´é‚Šæ¬„", + "toggle-ribbon": "Ribbon", "split-right": "å‘å³åˆ†å‰²", "split-down": "å‘下分割", "release-notes": "更新日誌" @@ -912,6 +931,7 @@ "action-open": "開啟檔案ç€è¦½å™¨", "action-show": "顯示檔案ç€è¦½å™¨", "action-create-note": "新增ç†è¨˜", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "在目å‰çš„分é ä¸å»ºç«‹ç†è¨˜", "action-create-note-to-the-right": "在å³å´å»ºç«‹ç†è¨˜", "action-collapse-all": "全部折疊", @@ -1416,6 +1436,7 @@ "name": "發佈", "desc": "é€éŽ Obsidian Publish 發佈您的ç†è¨˜ã€‚", "action-publish-changes": "發佈變動內容", + "action-publish-file": "Publish current file", "label-no-internet-access": "å¿…é ˆé€£ä¸Šç¶²éš›ç¶²è·¯æ‰èƒ½ç™¼ä½ˆè®Šå‹•éŽçš„內容。", "label-publish-service-description": "Obsidian Publish æ˜¯é™„åŠ çš„ä»˜è²»æœå‹™ï¼Œè®“您å¯ä»¥é€éŽ Obsidian 直接將ç†è¨˜ç™¼ä½ˆè‡³ç¶²ç«™ã€‚", "label-please-login": "è¦é–‹å§‹ç™¼ä½ˆï¼Œè«‹ç™»å…¥æˆ–建立新的 Obsidian 帳戶。", @@ -1604,6 +1625,7 @@ "desc": "儲å˜ä¸¦è¼‰å…¥å·¥ä½œå€é…置。", "action-load-layout": "載入工作å€é…ç½®", "action-manage-layouts": "管ç†å·¥ä½œå€é…ç½®", + "action-save": "Save layout", "action-save-and-load-layout": "儲å˜ä¸¦è¼‰å…¥å…¶ä»–é…ç½®", "placeholder-save-current-layout-as": "å¦å˜ç›®å‰çš„工作å€é…置為…", "button-save": "儲å˜", @@ -1613,12 +1635,16 @@ "msg-enter-name": "請輸入新é…置的å稱。", "msg-save-layout-success": "æˆåŠŸå„²å˜é…置。", "label-no-layout-found": "找ä¸åˆ°å·²å„²å˜çš„é…置。", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "輸入é…ç½®å稱……" }, "sync": { "name": "åŒæ¥", "desc": "é€éŽ Obsidian Sync 以åŒæ¥æ‚¨çš„檔案。", "action-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": "載入更多", "label-show-diff": "顯示差異", "label-copy-to-clipboard": "複製到系統剪貼簿", @@ -1631,7 +1657,7 @@ "label-revision": "1 revision", "label-revision_plural": "{{revisions}} revisions", "label-via-device": "via {{device}}", - "label-no-earlier-version": "這個檔案已無更舊版本。", + "label-no-history": "No sync history for this file.", "label-empty-file": "空", "label-unable-to-retrieve": "Unable to retrieve version history", "label-setting-files": "è¨å®šæª”案", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "之後無法變更æ¤å¯†ç¢¼ã€‚", "option-encryption-password-desc-warning": "若您éºå¿˜æ¤å¯†ç¢¼ï¼Œä»»ä½•é 端資料將永é 無法å†ä½¿ç”¨ã€‚", "option-encryption-password-desc-2": "æ¤é¸é …並ä¸å½±éŸ¿æ‚¨çš„本機資料。", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "您的密碼", - "label-enter-encryption-password": "è¼¸å…¥åŠ å¯†å¯†ç¢¼", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "儲å˜åº«è§£éŽ–", - "msg-verified-password": "密碼驗è‰æˆåŠŸã€‚", "label-remote-vaults": "您的é 端儲å˜åº«", "label-vault-created-time": "建檔時間:{{time}}", "tooltip-delete-remote-vault": "刪除", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "我們主機內的所有資料(包å«ç‰ˆæœ¬æ·å²ï¼‰çš†æœƒè¢«åˆªé™¤ï¼Œä½†æ‚¨çš„本機檔案ä¸å—影響。", "label-confirm-delete-remote-vault-warning": "æ¤å‹•ä½œæ˜¯æ°¸ä¹…且ä¸å¯é€†çš„。", "msg-remote-vault-deleted": "{{name}} 已被刪除。", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "連接", "button-disconnect-from-remote-vault": "æ–·ç·š", + "label-sync-status": "Sync: {{status}}", "label-not-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": "建立新的儲å˜åº«", "label-sync-log": "åŒæ¥ç´€éŒ„", "option-event-type": "Event type", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "Unable to retrieve your vault size.", "option-vault-size-loading": "Retrieving your vault size...", "option-over-size": "儲å˜åº«å¤§å°è¶…éŽé™åˆ¶", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "檢視最大檔案", "msg-largest-files-desc": "這些是佔用最多容é‡çš„é 端檔案,刪除附件後,使用清除按鈕以釋出é 端儲å˜åº«çš„空間。", "button-upgrade-storage": "Upgrade storage", "button-purge-remote": "清除", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "從é 端儲å˜åº«æ°¸ä¹…清除已刪除附件以節çœç©ºé–“。", "msg-purge-complete": "清除完æˆã€‚", "option-prevent-sleep": "阻æ¢è£ç½®é€²å…¥ç¡çœ 模å¼", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "åŒæ¥å·²å®‰è£ç¤¾ç¾¤å¤–掛程å¼ï¼ˆ.jsã€.css,和 manifest.json 檔案)與其è¨å®šã€‚", "label-sync-introduction": "Obsidian Sync 是 Obsidian çš„é™„åŠ åŒæ¥æœå‹™ï¼Œå…·å‚™é»žå°é»žåŠ 密與版本æ·å²ç‰åŠŸèƒ½ã€‚", "label-account-required": "開始åŒæ¥å‰ï¼Œè«‹ç™»å…¥æˆ–建立新的 Obsidian 帳號。", + "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": "建立新帳號", "button-log-in": "登入", "label-manage-excluded-folders": "管ç†å·²æŽ’除資料夾", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "這將從與您共享的儲å˜åº«åˆ—表ä¸ç§»é™¤æ¤å„²å˜åº«ã€‚æ¤æ“作無法復原。", "label-leave-vault-confirmation-details-2": "若您希望å†æ¬¡æ–¼æ¤å„²å˜åº«å”作,請è¯çµ¡å„²å˜åº«çš„æ“有者。", "button-leave": "Leave", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "您需è¦è¨‚é–± Obsidian Sync æ‰èƒ½é€£æŽ¥åˆ°æ¤å„²å˜åº«ã€‚", "option-contact-support": "è¯çµ¡å®¢æˆ¶æ”¯æ´", "option-contact-support-desc": "如果您在使用 Obsidian Sync 時é‡åˆ°ä»»ä½•å•é¡Œï¼Œè«‹è¯çµ¡æˆ‘們,好讓我們幫您解決ï¼æ‚¨å¯ä»¥é€éŽ support@obsidian.md è¯çµ¡æˆ‘們。", "button-copy-debug": "複製åµéŒ¯è³‡è¨Š", "button-email-support": "é›»å郵件支æ´", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync å¯è®“您建立最多五個é 端儲å˜åº«ã€‚請先移除ç¾æœ‰çš„é 端儲å˜åº«å†å»ºç«‹ã€‚" }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "Callout type..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} 個詞", "word-with-count_plural": "{{count}} 個詞", "character-with-count": "{{count}} 個å—å…ƒ", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} 個資料夾", "backlink-with-count": "{{count}} 個åå‘連çµ", "backlink-with-count_plural": "{{count}} 個åå‘連çµ", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} 個屬性", "properties-with-count_plural": "{{count}} 個屬性", "site-with-count": "{{count}} 個網站", diff --git a/zh.json b/zh.json index 3aaaa4a15165207aea438d786b020b2fecf7075f..9cd7d16b5fc9187f5593f9c29a92a0370805fd62 100644 --- a/zh.json +++ b/zh.json @@ -175,7 +175,7 @@ "label-default-theme": "默认", "tooltip-click-to-enlarge": "点击æµè§ˆå¤§å›¾", "button-update": "æ›´æ–°", - "label-currently-selected": "æ£åœ¨ä½¿ç”¨", + "label-currently-active": "Active", "option-frame-style": "窗å£è¾¹æ¡†æ ·å¼", "option-frame-description": "更改 Obsidian 窗å£è¾¹æ¡†çš„æ ·å¼ã€‚该设置é‡å¯åº”用åŽç”Ÿæ•ˆã€‚", "option-frame-hidden": "éšè—(默认)", @@ -190,6 +190,8 @@ "option-mobile-quick-ribbon-item-desc": "点击工具æ 上的按钮将激活对应功能。长按按钮将激活èœå•ã€‚", "option-mobile-quick-ribbon-default": "打开工具æ ", "button-configure": "设置", + "option-show-ribbon": "Show ribbon", + "option-show-ribbon-desc": "Display vertical toolbar on the side of the window.", "label-additional-ribbon-items": "未显示的按钮", "label-modal-configuration": "工具æ 设置", "label-modal-configuration-desc": "选择需è¦åœ¨å·¥å…·æ ä¸æ˜¾ç¤ºçš„按钮。拖动å¯ä»¥é‡æ–°æŽ’åºã€‚", @@ -277,7 +279,6 @@ "option-your-account": "ä½ çš„è´¦æˆ·", "option-your-account-desc": "当å‰ç™»å½•çš„账户为 {{name}} ({{email}}).", "option-your-account-desc-no-login": "ä½ æ²¡æœ‰ç™»å½•ã€‚ä½¿ç”¨ Obsidian åŒæ¥æœåŠ¡ã€å‘布æœåŠ¡ä»¥åŠèŽ·å–内部版本都需è¦ä½ 登录账å·ã€‚", - "button-manage-settings": "修改账户设置", "label-insider": "Insider", "label-supporter": "Supporter", "label-vip": "VIP", @@ -292,6 +293,7 @@ "placeholder-email": "ä½ çš„é‚®ç®±â€¦â€¦", "label-password": "密ç ", "placeholder-password": "ä½ çš„å¯†ç ……", + "label-forgot-password": "Forgot password?", "button-login": "登录", "message-empty-email": "邮箱ä¸èƒ½ä¸ºç©ºã€‚", "message-invalid-email": "æ— æ•ˆçš„ç”µå邮箱。", @@ -439,10 +441,10 @@ "search": { "placeholder-find": "查找……", "placeholder-replace": "替æ¢â€¦â€¦", - "label-previous": "å‰ä¸€ä¸ª", - "label-next": "åŽä¸€ä¸ª", - "label-all": "选择全部", "label-exit-search": "退出æœç´¢", + "label-next": "åŽä¸€ä¸ª", + "label-previous": "å‰ä¸€ä¸ª", + "label-find-all": "Find all", "label-replace": "替æ¢", "label-replace-all": "全部替æ¢" }, @@ -453,7 +455,11 @@ "label-link-block": "链接文本å—", "label-type-pipe": "输入 |", "label-change-display-text": "指定显示的文本", - "label-no-match-found": "未找到匹é…结果" + "label-no-alias": "Display text", + "label-no-heading": "Heading", + "label-no-match-found": "未找到匹é…结果", + "label-image-size": "Image size: {{size}}px wide", + "label-accept": "to accept" }, "spellcheck": { "no-suggestion": "没有建议……", @@ -461,6 +467,7 @@ }, "menu": { "edit-link": "编辑链接", + "edit-tag": "Edit tag", "label-edit-block": "编辑这个区å—" }, "heading-suggestion": { @@ -499,9 +506,13 @@ "sidebar-expand": "展开", "sidebar-collapse": "收起", "msg-fail-to-save-file": "\"{{filepath}}\" 文件ä¿å˜å¤±è´¥ã€‚ {{message}}。", + "msg-failed-to-load-plugin": "Failed to load plugin “{{plugin}}â€", + "msg-failed-to-load-file": "Failed to open “{{filepath}}â€", + "msg-failed-to-open-href": "Cannot open location “{{href}}â€", "no-file": "未打开文件", "msg-file-changed": "\"{{file}}\" 已被外部修改,æ£åœ¨è‡ªåŠ¨åˆå¹¶æ›´æ”¹ã€‚", "switch-vault": "打开其他仓库", + "manage-vaults": "Manage vaults...", "help": "帮助", "settings": "设置", "drag-to-rearrange": "拖动å¯è°ƒæ•´å¸ƒå±€", @@ -528,6 +539,7 @@ "button-add": "æ·»åŠ ", "button-manage": "管ç†", "label-new-tab": "æ–°æ ‡ç¾é¡µ", + "option-hide-ribbon": "Hide ribbon", "msg-tab-busy": "当å‰æ ‡ç¾é¡µæ£å¿™ï¼Œè¯·ç¨åŽå†è¯•", "formatting": { "label-formatting": "æ–‡æœ¬æ ¼å¼", @@ -567,6 +579,9 @@ "menu": { "edit-view": "该é¢æ¿å¤„于编辑视图ä¸", "read-view": "该é¢æ¿å¤„于阅读视图ä¸", + "ribbon": "Ribbon", + "left-sidebar": "Left sidebar", + "right-sidebar": "Right sidebar", "switch-to-edit-view": "点击æ¤å¤„切æ¢è‡³ç¼–辑视图", "switch-to-read-view": "点击æ¤å¤„切æ¢è‡³é˜…读视图", "mod-click-open-new-tab": "{{key}}+å•å‡»ä»¥åœ¨æ–°æ ‡ç¾é¡µä¸æ‰“å¼€", @@ -653,6 +668,7 @@ "button-create-vault": "创建", "button-back": "返回", "msg-empty-vault-name": "仓库å称ä¸èƒ½ä¸ºç©ºã€‚", + "msg-trailing-dot-vault-name": "Vault name cannot end with a dot.", "msg-invalid-folder": "请选择一个有效的文件夹。", "msg-failed-to-create-vault": "æ— æ³•åˆ›å»ºä»“åº“æ–‡ä»¶å¤¹ã€‚", "msg-failed-to-create-vault-at-location": "æ— æ³•åœ¨æŒ‡å®šä½ç½®åˆ›å»ºä»“库文件夹。请仔细检查ä½ç½®å’Œæƒé™ã€‚", @@ -749,6 +765,7 @@ "search-current-file": "在当å‰ç¬”è®°ä¸æŸ¥æ‰¾", "search-replace-current-file": "在当å‰ç¬”è®°ä¸æŸ¥æ‰¾å¹¶æ›¿æ¢", "add-property": "å¢žåŠ æ–‡æ¡£å±žæ€§", + "add-alias": "Add alias", "edit-property": "编辑文档属性", "clear-properties": "清除文档属性", "open-settings": "打开设置", @@ -764,6 +781,7 @@ "close-other-tabs": "å…³é—å…¶ä»–æ ‡ç¾é¡µ", "close-tab-group": "å…³é—æ¤æ ‡ç¾é¡µåˆ†ç»„", "toggle-left-sidebar": "折å /展开左侧边æ ", + "toggle-ribbon": "Toggle ribbon", "toggle-right-sidebar": "折å /展开å³ä¾§è¾¹æ ", "toggle-default-new-tab-mode": "切æ¢æ–°æ ‡ç¾é¡µçš„默认视图", "add-cursor-above": "åœ¨ä¸Šæ–¹æ·»åŠ å…‰æ ‡", @@ -900,6 +918,7 @@ "navigate-forward": "å‰è¿›", "toggle-left-sidebar": "折å /展开左侧边æ ", "toggle-right-sidebar": "折å /展开å³ä¾§è¾¹æ ", + "toggle-ribbon": "Ribbon", "split-right": "å·¦å³åˆ†å±", "split-down": "上下分å±", "release-notes": "更新说明" @@ -912,6 +931,7 @@ "action-open": "打开文件列表", "action-show": "显示文件列表", "action-create-note": "新建笔记", + "action-create-folder": "Create new folder", "action-create-note-in-current-tab": "在当å‰æ ‡ç¾é¡µä¸å»ºç«‹ç¬”è®°", "action-create-note-to-the-right": "在å³ä¾§åˆ›å»ºç¬”è®°", "action-collapse-all": "全部折å ", @@ -1416,6 +1436,7 @@ "name": "å‘布", "desc": "通过 Obsidian å‘布æœåŠ¡å‘å¸ƒä½ çš„ç¬”è®°ã€‚", "action-publish-changes": "å‘布更改", + "action-publish-file": "Publish current file", "label-no-internet-access": "ä½ éœ€è¦è”网æ‰èƒ½å‘布更改。", "label-publish-service-description": "ã€å‘布】是一项付费æœåŠ¡ï¼Œå¯ä»¥è®©ä½ 通过 Obsidian å‘布在线笔记。", "label-please-login": "è¦ä½¿ç”¨å‘布功能,请登录或创建一个 Obsidian å¸å·ã€‚", @@ -1604,6 +1625,7 @@ "desc": "ä¿å˜å’ŒåŠ 载工作区布局。", "action-load-layout": "åŠ è½½å·¥ä½œåŒºå¸ƒå±€", "action-manage-layouts": "管ç†å·¥ä½œåŒºå¸ƒå±€", + "action-save": "Save layout", "action-save-and-load-layout": "更新工作区布局", "placeholder-save-current-layout-as": "输入å称以ä¿å˜å½“å‰å·¥ä½œåŒºå¸ƒå±€...", "button-save": "ä¿å˜", @@ -1613,12 +1635,16 @@ "msg-enter-name": "请输入新布局的å称。", "msg-save-layout-success": "æˆåŠŸä¿å˜å¸ƒå±€ã€‚", "label-no-layout-found": "该布局ä¸å˜åœ¨ã€‚", + "label-workspace-modified-time": "Modified {{time}}", "placeholder-type-to-search-layouts": "输入已有布局å称..." }, "sync": { "name": "åŒæ¥", "desc": "通过 Obsidian Sync åŒæ¥ä½ 的文件", "action-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": "åŠ è½½æ›´å¤š", "label-show-diff": "显示差异", "label-copy-to-clipboard": "å¤åˆ¶åˆ°å‰ªè´´æ¿", @@ -1631,7 +1657,7 @@ "label-revision": "1 个修订版本", "label-revision_plural": "{{revisions}} 个修订版本", "label-via-device": "由设备 {{device}}", - "label-no-earlier-version": "æ¤æ–‡ä»¶æ²¡æœ‰æ›´æ—©çš„版本", + "label-no-history": "No sync history for this file.", "label-empty-file": "æ— å†…å®¹", "label-unable-to-retrieve": "æ— æ³•æ£€ç´¢ç‰ˆæœ¬åŽ†å²è®°å½•", "label-setting-files": "设置文件", @@ -1655,10 +1681,10 @@ "option-encryption-password-desc": "æ¤å¯†ç 设置åŽä¸èƒ½æ›´æ”¹ã€‚", "option-encryption-password-desc-warning": "å¦‚æžœä½ å¿˜è®°äº†è‡ªå®šä¹‰åŠ å¯†å¯†ç ,该远程仓库所有远程数æ®å°†æ°¸è¿œæ— 法使用。", "option-encryption-password-desc-2": "但这ä¸ä¼šå½±å“本地数æ®ã€‚", + "label-encryption-password-explanation": "The remote vault “{{name}}†is currently encrypted. Enter your password to unlock.", "option-encryption-password-placeholder": "ä½ çš„å¯†ç ", - "label-enter-encryption-password": "è¯·è¾“å…¥è‡ªå®šä¹‰åŠ å¯†å¯†ç ", + "label-unlock-encrypted-vault": "Unlock your remote vault", "button-unlock-vault": "解é”", - "msg-verified-password": "密ç 验è¯æˆåŠŸã€‚", "label-remote-vaults": "现有远程仓库列表", "label-vault-created-time": "创建于 {{time}}", "tooltip-delete-remote-vault": "åˆ é™¤", @@ -1671,11 +1697,14 @@ "label-confirm-delete-remote-vault-result": "这将使得该远程仓库ä¸çš„所有数æ®ï¼ŒåŒ…括版本历å²ï¼Œéƒ½è¢«åˆ é™¤ã€‚ä½†ä½ çš„æœ¬åœ°æ–‡ä»¶ä¸å—å½±å“。", "label-confirm-delete-remote-vault-warning": "这个æ“作是永久性的且ä¸å¯é€†çš„。", "msg-remote-vault-deleted": "远程仓库 {{name}} å·²è¢«åˆ é™¤ã€‚", + "msg-disconnect-from-deleted-vault": "Obsidian Sync: The connected remote vault no longer exists.", "button-connect-to-remote-vault": "åŒæ¥", "button-disconnect-from-remote-vault": "æ–å¼€åŒæ¥", + "label-sync-status": "Sync: {{status}}", "label-not-remote-vaults": "ä½ æ²¡æœ‰ä»»ä½•è¿œç¨‹ä»“åº“ã€‚", "label-no-subscription": "ä½ æ²¡æœ‰æ¿€æ´»çš„ Obsidian Sync 订阅。", "label-please-visit": "请访问", + "label-preview-unsupported-file-type": "Unable to preview {{type}} files.", "button-create-new-remote-vault": "新建远程仓库", "label-sync-log": "åŒæ¥æ—¥å¿—", "option-event-type": "事件类型", @@ -1716,10 +1745,12 @@ "option-vault-size-unknown": "æ— æ³•æ£€ç´¢æ‚¨çš„ä»“åº“å¤§å°ã€‚", "option-vault-size-loading": "æ£åœ¨æ£€ç´¢æ‚¨çš„仓库大å°â€¦â€¦", "option-over-size": "仓库过大", + "option-almost-over-size": "Vault size approaching limit", "msg-largest-files": "查看最大的文件", "msg-largest-files-desc": "这些是远程仓库ä¸æœ€å 空间的文件。选ä¸å®ƒä»¬åŽï¼Œè¯·æŒ‰ä¸‹æ¸…除按钮以释放远程仓库空间。", "button-upgrade-storage": "å‡çº§å˜å‚¨", "button-purge-remote": "清除", + "button-hide-my-changes": "Hide my changes", "tooltip-purge-remote": "在远程仓库ä¸æ°¸ä¹…æ¸…é™¤å·²åˆ é™¤çš„æ–‡ä»¶ä»¥èŠ‚çœç©ºé—´ã€‚", "msg-purge-complete": "已清除。", "option-prevent-sleep": "防æ¢è®¾å¤‡ç¡çœ ", @@ -1760,6 +1791,14 @@ "option-sync-community-plugin-data-desc": "åŒæ¥å·²å®‰è£…的社区æ’件,包括æ’件ä¸çš„ `.js`ã€`.css`ã€`manifest.json`ç‰æ–‡ä»¶ï¼Œä»¥åŠæ’件的设置信æ¯ã€‚", "label-sync-introduction": "åŒæ¥æ˜¯ Obsidian æä¾›çš„é™„åŠ æœåŠ¡ï¼Œå…·æœ‰ç«¯åˆ°ç«¯åŠ 密åŠç‰ˆæœ¬åŽ†å²ç‰åŠŸèƒ½ã€‚", "label-account-required": "è¦ä½¿ç”¨åŒæ¥æœåŠ¡ï¼Œè¯·ç™»é™†æˆ–注册 Obsidian 账户。", + "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": "注册", "button-log-in": "登录", "label-manage-excluded-folders": "管ç†è¢«æŽ’除的文件夹", @@ -1782,11 +1821,13 @@ "label-leave-vault-confirmation-details": "è¿™å°†æŠŠè¯¥ä»“åº“ä»Žå…±äº«ç»™ä½ çš„ä»“åº“ä¸ç§»é™¤ï¼Œè¿™ä¸ªæ“作是永久性的且ä¸å¯é€†çš„", "label-leave-vault-confirmation-details-2": "å¦‚æžœä½ æƒ³é‡æ–°åŠ 入仓库å作,请和仓库的拥有者è”ç³»", "button-leave": "离开", + "msg-error-failed-to-fetch": "Failed to load remote vaults.", "label-require-subscription-to-connect": "ä½ éœ€è¦è´ä¹° Obsidian å‘布æœåŠ¡æ‰èƒ½åŒæ¥è¯¥ä»“库。", "option-contact-support": "获å–支æŒ", "option-contact-support-desc": "å¦‚æžœä½ åœ¨ä½¿ç”¨ Obsidian åŒæ¥æœåŠ¡è¿‡ç¨‹ä¸é‡åˆ°äº†ä»»ä½•é—®é¢˜ï¼Œè¯·è”系我们。我们的è”系方å¼æ˜¯ support@obsidian.md 。", "button-copy-debug": "å¤åˆ¶è°ƒè¯•ä¿¡æ¯", "button-email-support": "撰写求助邮件", + "label-sync-disconnected": "Sync is not connected to a remote vault.", "msg-remote-vault-limit-hit": "Obsidian Sync å…许您创建至多5个远程仓库。为了创建新的远程仓库,请先移除一个现有的远程仓库。" }, "file-recovery": { @@ -2076,6 +2117,7 @@ "option-other-placeholder": "æ ‡æ³¨ç±»åž‹..." }, "nouns": { + "count": "{{count}}", "word-with-count": "{{count}} 个è¯", "word-with-count_plural": "{{count}} 个è¯", "character-with-count": "{{count}} 个å—符", @@ -2088,6 +2130,8 @@ "folder-with-count_plural": "{{count}} 个文件夹", "backlink-with-count": "{{count}} æ¡åå‘链接", "backlink-with-count_plural": "{{count}} æ¡åå‘链接", + "tabs-with-count": "{{count}} tab", + "tabs-with-count_plural": "{{count}} tabs", "properties-with-count": "{{count}} 个文档属性", "properties-with-count_plural": "{{count}} 个文档属性", "site-with-count": "{{count}} 个网站", @@ -2097,4 +2141,4 @@ "theme-with-count": "{{count}} 个主题", "theme-with-count_plural": "{{count}} 个主题" } -} +} \ No newline at end of file