|
777 | 777 | ["\"welcome-title\"\\},\"Configure Git\"","\"welcome-title\"},\"配置 Git\""],
|
778 | 778 | ["\"This is used to identify the commits you create\\. Anyone will be able to see this information if you publish commits\\.\"","\"这用于识别您所创建的提交内容。如果您发布提交内容,任何人都将能够看到此信息。\""],
|
779 | 779 | ["saveLabel:\"Finish\"","saveLabel:\"完成\""],
|
780 |
| - ["\" Checking for an existing git config…\"","\"正在检查是否存在现有的Git配置...\""], |
781 | 780 | ["\"Example commit\"","\"提交示例\""],
|
782 | 781 | ["\"Checking for ability to merge automatically\\.\\.\\.\"","\"检查是否具备自动合并的能力……\""],
|
783 | 782 | ["description:\"Checking out\"","description:\"检查签出\""],
|
|
828 | 827 | ["\"No commit selected\"","\"未选择任何提交记录\""],
|
829 | 828 | ["`\\$\\{(.)!==(.)\\.length\\?`\\$\\{(.)\\} of `:\"\"\\}\\\\n \\$\\{(.).length\\} changed file\\$\\{(..)\\((.)\\.length\\)\\}`",
|
830 | 829 | "`共${$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\"","\"在你将要提交文件及其内容中\""], |
836 | 830 | ["\"Filter Options\\s?\"","\"过滤器选项\""],
|
837 |
| - ["\"\\((\\d+) applied\\)\"","\"($1 个正在使用)\""], |
838 | 831 | ["label:`Included in commit \\(\\$\\{(.)\\}\\)`","label:`仅包含已选择的提交项 (${$1})`"],
|
839 | 832 | ["\"Hidden changes will be committed. \"","\"未显示的更改将会被提交\""],
|
840 | 833 | ["\"Adjust the filters to see all \",(.)\\.length,\" changes\"","\"调整筛选条件以查看全部的\",$1.length,\"项更改\""],
|
|
866 | 859 | ["\"No content changes found\"","\"未发现内容变更\""],
|
867 | 860 | ["\"You have changes in progress\\. Undoing the commit might result in some of these changes being lost\\. Do you want to continue anyway\\?\"",
|
868 | 861 | "\"您有进行中的更改。撤销提交可能会导致其中一些更改丢失。您确定仍要继续吗?\""],
|
| 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})`"], |
869 | 871 | ["\"\"","\"\""]
|
870 | 872 | ],
|
871 | 873 | "renderer_dev": [
|
|
0 commit comments