Audio download failed due to possible extension permissions error (Chrome)
- Depending on the extension's configuration, Yomichan can sometimes run into issues with
+ Depending on the extension's configuration, Yomitan can sometimes run into issues with
downloading audio files while creating Anki cards.
- This may be due to a permissions issue where Yomichan hasn't been granted access to
+ This may be due to a permissions issue where Yomitan hasn't been granted access to
the sites hosting the audio files.
@@ -48,11 +48,11 @@
If a website failes to keep its HTTPS certificate up to date,
downloads can fail because the browser flags the connection as insecure.
- This has happened occasionally for some websites that Yomichan interacts with,
+ This has happened occasionally for some websites that Yomitan interacts with,
and the issue is usually resolved within a day.
- This issue is a server-side issue that Yomichan doesn't have control over.
+ This issue is a server-side issue that Yomitan doesn't have control over.
- Yomichan requires access to all URLs in order to run scripts to scan text and show the definitions popup,
+ Yomitan requires access to all URLs in order to run scripts to scan text and show the definitions popup,
request audio for playback and download, and connect with Anki.
@@ -41,7 +41,7 @@
storage and unlimitedStorage
- Yomichan uses storage permissions in order to save extension settings and dictionary data.
+ Yomitan uses storage permissions in order to save extension settings and dictionary data.
unlimitedStorage is used to help prevent web browsers from unexpectedly
deleting dictionary data.
@@ -52,7 +52,7 @@
webRequest and webRequestBlocking
- Yomichan uses these permissions to ensure certain requests have valid and secure headers.
+ Yomitan uses these permissions to ensure certain requests have valid and secure headers.
This sometimes involves removing or changing the Origin request header,
as this can be used to fingerprint browser configuration.
@@ -67,7 +67,7 @@
declarativeNetRequest
- Yomichan uses this permission to ensure certain requests have valid and secure headers.
+ Yomitan uses this permission to ensure certain requests have valid and secure headers.
This sometimes involves removing or changing the Origin request header,
as this can be used to fingerprint browser configuration.
@@ -81,7 +81,7 @@
scripting
- Yomichan will sometimes need to inject stylesheets into webpages in order to
+ Yomitan will sometimes need to inject stylesheets into webpages in order to
properly display the search popup.
@@ -90,7 +90,7 @@
clipboardWrite
- Yomichan supports simulating the Ctrl+C (copy to clipboard) keyboard shortcut
+ Yomitan supports simulating the Ctrl+C (copy to clipboard) keyboard shortcut
when a definitions popup is open and focused.
@@ -99,9 +99,9 @@
clipboardRead(optional)
- Yomichan supports automatically opening a search window when Japanese text is copied to the clipboard
+ Yomitan supports automatically opening a search window when Japanese text is copied to the clipboard
while the browser is running, depending on how certain settings are configured.
- This allows Yomichan to support scanning text from external applications, provided there is a way
+ This allows Yomitan to support scanning text from external applications, provided there is a way
to copy text from those applications to the clipboard.
@@ -113,7 +113,7 @@
nativeMessaging(optional)
- Yomichan has the ability to communicate with an optional native messaging component in order to support
+ Yomitan has the ability to communicate with an optional native messaging component in order to support
parsing large blocks of Japanese text using
MeCab.
The installation of this component is optional and is not included by default.
@@ -127,7 +127,7 @@
webNavigation(optional)
- Yomichan may require this permission to inject content scripts for certain browsers
+ Yomitan may require this permission to inject content scripts for certain browsers
if Google Docs accessibility mode is enabled.
@@ -140,7 +140,7 @@
Allow in private windows (optional)
- When enabled, Yomichan is able to scan text and show definitions in private/incognito web browser windows.
+ When enabled, Yomitan is able to scan text and show definitions in private/incognito web browser windows.
This option can be configured from the web browser's extension settings pages.
@@ -156,7 +156,7 @@
Allow access to file URLs (optional)
- When enabled, Yomichan is able to scan text and show definitions on local HTML files located using the file://* scheme.
+ When enabled, Yomitan is able to scan text and show definitions on local HTML files located using the file://* scheme.
This option can be configured from the web browser's extension settings pages.
@@ -180,7 +180,7 @@
It may not be possible to enable this permission on Firefox for Android.
- Chromium-based browsers should not need to enable this setting since the Yomichan extension has
+ Chromium-based browsers should not need to enable this setting since the Yomitan extension has
the unlimitedStorage permission, which should prevent data deletion.[1]
- The Yomichan extension has been updated to a new version! In order to continue
+ The Yomitan extension has been updated to a new version! In order to continue
viewing definitions on this page, you must reload this tab or restart your browser.
- Clicking the Yomichan button in the browser bar will open the quick-actions popup.
+ Clicking the Yomitan button in the browser bar will open the quick-actions popup.
@@ -42,14 +42,14 @@
The question mark button will open the Information page,
- which has some helpful information and links about Yomichan.
+ which has some helpful information and links about Yomitan.
- Yomichan requires one or more dictionaries to be installed in order to look up terms, kanji, and other information.
- Several downloadable dictionaries can be found on the Yomichan homepage,
+ Yomitan requires one or more dictionaries to be installed in order to look up terms, kanji, and other information.
+ Several downloadable dictionaries can be found on the Yomitan homepage,
allowing you to choose the dictionaries most relevant for you.
Dictionaries can be configured using the button below,
or later from the the Settings page.
@@ -243,7 +243,7 @@
No dictionaries have been installed yet.
- Visit the Yomichan homepage
+ Visit the Yomitan homepage
for a list of free dictionaries or click the Import button below to select a dictionary file to import.
--
cgit v1.2.3
From defd3b6c5332f1f1bc294f06da7a03db4c5688c1 Mon Sep 17 00:00:00 2001
From: Austin S <17107540+Aquafina-water-bottle@users.noreply.github.com>
Date: Tue, 21 Mar 2023 06:08:23 -0600
Subject: Rename Yomichan -> Yomitan in settings page (#97)
* rename addon on the setting page
* Borrowed Rikaitan's settings.html renaming -> Yomitan
* updated link to point to readme, edited some extra strings to read as yomitan
* fix missed kana yomichan -> yomitan
---------
Co-authored-by: Ren Tatsumoto
---
ext/settings.html | 74 +++++++++++++++++++++++++++----------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/ext/settings.html b/ext/settings.html
index 1b5e4fd6..637b13fa 100644
--- a/ext/settings.html
+++ b/ext/settings.html
@@ -3,7 +3,7 @@
- Yomichan Settings
+ Yomitan Settings
@@ -50,7 +50,7 @@
}'
>Advanced
- About Yomichan
+ About Yomitan
@@ -58,7 +58,7 @@
-
Yomichan Settings
+
Yomitan Settings
@@ -69,7 +69,7 @@
This page is taking longer than expected to load.
- Due to a bug in Safari, it may be necessary to click the Yomichan
+ Due to a bug in Safari, it may be necessary to click the Yomitan
button in the browser bar to fully load the page
@@ -136,13 +136,13 @@
Storage
- Yomichan is using an indeterminate amount of storage.
+ Yomitan is using an indeterminate amount of storage.
- Yomichan is using approximately ? of ?.
+ Yomitan is using approximately ? of ?.
- Yomichan is permitted unlimited storage.
+ Yomitan is permitted unlimited storage.
@@ -167,7 +167,7 @@
Web browsers will sometimes clear stored data if the device is running low on storage space.
- This can result in the imported dictionaries being deleted unexpectedly, causing Yomichan to stop functioning.
+ This can result in the imported dictionaries being deleted unexpectedly, causing Yomitan to stop functioning.
Enabling persistent storage tells the browser that the data should not be deleted in those circumstances.
@@ -182,7 +182,7 @@
It may not be possible to enable Persistent Storage on Firefox for Android.
- Chromium-based browsers should not need to enable this setting since the Yomichan extension has
+ Chromium-based browsers should not need to enable this setting since the Yomitan extension has
the unlimitedStorage permission, which should prevent data deletion.[1]
@@ -1337,7 +1337,7 @@
- Yomichan is able to scan the sentence surrounding a term and parse individual words
+ Yomitan is able to scan the sentence surrounding a term and parse individual words
of the query on the search page.
This information can also be added to Anki cards to provide additional context.
@@ -1350,9 +1350,9 @@
-
Parse sentences using Yomichan's internal parser
+
Parse sentences using Yomitan's internal parser
- Sentence words are parsed using Yomichan's dictionaries.
+ Sentence words are parsed using Yomitan's dictionaries.
More…
@@ -1362,7 +1362,7 @@
- Yomichan's internal parser is a simple algorithm which can parse sentences using the installed dictionaries.
+ Yomitan's internal parser is a simple algorithm which can parse sentences using the installed dictionaries.
It works by repeatedly detecting the longest term at the start of the sentence and advancing until no text remains.
This provides decent results for the general case, but since grammatical structure is not taken into account,
it can sometimes yield incorrect segmentation.
@@ -1391,10 +1391,10 @@
MeCab is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words.
- MeCab may provide more accurate parsing results than Yomichan's internal parser.
+ MeCab may provide more accurate parsing results than Yomitan's internal parser.
- In order for Yomichan to use it, both MeCab and a native messaging component must be installed.
+ In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
A setup guide can be found here.