Fix Chinese localization (#1298)

This commit is contained in:
1024jp 2022-05-09 23:26:35 +09:00
parent f071875a89
commit 4ea934c3b8
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Change Log
- Fix an issue some snippet setting could not be inserted in a specific condition.
- Fix the help content style in Dark Mode.
- Fix the description of “Important change in CotEditor 4.2.0” in the Simplified Chinese localization.

View File

@ -735,5 +735,5 @@
"Multiple replacement definitions" = "多次替换的定义";
"Syntax styles" = "语法风格";
"CotEditor scripts" = "CotEditor 脚本";
"`\\n` for the regular expression matches only when the line ending is actually LF. Use `\\R` instead to match any kind of line ending." = "`\\n` 仅在行尾确实是 LF 时进行匹配。如需匹配任意行尾,请使用 \\R`。";
"`\\n` for the regular expression matches only when the line ending is actually LF. Use `\\R` instead to match any kind of line ending." = "`\\n` 仅在行尾确实是 LF 时进行匹配。如需匹配任意行尾,请使用 `\\R`。";
"Learn More…" = "了解更多…";