|
|
@@ -73,7 +73,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>ja-no-inappropriate-words</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- Textlint rule to check for inappropriate expressions
|
|
|
+ Textlint rules to check for inappropriate expressions
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -89,7 +89,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>ja-no-mixed-period</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A rule to check that a paragraph always has a punctuation mark at the end
|
|
|
+ Textlint rules to check that a paragraph always has a punctuation mark at the end
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -105,7 +105,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>ja-no-redundant-expression</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that prohibits redundant expressions.
|
|
|
+ Textlint rules that prohibits redundant expressions.
|
|
|
Redundant expressions are expressions that make sense even if they are omitted from the sentence.
|
|
|
</p>
|
|
|
</div>
|
|
|
@@ -122,7 +122,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>max-kanji-continuous-len</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- {t('admin:app_setting.file_delivery_method_redirect_info')}
|
|
|
+ Textlint rules that limits the maximum number of consecutive Kanji.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -154,7 +154,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>no-double-negative-ja</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that detects double negation.
|
|
|
+ Textlint rules that detects double negation.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -170,7 +170,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>no-doubled-conjunction</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- This module is a textlint plugin to check duplicated same conjunctions.
|
|
|
+ Textlint rules to check duplicated same conjunctions.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -186,7 +186,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>no-doubled-joshi</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that checks that the same particle appears consecutively in one sentence.
|
|
|
+ Textlint rules that checks that the same particle appears consecutively in one sentence.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -202,7 +202,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>no-dropping-the-ra</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that detects the word dropping the ra.
|
|
|
+ Textlint rules that detects the word dropping the ra.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -218,7 +218,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>no-hankaku-kana</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that disallow to use Half-width kana.
|
|
|
+ Textlint rules that disallow to use Half-width kana.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -234,7 +234,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>prefer-tari-tari</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that checks tari tari.
|
|
|
+ Textlint rules that checks tari tari.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -267,7 +267,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>common-misspellings</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule to find common misspellings from Wikipedia: Lists of common misspellings.
|
|
|
+ Textlint rules to find common misspellings from Wikipedia: Lists of common misspellings.
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -301,7 +301,7 @@ export const EditorSettings: FC<Props> = () => {
|
|
|
<strong>sentence-length</strong>
|
|
|
</label>
|
|
|
<p className="form-text text-muted small">
|
|
|
- A textlint rule that limit Maximum Length of Sentence.
|
|
|
+ Textlint rules that limit Maximum Length of Sentence.
|
|
|
</p>
|
|
|
</div>
|
|
|
|