kaori 4 лет назад
Родитель
Сommit
2bfb920402

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

@@ -260,7 +260,7 @@
     "common_settings": {
       "common_settings": "Common Settings",
       "common_misspellings": "Textlint rules to find common misspellings from Wikipedia.",
-      "max_comma": "Textlint rule is that limit maximum ten() count of sentence. Default: 4",
+      "max_comma": "Textlint rule is that limit maximum ten(,) count of sentence. Default: 4",
       "sentence_length": "Textlint rules that limit Maximum Length of Sentence. Default: 100",
       "en_capitalization": "Textlint rule that check capitalization in english text.",
       "no_unmatched_pair": "Textlint rule that check unmatched pairs like ( and ]",

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

@@ -263,12 +263,12 @@
     "common_settings": {
       "common_settings": "共通設定",
       "common_misspellings": "ウィキペディアから一般的なスペルミスを見つけます。",
-      "max_comma": "文の読点()を最大10個に制限します。初期値: 4。",
+      "max_comma": "文の読点(,)を最大10個に制限します。初期値: 4。",
       "sentence_length": "文の最大文字数を制限します。初期値: 100。",
       "en_capitalization": "英文の大文字化をチェックします",
       "no_unmatched_pair": "( と ] のような一致しないペアをチェックします",
-      "date_weekday_mismatch": "日付と平日の不一致を検出したTextlintルール。",
-      "no_kangxi_radicals": "康熙帝の部首の使用を防ぐためのTextlintルール。",
+      "date_weekday_mismatch": "日付と平日の不一致を検出します。",
+      "no_kangxi_radicals": "康熙帝の部首の使用を防ぎます。",
       "no_surrogate_pair": "文中のサロゲートペア(D800-DBFFおよびDC00-DFFF)を検出します。",
       "no_zero_width_spaces": "ゼロ幅スペースを許可しないTextlintルール。",
       "period_in_list_item": "リストアイテムのピリオドの有無をチェックするTextlintルール。",

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

@@ -242,7 +242,7 @@
     "common_settings": {
       "common_settings": "常用设置",
       "common_misspellings": "从 Wikipedia 中查找常见拼写错误的 Textlint。",
-      "max_comma": "Textlint 规则是限制句子的最大十()个计数。默认:4。",
+      "max_comma": "Textlint 规则是限制句子的最大十(,)个计数。默认:4。",
       "sentence_length": "限制最大句子长度的 Textlint 默认: 100。",
       "en_capitalization": "检查英文文本大小写的 Textlint 规则。",
       "no_unmatched_pair": "检查不匹配对的 Textlint 规则,如 ( 和 ]",