Skip to content

Commit 0506698

Browse files
committed
修正3.5.2版本的失效项,新增几处新的更改
1 parent c03c3d3 commit 0506698

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

json/localization.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,6 @@
777777
["\"welcome-title\"\\},\"Configure Git\"","\"welcome-title\"},\"配置 Git\""],
778778
["\"This is used to identify the commits you create\\. Anyone will be able to see this information if you publish commits\\.\"","\"这用于识别您所创建的提交内容。如果您发布提交内容,任何人都将能够看到此信息。\""],
779779
["saveLabel:\"Finish\"","saveLabel:\"完成\""],
780-
["\" Checking for an existing git config…\"","\"正在检查是否存在现有的Git配置...\""],
781780
["\"Example commit\"","\"提交示例\""],
782781
["\"Checking for ability to merge automatically\\.\\.\\.\"","\"检查是否具备自动合并的能力……\""],
783782
["description:\"Checking out\"","description:\"检查签出\""],
@@ -828,13 +827,7 @@
828827
["\"No commit selected\"","\"未选择任何提交记录\""],
829828
["`\\$\\{(.)!==(.)\\.length\\?`\\$\\{(.)\\} of `:\"\"\\}\\\\n \\$\\{(.).length\\} changed file\\$\\{(..)\\((.)\\.length\\)\\}`",
830829
"`共${$4.length}份已更改文件\\n ${$1!==$2.length?`,以下为其中${$3}份`:\"\"}`"],
831-
["`Sorry, I can't find any changed files\\$\\{(.)\\}\\$\\{(.)&&(.)\\?\" and \":\"\"\\}\\\\n \\$\\{(.)\\}\\.`",
832-
"`抱歉,我无法${$4}\\n ${$1}找到任何匹配的已更改文件.`"],
833-
["` matching your filter of '\\$\\{this\\.props\\.filterText\\}'`",
834-
"`使用字符串'${this.props.filterText}'过滤`"],
835-
["\" that are to be included in your commit\"","\"在你将要提交文件及其内容中\""],
836830
["\"Filter Options\\s?\"","\"过滤器选项\""],
837-
["\"\\((\\d+) applied\\)\"","\"($1 个正在使用)\""],
838831
["label:`Included in commit \\(\\$\\{(.)\\}\\)`","label:`仅包含已选择的提交项 (${$1})`"],
839832
["\"Hidden changes will be committed. \"","\"未显示的更改将会被提交\""],
840833
["\"Adjust the filters to see all \",(.)\\.length,\" changes\"","\"调整筛选条件以查看全部的\",$1.length,\"项更改\""],
@@ -866,6 +859,15 @@
866859
["\"No content changes found\"","\"未发现内容变更\""],
867860
["\"You have changes in progress\\. Undoing the commit might result in some of these changes being lost\\. Do you want to continue anyway\\?\"",
868861
"\"您有进行中的更改。撤销提交可能会导致其中一些更改丢失。您确定仍要继续吗?\""],
862+
["`Sorry, I can't find any changed files matching the following filters: \\$\\{(.)\\}`",
863+
"`抱歉,找不到任何与以下筛选条件匹配的已更改文件:${$1}.`"],
864+
["\"No files match your current filters\"","\"没有文件与您当前的筛选条件匹配\""],
865+
["\"Clear filters\"","\"清除筛选条件\""],
866+
["`\\(\\$\\{(.)\\} applied\\)`","`(${$1} 个正在使用)`"],
867+
["`Excluded from commit \\(\\$\\{(.)\\}\\)`","`未纳入提交(${$1})`"],
868+
["`New files \\(\\$\\{(.)\\}\\)`","`新文件(${$1})`"],
869+
["`Modified files \\(\\$\\{(.)\\}\\)`","`修改的文件(${$1})`"],
870+
["`Deleted files \\(\\$\\{(.)\\}\\)`","`删除的文件(${$1})`"],
869871
["\"\"","\"\""]
870872
],
871873
"renderer_dev": [

0 commit comments

Comments
 (0)