Ver Fonte

fixed grammar

kaori há 4 anos atrás
pai
commit
c939cd5e8a
1 ficheiros alterados com 12 adições e 12 exclusões
  1. 12 12
      packages/app/src/components/Me/EditorSettings.tsx

+ 12 - 12
packages/app/src/components/Me/EditorSettings.tsx

@@ -73,7 +73,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>ja-no-inappropriate-words</strong>
               <strong>ja-no-inappropriate-words</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <p className="form-text text-muted small">
-              Textlint rule to check for inappropriate expressions
+              Textlint rules to check for inappropriate expressions
             </p>
             </p>
           </div>
           </div>
 
 
@@ -89,7 +89,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>ja-no-mixed-period</strong>
               <strong>ja-no-mixed-period</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -105,7 +105,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>ja-no-redundant-expression</strong>
               <strong>ja-no-redundant-expression</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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.
               Redundant expressions are expressions that make sense even if they are omitted from the sentence.
             </p>
             </p>
           </div>
           </div>
@@ -122,7 +122,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>max-kanji-continuous-len</strong>
               <strong>max-kanji-continuous-len</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -154,7 +154,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>no-double-negative-ja</strong>
               <strong>no-double-negative-ja</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <p className="form-text text-muted small">
-              A textlint rule that detects double negation.
+              Textlint rules that detects double negation.
             </p>
             </p>
           </div>
           </div>
 
 
@@ -170,7 +170,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>no-doubled-conjunction</strong>
               <strong>no-doubled-conjunction</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -186,7 +186,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>no-doubled-joshi</strong>
               <strong>no-doubled-joshi</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -202,7 +202,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>no-dropping-the-ra</strong>
               <strong>no-dropping-the-ra</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -218,7 +218,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>no-hankaku-kana</strong>
               <strong>no-hankaku-kana</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -234,7 +234,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>prefer-tari-tari</strong>
               <strong>prefer-tari-tari</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <p className="form-text text-muted small">
-              A textlint rule that checks tari tari.
+              Textlint rules that checks tari tari.
             </p>
             </p>
           </div>
           </div>
 
 
@@ -267,7 +267,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>common-misspellings</strong>
               <strong>common-misspellings</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>
 
 
@@ -301,7 +301,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>sentence-length</strong>
               <strong>sentence-length</strong>
             </label>
             </label>
             <p className="form-text text-muted small">
             <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>
             </p>
           </div>
           </div>