-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nan-TW to 1.4.5 template (#843)
- Loading branch information
Showing
1 changed file
with
141 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,13 @@ | |
"option-readable-line-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.", | ||
"option-strict-line-break": "Strict line breaks", | ||
"option-strict-line-break-description": "In preview mode, ignore single line breaks according to the Markdown specs. Turn this off for single line breaks to show in preview.", | ||
"option-show-frontmatter": "Show frontmatter", | ||
"option-show-frontmatter-description": "In preview mode, show frontmatter as a code block. Turn off to hide frontmatter section.", | ||
"option-properties-in-document": "Properties in document", | ||
"option-properties-in-document-description": "Choose how properties are displayed within the editor. Select \"source\" to have the properties displayed as YAML.", | ||
"option-properties-hidden": "Hidden", | ||
"option-properties-visible": "Visible", | ||
"option-properties-source": "Source", | ||
"option-show-file-properties": "Show properties in document", | ||
"option-show-file-properties-description": "Show the properties section at the top of the file.", | ||
"option-auto-pair-brackets": "Auto pair brackets", | ||
"option-auto-pair-brackets-description": "Pair brackets and quotes automatically.", | ||
"option-auto-pair-markdown": "Auto pair Markdown syntax", | ||
|
@@ -187,6 +192,9 @@ | |
"option-frame-hidden": "Hidden (default)", | ||
"option-frame-obsidian": "Obsidian frame", | ||
"option-frame-native": "Native frame", | ||
"option-custom-icon": "Custom app icon", | ||
"option-custom-icon-desc": "Set a custom icon for the app", | ||
"button-choose-custom-icon": "Choose custom icon", | ||
"option-configure-ribbon": "Ribbon menu", | ||
"option-configure-ribbon-desc": "Configure what commands appear in the ribbon menu in that navigation bar.", | ||
"option-mobile-quick-ribbon-item": "Quick access ribbon item", | ||
|
@@ -271,7 +279,8 @@ | |
"option-catalyst": "Catalyst license", | ||
"option-catalyst-desc": "You currently have the {{tier}} Catalyst license. Thanks for your support!", | ||
"option-catalyst-desc-no-license": "You don't have a Catalyst license right now. Catalyst license is a one-time donation to support Obsidian development.", | ||
"label-app": "App" | ||
"label-app": "App", | ||
"label-add-own-language": "See how to add your language to Obsidian." | ||
}, | ||
"account": { | ||
"name": "Account", | ||
|
@@ -299,7 +308,10 @@ | |
"message-empty-password": "Password cannot be empty.", | ||
"message-login-failed": "Login failed, please double-check your email and password.", | ||
"label-no-account": "Don't have an account? ", | ||
"link-sign-up-now": "Sign up now" | ||
"link-sign-up-now": "Sign up now", | ||
"label-mfa-code": "6-digit 2FA code", | ||
"mfa-wrong-format": "The 2FA authenticator code must be 6 digits.", | ||
"mfa-verification-failed": "2FA code is incorrect, please double check your authenticator app." | ||
}, | ||
"core-plugin": { | ||
"plugin-list": "Plugin list", | ||
|
@@ -408,6 +420,8 @@ | |
"option-highlight": "Toggle highlight", | ||
"option-code": "Toggle code", | ||
"option-blockquote": "Toggle blockquote", | ||
"option-inline-math": "Toggle inline math", | ||
"option-math-block": "Toggle math block", | ||
"option-markdown-link": "Add Markdown link", | ||
"option-bullet-list": "Toggle bullet list", | ||
"option-numbered-list": "Toggle numbered list", | ||
|
@@ -552,6 +566,7 @@ | |
"link-tab": "Link with tab...", | ||
"toggle-source-mode": "Source mode", | ||
"toggle-reading-view": "Reading view", | ||
"add-property": "Add file property", | ||
"delete-file": "Delete file", | ||
"create-file": "Create this file", | ||
"open-link": "Open link", | ||
|
@@ -706,6 +721,9 @@ | |
"change-theme": "Change theme", | ||
"search-current-file": "Search current file", | ||
"search-replace-current-file": "Search & replace in current file", | ||
"add-property": "Add file property", | ||
"edit-property": "Edit file property", | ||
"clear-properties": "Clear file properties", | ||
"open-settings": "Open settings", | ||
"open-help": "Open help", | ||
"toggle-edit": "Toggle editing/reading view", | ||
|
@@ -721,6 +739,7 @@ | |
"toggle-right-sidebar": "Toggle right sidebar", | ||
"toggle-default-new-tab-mode": "Toggle default mode for new tabs", | ||
"focus-editor": "Focus on editor", | ||
"toggle-fold-properties": "Toggle fold properties in current file", | ||
"toggle-fold": "Toggle fold on the current line", | ||
"fold-all": "Fold all headings and lists", | ||
"unfold-all": "Unfold all headings and lists", | ||
|
@@ -740,6 +759,8 @@ | |
"toggle-checklist": "Toggle checklist status", | ||
"cycle-list-checklist": "Cycle bullet/checkbox", | ||
"insert-callout": "Insert callout", | ||
"insert-code-block": "Insert code block", | ||
"insert-math-block": "Insert math block", | ||
"edit-file-title": "Edit file title", | ||
"copy-path": "Copy file path", | ||
"copy-url": "Copy obsidian url", | ||
|
@@ -756,7 +777,12 @@ | |
"toggle-preview": "Toggle edit/preview mode", | ||
"move-to-new-window": "Move current pane to new window", | ||
"open-in-new-window": "Open current pane in new window", | ||
"rename-current-file": "Rename current file" | ||
"rename-current-file": "Rename current file", | ||
"go-to-prev-tab": "Go to previous tab", | ||
"go-to-next-tab": "Go to next tab", | ||
"go-to-last-tab": "Go to last tab", | ||
"go-to-nth-tab": "Go to tab #{{n}}", | ||
"show-release-notes": "Show release notes" | ||
}, | ||
"dialogue": { | ||
"label-link-affected": "This will affect {{links}} in {{files}}.", | ||
|
@@ -785,6 +811,7 @@ | |
"button-save": "Save", | ||
"button-stop": "Stop", | ||
"button-continue": "Continue", | ||
"button-choose": "Choose", | ||
"preparing-pdf": "Preparing PDF...", | ||
"label-rename-file": "Rename file", | ||
"label-rename-file-generic": "File name", | ||
|
@@ -810,16 +837,21 @@ | |
"no-heading": "No Heading", | ||
"insert-quote": "Quote", | ||
"export-pdf": "Export PDF", | ||
"insert-attachment": "Insert Attachment...", | ||
"insert-codeblock": "Code Block", | ||
"insert-math-block": "Math Block", | ||
"toggle-bullet-list": "Bullet List", | ||
"toggle-numbered-list": "Numbered List", | ||
"toggle-checklist": "Task List", | ||
"toggle-bold": "Bold", | ||
"toggle-code": "Code", | ||
"toggle-comment": "Comment", | ||
"toggle-italics": "Italics", | ||
"toggle-inline-math": "Math", | ||
"toggle-highlight": "Highlight", | ||
"toggle-strikethrough": "Strikethrough", | ||
"toggle-comments": "Comment", | ||
"folding-menu": "Folding", | ||
"fold-all": "Fold All", | ||
"unfold-all": "Unfold All", | ||
"fold-more": "Fold More", | ||
|
@@ -904,6 +936,7 @@ | |
"label-match-text": "Matches text: ", | ||
"label-match-regex": "Matches regex: ", | ||
"label-match-exact-text": "Contains exact text: ", | ||
"label-match-property": "Contains property:", | ||
"label-match-all": "Match all of: ", | ||
"label-match-any": "Match any of: ", | ||
"label-excluding": "Excluding: ", | ||
|
@@ -940,6 +973,8 @@ | |
"option-choice-list-style-numbered": "Numbered", | ||
"tooltip-clear-search": "Clear search", | ||
"label-search-options": "Search options", | ||
"label-properties-group": "Properties", | ||
"label-tags-group": "Tags", | ||
"tooltip-read-more": "Read more", | ||
"label-history": "History", | ||
"tooltip-clear-history": "Clear search history", | ||
|
@@ -948,6 +983,7 @@ | |
"label-tag-option-description": "search for tags", | ||
"label-line-option-description": "search keywords on same line", | ||
"label-section-option-description": "search keywords under same heading", | ||
"label-property-option-description": "match property", | ||
"menu-opt-search-for": "Search for \"{{keyword}}\"" | ||
}, | ||
"quick-switcher": { | ||
|
@@ -1054,6 +1090,7 @@ | |
}, | ||
"tag-pane": { | ||
"name": "Tag pane", | ||
"short-name": "Tags", | ||
"desc": "Displays all your tags along with their number of occurrences.", | ||
"action-show": "Show tag pane", | ||
"label-no-tags": "No tags found.", | ||
|
@@ -1065,6 +1102,25 @@ | |
"action-collapse-all": "Collapse all", | ||
"action-expand-all": "Expand all" | ||
}, | ||
"properties": { | ||
"name": "Properties view", | ||
"desc": "Show the metadata for your files.", | ||
"name-global": "All properties", | ||
"name-local": "File properties", | ||
"tab-title": "File properties for {{displayText}}", | ||
"action-show": "Show all properties", | ||
"action-show-local": "Show file properties", | ||
"action-edit": "Edit", | ||
"opt-unassign-type": "Unassign type", | ||
"label-no-properties": "No properties found.", | ||
"label-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)", | ||
"action-collapse-all": "Collapse all", | ||
"action-expand-all": "Expand all", | ||
"action-open-local": "Open file properties" | ||
}, | ||
"page-preview": { | ||
"name": "Page preview", | ||
"desc": "Preview a note when hovering an internal link. Ctrl/Cmd + hover in editor mode.", | ||
|
@@ -1082,6 +1138,7 @@ | |
"action-new-bookmark": "Bookmark the active tab...", | ||
"action-new-group": "New bookmark group", | ||
"action-bookmark": "Bookmark...", | ||
"action-add-bookmark": "Add bookmark", | ||
"action-edit-bookmark": "Edit bookmark", | ||
"action-bookmark-block": "Bookmark block under cursor...", | ||
"action-bookmark-heading": "Bookmark heading under cursor...", | ||
|
@@ -1094,12 +1151,14 @@ | |
"label-bookmark-with-count": "{{count}} bookmark", | ||
"label-bookmark-with-count_plural": "{{count}} bookmarks", | ||
"label-no-bookmarks": "No bookmarks found", | ||
"label-untitled-folder": "Untitled folder", | ||
"label-invalid-data": "Failed to load bookmarks.", | ||
"label-invalid-data-desc": "The data file is corrupted.", | ||
"label-untitled-group": "Untitled group", | ||
"label-untitled-graph": "Untitled Graph", | ||
"menu-opt-edit": "Edit...", | ||
"menu-opt-new-folder": "New folder", | ||
"menu-opt-remove": "Remove", | ||
"menu-opt-rename": "Rename", | ||
"menu-opt-bookmark-block": "Bookmark this block...", | ||
"menu-opt-bookmark-heading": "Bookmark this heading...", | ||
"msg-no-search-query": "No search query to bookmark.", | ||
"option-path": "Path", | ||
|
@@ -1515,6 +1574,7 @@ | |
"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-renamed-from": "This file was renamed from \"{{filepath}}\"", | ||
"label-no-earlier-version": "There were no earlier versions of this file.", | ||
"label-empty-file": "Empty", | ||
"label-setting-files": "Setting files", | ||
|
@@ -1543,6 +1603,9 @@ | |
"label-remote-vaults": "Your remote vaults", | ||
"label-vault-created-time": "Created {{time}}", | ||
"tooltip-delete-remote-vault": "Delete", | ||
"tooltip-rename-remote-vault": "Rename", | ||
"label-rename-remote-vault": "Rename remote vault \"{{name}}\"", | ||
"label-rename-remote-vault-desc": "Enter a new name for this remote vault.", | ||
"tooltip-manage-sharing": "Manage sharing", | ||
"label-confirm-delete-remote-vault": "Confirm delete vault", | ||
"label-confirm-delete-remote-vault-question": "Are you sure you want to delete this remote vault?", | ||
|
@@ -1584,6 +1647,7 @@ | |
"button-restore-selected-files": "Restore selected files", | ||
"msg-restoring": "Restoring...", | ||
"msg-restoring-complete": "`Restore complete: {{succeeded}} succeeded and {{failed}} failed.`", | ||
"option-vault-size": "Vault size", | ||
"option-over-size": "Vault size over limit", | ||
"option-over-size-desc": "Your vault is at {{size}} out of {{limit}}.", | ||
"msg-largest-files": "View largest files", | ||
|
@@ -1654,6 +1718,7 @@ | |
"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 [email protected].", | ||
"button-copy-debug": "Copy debug info", | ||
"button-email-support": "Email support", | ||
"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." | ||
}, | ||
|
@@ -1701,7 +1766,6 @@ | |
"label-merge-file": "Merge file", | ||
"label-confirm-file-merge": "Are you sure you want to merge \"{{file}}\" into \"{{destination}}\"? \"{{file}}\" will be deleted.", | ||
"button-merge": "Merge", | ||
"button-merge-do-not-ask-again": "Merge and don't ask again", | ||
"command-split-file": "Extract current selection...", | ||
"command-extract-heading": "Extract this heading...", | ||
"instruction-append": "to move to bottom", | ||
|
@@ -1834,6 +1898,73 @@ | |
"msg-export-failed-empty-canvas": "Cannot export an empty canvas" | ||
} | ||
}, | ||
"pdf": { | ||
"action-highlight-all": "Highlight all", | ||
"action-match-diacritics": "Match diacritics", | ||
"action-whole-words": "Whole words", | ||
"action-show-thumbnails": "Thumbnails", | ||
"action-show-outline": "Table of contents", | ||
"action-reveal-in-outline": "Reveal page in table of contents", | ||
"action-toggle-sidebar": "Toggle sidebar", | ||
"action-previous-page": "Previous page", | ||
"action-next-page": "Next page", | ||
"action-fit-width": "Fit width", | ||
"action-fit-height": "Fit height", | ||
"action-save-p-d-f-location": "Save current position in document", | ||
"action-copy-annotation": "Copy annotation", | ||
"action-copy-quote": "Copy as quote", | ||
"action-copy-selection-link": "Copy link to selection", | ||
"action-copy-annot-link": "Copy link to annotation", | ||
"action-copy-section-link": "Copy link to section", | ||
"action-copy-section-link-title": "Copy link to “{{title}}”", | ||
"action-copy-page-link": "Copy link to page {{page}}", | ||
"msg-max-search-results": "{{current}} of over {{limit}} matches", | ||
"msg-search-count": "{{current}} of {{total}} match", | ||
"msg-search-count_plural": "{{current}} of {{total}} matches", | ||
"msg-password-protected": "This PDF is password protected", | ||
"msg-invalid-password": "Invalid password", | ||
"msg-enter-password": "Enter the password below", | ||
"label-of-pages": "of {{count}}", | ||
"label-page-of-pages": "({{current}} of {{count}})", | ||
"label-spread-single": "Single page", | ||
"label-spread-odd": "Two page (odd)", | ||
"label-spread-even": "Two page (even)", | ||
"tooltip-sidebar-options": "Sidebar options", | ||
"tooltip-display-options": "Display options", | ||
"label-adapt-to-theme": "Adapt to theme", | ||
"label-page": "page {{page}}", | ||
"page_landmark": "Page {{page}}", | ||
"thumb_page_title": "Page {{page}}", | ||
"thumb_page_canvas": "Page {{page}}", | ||
"text_annotation_type": "[{{type}} Annotation]", | ||
"annotation_date_string": "{{date}}, {{time}}" | ||
}, | ||
"properties": { | ||
"types": { | ||
"option-multitext": "List", | ||
"option-unknown": "Unknown", | ||
"option-text": "Text", | ||
"option-aliases": "Aliases", | ||
"option-tags": "Tags", | ||
"option-date": "Date", | ||
"option-datetime": "Date & time", | ||
"option-number": "Number", | ||
"option-checkbox": "Checkbox" | ||
}, | ||
"value-suggestion": { | ||
"key-link-note": "Type [[", | ||
"instruction-link-note": "to link note", | ||
"instruction-dismiss": "to dismiss" | ||
}, | ||
"option-property-type": "Property type", | ||
"msg-invalid-tag": "Invalid tag name", | ||
"msg-invalid-number": "Invalid number", | ||
"label-no-value": "No value", | ||
"label-heading": "Properties", | ||
"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." | ||
}, | ||
"nouns": { | ||
"word-with-count": "{{count}} word", | ||
"word-with-count_plural": "{{count}} words", | ||
|
@@ -1847,6 +1978,8 @@ | |
"folder-with-count_plural": "{{count}} folders", | ||
"backlink-with-count": "{{count}} backlink", | ||
"backlink-with-count_plural": "{{count}} backlinks", | ||
"properties-with-count": "{{count}} property", | ||
"properties-with-count_plural": "{{count}} properties", | ||
"site-with-count": "{{count}} site", | ||
"site-with-count_plural": "{{count}} sites", | ||
"plugin-with-count": "{{count}} plugin", | ||
|