Skip to content

Commit 2083443

Browse files
authored
Merge pull request #2408 from duianto/patch-1
Fix typos
2 parents 69d9b8c + 65f4c9f commit 2083443

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/lang/locale/en.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default {
158158
CONVERT_FILE: "Convert to new format",
159159
BACKUP_AVAILABLE: "We encountered an error while loading your drawing. This might have occurred if Obsidian unexpectedly closed during a save operation. For example, if you accidentally closed Obsidian on your mobile device while saving.<br><br><b>GOOD NEWS:</b> Fortunately, a local backup is available. However, please note that if you last modified this drawing on a different device (e.g., tablet) and you are now on your desktop, that other device likely has a more recent backup.<br><br>I recommend trying to open the drawing on your other device first and restore the backup from its local storage.<br><br>Would you like to load the backup?",
160160
BACKUP_RESTORED: "Backup restored",
161-
BACKUP_SAVE_AS_FILE: "This drawing is empty. A non-empty backup is avalable. Would you like to resture it as a new file and open it in a new tab?",
161+
BACKUP_SAVE_AS_FILE: "This drawing is empty. A non-empty backup is available. Would you like to restore it as a new file and open it in a new tab?",
162162
BACKUP_SAVE: "Restore",
163163
BACKUP_DELETE: "Delete Backup",
164164
BACKUP_CANCEL: "Cancel",
@@ -210,7 +210,7 @@ export default {
210210
CROP_SUFFIX_NAME: "Crop file suffix",
211211
CROP_SUFFIX_DESC:
212212
"The last part of the filename for new drawings created when cropping an image. " +
213-
"Leave empty if you don't need a sufix.",
213+
"Leave empty if you don't need a suffix.",
214214
CROP_PREFIX_NAME: "Crop file prefix",
215215
CROP_PREFIX_DESC:
216216
"The first part of the filename for new drawings created when cropping an image. " +
@@ -225,7 +225,7 @@ export default {
225225
"Leave empty if you don't need a prefix.",
226226
ANNOTATE_PRESERVE_SIZE_NAME: "Preserve image size when annotating",
227227
ANNOTATE_PRESERVE_SIZE_DESC:
228-
"When annotating an image in markdown the replacment image link will include the width of the original image.",
228+
"When annotating an image in markdown the replacement image link will include the width of the original image.",
229229
CROP_FOLDER_NAME: "Crop file folder (CaSE senSItive!)",
230230
CROP_FOLDER_DESC:
231231
"Default location for new drawings created when cropping an image. If empty, drawings will be created following the Vault attachments settings.",
@@ -245,7 +245,7 @@ export default {
245245
"Template.md, the setting would be: Excalidraw/Template.md (or just Excalidraw/Template - you may omit the .md file extension). " +
246246
"If you are using Excalidraw in compatibility mode, then your template must be a legacy Excalidraw file as well " +
247247
"such as Excalidraw/Template.excalidraw. <br><b>Template Folder:</b> You can also set a folder as your template. " +
248-
"In this case you will be prompted which tempalte to use when creating a new drawing.<br>" +
248+
"In this case you will be prompted which template to use when creating a new drawing.<br>" +
249249
"<b>Pro Tip:</b> If you are using the Obsidian Templater plugin, you can add Templater code to your different Excalidraw " +
250250
"templates to automate configuration of your drawings.",
251251
SCRIPT_FOLDER_NAME: "Excalidraw Automate script folder (CASE SeNSitiVE!)",
@@ -357,7 +357,7 @@ FILENAME_HEAD: "Filename",
357357
LEFTHANDED_MODE_NAME: "Left-handed mode",
358358
LEFTHANDED_MODE_DESC:
359359
"Currently only has effect in tray-mode. If turned on, the tray will be on the right side." +
360-
"<br><b><u>Toggle ON:</u></b> Left-handed mode.<br><b><u>Toggle OFF:</u></b> Right-handed moded",
360+
"<br><b><u>Toggle ON:</u></b> Left-handed mode.<br><b><u>Toggle OFF:</u></b> Right-handed mode.",
361361
IFRAME_MATCH_THEME_NAME: "Markdown embeds to match Excalidraw theme",
362362
IFRAME_MATCH_THEME_DESC:
363363
"<b><u>Toggle ON:</u></b> Set this to true if for example you are using Obsidian in dark-mode but use excalidraw with a light background. " +
@@ -411,7 +411,7 @@ FILENAME_HEAD: "Filename",
411411
"⚠️ You must close and reopen the Excalidraw/markdown file for changes to take effect. ⚠️",
412412
HOTKEY_OVERRIDE_HEAD: "Hotkey overrides",
413413
HOTKEY_OVERRIDE_DESC: `Some of the Excalidraw hotkeys such as <code>${labelCTRL()}+Enter</code> to edit text or <code>${labelCTRL()}+K</code> to create an element link ` +
414-
"conflict with Obsidian hotkey settings. The hotkey combinations you add below will override Obsidian's hotkey settings while useing Excalidraw, thus " +
414+
"conflict with Obsidian hotkey settings. The hotkey combinations you add below will override Obsidian's hotkey settings while using Excalidraw, thus " +
415415
`you can add <code>${labelCTRL()}+G</code> if you want to default to Group Object in Excalidraw instead of opening Graph View.`,
416416
THEME_HEAD: "Theme and styling",
417417
ZOOM_HEAD: "Zoom",
@@ -546,7 +546,7 @@ FILENAME_HEAD: "Filename",
546546
"Use the <code>http://iframely.server.crestify.com/iframely?url=</code> to get title of page when dropping a link into Excalidraw",
547547
PDF_TO_IMAGE: "PDF to Image",
548548
PDF_TO_IMAGE_SCALE_NAME: "PDF to Image conversion scale",
549-
PDF_TO_IMAGE_SCALE_DESC: "Sets the resolution of the image that is generated from the PDF page. Higher resolution will result in bigger images in memory and consequently a higher load on your system (slower performance), but sharper imagee. " +
549+
PDF_TO_IMAGE_SCALE_DESC: "Sets the resolution of the image that is generated from the PDF page. Higher resolution will result in bigger images in memory and consequently a higher load on your system (slower performance), but sharper image. " +
550550
"Additionally, if you want to copy PDF pages (as images) to Excalidraw.com, the bigger image size may result in exceeding the 2MB limit on Excalidraw.com.",
551551
EMBED_TOEXCALIDRAW_HEAD: "Embed files into Excalidraw",
552552
EMBED_TOEXCALIDRAW_DESC: "In the Embed Files section of Excalidraw Settings, you can configure how various files are embedded into Excalidraw. This includes options for embedding interactive markdown files, PDFs, and markdown files as images.",
@@ -706,7 +706,7 @@ FILENAME_HEAD: "Filename",
706706
DUMMY_TEXT_ELEMENT_LINT_SUPPORT_NAME: "Linter compatibility",
707707
DUMMY_TEXT_ELEMENT_LINT_SUPPORT_DESC: "Excalidraw is sensitive to the file structure below <code># Excalidraw Data</code>. Automatic linting of documents can create errors in Excalidraw Data. " +
708708
"While I've made some effort to make the data loading resilient to " +
709-
"lint changes, this solution is not foolproof.<br><mark>The best is to avoid liniting or otherwise automatically changing Excalidraw documents using different plugins.</mark><br>" +
709+
"lint changes, this solution is not foolproof.<br><mark>The best is to avoid linting or otherwise automatically changing Excalidraw documents using different plugins.</mark><br>" +
710710
"Use this setting if for good reasons you have decided to ignore my recommendation and configured linting of Excalidraw files.<br> " +
711711
"The <code>## Text Elements</code> section is sensitive to empty lines. A common linting approach is to add an empty line after section headings. In case of Excalidraw this will break/change the first text element in your drawing. " +
712712
"To overcome this, you can enable this setting. When enabled, Excalidraw will add a dummy element to the beginning of <code>## Text Elements</code> that the linter can safely modify." ,
@@ -823,10 +823,10 @@ FILENAME_HEAD: "Filename",
823823
<strong>Note:</strong> If you're using Obsidian Sync and want to synchronize these font files across your devices, ensure that Obsidian Sync is set to synchronize "All other file types".`,
824824
LOAD_CHINESE_FONTS_NAME: "Load Chinese fonts from file at startup",
825825
LOAD_JAPANESE_FONTS_NAME: "Load Japanese fonts from file at startup",
826-
LOAD_KOREAN_FONTS_NAME: "Load Korean fonts frome file at startup",
826+
LOAD_KOREAN_FONTS_NAME: "Load Korean fonts from file at startup",
827827
SCRIPT_SETTINGS_HEAD: "Settings for installed Scripts",
828828
SCRIPT_SETTINGS_DESC: "Some of the Excalidraw Automate Scripts include settings. Settings are organized by script. Settings will only become visible in this list after you have executed the newly downloaded script once.",
829-
TASKBONE_HEAD: "Taskbone Optical Character Recogntion",
829+
TASKBONE_HEAD: "Taskbone Optical Character Recognition",
830830
TASKBONE_DESC: "This is an experimental integration of optical character recognition into Excalidraw. Please note, that taskbone is an independent external service not provided by Excalidraw, nor the Excalidraw-Obsidian plugin project. " +
831831
"The OCR service will grab legible text from freedraw lines and embedded pictures on your canvas and place the recognized text in the frontmatter of your drawing as well as onto clipboard. " +
832832
"Having the text in the frontmatter will enable you to search in Obsidian for the text contents of these. " +
@@ -835,7 +835,7 @@ FILENAME_HEAD: "Filename",
835835
TASKBONE_ENABLE_DESC: "By enabling this service your agree to the Taskbone <a href='https://www.taskbone.com/legal/terms/' target='_blank'>Terms and Conditions</a> and the " +
836836
"<a href='https://www.taskbone.com/legal/privacy/' target='_blank'>Privacy Policy</a>.",
837837
TASKBONE_APIKEY_NAME: "Taskbone API Key",
838-
TASKBONE_APIKEY_DESC: "Taskbone offers a free service with a reasonable number of scans per month. If you want to use this feature more frequently, or you want to supoprt " +
838+
TASKBONE_APIKEY_DESC: "Taskbone offers a free service with a reasonable number of scans per month. If you want to use this feature more frequently, or you want to support " +
839839
"the developer of Taskbone (as you can imagine, there is no such thing as 'free', providing this awesome OCR service costs some money to the developer of Taskbone), you can " +
840840
"purchase a paid API key from <a href='https://www.taskbone.com/' target='_blank'>taskbone.com</a>. In case you have purchased a key, simply overwrite this auto generated free-tier API-key with your paid key.",
841841

@@ -880,7 +880,7 @@ FILENAME_HEAD: "Filename",
880880

881881
//ExcalidrawData.ts
882882
LOAD_FROM_BACKUP: "Excalidraw file was corrupted. Loading from backup file.",
883-
FONT_LOAD_SLOW: "Loading Fonts...\n\n This is taking longer than expected. If this delay occurs regulary then you may download the fonts locally to your Vault. \n\n" +
883+
FONT_LOAD_SLOW: "Loading Fonts...\n\n This is taking longer than expected. If this delay occurs regularly then you may download the fonts locally to your Vault. \n\n" +
884884
"(click=dismiss, right-click=Info)",
885885
FONT_INFO_TITLE: "Starting v2.5.3 fonts load from the Internet",
886886
FONT_INFO_DETAILED: `

0 commit comments

Comments
 (0)