kaori пре 4 година
родитељ
комит
ac24cfa018

+ 1 - 1
packages/app/resource/locales/en_US/translation.json

@@ -270,7 +270,7 @@
       "ja_no_inappropriate_words": "Textlint rules to check for inappropriate expressions",
       "ja_no_mixed_period": "Textlint rules to check that a paragraph always has a punctuation mark at the end.",
       "ja_no_redundant_expression": "Textlint rules that prohibits redundant expressions. Redundant expressions are expressions that make sense even if they are omitted from the sentence.",
-      "max_kanji_continuous_len": "Textlint rules that limits the maximum number of consecutive Kanji.",
+      "max_kanji_continuous_len": "Textlint rules that limits the maximum number of consecutive Kanji. Default: 5",
       "max_ten": "Textlint rule is that limit maximum ten(、) count of sentence.",
       "no_double_negative_ja": "Textlint rules that detects double negation.",
       "no_doubled_conjunction": "Textlint rules to check duplicated same conjunctions.",

+ 2 - 2
packages/app/resource/locales/ja_JP/translation.json

@@ -273,9 +273,9 @@
       "ja_no_inappropriate_words": "不適切表現をチェックします。",
       "ja_no_mixed_period": "パラグラフの末尾に必ず句点記号を付けていることをチェックします。",
       "ja_no_redundant_expression": "冗長な表現を禁止します。冗長な表現とは、その文から省いても意味が通じるような表現を示しています。",
-      "max_kanji_continuous_len": "漢字が連続する最大文字数を制限するtextlintルールです。",
+      "max_kanji_continuous_len": "漢字が連続する最大文字数を制限します。初期値: 5。",
       "max_ten": "一文に利用できる、の数を制限します。一文の読点の数が多いと冗長で読みにくい文章となるため、読点の数を一定数以下にするルールです。 読点の数を減らすためには、句点(。)で文を区切る必要があります。",
-      "no_double_negative_ja": "二重否定 を検出するtextlintルールです。",
+      "no_double_negative_ja": "二重否定を検出します。",
       "no_doubled_conjunction": "同じ接続詞が連続して出現していないかどうかをチェックします。",
       "no_doubled_joshi": "1つの文中に同じ助詞が連続して出てくるのをチェックします。",
       "no_dropping_the_ra": "ら抜き言葉を検出します。",

+ 1 - 1
packages/app/resource/locales/zh_CN/translation.json

@@ -252,7 +252,7 @@
       "ja_no_inappropriate_words": "Textlint 规则来检查不适当的表达",
       "ja_no_mixed_period": "Textlint 规则用于检查段落末尾是否总是有标点符号。",
       "ja_no_redundant_expression": "禁止冗余表达式的 Textlint 规则。冗余表达式是即使从句子中省略也有意义的表达式。",
-      "max_kanji_continuous_len": "限制连续汉字的最大数量的 Textlint 规则。",
+      "max_kanji_continuous_len": "限制连续汉字的最大数量的 Textlint 规则。默认:5。",
       "max_ten": "Textlint 规则是限制句子的最大十(、)个计数。",
       "no_double_negative_ja": "检测双重否定的 Textlint 规则。",
       "no_doubled_conjunction": "Textlint 规则来检查重复的相同连词。",