Skip to content

Commit

Permalink
New strings for 0.12.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaxu committed Jun 28, 2021
1 parent 44c00c7 commit d53367a
Show file tree
Hide file tree
Showing 33 changed files with 3,040 additions and 283 deletions.
85 changes: 78 additions & 7 deletions ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@
"option-configure-toolbar": "Configure mobile toolbar",
"option-added-options": "Added options",
"option-more-toolbar-options": "More toolbar options",
"option-attach": "Insert attachment"
"option-attach": "Insert attachment",
"option-add-command": "Add global command",
"option-add-command-description": "Select any global command to add to the toolbar."
}
},
"editor": {
Expand Down Expand Up @@ -346,6 +348,11 @@
"setting-margin-none": "None",
"setting-downscale-percent": "Downscale percent",
"button-export-to-pdf": "Export to PDF"
},
"link-popover": {
"tooltip-follow-link": "Follow link",
"tooltip-open-link": "Open link",
"tooltip-search-tag": "Search tag"
}
},
"interface": {
Expand All @@ -372,6 +379,7 @@
"delete-action-short-name": "Delete",
"msg-indexing": "Obsidian is indexing your vault...\nThis should only happen once.\nSome functionality may not be available until this is complete.",
"msg-indexing-complete": "Indexing complete.",
"label-enter-to-create": "Enter to create",
"empty-state": {
"no-file-open": "No file is open",
"create-new-file": "Create new file",
Expand All @@ -394,15 +402,21 @@
"delete-file": "احذف الملف",
"open-in-new-pane": "افتح في لوحة جديدة",
"copy-url": "Copy url",
"close-current-pane": "Close current pane"
"close-current-pane": "Close current pane",
"copy": "Copy",
"cut": "Cut",
"paste": "Paste",
"paste-as-plain-text": "Paste as plain text",
"select-all": "Select all"
},
"tooltip": {
"click-to-expand": "إضغط للتوسيع",
"click-to-collapse": "إضغط للإغلاق",
"alias": "كنية"
"alias": "كنية",
"not-created-yet": "Not created yet, select to create"
},
"start-screen": {
"label-beta-version": "نسخة تجريبية",
"label-version": "Version",
"option-open-folder-as-vault": "Open folder as vault",
"option-open-folder-as-vault-description": "Choose an existing folder of Markdown files.",
"option-create-vault": "Create new vault",
Expand Down Expand Up @@ -480,6 +494,7 @@
"toggle-left-sidebar": "Toggle left sidebar",
"toggle-right-sidebar": "Toggle right sidebar",
"toggle-default-new-pane-mode": "Toggle default new pane mode",
"focus-editor": "Focus on editor",
"toggle-fold": "Toggle fold on the current line",
"fold-all": "Fold all headings and lists",
"unfold-all": "Unfold all headings and lists",
Expand Down Expand Up @@ -595,6 +610,8 @@
"label-match-task-todo": "Match task (todo): ",
"label-match-task-done": "Match task (done): ",
"label-match-line": "Match line: ",
"label-match-block": "Match block: ",
"label-match-section": "Match section: ",
"label-match-tag": "Match tag: ",
"label-no-matches": "No matches found.",
"matches-with-count": "... and {{count}} more match.",
Expand Down Expand Up @@ -641,7 +658,11 @@
"label-enter-to-create": "Enter to create",
"tooltip-not-created-yet": "Not created yet, select to create",
"option-show-existing-only": "Show existing only",
"option-show-existing-only-description": "Whether to show links to files that are not yet created."
"option-show-existing-only-description": "Whether to show links to files that are not yet created.",
"option-show-attachments": "Show attachments",
"option-show-attachments-desc": "Show attachment files like images, videos, and PDFs.",
"option-show-all-file-types": "Show all file types",
"option-show-all-file-types-desc": "Show all files including ones that Obsidian can't open. The file will be opened with the default app for that file type."
},
"graph-view": {
"name": "Graph view",
Expand Down Expand Up @@ -708,6 +729,7 @@
"name": "Outgoing Links",
"desc": "Show outgoing links and detect unlinked mentions of other notes in the current note.",
"action-open": "Open outgoing links",
"action-show": "Show outgoing links pane",
"action-open-for-current": "Open outgoing links for the current file",
"tab-title": "Outgoing links from {{displayText}}",
"label-links": "Links",
Expand All @@ -733,7 +755,7 @@
"label-empty-note": "\"{{linktext}}\" is not created yet. Click to create.",
"label-source-editor": "Editor",
"label-source-preview": "Preview",
"label-source-search-backlinks": "Search and Backlinks",
"label-source-search": "Search, Backlinks, and Outgoing links",
"label-require-mod": "Require {{key}} to trigger page preview on hover"
},
"starred": {
Expand Down Expand Up @@ -893,6 +915,8 @@
"name": "Templates",
"desc": "Insert template content from a folder of template files.",
"action-insert": "Insert template",
"action-insert-current-date": "Insert current date",
"action-insert-current-time": "Insert current time",
"option-template-folder-location": "Template folder location",
"option-template-folder-location-description": "Files in this folder will be available as templates.",
"option-template-date-format": "Date format",
Expand Down Expand Up @@ -1139,14 +1163,31 @@
"option-excluded-folder-desc": "Prevent certain folders from being synced.",
"option-currently-excluded-folders": " These folders currently excluded:",
"button-manage-excluded-folders": "Manage",
"option-sync-images": "Sync images",
"option-sync-image": "Sync images",
"option-sync-image-desc": "Sync image files with these extensions: {{extensions}}.",
"option-sync-audio": "Sync audio",
"option-sync-audio-desc": "Sync audio files with these extensions: {{extensions}}.",
"option-sync-video": "Sync videos",
"option-sync-video-desc": "Sync video files with these extensions: {{extensions}}.",
"option-sync-pdf": "Sync PDFs",
"option-sync-pdf-desc": "Sync PDF files.",
"option-sync-unsupported": "Sync all other types",
"option-sync-unsupported-desc": "Sync unsupported file types.",
"option-vault-config-sync": "Vault configuration sync",
"option-sync-app": "Main settings",
"option-sync-app-desc": "Enable to sync editor settings, files & links settings, custom hotkeys, etc.",
"option-sync-appearance": "Appearance settings",
"option-sync-appearance-desc": "Sync appearance settings like dark mode, active theme, and enabled snippets.",
"option-sync-appearance-data": "Themes and snippets",
"option-sync-appearance-data-desc": "Sync downloaded themes and snippets. Whether they are enabled depends on the previous setting.",
"option-sync-core-plugin": "Active core plugin list",
"option-sync-core-plugin-desc": "Sync which core plugins are enabled.",
"option-sync-core-plugin-data": "Core plugin settings",
"option-sync-core-plugin-data-desc": "Sync core plugin settings.",
"option-sync-community-plugin": "Active community plugin list",
"option-sync-community-plugin-desc": "Sync which community plugins are enabled.",
"option-sync-community-plugin-data": "Installed community plugins",
"option-sync-community-plugin-data-desc": "Sync installed community plugins (.js, .css, and manifest.json files) and their settings.",
"label-sync-introduction": "Obsidian Sync is Obsidian's add-on sync service with end-to-end encryption and version history.",
"label-account-required": "To start syncing, please log in or create a new Obsidian account.",
"button-sign-up": "Sign up",
Expand Down Expand Up @@ -1176,6 +1217,36 @@
"label-no-history-found": "No snapshots found.",
"placeholder-choose-file": "Choose a file...",
"label-select-file": "Please select a file on the left to view snapshots."
},
"note-composer": {
"name": "Note composer",
"desc": "Merge, split, and refactor notes.",
"option-confirm-file-merge": "Confirm file merge",
"option-confirm-file-merge-description": "Prompt before merge two files.",
"option-split-replacement-text": "Text after extraction",
"option-split-replacement-text-description": "What to show in place of the selected text after extracting it.",
"option-choice-split-replacement-text-link": "Link to new file",
"option-choice-split-replacement-text-embed": "Embed new file",
"option-choice-split-replacement-text-none": "None",
"option-template-file": "Template file location",
"option-template-file-description": "Template file to use when merging or extracting. Available variables: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, e.g. {{date:YYYY-MM-DD}}.",
"command-merge-file": "Merge current file with another file...",
"action-merge-file": "Merge entire file with...",
"label-no-files": "No files found.",
"instruction-navigate": "to navigate",
"instruction-merge": "to merge",
"instruction-create-new": "to create new",
"instruction-merge-at-top": "to merge at top",
"instruction-dismiss": "to dismiss",
"prompt-select-file-to-merge": "Select file to merge into...",
"label-merge-file": "Merge file",
"label-confirm-file-merge": "Are you sure you want to merge \"{{file}}\" into \"{{destination}}\"? \"{{file}}\" will be deleted.",
"button-merge": "Merge",
"button-merge-do-not-ask-again": "Merge and don't ask again",
"command-split-file": "Extract current selection...",
"instruction-append": "to move to bottom",
"instruction-prepend": "to move to top",
"msg-fail-template-file": "Failed to create daily note. Template file \"{{template}}\" not found."
}
},
"nouns": {
Expand Down
85 changes: 78 additions & 7 deletions be.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@
"option-configure-toolbar": "Configure mobile toolbar",
"option-added-options": "Added options",
"option-more-toolbar-options": "More toolbar options",
"option-attach": "Insert attachment"
"option-attach": "Insert attachment",
"option-add-command": "Add global command",
"option-add-command-description": "Select any global command to add to the toolbar."
}
},
"editor": {
Expand Down Expand Up @@ -346,6 +348,11 @@
"setting-margin-none": "None",
"setting-downscale-percent": "Downscale percent",
"button-export-to-pdf": "Export to PDF"
},
"link-popover": {
"tooltip-follow-link": "Follow link",
"tooltip-open-link": "Open link",
"tooltip-search-tag": "Search tag"
}
},
"interface": {
Expand All @@ -372,6 +379,7 @@
"delete-action-short-name": "Delete",
"msg-indexing": "Obsidian is indexing your vault...\nThis should only happen once.\nSome functionality may not be available until this is complete.",
"msg-indexing-complete": "Indexing complete.",
"label-enter-to-create": "Enter to create",
"empty-state": {
"no-file-open": "No file is open",
"create-new-file": "Create new file",
Expand All @@ -394,15 +402,21 @@
"delete-file": "Delete file",
"open-in-new-pane": "Open in new pane",
"copy-url": "Copy url",
"close-current-pane": "Close current pane"
"close-current-pane": "Close current pane",
"copy": "Copy",
"cut": "Cut",
"paste": "Paste",
"paste-as-plain-text": "Paste as plain text",
"select-all": "Select all"
},
"tooltip": {
"click-to-expand": "Click to expand",
"click-to-collapse": "Click to collapse",
"alias": "Alias"
"alias": "Alias",
"not-created-yet": "Not created yet, select to create"
},
"start-screen": {
"label-beta-version": "Beta version",
"label-version": "Version",
"option-open-folder-as-vault": "Open folder as vault",
"option-open-folder-as-vault-description": "Choose an existing folder of Markdown files.",
"option-create-vault": "Create new vault",
Expand Down Expand Up @@ -480,6 +494,7 @@
"toggle-left-sidebar": "Toggle left sidebar",
"toggle-right-sidebar": "Toggle right sidebar",
"toggle-default-new-pane-mode": "Toggle default new pane mode",
"focus-editor": "Focus on editor",
"toggle-fold": "Toggle fold on the current line",
"fold-all": "Fold all headings and lists",
"unfold-all": "Unfold all headings and lists",
Expand Down Expand Up @@ -595,6 +610,8 @@
"label-match-task-todo": "Match task (todo): ",
"label-match-task-done": "Match task (done): ",
"label-match-line": "Match line: ",
"label-match-block": "Match block: ",
"label-match-section": "Match section: ",
"label-match-tag": "Match tag: ",
"label-no-matches": "No matches found.",
"matches-with-count": "... and {{count}} more match.",
Expand Down Expand Up @@ -641,7 +658,11 @@
"label-enter-to-create": "Enter to create",
"tooltip-not-created-yet": "Not created yet, select to create",
"option-show-existing-only": "Show existing only",
"option-show-existing-only-description": "Whether to show links to files that are not yet created."
"option-show-existing-only-description": "Whether to show links to files that are not yet created.",
"option-show-attachments": "Show attachments",
"option-show-attachments-desc": "Show attachment files like images, videos, and PDFs.",
"option-show-all-file-types": "Show all file types",
"option-show-all-file-types-desc": "Show all files including ones that Obsidian can't open. The file will be opened with the default app for that file type."
},
"graph-view": {
"name": "Graph view",
Expand Down Expand Up @@ -708,6 +729,7 @@
"name": "Outgoing Links",
"desc": "Show outgoing links and detect unlinked mentions of other notes in the current note.",
"action-open": "Open outgoing links",
"action-show": "Show outgoing links pane",
"action-open-for-current": "Open outgoing links for the current file",
"tab-title": "Outgoing links from {{displayText}}",
"label-links": "Links",
Expand All @@ -733,7 +755,7 @@
"label-empty-note": "\"{{linktext}}\" is not created yet. Click to create.",
"label-source-editor": "Editor",
"label-source-preview": "Preview",
"label-source-search-backlinks": "Search and Backlinks",
"label-source-search": "Search, Backlinks, and Outgoing links",
"label-require-mod": "Require {{key}} to trigger page preview on hover"
},
"starred": {
Expand Down Expand Up @@ -893,6 +915,8 @@
"name": "Templates",
"desc": "Insert template content from a folder of template files.",
"action-insert": "Insert template",
"action-insert-current-date": "Insert current date",
"action-insert-current-time": "Insert current time",
"option-template-folder-location": "Template folder location",
"option-template-folder-location-description": "Files in this folder will be available as templates.",
"option-template-date-format": "Date format",
Expand Down Expand Up @@ -1139,14 +1163,31 @@
"option-excluded-folder-desc": "Prevent certain folders from being synced.",
"option-currently-excluded-folders": " These folders currently excluded:",
"button-manage-excluded-folders": "Manage",
"option-sync-images": "Sync images",
"option-sync-image": "Sync images",
"option-sync-image-desc": "Sync image files with these extensions: {{extensions}}.",
"option-sync-audio": "Sync audio",
"option-sync-audio-desc": "Sync audio files with these extensions: {{extensions}}.",
"option-sync-video": "Sync videos",
"option-sync-video-desc": "Sync video files with these extensions: {{extensions}}.",
"option-sync-pdf": "Sync PDFs",
"option-sync-pdf-desc": "Sync PDF files.",
"option-sync-unsupported": "Sync all other types",
"option-sync-unsupported-desc": "Sync unsupported file types.",
"option-vault-config-sync": "Vault configuration sync",
"option-sync-app": "Main settings",
"option-sync-app-desc": "Enable to sync editor settings, files & links settings, custom hotkeys, etc.",
"option-sync-appearance": "Appearance settings",
"option-sync-appearance-desc": "Sync appearance settings like dark mode, active theme, and enabled snippets.",
"option-sync-appearance-data": "Themes and snippets",
"option-sync-appearance-data-desc": "Sync downloaded themes and snippets. Whether they are enabled depends on the previous setting.",
"option-sync-core-plugin": "Active core plugin list",
"option-sync-core-plugin-desc": "Sync which core plugins are enabled.",
"option-sync-core-plugin-data": "Core plugin settings",
"option-sync-core-plugin-data-desc": "Sync core plugin settings.",
"option-sync-community-plugin": "Active community plugin list",
"option-sync-community-plugin-desc": "Sync which community plugins are enabled.",
"option-sync-community-plugin-data": "Installed community plugins",
"option-sync-community-plugin-data-desc": "Sync installed community plugins (.js, .css, and manifest.json files) and their settings.",
"label-sync-introduction": "Obsidian Sync is Obsidian's add-on sync service with end-to-end encryption and version history.",
"label-account-required": "To start syncing, please log in or create a new Obsidian account.",
"button-sign-up": "Sign up",
Expand Down Expand Up @@ -1176,6 +1217,36 @@
"label-no-history-found": "No snapshots found.",
"placeholder-choose-file": "Choose a file...",
"label-select-file": "Please select a file on the left to view snapshots."
},
"note-composer": {
"name": "Note composer",
"desc": "Merge, split, and refactor notes.",
"option-confirm-file-merge": "Confirm file merge",
"option-confirm-file-merge-description": "Prompt before merge two files.",
"option-split-replacement-text": "Text after extraction",
"option-split-replacement-text-description": "What to show in place of the selected text after extracting it.",
"option-choice-split-replacement-text-link": "Link to new file",
"option-choice-split-replacement-text-embed": "Embed new file",
"option-choice-split-replacement-text-none": "None",
"option-template-file": "Template file location",
"option-template-file-description": "Template file to use when merging or extracting. Available variables: {{content}}, {{fromTitle}}, {{newTitle}}, {{date:FORMAT}}, e.g. {{date:YYYY-MM-DD}}.",
"command-merge-file": "Merge current file with another file...",
"action-merge-file": "Merge entire file with...",
"label-no-files": "No files found.",
"instruction-navigate": "to navigate",
"instruction-merge": "to merge",
"instruction-create-new": "to create new",
"instruction-merge-at-top": "to merge at top",
"instruction-dismiss": "to dismiss",
"prompt-select-file-to-merge": "Select file to merge into...",
"label-merge-file": "Merge file",
"label-confirm-file-merge": "Are you sure you want to merge \"{{file}}\" into \"{{destination}}\"? \"{{file}}\" will be deleted.",
"button-merge": "Merge",
"button-merge-do-not-ask-again": "Merge and don't ask again",
"command-split-file": "Extract current selection...",
"instruction-append": "to move to bottom",
"instruction-prepend": "to move to top",
"msg-fail-template-file": "Failed to create daily note. Template file \"{{template}}\" not found."
}
},
"nouns": {
Expand Down
Loading

0 comments on commit d53367a

Please sign in to comment.