@@ -598,7 +598,7 @@ msgstr "子模组 %s 损坏的补丁"
598598#: apply.c:4274
599599#, c-format
600600msgid "unable to stat newly created file '%s'"
601- msgstr "不能枚举新建文件 '%s' 的状态 "
601+ msgstr "不能对新建文件 '%s' 调用 stat "
602602
603603#: apply.c:4282
604604#, c-format
@@ -1461,7 +1461,7 @@ msgstr "%s 有多个取值"
14611461#: config.c:2384 config.c:2609
14621462#, c-format
14631463msgid "fstat on %s failed"
1464- msgstr "在 %s 上执行 fstat 失败"
1464+ msgstr "对 %s 调用 fstat 失败"
14651465
14661466#: config.c:2502
14671467#, c-format
@@ -1702,7 +1702,7 @@ msgstr "不能从 '%s' 迁移 git 目录到 '%s'"
17021702#: entry.c:280
17031703#, c-format
17041704msgid "could not stat file '%s'"
1705- msgstr "不能获取文件 %s 的状态 "
1705+ msgstr "不能对文件 '%s' 调用 stat "
17061706
17071707#: fetch-pack.c:249
17081708msgid "git fetch-pack: expected shallow list"
@@ -1907,7 +1907,7 @@ msgstr "'%s':无法读取 %s"
19071907#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
19081908#, c-format
19091909msgid "failed to stat '%s'"
1910- msgstr "无法枚举 '%s' 状态 "
1910+ msgstr "对 '%s' 调用 stat 失败 "
19111911
19121912#: grep.c:1824
19131913#, c-format
@@ -2005,7 +2005,7 @@ msgstr ""
20052005
20062006#: ident.c:367
20072007msgid "no email was given and auto-detection is disabled"
2008- msgstr "未提供邮件地址且自动探测引用被禁用 "
2008+ msgstr "未提供邮件地址且自动探测被禁用 "
20092009
20102010#: ident.c:372
20112011#, c-format
@@ -2511,7 +2511,7 @@ msgstr ""
25112511#: read-cache.c:2232
25122512#, c-format
25132513msgid "could not stat '%s"
2514- msgstr "不能获取 '%s' 的文件状态 "
2514+ msgstr "不能对 '%s' 调用 stat "
25152515
25162516#: read-cache.c:2245
25172517#, c-format
@@ -3626,7 +3626,7 @@ msgstr "submodule.fetchJobs 不允许为负值"
36263626#: submodule.c:1194
36273627#, c-format
36283628msgid "'%s' not recognized as a git repository"
3629- msgstr "'%s' 没有识别为一个 git 仓库"
3629+ msgstr "无法将 '%s' 识别为一个 git 仓库"
36303630
36313631#: submodule.c:1332
36323632#, c-format
@@ -3727,7 +3727,7 @@ msgstr "不能自标准输入读取"
37273727#: trailer.c:949 builtin/am.c:44
37283728#, c-format
37293729msgid "could not stat %s"
3730- msgstr "不能获取 %s 的状态 "
3730+ msgstr "不能对 %s 调用 stat "
37313731
37323732#: trailer.c:951
37333733#, c-format
@@ -4658,7 +4658,7 @@ msgstr "编辑补丁失败"
46584658#: builtin/add.c:230
46594659#, c-format
46604660msgid "Could not stat '%s'"
4661- msgstr "不能查看文件状态 '%s'"
4661+ msgstr "不能对 '%s' 调用 stat "
46624662
46634663#: builtin/add.c:232
46644664msgid "Empty patch. Aborted."
@@ -6472,7 +6472,7 @@ msgstr "设置为共享仓库"
64726472
64736473#: builtin/clone.c:93 builtin/clone.c:97
64746474msgid "pathspec"
6475- msgstr "路径 "
6475+ msgstr "路径规格 "
64766476
64776477#: builtin/clone.c:93 builtin/clone.c:97
64786478msgid "initialize submodules in the clone"
@@ -6599,7 +6599,7 @@ msgstr "%s 存在且不是一个目录"
65996599#: builtin/clone.c:415
66006600#, c-format
66016601msgid "failed to stat %s\n"
6602- msgstr "无法枚举 %s 状态 \n"
6602+ msgstr "对 %s 调用 stat 失败 \n"
66036603
66046604#: builtin/clone.c:437
66056605#, c-format
@@ -8318,12 +8318,12 @@ msgstr "git gc [<选项>]"
83188318#: builtin/gc.c:78
83198319#, c-format
83208320msgid "Failed to fstat %s: %s"
8321- msgstr "无法获取 %s 状态 :%s"
8321+ msgstr "对 %s 调用 fstat 失败 :%s"
83228322
83238323#: builtin/gc.c:306
83248324#, c-format
83258325msgid "Can't stat %s"
8326- msgstr "不能获取 %s 状态 "
8326+ msgstr "不能对 %s 调用 stat "
83278327
83288328#: builtin/gc.c:315
83298329#, c-format
@@ -8971,7 +8971,7 @@ msgstr "包冲突(SHA1 不匹配)"
89718971
89728972#: builtin/index-pack.c:1165
89738973msgid "cannot fstat packfile"
8974- msgstr "不能枚举包文件状态 "
8974+ msgstr "不能对包文件调用 fstat "
89758975
89768976#: builtin/index-pack.c:1168
89778977msgid "pack has junk at the end"
@@ -9105,12 +9105,12 @@ msgstr "--verify 没有提供包文件名参数"
91059105#: builtin/init-db.c:54
91069106#, c-format
91079107msgid "cannot stat '%s'"
9108- msgstr "不能枚举 '%s' 状态 "
9108+ msgstr "不能对 '%s' 调用 stat "
91099109
91109110#: builtin/init-db.c:60
91119111#, c-format
91129112msgid "cannot stat template '%s'"
9113- msgstr "不能枚举模版 '%s' 状态 "
9113+ msgstr "不能对模版 '%s' 调用 stat "
91149114
91159115#: builtin/init-db.c:65
91169116#, c-format
@@ -13363,7 +13363,7 @@ msgstr "无法创建目录 %s"
1336313363#: builtin/update-index.c:85
1336413364#, c-format
1336513365msgid "failed to stat %s"
13366- msgstr "无法枚举 %s 状态 "
13366+ msgstr "对 %s 调用 stat 失败 "
1336713367
1336813368#: builtin/update-index.c:95
1336913369#, c-format
0 commit comments