The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# Simplified Chinese translation for subversion package
#
#    Licensed to the Apache Software Foundation (ASF) under one
#    or more contributor license agreements.  See the NOTICE file
#    distributed with this work for additional information
#    regarding copyright ownership.  The ASF licenses this file
#    to you under the Apache License, Version 2.0 (the
#    "License"); you may not use this file except in compliance
#    with the License.  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing,
#    software distributed under the License is distributed on an
#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#    KIND, either express or implied.  See the License for the
#    specific language governing permissions and limitations
#    under the License.
#
# Update to new pot:
#    ../../tools/po/po-update.sh zh_CN
#
# Check translation:
#    msgfmt --statistics -c -o zh_CN.mo zh_CN.po
#
# Please format and remove '#: filename:line' lines before commit:
#    msgmerge --sort-by-file -o zh_CN_new.po zh_CN.po subversion.pot
#    msgcat --no-wrap --no-location -o zh_CN.po zh_CN_new.po
#    /bin/rm zh_CN_new.po
#
# Dictionary:
# BASE revision     基础版本
# blame             追溯
# branch            分支
# checkout          检出
# default           默认
# HEAD revision     最新版本
# Obliteration      灭迹
# overlay           重载
# peg               铆钉
# remove            删除
# rename            改名
# repository        版本库
# revert            恢复
# revision          版本
# Subversion book   Subversion 手册
# undo              撤销
# unified diff      标准差异
# unversioned       未版本控制
# versioned         已版本控制
# working copy      工作副本
#
msgid ""
msgstr ""
"Project-Id-Version: subversion 1.7\n"
"Report-Msgid-Bugs-To: dev@subversion.apache.org\n"
"POT-Creation-Date: 2013-07-02 23:23+0800\n"
"PO-Revision-Date: 2013-07-02 23:21+0800\n"
"Last-Translator: Subversion Developers <dev@subversion.apache.org>\n"
"Language-Team: Simplified Chinese <dev@subversion.apache.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.5.5\n"

#. Constructing nice error messages for roots.
#. Build an SVN_ERR_FS_NOT_FOUND error, with a detailed error text,
#. for PATH in ROOT. ROOT is of type svn_fs_root_t *.
#: ../include/private/svn_fs_util.h:66
#, c-format
msgid "File not found: transaction '%s', path '%s'"
msgstr "没有找到文件: 事务“%s”,路径 “%s”"

#: ../include/private/svn_fs_util.h:71
#, c-format
msgid "File not found: revision %ld, path '%s'"
msgstr "没有找到文件: 版本“%ld”,路径 “%s”"

#. Build a detailed `file already exists' message for PATH in ROOT.
#. ROOT is of type svn_fs_root_t *.
#: ../include/private/svn_fs_util.h:82
#, c-format
msgid "File already exists: filesystem '%s', transaction '%s', path '%s'"
msgstr "文件已经存在: 文件系统“%s”,事务“%s”,路径“%s”"

#: ../include/private/svn_fs_util.h:87
#, c-format
msgid "File already exists: filesystem '%s', revision %ld, path '%s'"
msgstr "文件已经存在: 文件系统“%s”,版本“%ld”,路径“%s”"

#. ROOT is of type svn_fs_root_t *.
#: ../include/private/svn_fs_util.h:95
msgid "Root object must be a transaction root"
msgstr "根对象必须是事务的根"

#. SVN_FS__ERR_NOT_MUTABLE: the caller attempted to change a node
#. outside of a transaction. FS is of type "svn_fs_t *".
#: ../include/private/svn_fs_util.h:102
#, c-format
msgid "File is not mutable: filesystem '%s', revision %ld, path '%s'"
msgstr "文件不是可变的: 文件系统“%s”,版本“%ld”,路径 “%s”"

#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:109
#, c-format
msgid "'%s' is not a directory in filesystem '%s'"
msgstr "“%s”在文件系统“%s”中不是目录"

#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:116
#, c-format
msgid "'%s' is not a file in filesystem '%s'"
msgstr "“%s”在文件系统“%s”中不是文件"

#. FS is of type "svn fs_t *", LOCK is of type "svn_lock_t *".
#: ../include/private/svn_fs_util.h:124
#, c-format
msgid "Path '%s' is already locked by user '%s' in filesystem '%s'"
msgstr "路径“%s”已经被用户“%s”锁定,其文件系统是“%s”"

#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:131
#, c-format
msgid "No lock on path '%s' in filesystem '%s'"
msgstr "路径“%s”没有被锁定,其文件系统是“%s”"

#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:138
#, c-format
msgid "Lock has expired: lock-token '%s' in filesystem '%s'"
msgstr "锁已经过期:令牌 “%s”,文件系统 “%s”"

#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:145
#, c-format
msgid "No username is currently associated with filesystem '%s'"
msgstr "当前没有用户名称与文件系统“%s”关联"

#. SVN_FS__ERR_LOCK_OWNER_MISMATCH: trying to use a lock whose
#. LOCK_OWNER doesn't match the USERNAME associated with FS.
#. FS is of type "svn fs_t *".
#: ../include/private/svn_fs_util.h:154
#, c-format
msgid "User '%s' is trying to use a lock owned by '%s' in filesystem '%s'"
msgstr "用户“%s”试图使用“%s”的锁,其文件系统是“%s”"

#: ../include/svn_error_codes.h:160
msgid "Bad parent pool passed to svn_make_pool()"
msgstr "无效的父内存池传递到 svn_make_pool()"

#: ../include/svn_error_codes.h:164
msgid "Bogus filename"
msgstr "非法的文件名"

#: ../include/svn_error_codes.h:168
msgid "Bogus URL"
msgstr "非法 URL"

#: ../include/svn_error_codes.h:172
msgid "Bogus date"
msgstr "非法日期"

#: ../include/svn_error_codes.h:176
msgid "Bogus mime-type"
msgstr "非法 mime-type"

#: ../include/svn_error_codes.h:186
msgid "Wrong or unexpected property value"
msgstr "错误或不期望的属性值"

#: ../include/svn_error_codes.h:190
msgid "Version file format not correct"
msgstr "版本文件格式不正确"

#: ../include/svn_error_codes.h:194
msgid "Path is not an immediate child of the specified directory"
msgstr "路径不是指定目录的直接子孙"

#: ../include/svn_error_codes.h:198
msgid "Bogus UUID"
msgstr "非法 UUID"

#: ../include/svn_error_codes.h:203 ../include/svn_error_codes.h:905
msgid "Invalid configuration value"
msgstr "无效的配置取值"

#: ../include/svn_error_codes.h:207
msgid "Bogus server specification"
msgstr "假的服务器规格"

#: ../include/svn_error_codes.h:211
msgid "Unsupported checksum type"
msgstr "不支持的校验和类型"

#: ../include/svn_error_codes.h:215
msgid "Invalid character in hex checksum"
msgstr "在 16 进制的校验和中发现无效字符"

#: ../include/svn_error_codes.h:220
msgid "Unknown string value of token"
msgstr "未知的字符串令牌值"

#: ../include/svn_error_codes.h:225
msgid "Invalid changelist name"
msgstr "无效的修改列表名称"

#: ../include/svn_error_codes.h:231
msgid "No such XML tag attribute"
msgstr "没有这种 XML 标签属性"

#: ../include/svn_error_codes.h:235
msgid "<delta-pkg> is missing ancestry"
msgstr "<delta-pkg> 没有祖先"

#: ../include/svn_error_codes.h:239
msgid "Unrecognized binary data encoding; can't decode"
msgstr "无法识别的二进制数据编码: 无法解码"

#: ../include/svn_error_codes.h:243
msgid "XML data was not well-formed"
msgstr "XML 数据语法错误"

#: ../include/svn_error_codes.h:247
msgid "Data cannot be safely XML-escaped"
msgstr "XML 数据不能正确解码"

#: ../include/svn_error_codes.h:253
msgid "Inconsistent line ending style"
msgstr "不一致的行结束样式"

#: ../include/svn_error_codes.h:257
msgid "Unrecognized line ending style"
msgstr "无法识别的行结束样式"

#: ../include/svn_error_codes.h:262
msgid "Line endings other than expected"
msgstr "行意外结束"

#: ../include/svn_error_codes.h:266
msgid "Ran out of unique names"
msgstr "唯一名称耗尽"

#: ../include/svn_error_codes.h:271
msgid "Framing error in pipe protocol"
msgstr "管道协议中帧错误"

#: ../include/svn_error_codes.h:276
msgid "Read error in pipe"
msgstr "管道读取错误"

#: ../include/svn_error_codes.h:280 ../libsvn_subr/cmdline.c:346
#: ../libsvn_subr/cmdline.c:369 ../svn/util.c:929 ../svnlook/main.c:1836
#, c-format
msgid "Write error"
msgstr "写入错误"

#: ../include/svn_error_codes.h:285
msgid "Write error in pipe"
msgstr "管道写入错误"

#: ../include/svn_error_codes.h:291
msgid "Unexpected EOF on stream"
msgstr "流意外结束"

#: ../include/svn_error_codes.h:295
msgid "Malformed stream data"
msgstr "非法流数据"

#: ../include/svn_error_codes.h:299
msgid "Unrecognized stream data"
msgstr "无法识别的流数据"

#: ../include/svn_error_codes.h:304
msgid "Stream doesn't support seeking"
msgstr "流不支持定位操作"

#: ../include/svn_error_codes.h:310
msgid "Unknown svn_node_kind"
msgstr "未知的 svn_node_kind"

#: ../include/svn_error_codes.h:314
msgid "Unexpected node kind found"
msgstr "发现意外节点种类"

#: ../include/svn_error_codes.h:320
msgid "Can't find an entry"
msgstr "无法找到条目"

#: ../include/svn_error_codes.h:326
msgid "Entry already exists"
msgstr "条目已存在"

#: ../include/svn_error_codes.h:330
msgid "Entry has no revision"
msgstr "条目没有版本"

#: ../include/svn_error_codes.h:334
msgid "Entry has no URL"
msgstr "入口没有 URL"

#: ../include/svn_error_codes.h:338
msgid "Entry has an invalid attribute"
msgstr "条目有无效属性"

#: ../include/svn_error_codes.h:342
msgid "Can't create an entry for a forbidden name"
msgstr "不能为禁用的名称创建条目"

#: ../include/svn_error_codes.h:348
msgid "Obstructed update"
msgstr "更新阻塞"

#: ../include/svn_error_codes.h:353
msgid "Mismatch popping the WC unwind stack"
msgstr "不匹配的弹出工作副本展开堆栈"

#: ../include/svn_error_codes.h:358
msgid "Attempt to pop empty WC unwind stack"
msgstr "试图弹出空的工作副本展开堆栈"

#: ../include/svn_error_codes.h:363
msgid "Attempt to unlock with non-empty unwind stack"
msgstr "试图解锁非空展开堆栈"

#: ../include/svn_error_codes.h:367
msgid "Attempted to lock an already-locked dir"
msgstr "试图锁定已加锁的目录"

#: ../include/svn_error_codes.h:371
msgid "Working copy not locked; this is probably a bug, please report"
msgstr "工作副本没有锁定;这可能是一个漏洞,请报告"

#: ../include/svn_error_codes.h:376
msgid "Invalid lock"
msgstr "无效锁"

#: ../include/svn_error_codes.h:382 ../include/svn_error_codes.h:388
msgid "Path is not a working copy directory"
msgstr "路径不是工作副本目录"

#: ../include/svn_error_codes.h:392
msgid "Path is not a working copy file"
msgstr "路径不是工作副本文件"

#: ../include/svn_error_codes.h:396
msgid "Problem running log"
msgstr "执行日志出错"

#: ../include/svn_error_codes.h:400
msgid "Can't find a working copy path"
msgstr "找不到工作副本路径"

#: ../include/svn_error_codes.h:404
msgid "Working copy is not up-to-date"
msgstr "工作副本没有更新到最新版本"

#: ../include/svn_error_codes.h:408
msgid "Left locally modified or unversioned files"
msgstr "保留本地修改或未纳入版本控制的文件"

#: ../include/svn_error_codes.h:412
msgid "Unmergeable scheduling requested on an entry"
msgstr "条目有无法合并的调度"

#: ../include/svn_error_codes.h:416
msgid "Found a working copy path"
msgstr "找到一个工作副本路径"

#: ../include/svn_error_codes.h:420
msgid "A conflict in the working copy obstructs the current operation"
msgstr "工作副本中的冲突阻止了当前操作"

#: ../include/svn_error_codes.h:424
msgid "Working copy is corrupt"
msgstr "工作副本已损坏"

#: ../include/svn_error_codes.h:428
msgid "Working copy text base is corrupt"
msgstr "工作副本的参考文件损坏"

#: ../include/svn_error_codes.h:432
msgid "Cannot change node kind"
msgstr "无法修改节点类型"

#: ../include/svn_error_codes.h:436
msgid "Invalid operation on the current working directory"
msgstr "操作对当前工作目录无效"

#: ../include/svn_error_codes.h:440
msgid "Problem on first log entry in a working copy"
msgstr "操作工作副本的第一个日志条目出错"

#: ../include/svn_error_codes.h:444
msgid "Unsupported working copy format"
msgstr "不支持此工作副本格式"

#: ../include/svn_error_codes.h:448
msgid "Path syntax not supported in this context"
msgstr "此上下文不支持路径语法"

#: ../include/svn_error_codes.h:453
msgid "Invalid schedule"
msgstr "无效的调度"

#: ../include/svn_error_codes.h:458
msgid "Invalid relocation"
msgstr "无效重定位"

#: ../include/svn_error_codes.h:463
msgid "Invalid switch"
msgstr "无效的切换"

#: ../include/svn_error_codes.h:468
msgid "Changelist doesn't match"
msgstr "修改列表不匹配"

#: ../include/svn_error_codes.h:473
msgid "Conflict resolution failed"
msgstr "解决冲突失败"

#: ../include/svn_error_codes.h:477
msgid "Failed to locate 'copyfrom' path in working copy"
msgstr "在工作副本中定位 “copyfrom” 的路径失败。"

#: ../include/svn_error_codes.h:485
msgid "Moving a path from one changelist to another"
msgstr "将路径从一个修改列表移到另一个"

#: ../include/svn_error_codes.h:490
msgid "Cannot delete a file external"
msgstr "无法删除外部文件"

#: ../include/svn_error_codes.h:495
msgid "Cannot move a file external"
msgstr "无法移动外部文件"

#: ../include/svn_error_codes.h:500
msgid "Something's amiss with the wc sqlite database"
msgstr "工作副本的 SQLite 数据库有错误"

#: ../include/svn_error_codes.h:505
msgid "The working copy is missing"
msgstr "工作副本丢失"

#: ../include/svn_error_codes.h:510
msgid "The specified node is not a symlink"
msgstr "指定的节点不是符号连接"

#: ../include/svn_error_codes.h:515
msgid "The specified path has an unexpected status"
msgstr "指定的路径有不期望的状态"

#: ../include/svn_error_codes.h:520
msgid "The working copy needs to be upgraded"
msgstr "工作副本需要升级"

#: ../include/svn_error_codes.h:525
msgid ""
"Previous operation has not finished; run 'cleanup' if it was interrupted"
msgstr "以前的操作没有完成;如果它被中断,请执行“svn cleanup”"

#: ../include/svn_error_codes.h:531
msgid "The operation can not be performed with the specified depth"
msgstr "在指定的深度不能执行此操作"

#: ../include/svn_error_codes.h:536
msgid "Couldn't open a working copy file because access was denied"
msgstr "不能打开工作副本文件,访问被拒绝"

#: ../include/svn_error_codes.h:542
msgid "General filesystem error"
msgstr "普通文件系统错误"

#: ../include/svn_error_codes.h:546
msgid "Error closing filesystem"
msgstr "关闭文件系统出错"

#: ../include/svn_error_codes.h:550
msgid "Filesystem is already open"
msgstr "文件系统已经打开"

#: ../include/svn_error_codes.h:554
msgid "Filesystem is not open"
msgstr "文件系统尚未打开"

#: ../include/svn_error_codes.h:558
msgid "Filesystem is corrupt"
msgstr "文件系统损坏"

#: ../include/svn_error_codes.h:562
msgid "Invalid filesystem path syntax"
msgstr "无效文件系统路径语法"

#: ../include/svn_error_codes.h:566
msgid "Invalid filesystem revision number"
msgstr "无效文件系统版本号"

#: ../include/svn_error_codes.h:570
msgid "Invalid filesystem transaction name"
msgstr "无效的文件系统事务名称"

#: ../include/svn_error_codes.h:574
msgid "Filesystem directory has no such entry"
msgstr "文件系统目录没有此条目"

#: ../include/svn_error_codes.h:578
msgid "Filesystem has no such representation"
msgstr "文件系统没有此修订版"

#: ../include/svn_error_codes.h:582
msgid "Filesystem has no such string"
msgstr "文件系统没有此字符串"

#: ../include/svn_error_codes.h:586
msgid "Filesystem has no such copy"
msgstr "文件系统此副本"

#: ../include/svn_error_codes.h:590
msgid "The specified transaction is not mutable"
msgstr "指定的事务不可改变"

#: ../include/svn_error_codes.h:594
msgid "Filesystem has no item"
msgstr "文件系统没有条目"

#: ../include/svn_error_codes.h:598
msgid "Filesystem has no such node-rev-id"
msgstr "文件系统没有此 node-rev-id"

#: ../include/svn_error_codes.h:602
msgid "String does not represent a node or node-rev-id"
msgstr "字符串不是节点或 node-rev-id"

#: ../include/svn_error_codes.h:606
msgid "Name does not refer to a filesystem directory"
msgstr "文件系统无此目录"

#: ../include/svn_error_codes.h:610
msgid "Name does not refer to a filesystem file"
msgstr "文件系统无此文件"

#: ../include/svn_error_codes.h:614
msgid "Name is not a single path component"
msgstr "名称不是单一路径"

#: ../include/svn_error_codes.h:618
msgid "Attempt to change immutable filesystem node"
msgstr "试图修改不变的文件系统节点"

#: ../include/svn_error_codes.h:622
msgid "Item already exists in filesystem"
msgstr "文件系统已有此条目"

#: ../include/svn_error_codes.h:626
msgid "Attempt to remove or recreate fs root dir"
msgstr "试图删除或重建文件系统根目录"

#: ../include/svn_error_codes.h:630
msgid "Object is not a transaction root"
msgstr "对象不是事务的根"

#: ../include/svn_error_codes.h:634
msgid "Object is not a revision root"
msgstr "对象不是版本的根"

#: ../include/svn_error_codes.h:638
msgid "Merge conflict during commit"
msgstr "提交时发生合并冲突"

#: ../include/svn_error_codes.h:642
msgid "A representation vanished or changed between reads"
msgstr "读取时修订版消失或改变"

#: ../include/svn_error_codes.h:646
msgid "Tried to change an immutable representation"
msgstr "试图修改不变的修订版"

#: ../include/svn_error_codes.h:650
msgid "Malformed skeleton data"
msgstr "非法骨架数据"

#: ../include/svn_error_codes.h:654
msgid "Transaction is out of date"
msgstr "事务过时"

#: ../include/svn_error_codes.h:658
msgid "Berkeley DB error"
msgstr "BDB 错误"

#: ../include/svn_error_codes.h:662
msgid "Berkeley DB deadlock error"
msgstr "BDB 死锁"

#: ../include/svn_error_codes.h:666
msgid "Transaction is dead"
msgstr "事务已经结束"

#: ../include/svn_error_codes.h:670
msgid "Transaction is not dead"
msgstr "事务尚未结束"

#: ../include/svn_error_codes.h:675
msgid "Unknown FS type"
msgstr "未知的FS类型"

#: ../include/svn_error_codes.h:680
msgid "No user associated with filesystem"
msgstr "没有用户与文件系统关联"

#: ../include/svn_error_codes.h:685
msgid "Path is already locked"
msgstr "已经锁定路径"

#: ../include/svn_error_codes.h:690 ../include/svn_error_codes.h:852
msgid "Path is not locked"
msgstr "路径没有加锁"

#: ../include/svn_error_codes.h:695
msgid "Lock token is incorrect"
msgstr "不正确的锁定令牌"

#: ../include/svn_error_codes.h:700
msgid "No lock token provided"
msgstr "没有提供锁定令牌"

#: ../include/svn_error_codes.h:705
msgid "Username does not match lock owner"
msgstr "用户不是锁所有者"

#: ../include/svn_error_codes.h:710
msgid "Filesystem has no such lock"
msgstr "文件系统没有此锁"

#: ../include/svn_error_codes.h:715
msgid "Lock has expired"
msgstr "锁过期"

#: ../include/svn_error_codes.h:720 ../include/svn_error_codes.h:839
msgid "Item is out of date"
msgstr "条目过时"

#: ../include/svn_error_codes.h:732
msgid "Unsupported FS format"
msgstr "不支持的文件系统格式"

#: ../include/svn_error_codes.h:737
msgid "Representation is being written"
msgstr "正在写修订版"

#: ../include/svn_error_codes.h:742
msgid "The generated transaction name is too long"
msgstr "产生的事务名称太长"

#: ../include/svn_error_codes.h:747
msgid "Filesystem has no such node origin record"
msgstr "文件系统没有此节点的原始记录"

#: ../include/svn_error_codes.h:752
msgid "Filesystem upgrade is not supported"
msgstr "不支持文件系统升级"

#: ../include/svn_error_codes.h:757
msgid "Filesystem has no such checksum-representation index record"
msgstr "文件系统没有此校验和展现索引记录"

#: ../include/svn_error_codes.h:762
msgid "Property value in filesystem differs from the provided base value"
msgstr "文件系统中的属性值与提供的基础值不同"

#: ../include/svn_error_codes.h:769
msgid "The repository is locked, perhaps for db recovery"
msgstr "版本库被锁,可能正在恢复"

#: ../include/svn_error_codes.h:773
msgid "A repository hook failed"
msgstr "版本库钩子错误"

#: ../include/svn_error_codes.h:777
msgid "Incorrect arguments supplied"
msgstr "提供了不正确的参数"

#: ../include/svn_error_codes.h:781
msgid "A report cannot be generated because no data was supplied"
msgstr "没有数据,无法产生报告"

#: ../include/svn_error_codes.h:785
msgid "Bogus revision report"
msgstr "版本报告非法"

#: ../include/svn_error_codes.h:794
msgid "Unsupported repository version"
msgstr "不支持此版本库版本"

#: ../include/svn_error_codes.h:798
msgid "Disabled repository feature"
msgstr "关闭版本库特性"

#: ../include/svn_error_codes.h:802
msgid "Error running post-commit hook"
msgstr "执行 post-commit 钩子错误"

#: ../include/svn_error_codes.h:807
msgid "Error running post-lock hook"
msgstr "执行 post-lock 钩子错误"

#: ../include/svn_error_codes.h:812
msgid "Error running post-unlock hook"
msgstr "执行 post-unlock 钩子错误"

#: ../include/svn_error_codes.h:817
msgid "Repository upgrade is not supported"
msgstr "不支持版本库升级"

#: ../include/svn_error_codes.h:823
msgid "Bad URL passed to RA layer"
msgstr "传递至 RA 层的 URL 错误"

#: ../include/svn_error_codes.h:827
msgid "Authorization failed"
msgstr "认证失败"

#: ../include/svn_error_codes.h:831
msgid "Unknown authorization method"
msgstr "未知认证"

#: ../include/svn_error_codes.h:835
msgid "Repository access method not implemented"
msgstr "版本库未实现存取方法"

#: ../include/svn_error_codes.h:843
msgid "Repository has no UUID"
msgstr "版本库没有 UUID"

#: ../include/svn_error_codes.h:847
msgid "Unsupported RA plugin ABI version"
msgstr "不支持此 RA 插件的 ABI 版本"

#: ../include/svn_error_codes.h:857
msgid "Server can only replay from the root of a repository"
msgstr "服务器只能从版本库的根重放"

#: ../include/svn_error_codes.h:862
msgid "Repository UUID does not match expected UUID"
msgstr "版本库的 UUID 与期望的 UUID 不匹配"

#: ../include/svn_error_codes.h:867
msgid "Repository root URL does not match expected root URL"
msgstr "版本库根 URL 与期望的根 URL 不匹配"

#: ../include/svn_error_codes.h:872
msgid "Session URL does not match expected session URL"
msgstr "会话 URL 与期望的会话 URL 不匹配"

#: ../include/svn_error_codes.h:878
msgid "RA layer failed to init socket layer"
msgstr "RA 层无法初始化 socket 层"

#: ../include/svn_error_codes.h:882
msgid "RA layer failed to create HTTP request"
msgstr "RA 层创建 HTTP 请求失败"

#: ../include/svn_error_codes.h:886
msgid "RA layer request failed"
msgstr "RA 层请求失败"

#: ../include/svn_error_codes.h:890
msgid "RA layer didn't receive requested OPTIONS info"
msgstr "RA 层无法取得请求的 OPTIONS 信息"

#: ../include/svn_error_codes.h:894
msgid "RA layer failed to fetch properties"
msgstr "RA 层无法取得属性"

#: ../include/svn_error_codes.h:898
msgid "RA layer file already exists"
msgstr "RA 层文件已经存在"

#: ../include/svn_error_codes.h:912
msgid "HTTP Path Not Found"
msgstr "找不到 HTTP 路径"

#: ../include/svn_error_codes.h:916
msgid "Failed to execute WebDAV PROPPATCH"
msgstr "执行 WebDAV PROPPATCH 失败"

#: ../include/svn_error_codes.h:921 ../include/svn_error_codes.h:972
#: ../libsvn_ra_svn/marshal.c:712 ../libsvn_ra_svn/marshal.c:830
#: ../libsvn_ra_svn/marshal.c:857
msgid "Malformed network data"
msgstr "非法网络数据"

#: ../include/svn_error_codes.h:926
msgid "Unable to extract data from response header"
msgstr "不能从响应的头信息中获取数据"

#: ../include/svn_error_codes.h:931
msgid "Repository has been moved"
msgstr "版本库已经移动"

#: ../include/svn_error_codes.h:936 ../libsvn_ra_serf/replay.c:860
#: ../libsvn_ra_serf/update.c:2410 ../libsvn_ra_serf/util.c:704
msgid "Connection timed out"
msgstr "连接超时"

#: ../include/svn_error_codes.h:941
msgid "URL access forbidden for unknown reason"
msgstr "因为未知的理由,禁止访问 URL"

#: ../include/svn_error_codes.h:947 ../include/svn_error_codes.h:976
msgid "Couldn't find a repository"
msgstr "无法找到版本库"

#: ../include/svn_error_codes.h:951
msgid "Couldn't open a repository"
msgstr "无法打开版本库"

#: ../include/svn_error_codes.h:956
msgid "Special code for wrapping server errors to report to client"
msgstr "用专用代码封装服务器错误以便报告客户端"

#: ../include/svn_error_codes.h:960
msgid "Unknown svn protocol command"
msgstr "未知的 svn 协议命令"

#: ../include/svn_error_codes.h:964
msgid "Network connection closed unexpectedly"
msgstr "网络连接意外关闭"

#: ../include/svn_error_codes.h:968
msgid "Network read/write error"
msgstr "网络读写错误"

#: ../include/svn_error_codes.h:980
msgid "Client/server version mismatch"
msgstr "客户端/服务器版本不匹配"

#: ../include/svn_error_codes.h:985
msgid "Cannot negotiate authentication mechanism"
msgstr "无法协商认证机制"

#: ../include/svn_error_codes.h:990
msgid "Editor drive was aborted"
msgstr "编辑器中止"

#: ../include/svn_error_codes.h:996
msgid "Initialization of SSPI library failed"
msgstr "初始化 SSPI 库失败"

#: ../include/svn_error_codes.h:1000
msgid "Server SSL certificate untrusted"
msgstr "服务器的 SSL 证书不被信任"

#: ../include/svn_error_codes.h:1004
msgid "Initialization of the GSSAPI context failed"
msgstr "初始化 GSSAPI 失败"

#: ../include/svn_error_codes.h:1009
msgid "While handling serf response:"
msgstr "当处理 serf 的响应时:"

#: ../include/svn_error_codes.h:1017
msgid "Credential data unavailable"
msgstr "无法取得凭证数据"

#: ../include/svn_error_codes.h:1021
msgid "No authentication provider available"
msgstr "没有可用的认证提供者"

#: ../include/svn_error_codes.h:1025
msgid "All authentication providers exhausted"
msgstr "所有的认证提供者都不可用"

#: ../include/svn_error_codes.h:1029
msgid "Credentials not saved"
msgstr "没有保存凭证数据"

#: ../include/svn_error_codes.h:1034
msgid "Authentication failed"
msgstr "认证失败"

#: ../include/svn_error_codes.h:1040
msgid "Read access denied for root of edit"
msgstr "编辑根目录时拒绝读取"

#: ../include/svn_error_codes.h:1045
msgid "Item is not readable"
msgstr "条目不可读"

#: ../include/svn_error_codes.h:1050
msgid "Item is partially readable"
msgstr "条目部分可读"

#: ../include/svn_error_codes.h:1054
msgid "Invalid authz configuration"
msgstr "认证配置无效"

#: ../include/svn_error_codes.h:1059
msgid "Item is not writable"
msgstr "条目不能写"

#: ../include/svn_error_codes.h:1065
msgid "Svndiff data has invalid header"
msgstr "svndiff 数据包含无效头"

#: ../include/svn_error_codes.h:1069
msgid "Svndiff data contains corrupt window"
msgstr "Svndiff 数据包含损坏窗口"

#: ../include/svn_error_codes.h:1073
msgid "Svndiff data contains backward-sliding source view"
msgstr "Svndiff 数据包含向后变化的资源视图"

#: ../include/svn_error_codes.h:1077
msgid "Svndiff data contains invalid instruction"
msgstr "svndiff 数据包含无效指令"

#: ../include/svn_error_codes.h:1081
msgid "Svndiff data ends unexpectedly"
msgstr "svndiff 数据意外结束"

#: ../include/svn_error_codes.h:1085
msgid "Svndiff compressed data is invalid"
msgstr "非法 svndiff 压缩数据"

#: ../include/svn_error_codes.h:1091
msgid "Diff data source modified unexpectedly"
msgstr "svndiff 数据被意外修改"

#: ../include/svn_error_codes.h:1097
msgid "Apache has no path to an SVN filesystem"
msgstr "Apache 没有指向 SVN 文件系统的路径"

#: ../include/svn_error_codes.h:1101
msgid "Apache got a malformed URI"
msgstr "Apache 得到非法 URI"

#: ../include/svn_error_codes.h:1105
msgid "Activity not found"
msgstr "没有找到活动项"

#: ../include/svn_error_codes.h:1109
msgid "Baseline incorrect"
msgstr "基线错误"

#: ../include/svn_error_codes.h:1113
msgid "Input/output error"
msgstr "输出/输出错误"

#: ../include/svn_error_codes.h:1119
msgid "A path under version control is needed for this operation"
msgstr "只能对纳入版本控制的路径执行此操作"

#: ../include/svn_error_codes.h:1123
msgid "Repository access is needed for this operation"
msgstr "此操作需要存取版本库"

#: ../include/svn_error_codes.h:1127
msgid "Bogus revision information given"
msgstr "给出的版本信息非法"

#: ../include/svn_error_codes.h:1131
msgid "Attempting to commit to a URL more than once"
msgstr "试图对 URL 进行多次提交"

#: ../include/svn_error_codes.h:1135
msgid "Operation does not apply to binary file"
msgstr "不能对二进制文件执行此操作"

#: ../include/svn_error_codes.h:1141
msgid "Format of an svn:externals property was invalid"
msgstr "svn:externals 属性格式非法"

#: ../include/svn_error_codes.h:1145
msgid "Attempting restricted operation for modified resource"
msgstr "试图对已修改的资源进行受限操作"

#: ../include/svn_error_codes.h:1149
msgid "Operation does not apply to directory"
msgstr "不能对目录执行此操作"

#: ../include/svn_error_codes.h:1153
msgid "Revision range is not allowed"
msgstr "不允许的版本范围"

#: ../include/svn_error_codes.h:1157
msgid "Inter-repository relocation not allowed"
msgstr "不支持版本库之间的重新定位"

#: ../include/svn_error_codes.h:1161
msgid "Author name cannot contain a newline"
msgstr "作者名称不能换行"

#: ../include/svn_error_codes.h:1165
msgid "Bad property name"
msgstr "属性名称错误"

#: ../include/svn_error_codes.h:1170
msgid "Two versioned resources are unrelated"
msgstr "两个纳入版本控制的资源不相关"

#: ../include/svn_error_codes.h:1175
msgid "Path has no lock token"
msgstr "路径没有锁定令牌"

#: ../include/svn_error_codes.h:1180
msgid "Operation does not support multiple sources"
msgstr "此操作不支持多个源对象"

#: ../include/svn_error_codes.h:1185
msgid "No versioned parent directories"
msgstr "没有受版本控制的父目录"

#: ../include/svn_error_codes.h:1190 ../include/svn_error_codes.h:1210
msgid "Working copy and merge source not ready for reintegration"
msgstr "工作副本与合并来源没有准备好复兴"

#: ../include/svn_error_codes.h:1195
msgid "A file external cannot overwrite an existing versioned item"
msgstr "外部引用的文件不能覆写已存的版本控制的条目"

#: ../include/svn_error_codes.h:1200
msgid "Invalid path component strip count specified"
msgstr "指定了无效的路径组件修剪计数"

#: ../include/svn_error_codes.h:1205
msgid "Detected a cycle while processing the operation"
msgstr "当处理此操作是,检测到死循环"

#: ../include/svn_error_codes.h:1215
msgid "Invalid mergeinfo detected in merge target"
msgstr "在合并目标检测到了合并信息"

#: ../include/svn_error_codes.h:1220
msgid "Can't perform this operation without a valid lock token"
msgstr "不能在没有合法的锁令牌时执行此操作"

#: ../include/svn_error_codes.h:1225
msgid "The operation is forbidden by the server"
msgstr "操作被服务器禁止"

#: ../include/svn_error_codes.h:1231
msgid "A problem occurred; see other errors for details"
msgstr "发生问题;请参阅其它错误信息"

#: ../include/svn_error_codes.h:1235
msgid "Failure loading plugin"
msgstr "加载插件失败"

#: ../include/svn_error_codes.h:1239
msgid "Malformed file"
msgstr "文件格式错误"

#: ../include/svn_error_codes.h:1243
msgid "Incomplete data"
msgstr "数据不完整"

#: ../include/svn_error_codes.h:1247
msgid "Incorrect parameters given"
msgstr "参数不正确"

#: ../include/svn_error_codes.h:1251
msgid "Tried a versioning operation on an unversioned resource"
msgstr "试图对未纳入版本控制的资源进行版本操作"

#: ../include/svn_error_codes.h:1255
msgid "Test failed"
msgstr "测试失败"

#: ../include/svn_error_codes.h:1259
msgid "Trying to use an unsupported feature"
msgstr "试图使用不支持的特性"

#: ../include/svn_error_codes.h:1263
msgid "Unexpected or unknown property kind"
msgstr "意外或未知的属性类型"

#: ../include/svn_error_codes.h:1267
msgid "Illegal target for the requested operation"
msgstr "此请求操作的目标非法"

#: ../include/svn_error_codes.h:1271
msgid "MD5 checksum is missing"
msgstr "没有 MD5 校验和"

#: ../include/svn_error_codes.h:1275
msgid "Directory needs to be empty but is not"
msgstr "必须为空的目录有内容"

#: ../include/svn_error_codes.h:1279
msgid "Error calling external program"
msgstr "调用外部程序错误"

#: ../include/svn_error_codes.h:1283
msgid "Python exception has been set with the error"
msgstr "Python 异常被设为错误"

#: ../include/svn_error_codes.h:1287
msgid "A checksum mismatch occurred"
msgstr "校验和错误"

#: ../include/svn_error_codes.h:1291
msgid "The operation was interrupted"
msgstr "操作被中断"

#: ../include/svn_error_codes.h:1295
msgid "The specified diff option is not supported"
msgstr "不支持指定的 diff 选项"

#: ../include/svn_error_codes.h:1299
msgid "Property not found"
msgstr "找不到属性"

#: ../include/svn_error_codes.h:1303
msgid "No auth file path available"
msgstr "未提供 auth 文件路径"

#: ../include/svn_error_codes.h:1308
msgid "Incompatible library version"
msgstr "不兼容的库版本"

#: ../include/svn_error_codes.h:1313
msgid "Mergeinfo parse error"
msgstr "分析合并信息出错"

#: ../include/svn_error_codes.h:1318
msgid "Cease invocation of this API"
msgstr "停止调用此 API"

#: ../include/svn_error_codes.h:1323
msgid "Error parsing revision number"
msgstr "解析版本号出错"

#: ../include/svn_error_codes.h:1328
msgid "Iteration terminated before completion"
msgstr "迭代在完成前终止"

#: ../include/svn_error_codes.h:1333
msgid "Unknown changelist"
msgstr "未知修改列表"

#: ../include/svn_error_codes.h:1338
msgid "Reserved directory name in command line arguments"
msgstr "在命令行参数中包含保留的目录名称"

#: ../include/svn_error_codes.h:1343
msgid "Inquiry about unknown capability"
msgstr "查询未知特性"

#: ../include/svn_error_codes.h:1348
msgid "Test skipped"
msgstr "跳过测试"

#: ../include/svn_error_codes.h:1353
msgid "apr memcache library not available"
msgstr "apr memcache 库不可用"

#: ../include/svn_error_codes.h:1358
msgid "Couldn't perform atomic initialization"
msgstr "不能完成原子的初始化"

#: ../include/svn_error_codes.h:1363
msgid "SQLite error"
msgstr "SQLite 错误"

#: ../include/svn_error_codes.h:1368
msgid "Attempted to write to readonly SQLite db"
msgstr "试图写至只读 SQLite 数据库"

#: ../include/svn_error_codes.h:1373
msgid "Unsupported schema found in SQLite db"
msgstr "不支持 SQLite 数据库中的方案"

#: ../include/svn_error_codes.h:1378
msgid "The SQLite db is busy"
msgstr "SQLite 数据库繁忙"

#: ../include/svn_error_codes.h:1383
msgid ""
"SQLite busy at transaction rollback; resetting all busy SQLite statements to "
"allow rollback"
msgstr "SQLite 忙于回滚事务; 请重置所有繁忙的 SQLite 语句,以便允许回滚"

#: ../include/svn_error_codes.h:1389
msgid "Constraint error in SQLite db"
msgstr "在 SQLite 数据库中的约束出错"

#: ../include/svn_error_codes.h:1395
msgid "Error parsing arguments"
msgstr "解析参数出错"

#: ../include/svn_error_codes.h:1399
msgid "Not enough arguments provided"
msgstr "没有提供足够的参数"

#: ../include/svn_error_codes.h:1403
msgid "Mutually exclusive arguments specified"
msgstr "参数冲突"

#: ../include/svn_error_codes.h:1407
msgid "Attempted command in administrative dir"
msgstr "试图在管理目录中执行命令"

#: ../include/svn_error_codes.h:1411
msgid "The log message file is under version control"
msgstr "日志信息文件被纳入版本控制"

#: ../include/svn_error_codes.h:1415
msgid "The log message is a pathname"
msgstr "日志信息是路径名"

#: ../include/svn_error_codes.h:1419
msgid "Committing in directory scheduled for addition"
msgstr "在调度增加的目录中进行提交"

#: ../include/svn_error_codes.h:1423
msgid "No external editor available"
msgstr "没有外部编辑器可用"

#: ../include/svn_error_codes.h:1427
msgid "Something is wrong with the log message's contents"
msgstr "日志信息内容不妥"

#: ../include/svn_error_codes.h:1431
msgid "A log message was given where none was necessary"
msgstr "在不需要时给出日志信息"

#: ../include/svn_error_codes.h:1435
msgid "No external merge tool available"
msgstr "没有外部合并工具可用"

#: ../include/svn_error_codes.h:1439
msgid "Failed processing one or more externals definitions"
msgstr "处理一个或更多的外部定义失败"

#: ../include/svn_error_codes.h:1445
msgid "Assertion failure"
msgstr "断言失败"

#: ../include/svn_error_codes.h:1449
msgid "No non-tracing links found in the error chain"
msgstr "没有发现错误链中的非跟踪链接"

#: ../libsvn_auth_gnome_keyring/gnome_keyring.c:273
msgid "GNOME Keyring is locked and we are non-interactive"
msgstr "GNOME Keyring 被锁定,并且我们处于非交互方式"

#: ../libsvn_client/add.c:550
#, c-format
msgid "'%s' prevents creating parent of '%s'"
msgstr "'%s' 阻止创建 '%s' 的父亲"

#: ../libsvn_client/add.c:587 ../libsvn_wc/adm_ops.c:918
#, c-format
msgid ""
"'%s' is an existing item in conflict; please mark the conflict as resolved "
"before adding a new item here"
msgstr "条目“%s”处于冲突状态;请在新增之前标记冲突为已经解决"

#: ../libsvn_client/add.c:594 ../libsvn_wc/adm_ops.c:873
#: ../libsvn_wc/workqueue.c:960 ../libsvn_wc/workqueue.c:1053
#, c-format
msgid "'%s' not found"
msgstr "找不到 “%s”"

#: ../libsvn_client/add.c:600 ../libsvn_wc/adm_ops.c:588
#: ../libsvn_wc/adm_ops.c:878
#, c-format
msgid "Unsupported node kind for path '%s'"
msgstr "路径 “%s” 有不支持的节点种类"

#: ../libsvn_client/add.c:650 ../libsvn_client/cmdline.c:393
#: ../libsvn_subr/opt.c:903
#, c-format
msgid "'%s' ends in a reserved name"
msgstr "“%s”以保留名称结束"

#: ../libsvn_client/add.c:682 ../libsvn_client/changelist.c:65
#: ../libsvn_client/changelist.c:104 ../libsvn_client/cleanup.c:56
#: ../libsvn_client/cleanup.c:134 ../libsvn_client/commit.c:710
#: ../libsvn_client/export.c:1050 ../libsvn_client/patch.c:2956
#: ../libsvn_client/relocate.c:237 ../libsvn_client/resolved.c:54
#: ../libsvn_client/revert.c:135 ../libsvn_client/status.c:269
#: ../libsvn_client/switch.c:391 ../libsvn_client/update.c:590
#: ../svn/util.c:1392
#, c-format
msgid "'%s' is not a local path"
msgstr "“%s”不是本地路径"

#: ../libsvn_client/add.c:825 ../libsvn_client/add.c:852
#, c-format
msgid "There is no valid uri above '%s'"
msgstr "在 '%s' 的上级没有合法的 URI"

#: ../libsvn_client/blame.c:395
#, c-format
msgid "Cannot calculate blame information for binary file '%s'"
msgstr "无法为二进制文件 “%s” 计算追溯信息"

#: ../libsvn_client/blame.c:622
msgid "Start revision must precede end revision"
msgstr "起始版本必须小于结束版本"

#: ../libsvn_client/cat.c:75 ../libsvn_client/commit_util.c:1119
#: ../libsvn_client/delete.c:65 ../libsvn_client/prop_commands.c:846
#: ../libsvn_client/prop_commands.c:1141 ../libsvn_client/revisions.c:104
#: ../libsvn_wc/adm_ops.c:2354 ../libsvn_wc/adm_ops.c:2389
#: ../libsvn_wc/copy.c:611 ../libsvn_wc/entries.c:1285
#: ../libsvn_wc/entries.c:2566 ../libsvn_wc/entries.c:2597 ../svn/notify.c:980
#, c-format
msgid "'%s' is not under version control"
msgstr "“%s” 尚未纳入版本控制"

#: ../libsvn_client/cat.c:80
#, c-format
msgid "'%s' refers to a directory"
msgstr "“%s” 引用一个目录"

#: ../libsvn_client/cat.c:90
#, c-format
msgid "'%s' has no base revision until it is committed"
msgstr "在提交之前,“%s”没有基础版本"

#: ../libsvn_client/cat.c:154 ../libsvn_client/export.c:290
msgid "(local)"
msgstr "(本地)"

#: ../libsvn_client/cat.c:243
#, c-format
msgid "URL '%s' refers to a directory"
msgstr "URL “%s” 指向目录"

#: ../libsvn_client/changelist.c:57
msgid "Target changelist name must not be empty"
msgstr "目标修改列表的名称不能为空"

#: ../libsvn_client/checkout.c:122 ../libsvn_client/export.c:1236
#, c-format
msgid "URL '%s' doesn't exist"
msgstr "URL “%s” 不存在"

#: ../libsvn_client/checkout.c:126
#, c-format
msgid "URL '%s' refers to a file, not a directory"
msgstr "URL “%s” 指向一个文件,不是目录"

#: ../libsvn_client/checkout.c:162
#, c-format
msgid "'%s' is already a working copy for a different URL"
msgstr "“%s” 已经是指向不同 URL 的工作副本"

#: ../libsvn_client/checkout.c:170
#, c-format
msgid "'%s' already exists and is not a directory"
msgstr "“%s” 已经存在并且不是目录"

#: ../libsvn_client/cmdline.c:78
#, c-format
msgid "Improper relative URL '%s'"
msgstr "不正确的相对 URL“%s”"

#: ../libsvn_client/cmdline.c:149
#, c-format
msgid "All non-relative targets must have the same root URL"
msgstr "所有非相对目标必须有相同的根 URL"

#: ../libsvn_client/cmdline.c:353
msgid ""
"Resolving '^/': no repository root found in the target arguments or in the "
"current directory"
msgstr "解析“^/”: 在目标参数或当前目录中找不到版本库的根"

#: ../libsvn_client/commit.c:150
#, c-format
msgid "%s property on '%s' contains unrecognized EOL-style '%s'"
msgstr "属性 %s (对象 '%s') 包含不可识别的行结束符号 '%s'"

#: ../libsvn_client/commit.c:441
#, c-format
msgid "Unknown or unversionable type for '%s'"
msgstr "“%s” 是未知类型或不可纳入版本控制"

#: ../libsvn_client/commit.c:548
msgid "New entry name required when importing a file"
msgstr "导入文件时,需要一个新的条目名称"

#: ../libsvn_client/commit.c:583 ../libsvn_client/patch.c:2963
#: ../libsvn_client/patch.c:2975 ../libsvn_wc/adm_ops.c:583
#: ../libsvn_wc/lock.c:120 ../libsvn_wc/wc_db_wcroot.c:74
#, c-format
msgid "'%s' does not exist"
msgstr "“%s” 不存在"

#: ../libsvn_client/commit.c:665 ../libsvn_client/copy.c:461
#: ../libsvn_client/merge.c:9250 ../libsvn_client/merge.c:10515
#: ../libsvn_client/merge.c:10811 ../svnlook/main.c:1451
#, c-format
msgid "Path '%s' does not exist"
msgstr "路径 “%s” 不存在"

#: ../libsvn_client/commit.c:799 ../libsvn_client/copy.c:512
#: ../libsvn_client/copy.c:1043 ../libsvn_client/copy.c:1300
#: ../libsvn_client/copy.c:1924
#, c-format
msgid "Path '%s' already exists"
msgstr "路径 “%s” 已经存在"

#: ../libsvn_client/commit.c:814
#, c-format
msgid "'%s' is a reserved name and cannot be imported"
msgstr "“%s” 是保留名称,无法被导入"

#: ../libsvn_client/commit.c:852 ../libsvn_client/copy.c:1460
msgid "Commit failed (details follow):"
msgstr "提交失败(细节如下): "

#: ../libsvn_client/commit.c:860
msgid "Commit succeeded, but other errors follow:"
msgstr "提交成功,但是发生了其它错误,细节如下: "

#: ../libsvn_client/commit.c:867
msgid "Error unlocking locked dirs (details follow):"
msgstr "解除锁定目录出错(细节如下): "

#: ../libsvn_client/commit.c:878
msgid "Error bumping revisions post-commit (details follow):"
msgstr "执行 post-commit 出错 (细节如下): "

#: ../libsvn_client/commit.c:1005
#, c-format
msgid ""
"Cannot delete the directory '%s' in a non-recursive commit because it has "
"children"
msgstr "因为目录“%s”非空,因此不能在非递归提交中删除它"

#: ../libsvn_client/commit.c:1219
#, c-format
msgid "'%s' is a URL, but URLs cannot be commit targets"
msgstr "“%s” 是 URL,但是 URL 不可作为提交目标"

#: ../libsvn_client/commit.c:1325
msgid ""
"Commit can only commit to a single repository at a time.\n"
"Are all targets part of the same working copy?"
msgstr ""
"每次提交只能针对一个版本库。\n"
"是否所有目标都属于同一工作副本?"

#: ../libsvn_client/commit_util.c:93 ../libsvn_repos/commit.c:138
#, c-format
msgid "Directory '%s' is out of date"
msgstr "目录 “%s” 已经过时"

#: ../libsvn_client/commit_util.c:94 ../libsvn_repos/commit.c:140
#, c-format
msgid "File '%s' is out of date"
msgstr "文件 “%s” 已经过时"

#: ../libsvn_client/commit_util.c:129
#, c-format
msgid "Directory '%s' is locked in another working copy"
msgstr "目录“%s”在其它工作副本中被锁定"

#: ../libsvn_client/commit_util.c:130
#, c-format
msgid "File '%s' is locked in another working copy"
msgstr "文件“%s” 在其它工作副本中被锁定"

#: ../libsvn_client/commit_util.c:165
#, c-format
msgid "Changing directory '%s' is forbidden by the server"
msgstr "服务器禁止修改目录“%s”"

#: ../libsvn_client/commit_util.c:166
#, c-format
msgid "Changing file '%s' is forbidden by the server"
msgstr "服务器禁止修改文件“%s”"

#: ../libsvn_client/commit_util.c:331 ../libsvn_client/commit_util.c:580
#: ../libsvn_client/commit_util.c:1113
#, c-format
msgid "Aborting commit: '%s' remains in conflict"
msgstr "提交终止: “%s” 处于冲突状态"

#: ../libsvn_client/commit_util.c:375
#, c-format
msgid "Aborting commit: '%s' remains in tree-conflict"
msgstr "提交终止: “%s” 仍处于树冲突状态"

#: ../libsvn_client/commit_util.c:520
#, c-format
msgid "Unknown entry kind for '%s'"
msgstr "“%s” 有未知的条目类型"

#: ../libsvn_client/commit_util.c:547
#, c-format
msgid "Entry '%s' has unexpectedly changed special status"
msgstr "条目 “%s” 意外改变状态"

#: ../libsvn_client/commit_util.c:698
#, c-format
msgid "'%s' is scheduled for addition, but is missing"
msgstr "丢失了预定增加的“%s”"

#: ../libsvn_client/commit_util.c:1182
#, c-format
msgid ""
"'%s' is not known to exist in the repository and is not part of the commit, "
"yet its child '%s' is part of the commit"
msgstr ""
"“%s” 不在版本库中,也不是提交的一部分,但是它的子路径 “%s” 是提交的一部分"

#: ../libsvn_client/commit_util.c:1324
#, c-format
msgid "Cannot commit both '%s' and '%s' as they refer to the same URL"
msgstr "无法同时提交 “%s” 与 “%s”,因为它们都指向同一个 URL"

#: ../libsvn_client/commit_util.c:1481
#, c-format
msgid "Commit item '%s' has copy flag but no copyfrom URL"
msgstr "提交项目 “%s” 有复制标记,但是没有源地址(copyfrom URL)"

#: ../libsvn_client/commit_util.c:1486
#, c-format
msgid "Commit item '%s' has copy flag but an invalid revision"
msgstr "提交项目 “%s” 有复制标志,但是版本无效"

#: ../libsvn_client/commit_util.c:2249
msgid "Standard properties can't be set explicitly as revision properties"
msgstr "标准属性不能设置为版本属性"

#: ../libsvn_client/copy.c:531 ../libsvn_client/copy.c:1940
#, c-format
msgid "Path '%s' is not a directory"
msgstr "路径 “%s” 不是目录"

#: ../libsvn_client/copy.c:700 ../libsvn_client/copy.c:741
#, c-format
msgid "Path '%s' already exists, but is not a directory"
msgstr "路径 “%s” 已经存在,但不是目录"

#: ../libsvn_client/copy.c:806
msgid "Source and destination URLs appear not to point to the same repository."
msgstr "来源与目标 URL 似乎不在同一版本库。"

#: ../libsvn_client/copy.c:1031 ../libsvn_client/prop_commands.c:186
#, c-format
msgid "Path '%s' does not exist in revision %ld"
msgstr "路径 “%s” 不在版本 %ld 中"

#: ../libsvn_client/copy.c:1598
#, c-format
msgid "Source URL '%s' is from foreign repository; leaving it as a disjoint WC"
msgstr "源 URL “%s” 来自其它版本库;把它当作脱离的工作副本"

#: ../libsvn_client/copy.c:1701 ../libsvn_client/copy.c:1714
#: ../libsvn_wc/adm_ops.c:946 ../libsvn_wc/copy.c:727
#, c-format
msgid "'%s' is already under version control"
msgstr "“%s”已纳入版本控制"

#: ../libsvn_client/copy.c:1735
#, c-format
msgid "Entry for '%s' exists (though the working file is missing)"
msgstr "“%s” 的入口存在(尽管丢失了工作文件)"

#: ../libsvn_client/copy.c:1908
#, c-format
msgid "Path '%s' not found in revision %ld"
msgstr "路径 “%s” 不在版本 %ld 中"

#: ../libsvn_client/copy.c:1913
#, c-format
msgid "Path '%s' not found in head revision"
msgstr "HEAD 版本中找不到路径 “%s”"

#: ../libsvn_client/copy.c:2035
msgid "Cannot mix repository and working copy sources"
msgstr "不能在源中混合版本库和工作副本"

#: ../libsvn_client/copy.c:2087
#, c-format
msgid "Cannot copy path '%s' into its own child '%s'"
msgstr "无法复制路径 “%s” 到其子目录 “%s” 中"

#: ../libsvn_client/copy.c:2123
#, c-format
msgid ""
"Cannot move the external at '%s'; please edit the svn:externals property on "
"'%s'."
msgstr "不能移动在“%s”的外部引用;请在“%s”修改属性 svn:externals property 。"

#: ../libsvn_client/copy.c:2138
msgid "Moves between the working copy and the repository are not supported"
msgstr "不支持在工作副本和版本库之间移动"

#: ../libsvn_client/copy.c:2153
#, c-format
msgid "Cannot move URL '%s' into itself"
msgstr "无法移动 URL “%s” 到本身"

#: ../libsvn_client/copy.c:2154
#, c-format
msgid "Cannot move path '%s' into itself"
msgstr "无法移动路径 “%s” 到本身"

#: ../libsvn_client/copy.c:2221
#, c-format
msgid "'%s' does not have a URL associated with it"
msgstr "“%s” 没有关联的 URL"

#: ../libsvn_client/delete.c:60
#, c-format
msgid "'%s' is in the way of the resource actually under version control"
msgstr "“%s” 阻碍资源纳入版本控制"

#: ../libsvn_client/delete.c:75
#, c-format
msgid "'%s' has local modifications -- commit or revert them first"
msgstr "“%s” 已有本地修改 -- 请先提交或撤销"

#: ../libsvn_client/delete.c:109
#, c-format
msgid ""
"Cannot remove the external at '%s'; please edit or delete the svn:externals "
"property on '%s'"
msgstr "不能在“%s”删除外部引用;请在“%s”修改或删除属性 svn:externals"

#: ../libsvn_client/deprecated.c:785 ../svn/move-cmd.c:65
msgid "Cannot specify revisions (except HEAD) with move operations"
msgstr "移动操作不能指定版本"

#: ../libsvn_client/deprecated.c:1402
msgid "No commits in repository"
msgstr "版本库中没有提交"

#: ../libsvn_client/deprecated.c:2477 ../libsvn_wc/deprecated.c:3688
msgid "Non-recursive relocation not supported"
msgstr "不支持非递归的重新定位"

#: ../libsvn_client/diff.c:136
#, c-format
msgid "   Reverse-merged %s:r%s%s"
msgstr "   已经撤销合并 %s:r%s%s"

#: ../libsvn_client/diff.c:151
#, c-format
msgid "   Merged %s:r%s%s"
msgstr "   已经合并 %s:r%s%s"

#: ../libsvn_client/diff.c:161 ../libsvn_diff/diff_file.c:1837
#: ../libsvn_diff/diff_file.c:1853
#, c-format
msgid "Path '%s' must be an immediate child of the directory '%s'"
msgstr "路径 “%s” 必须是目录 “%s” 的直接子孙"

#: ../libsvn_client/diff.c:368
#, c-format
msgid "%s\t(revision %ld)"
msgstr "%s\t(版本 %ld)"

#: ../libsvn_client/diff.c:370
#, c-format
msgid "%s\t(working copy)"
msgstr "%s\t(工作副本)"

#: ../libsvn_client/diff.c:630
#, c-format
msgid "%sProperty changes on: %s%s"
msgstr "%s 属性改变: %s%s"

#: ../libsvn_client/diff.c:969
#, c-format
msgid "Cannot display: file marked as a binary type.%s"
msgstr "无法显示: 文件标记为二进制类型。%s"

#: ../libsvn_client/diff.c:1397
#, c-format
msgid "Path '%s' has no URL"
msgstr "路径 '%s' 没有 URL"

#: ../libsvn_client/diff.c:1423 ../libsvn_client/merge.c:6314
#: ../libsvn_client/merge.c:9259
msgid "Not all required revisions are specified"
msgstr "没有全部提供需要的版本"

#: ../libsvn_client/diff.c:1438
msgid "At least one revision must be non-local for a pegged diff"
msgstr "对于铆钉差异,必须至少有一个非本地版本"

#: ../libsvn_client/diff.c:1481
#, c-format
msgid "Diff target '%s' was not found in the repository at revision '%ld'"
msgstr "差异目标 '%s' 不在版本库的版本 '%ld' 中"

#: ../libsvn_client/diff.c:1486
#, c-format
msgid ""
"Diff target '%s' was not found in the repository at revision '%ld' or '%ld'"
msgstr "差异目标 '%s' 不在版本库的版本 '%ld' 或 '%ld' 中"

#: ../libsvn_client/diff.c:1613
#, c-format
msgid ""
"Diff target '%s' was not found in the repository at revisions '%ld' and '%ld'"
msgstr "差异目标 '%s' 不在版本库的版本 '%ld' 和 '%ld' 中"

#: ../libsvn_client/diff.c:1618
#, c-format
msgid ""
"Diff targets '%s and '%s' were not found in the repository at revisions "
"'%ld' and '%ld'"
msgstr "差异目标 '%s' 与 '%s' 不在版本库的版本 '%ld' 和 '%ld' 中"

#: ../libsvn_client/diff.c:1731
msgid "Sorry, svn_client_diff5 was called in a way that is not yet supported"
msgstr "抱歉,svn_client_diff5 尚不支持这种调用方式"

#: ../libsvn_client/diff.c:1774
msgid ""
"Only diffs between a path's text-base and its working files are supported at "
"this time"
msgstr "当前 diff 只支持参考文件与其工作文件比较"

#: ../libsvn_client/diff.c:1970 ../libsvn_client/switch.c:147
#, c-format
msgid "Directory '%s' has no URL"
msgstr "目录 “%s” 没有 URL"

#: ../libsvn_client/diff.c:2233
msgid "Summarizing diff can only compare repository to repository"
msgstr "只有版本库和版本库才能比较差异概要"

#: ../libsvn_client/export.c:95
#, c-format
msgid "'%s' is not a valid EOL value"
msgstr "“%s” 不是一个有效的 EOL 值"

#: ../libsvn_client/export.c:453
msgid "Destination directory exists, and will not be overwritten unless forced"
msgstr "目的目录已存在,除非强迫为之,否则不会覆盖"

#: ../libsvn_client/export.c:588 ../libsvn_client/export.c:1114
#, c-format
msgid "Destination file '%s' exists, and will not be overwritten unless forced"
msgstr "目标文件“%s”已存在,除非强迫为之,否则不会被覆盖"

#: ../libsvn_client/export.c:593 ../libsvn_client/export.c:1119
#, c-format
msgid "Destination '%s' exists. Cannot overwrite directory with non-directory"
msgstr "目标“%s”已存在。不能用非目录覆盖目录"

#: ../libsvn_client/export.c:631 ../libsvn_client/export.c:778
#, c-format
msgid "'%s' exists and is not a directory"
msgstr "“%s” 已存在且不是目录"

#: ../libsvn_client/export.c:635 ../libsvn_client/export.c:782
#, c-format
msgid "'%s' already exists"
msgstr "“%s” 已存在"

#: ../libsvn_client/export.c:968 ../libsvn_client/repos_diff.c:987
#: ../libsvn_fs_fs/dag.c:1040 ../libsvn_ra_neon/fetch.c:767
#: ../libsvn_ra_svn/client.c:1081 ../libsvn_wc/diff_editor.c:1604
#: ../libsvn_wc/externals.c:588 ../libsvn_wc/update_editor.c:4037
#, c-format
msgid "Checksum mismatch for '%s'"
msgstr "'%s' 的校验和不匹配"

#: ../libsvn_client/externals.c:395
#, c-format
msgid ""
"Cannot insert a file external defined on '%s' into the working copy '%s'."
msgstr "不能将在“%s”定义的文件外部引用插入到工作副本“%s”。"

#: ../libsvn_client/externals.c:428
#, c-format
msgid ""
"The file external from '%s' cannot overwrite the existing versioned item at "
"'%s'"
msgstr "来源于 “%s” 的外部引用的文件不能覆写位于 “%s” 的已存版本控制条目"

#: ../libsvn_client/externals.c:445
#, c-format
msgid "The file external '%s' can not be created because the node exists."
msgstr "不能创建文件外部引用 '%s',节点已经存在。"

#: ../libsvn_client/externals.c:553
#, c-format
msgid "URL '%s' does not begin with a scheme"
msgstr "URL “%s” 没有以方案开始"

#: ../libsvn_client/externals.c:629
#, c-format
msgid "Illegal parent directory URL '%s'"
msgstr "非法父目录 URL “%s”"

#: ../libsvn_client/externals.c:668
#, c-format
msgid "Illegal repository root URL '%s'"
msgstr "非法版本库根 URL “%s”"

#: ../libsvn_client/externals.c:713
#, c-format
msgid "The external relative URL '%s' cannot have backpaths, i.e. '..'"
msgstr "外部相对 URL “%s” 不能包含后退路径,例如 “..”"

#: ../libsvn_client/externals.c:741
#, c-format
msgid "Unrecognized format for the relative external URL '%s'"
msgstr "外部相对 URL “%s” 的格式无法识别"

#: ../libsvn_client/externals.c:880
#, c-format
msgid "URL '%s' at revision %ld doesn't exist"
msgstr "URL “%s” 在版本 %ld 中不存在"

#: ../libsvn_client/externals.c:885
#, c-format
msgid "URL '%s' at revision %ld is not a file or a directory"
msgstr "URL “%s” 在版本 %ld 中不是文件或目录"

#: ../libsvn_client/externals.c:953
#, c-format
msgid ""
"Unsupported external: url of file external '%s' is not in repository '%s'"
msgstr "不支持的外部定义:外部文件“%s”的 URL 不在版本库“%s”中"

#: ../libsvn_client/externals.c:1145
#, c-format
msgid "Traversal of '%s' found no ambient depth"
msgstr "在 “%s” 中找不到深度"

#: ../libsvn_client/info.c:345
#, c-format
msgid ""
"Server does not support retrieving information about the repository root"
msgstr "服务器不支持取得版本库根的信息"

#: ../libsvn_client/info.c:352 ../libsvn_client/info.c:367
#: ../libsvn_client/info.c:377 ../libsvn_client/list.c:245
#, c-format
msgid "URL '%s' non-existent in revision %ld"
msgstr "URL “%s” 不在版本 %ld 中"

#: ../libsvn_client/locking_commands.c:260
#: ../libsvn_client/locking_commands.c:286
msgid "No common parent found, unable to operate on disjoint arguments"
msgstr "没有找到公共父节点,不能在分离的参数上操作"

#: ../libsvn_client/locking_commands.c:305 ../libsvn_client/merge.c:9282
#: ../libsvn_client/merge.c:9289 ../libsvn_client/merge.c:10524
#: ../libsvn_client/merge.c:10820 ../libsvn_client/ra.c:462
#: ../libsvn_client/ra.c:669 ../libsvn_client/update.c:234
#, c-format
msgid "'%s' has no URL"
msgstr "“%s” 没有 URL"

#: ../libsvn_client/locking_commands.c:319
msgid "Unable to lock/unlock across multiple repositories"
msgstr "不能跨越多个版本库进行锁定/解锁"

#: ../libsvn_client/locking_commands.c:367
#, c-format
msgid "'%s' is not locked in this working copy"
msgstr "“%s” 没有在工作副本中锁定"

#: ../libsvn_client/locking_commands.c:410
#, c-format
msgid "'%s' is not locked"
msgstr "“%s” 没有被锁定"

#: ../libsvn_client/locking_commands.c:444 ../libsvn_fs/fs-loader.c:1265
#: ../libsvn_ra/ra_loader.c:1067
msgid "Lock comment contains illegal characters"
msgstr "锁定注释包含非法字符"

#: ../libsvn_client/log.c:299 ../libsvn_client/log.c:357
msgid "Missing required revision specification"
msgstr "未提供请求的版本"

#: ../libsvn_client/log.c:406
#, c-format
msgid "'%s' is not a relative path"
msgstr "'%s' 不是相对路径"

#: ../libsvn_client/log.c:428
msgid "When specifying working copy paths, only one target may be given"
msgstr "当指定工作副本路径时,只能给出一个目标"

#: ../libsvn_client/log.c:454 ../libsvn_client/status.c:359
#, c-format
msgid "Entry '%s' has no URL"
msgstr "条目“%s”没有URL"

#: ../libsvn_client/merge.c:307
#, c-format
msgid "Url '%s' of '%s' is not in repository '%s'"
msgstr "URL“%s”(祖先“%s”)不在版本库“%s”中"

#. xgettext: the '.working', '.merge-left.r%ld' and
#. '.merge-right.r%ld' strings are used to tag onto a file
#. name in case of a merge conflict
#: ../libsvn_client/merge.c:1507
msgid ".working"
msgstr ".working"

#: ../libsvn_client/merge.c:1509
#, c-format
msgid ".merge-left.r%ld"
msgstr ".merge-left.r%ld"

#: ../libsvn_client/merge.c:1512
#, c-format
msgid ".merge-right.r%ld"
msgstr ".merge-right.r%ld"

#: ../libsvn_client/merge.c:3898
msgid ""
"Cannot reverse-merge a range from a path's own future history; try updating "
"first"
msgstr "不能从路径的未来历史中反向合并范围;请先更新"

#: ../libsvn_client/merge.c:4629
#, c-format
msgid ""
"One or more conflicts were produced while merging r%ld:%ld into\n"
"'%s' --\n"
"resolve all conflicts and rerun the merge to apply the remaining\n"
"unmerged revisions"
msgstr ""
"当合并 r%ld:%ld 到 “%s” 时出现了一个或更多的冲突\n"
"请解决所有冲突后,再次运行合并,处理剩余的未合并版本"

#: ../libsvn_client/merge.c:5608
#, c-format
msgid "Invalid mergeinfo detected on '%s', mergetracking not possible"
msgstr "在“%s”发现了非法的合并信息;合并跟踪是不可能的"

#: ../libsvn_client/merge.c:5662
msgid ""
"Merge tracking not allowed with missing subtrees; try restoring these items "
"first:\n"
msgstr "合并跟踪不允许丢失子树; 请先恢复这些项目:\n"

#: ../libsvn_client/merge.c:6673
#, c-format
msgid ""
"Invalid mergeinfo detected on merge target '%s', mergetracking not possible"
msgstr "在合并目标“%s”发现了非法的合并信息;合并跟踪是不可能的"

#: ../libsvn_client/merge.c:8716
msgid "Use of two URLs is not compatible with mergeinfo modification"
msgstr "使用两个 URL 与合并信息修改不兼容"

#: ../libsvn_client/merge.c:8723 ../libsvn_client/merge.c:9038
msgid ""
"Merge from foreign repository is not compatible with mergeinfo modification"
msgstr "从外部版本库合并与合并信息修改不兼容"

#: ../libsvn_client/merge.c:8737 ../libsvn_client/merge.c:9297
#: ../libsvn_client/merge.c:10827
#, c-format
msgid "Merge target '%s' does not exist in the working copy"
msgstr "合并目标 “%s” 不在工作副本中"

#: ../libsvn_client/merge.c:9164
msgid "Cannot determine revision of working copy"
msgstr "不能确定工作副本的版本"

#: ../libsvn_client/merge.c:9170
#, c-format
msgid ""
"Cannot merge into mixed-revision working copy [%lu:%lu]; try updating first"
msgstr "不能合并到有混合版本的工作副本 [%lu:%lu] 中;请先更新"

#: ../libsvn_client/merge.c:9185
msgid "Cannot merge into a working copy with a switched subtree"
msgstr "不能合并到已经切换子目录的工作副本中"

#: ../libsvn_client/merge.c:9201
msgid "Cannot merge into a working copy that has local modifications"
msgstr "不能合并到有本地修改的工作副本中"

#: ../libsvn_client/merge.c:9263 ../svn/merge-cmd.c:346
msgid "Merge sources must both be either paths or URLs"
msgstr "合并源必须同时是路径或 URL"

#: ../libsvn_client/merge.c:9332 ../libsvn_ra/ra_loader.c:554
#, c-format
msgid "'%s' isn't in the same repository as '%s'"
msgstr "“%s”与“%s”并不在同一个版本库中"

#: ../libsvn_client/merge.c:10342
#, c-format
msgid "Invalid mergeinfo detected on '%s', reintegrate merge not possible"
msgstr "在“%s”发现了非法的合并信息;复兴合并是不可能的"

#: ../libsvn_client/merge.c:10385 ../libsvn_client/merge.c:10653
#, c-format
msgid "'%s@%ld' must be ancestrally related to '%s@%ld'"
msgstr "“%s@%ld”必须与“%s@%ld”有祖先关系"

#: ../libsvn_client/merge.c:10539
#, c-format
msgid "'%s' must be from the same repository as '%s'"
msgstr "“%s”必须与“%s”在同一个版本库中"

#: ../libsvn_client/merge.c:10570
#, c-format
msgid ""
"Neither the reintegrate source nor target can be the root of the repository"
msgstr "复兴源或目标都不能是版本库的根。"

#: ../libsvn_client/merge.c:10681
#, c-format
msgid ""
"Reintegrate can only be used if revisions %ld through %ld were previously "
"merged from %s to the reintegrate source, but this is not the case:\n"
"%s"
msgstr ""
"复兴只能用于版本 %ld 到 %ld 以前曾经从 %s 合并到复兴源的情况,但是现在不是这"
"种情况:\n"
"%s"

#: ../libsvn_client/mergeinfo.c:1822
msgid "Only depths 'infinity' and 'empty' are currently supported"
msgstr "当前仅支持深度 'infinity' 和 'empty'"

#: ../libsvn_client/patch.c:275
#, c-format
msgid "Cannot strip %u components from '%s'"
msgstr "不能修剪 %u 个组件于“%s”"

#: ../libsvn_client/patch.c:2952
msgid "strip count must be positive"
msgstr "修剪计数取值必须为正"

#: ../libsvn_client/patch.c:2968 ../libsvn_fs_base/tree.c:4003
#: ../libsvn_fs_base/tree.c:4008 ../libsvn_fs_fs/tree.c:2731
#: ../libsvn_fs_fs/tree.c:2736 ../libsvn_ra/compat.c:685
#: ../libsvn_ra_local/ra_plugin.c:1077
#, c-format
msgid "'%s' is not a file"
msgstr "“%s”不是一个文件"

#: ../libsvn_client/patch.c:2980 ../libsvn_wc/util.c:59
#, c-format
msgid "'%s' is not a directory"
msgstr "“%s”不是目录"

#: ../libsvn_client/prop_commands.c:81
#, c-format
msgid "'%s' is a wcprop, thus not accessible to clients"
msgstr "“%s” 是一个工作副本属性,应此不能被客户端存取"

#: ../libsvn_client/prop_commands.c:173
#, c-format
msgid "Property '%s' is not a regular property"
msgstr "属性 “%s” 不是常规属性"

#: ../libsvn_client/prop_commands.c:301
#, c-format
msgid "Revision property '%s' not allowed in this context"
msgstr "此上下文中不允许版本属性 “%s”"

#: ../libsvn_client/prop_commands.c:308 ../libsvn_client/prop_commands.c:515
#, c-format
msgid "Bad property name: '%s'"
msgstr "属性名称错误: “%s”"

#: ../libsvn_client/prop_commands.c:336
msgid "Targets must be working copy paths"
msgstr "目标必须是工作副本路径"

#: ../libsvn_client/prop_commands.c:409
msgid "Targets must be URLs"
msgstr "目标必须是 URL"

#: ../libsvn_client/prop_commands.c:419
msgid "Setting property on non-local targets needs a base revision"
msgstr "设定非本地目标的属性需要版本参数"

#: ../libsvn_client/prop_commands.c:434
#, c-format
msgid "Setting property '%s' on non-local targets is not supported"
msgstr "不支持对非本地目标设置属性“%s”"

#: ../libsvn_client/prop_commands.c:462
#, c-format
msgid ""
"revprop '%s' in r%ld is unexpectedly absent in repository (maybe someone "
"else deleted it?)"
msgstr "revprop “%s” 于版本 r%ld 出乎意料地不在版本库中(可能某人删除了?)"

#: ../libsvn_client/prop_commands.c:471
#, c-format
msgid ""
"revprop '%s' in r%ld has unexpected value in repository (maybe someone else "
"changed it?)"
msgstr "revprop “%s” 于版本 r%ld 在版本库中出乎意料地取值(可能某人修改了?)"

#: ../libsvn_client/prop_commands.c:479
#, c-format
msgid ""
"revprop '%s' in r%ld is unexpectedly present in repository (maybe someone "
"else set it?)"
msgstr "revprop “%s” 于版本 r%ld 出乎意料地在版本库中(可能某人设置了?)"

#: ../libsvn_client/prop_commands.c:510
msgid ""
"Author name should not contain a newline; value will not be set unless forced"
msgstr "作者名称不能包含换行;除非强迫为之,否则其值不会被设定"

#: ../libsvn_client/prop_commands.c:662
#, c-format
msgid "'%s' does not exist in revision %ld"
msgstr "没有路径 “%s” 在版本 %ld 中"

#: ../libsvn_client/prop_commands.c:668 ../libsvn_client/prop_commands.c:985
#: ../libsvn_wc/crop.c:182
#, c-format
msgid "Unknown node kind for '%s'"
msgstr "“%s” 是未知的节点类型"

#: ../libsvn_client/ra.c:156
#, c-format
msgid "Attempt to set wc property '%s' on '%s' in a non-commit operation"
msgstr "试图在非提交操作中,设定工作副本属性 “%s” 于 “%s”"

#: ../libsvn_client/ra.c:356
#, c-format
msgid "Redirect cycle detected for URL '%s'"
msgstr "z在 URL '%s' 检测到循环重定向"

#: ../libsvn_client/ra.c:741 ../libsvn_ra/compat.c:394
#, c-format
msgid "Unable to find repository location for '%s' in revision %ld"
msgstr "“%s” 的版本库位置不在版本 %ld 中"

#: ../libsvn_client/ra.c:748
#, c-format
msgid ""
"The location for '%s' for revision %ld does not exist in the repository or "
"refers to an unrelated object"
msgstr "“%s” 不在版本库的版本 %ld 中,或是指向一个无关对象"

#: ../libsvn_client/relocate.c:117
#, c-format
msgid "'%s' is not the root of the repository"
msgstr "“%s” 不是版本库的根"

#: ../libsvn_client/relocate.c:124
#, c-format
msgid "The repository at '%s' has uuid '%s', but the WC has '%s'"
msgstr "版本库 “%s” 的 uuid 是 “%s”,但是工作副本的是 “%s”"

#: ../libsvn_client/repos_diff.c:919 ../libsvn_wc/externals.c:508
#, c-format
msgid "Base checksum mismatch for '%s'"
msgstr "“%s”的校验和错误"

#: ../libsvn_client/revisions.c:113 ../libsvn_client/revisions.c:138
#, c-format
msgid "Path '%s' has no committed revision"
msgstr "路径 “%s” 没有提交过"

#: ../libsvn_client/revisions.c:166
#, c-format
msgid "Unrecognized revision type requested for '%s'"
msgstr "“%s” 的请求版本类型无法识别"

#: ../libsvn_client/revisions.c:189
msgid "PREV, BASE, or COMMITTED revision keywords are invalid for URL"
msgstr "对于 URL,版本关键字 PREV,BASE,或 COMMITTED 非法"

#: ../libsvn_client/status.c:317 ../libsvn_client/status.c:491
#: ../libsvn_wc/lock.c:563 ../libsvn_wc/lock.c:855 ../libsvn_wc/lock.c:1573
#: ../libsvn_wc/wc_db.c:10217 ../libsvn_wc/wc_db_wcroot.c:560
#, c-format
msgid "'%s' is not a working copy"
msgstr "“%s”不是工作副本"

#: ../libsvn_client/switch.c:102
#, c-format
msgid "Cannot both exclude and switch a path"
msgstr "不能同时排除和切换同一路径"

#: ../libsvn_client/switch.c:123
#, c-format
msgid "Cannot switch '%s' because it is not in the repository yet"
msgstr "不能切换“%s”,因为还不在版本库中"

#: ../libsvn_client/switch.c:190 ../libsvn_ra_local/ra_plugin.c:228
#: ../libsvn_ra_local/ra_plugin.c:307 ../libsvn_wc/update_editor.c:4584
#, c-format
msgid ""
"'%s'\n"
"is not the same repository as\n"
"'%s'"
msgstr ""
"“%s”\n"
"与\n"
"“%s”\n"
"并不在同一个版本库中"

#: ../libsvn_client/switch.c:215
#, c-format
msgid "'%s' shares no common ancestry with '%s'"
msgstr "“%s”与“%s”没有共同的祖先"

#: ../libsvn_client/util.c:110
#, c-format
msgid "URL '%s' is not a child of repository root URL '%s'"
msgstr "URL “%s” 不是版本库根 URL “%s” 的子节点"

#: ../libsvn_client/util.c:131
#, c-format
msgid "URL '%s' is not inside repository"
msgstr "URL“%s”不在版本库中"

#: ../libsvn_client/util.c:235 ../svn/util.c:1382
#, c-format
msgid "Cannot mix repository and working copy targets"
msgstr "不能混合版本库和工作副本目标"

#: ../libsvn_delta/svndiff.c:167
msgid "Compression of svndiff data failed"
msgstr "压缩 svndiff 数据失败"

#: ../libsvn_delta/svndiff.c:449
msgid "Decompression of svndiff data failed: no size"
msgstr "解压 svndiff 数据失败: 没有长度"

#: ../libsvn_delta/svndiff.c:452
msgid "Decompression of svndiff data failed: size too large"
msgstr "解压 svndiff 数据失败: 长度太大"

#: ../libsvn_delta/svndiff.c:473
msgid "Decompression of svndiff data failed"
msgstr "解压 svndiff 数据失败"

#: ../libsvn_delta/svndiff.c:480
msgid "Size of uncompressed data does not match stored original length"
msgstr "解压后的数据长度与原始长度不相等"

#: ../libsvn_delta/svndiff.c:555
#, c-format
msgid "Invalid diff stream: insn %d cannot be decoded"
msgstr "无效的差异流: insn %d 不能解码"

#: ../libsvn_delta/svndiff.c:559
#, c-format
msgid "Invalid diff stream: insn %d has length zero"
msgstr "无效的差异流: insn %d 出现 0 长度"

#: ../libsvn_delta/svndiff.c:563
#, c-format
msgid "Invalid diff stream: insn %d overflows the target view"
msgstr "无效的差异流: insn %d 溢出目标视图"

#: ../libsvn_delta/svndiff.c:572
#, c-format
msgid "Invalid diff stream: [src] insn %d overflows the source view"
msgstr "无效的差异流: [src] insn %d 溢出源视图"

#: ../libsvn_delta/svndiff.c:579
#, c-format
msgid ""
"Invalid diff stream: [tgt] insn %d starts beyond the target view position"
msgstr "无效的差异流: [tgt] insn %d 起点超过目标视图位置"

#: ../libsvn_delta/svndiff.c:586
#, c-format
msgid "Invalid diff stream: [new] insn %d overflows the new data section"
msgstr "无效的差异流: [new] insn %d 溢出新数据区域"

#: ../libsvn_delta/svndiff.c:596
msgid "Delta does not fill the target window"
msgstr "Delta 没有填充目标窗口"

#: ../libsvn_delta/svndiff.c:599
msgid "Delta does not contain enough new data"
msgstr "Delta 没有包含足够新数据"

#: ../libsvn_delta/svndiff.c:705
msgid "Svndiff has invalid header"
msgstr "Svndiff 数据包含无效头"

#: ../libsvn_delta/svndiff.c:761 ../libsvn_delta/svndiff.c:925
msgid "Svndiff contains a too-large window"
msgstr "Svndiff 数据包含太大的窗口"

#: ../libsvn_delta/svndiff.c:768 ../libsvn_delta/svndiff.c:932
msgid "Svndiff contains corrupt window header"
msgstr "Svndiff 数据包含无效窗口"

#: ../libsvn_delta/svndiff.c:777
msgid "Svndiff has backwards-sliding source views"
msgstr "Svndiff 数据包含向后变化的资源视图"

#: ../libsvn_delta/svndiff.c:826 ../libsvn_delta/svndiff.c:873
#: ../libsvn_delta/svndiff.c:954
msgid "Unexpected end of svndiff input"
msgstr "svndiff 输入意料结束"

#: ../libsvn_diff/diff_file.c:1074
#, c-format
msgid "The file '%s' changed unexpectedly during diff"
msgstr "文件“%s”在比较期间意外改变"

#: ../libsvn_diff/diff_file.c:1244
msgid "Error in options to internal diff"
msgstr "内部比较的选项错误"

#: ../libsvn_diff/diff_file.c:1270
#, c-format
msgid "Invalid argument '%s' in diff options"
msgstr "diff 选项中参数'%s'无效"

#: ../libsvn_diff/diff_file.c:1553
msgid "No newline at end of file"
msgstr "文件没有以空行结尾"

#. Order of date components can be different in different languages
#: ../libsvn_diff/diff_file.c:1760
msgid "%a %b %e %H:%M:%S %Y"
msgstr "%a %b %e %H:%M:%S %Y"

#: ../libsvn_diff/diff_file.c:2378
#, c-format
msgid "Failed to delete mmap '%s'"
msgstr "删除 mmap“%s”失败"

#: ../libsvn_fs/fs-loader.c:117 ../libsvn_ra/ra_loader.c:179
#: ../libsvn_ra/ra_loader.c:192
#, c-format
msgid "'%s' does not define '%s()'"
msgstr "“%s” 未定义 “%s()”"

#: ../libsvn_fs/fs-loader.c:134
#, c-format
msgid "Can't grab FS mutex"
msgstr "无法获取文件系统互斥体"

#: ../libsvn_fs/fs-loader.c:146
#, c-format
msgid "Can't ungrab FS mutex"
msgstr "不能释放文件系统互斥体"

#: ../libsvn_fs/fs-loader.c:167
#, c-format
msgid "Failed to load module for FS type '%s'"
msgstr "加载 “%s” 文件系统模块失败"

#: ../libsvn_fs/fs-loader.c:200
#, c-format
msgid ""
"Mismatched FS module version for '%s': found %d.%d.%d%s, expected %d.%d.%d%s"
msgstr "文件系统模块 “%s” 版本不匹配 : 找到 %d.%d.%d%s,期望 %d.%d.%d%s"

#: ../libsvn_fs/fs-loader.c:225
#, c-format
msgid "Unknown FS type '%s'"
msgstr "未知的文件系统类型 “%s”"

#: ../libsvn_fs/fs-loader.c:328
#, c-format
msgid "Can't allocate FS mutex"
msgstr "不能分配文件系统互斥体"

#: ../libsvn_fs/fs-loader.c:358
#, c-format
msgid "Path '%s' is not in UTF-8"
msgstr "路径 “%s” 不是 UTF-8 编码"

#: ../libsvn_fs/fs-loader.c:366
#, c-format
msgid "Path '%s' contains '.' or '..' element"
msgstr "路径 “%s” 包含 “.” 或 “..” 元素"

#: ../libsvn_fs/fs-loader.c:1247
#, c-format
msgid "Malformed UUID '%s'"
msgstr "非法 UUID “%s”"

#: ../libsvn_fs/fs-loader.c:1275
#, c-format
msgid "Lock token URI '%s' has bad scheme; expected '%s'"
msgstr "锁令牌 URI '%s' 的方案错误;期望是 '%s'"

#: ../libsvn_fs/fs-loader.c:1282
#, c-format
msgid "Lock token '%s' is not ASCII at byte %u"
msgstr "锁令牌  '%s' 在字节 %u 处不是 ASCII 字符"

#: ../libsvn_fs/fs-loader.c:1289
#, c-format
msgid "Lock token URI '%s' is not XML-safe"
msgstr "锁令牌 URI '%s' 不是 XML 安全的"

#: ../libsvn_fs/fs-loader.c:1296
msgid "Negative expiration date passed to svn_fs_lock"
msgstr "传递到 svn_fs_lock 的有效期非法"

#: ../libsvn_fs_base/bdb/bdb-err.c:104
#, c-format
msgid "Berkeley DB error for filesystem '%s' while %s:\n"
msgstr "当 %s 关闭文件系统 “%s” 的 BDB 环境句柄时出错: \n"

#: ../libsvn_fs_base/bdb/changes-table.c:93
msgid "creating change"
msgstr "正在创建修改"

#: ../libsvn_fs_base/bdb/changes-table.c:117
msgid "deleting changes"
msgstr "正在删除修改"

#: ../libsvn_fs_base/bdb/changes-table.c:149 ../libsvn_fs_fs/fs_fs.c:4236
msgid "Missing required node revision ID"
msgstr "缺少必须的节点版本 ID"

#: ../libsvn_fs_base/bdb/changes-table.c:160 ../libsvn_fs_fs/fs_fs.c:4246
msgid "Invalid change ordering: new node revision ID without delete"
msgstr "无效的改变顺序: 没有删除新节点版本 ID"

#: ../libsvn_fs_base/bdb/changes-table.c:170 ../libsvn_fs_fs/fs_fs.c:4257
msgid "Invalid change ordering: non-add change on deleted path"
msgstr "无效的改变顺序: 在已经删除的路径执行非增加修改"

#: ../libsvn_fs_base/bdb/changes-table.c:179 ../libsvn_fs_fs/fs_fs.c:4266
msgid "Invalid change ordering: add change on preexisting path"
msgstr "无效的改变顺序: 在已有路径增加修改"

#: ../libsvn_fs_base/bdb/changes-table.c:271
#: ../libsvn_fs_base/bdb/changes-table.c:394
msgid "creating cursor for reading changes"
msgstr "正在为读取修改创建指针"

#: ../libsvn_fs_base/bdb/changes-table.c:296
#: ../libsvn_fs_base/bdb/changes-table.c:415
#, c-format
msgid "Error reading changes for key '%s'"
msgstr "读取键 “%s” 的修改时出错"

#: ../libsvn_fs_base/bdb/changes-table.c:355
#: ../libsvn_fs_base/bdb/changes-table.c:438
msgid "fetching changes"
msgstr "正在获取修改"

#: ../libsvn_fs_base/bdb/changes-table.c:368
#: ../libsvn_fs_base/bdb/changes-table.c:451
msgid "closing changes cursor"
msgstr "正在关闭修改指针"

#: ../libsvn_fs_base/bdb/checksum-reps-table.c:87
#: ../libsvn_fs_base/bdb/checksum-reps-table.c:116
#: ../libsvn_fs_base/bdb/checksum-reps-table.c:159
msgid "Only SHA1 checksums can be used as keys in the checksum-reps table.\n"
msgstr "在校验和展现表中,只有 SHA1 校验和能用做键值。\n"

#: ../libsvn_fs_base/bdb/checksum-reps-table.c:135
#, c-format
msgid "Representation key for checksum '%s' exists in filesystem '%s'."
msgstr "校验和 “%s” 的展现键已经存在于文件系统 “%s” 中。"

#: ../libsvn_fs_base/bdb/checksum-reps-table.c:142
msgid "storing checksum-reps record"
msgstr "正在存储校验和展现记录"

#: ../libsvn_fs_base/bdb/checksum-reps-table.c:186
msgid "allocating new representation reuse ID (getting 'next-key')"
msgstr "正在分配新展现的复用 ID(正在获取 “next-key”)"

#: ../libsvn_fs_base/bdb/checksum-reps-table.c:207
msgid "bumping next representation reuse ID"
msgstr "跳到下个展现复用 ID"

#: ../libsvn_fs_base/bdb/copies-table.c:92
msgid "storing copy record"
msgstr "正在存储副本记录"

#: ../libsvn_fs_base/bdb/copies-table.c:115
msgid "allocating new copy ID (getting 'next-key')"
msgstr "正在分配新副本 ID(正在获取 “next-key”)"

#: ../libsvn_fs_base/bdb/copies-table.c:133
msgid "bumping next copy key"
msgstr "正在提取下一个副本键"

#: ../libsvn_fs_base/bdb/copies-table.c:171
msgid "deleting entry from 'copies' table"
msgstr "正在从 “copies” 表中删除条目"

#: ../libsvn_fs_base/bdb/copies-table.c:199
msgid "reading copy"
msgstr "正在读取副本"

#: ../libsvn_fs_base/bdb/node-origins-table.c:117
#, c-format
msgid ""
"Node origin for '%s' exists in filesystem '%s' with a different value (%s) "
"than what we were about to store (%s)"
msgstr "“%s” 的原始节点在文件系统 “%s” 中,取值(%s)与我们要存储的值(%s)不同"

#: ../libsvn_fs_base/bdb/node-origins-table.c:127
msgid "storing node-origins record"
msgstr "正在存储节点原始记录"

#: ../libsvn_fs_base/bdb/nodes-table.c:102
msgid "allocating new node ID (getting 'next-key')"
msgstr "正在分配新的节点 ID (正在获取“next-key”)"

#: ../libsvn_fs_base/bdb/nodes-table.c:120
msgid "bumping next node ID key"
msgstr "正在提取下一个节点 ID 键"

#: ../libsvn_fs_base/bdb/nodes-table.c:156
#, c-format
msgid "Successor id '%s' (for '%s') already exists in filesystem '%s'"
msgstr "后续 id “%s”(对于 %s)已经在文件系统 “%s” 中"

#: ../libsvn_fs_base/bdb/nodes-table.c:182
msgid "deleting entry from 'nodes' table"
msgstr "正在从“nodes”表删除条目"

#. Handle any other error conditions.
#: ../libsvn_fs_base/bdb/nodes-table.c:220
msgid "reading node revision"
msgstr "正在读取节点版本"

#: ../libsvn_fs_base/bdb/nodes-table.c:253
msgid "storing node revision"
msgstr "正在存储节点版本"

#: ../libsvn_fs_base/bdb/reps-table.c:98
#: ../libsvn_fs_base/bdb/reps-table.c:200
#, c-format
msgid "No such representation '%s'"
msgstr "没有修订版“%s”"

#. Handle any other error conditions.
#: ../libsvn_fs_base/bdb/reps-table.c:101
msgid "reading representation"
msgstr "正在读取修订版"

#: ../libsvn_fs_base/bdb/reps-table.c:128
msgid "storing representation"
msgstr "正在存储修订版"

#: ../libsvn_fs_base/bdb/reps-table.c:156
msgid "allocating new representation (getting next-key)"
msgstr "正在分配新修订版(正在获取 next-key)"

#: ../libsvn_fs_base/bdb/reps-table.c:177
msgid "bumping next representation key"
msgstr "正在提取下一个修订版键"

#. Handle any other error conditions.
#: ../libsvn_fs_base/bdb/reps-table.c:203
msgid "deleting representation"
msgstr "正在删除修订版"

#. Handle any other error conditions.
#: ../libsvn_fs_base/bdb/rev-table.c:95
msgid "reading filesystem revision"
msgstr "正在读取文件系统版本"

#: ../libsvn_fs_base/bdb/strings-table.c:94
msgid "creating cursor for reading a string"
msgstr "正在为读取字符串创建指针"

#: ../libsvn_fs_base/bdb/txn-table.c:99
msgid "storing transaction record"
msgstr "正在存储事务记录"

#: ../libsvn_fs_base/bdb/uuids-table.c:119
msgid "get repository uuid"
msgstr "获取版本库 UUID"

#: ../libsvn_fs_base/bdb/uuids-table.c:147
msgid "set repository uuid"
msgstr "设置版本库 UUID"

#: ../libsvn_fs_base/dag.c:228
#, c-format
msgid "Corrupt DB: initial transaction id not '0' in filesystem '%s'"
msgstr "损坏的数据库: 初始的事务编号在文件系统“%s”中不是“0”"

#: ../libsvn_fs_base/dag.c:236
#, c-format
msgid "Corrupt DB: initial copy id not '0' in filesystem '%s'"
msgstr "损坏的数据库: 初始的副本编号在文件系统“%s”中不是“0”"

#: ../libsvn_fs_base/dag.c:245
#, c-format
msgid "Corrupt DB: initial revision number is not '0' in filesystem '%s'"
msgstr "损坏的数据库: 初始的版本号在文件系统“%s”中不是“0”"

#: ../libsvn_fs_base/dag.c:294
msgid "Attempted to get entries of a non-directory node"
msgstr "试图从非目录节点中获取条目"

#: ../libsvn_fs_base/dag.c:461 ../libsvn_fs_fs/dag.c:376
#, c-format
msgid "Attempted to create a node with an illegal name '%s'"
msgstr "试图用非法的名字“%s”创建节点"

#: ../libsvn_fs_base/dag.c:467 ../libsvn_fs_fs/dag.c:382
msgid "Attempted to create entry in non-directory parent"
msgstr "试图在非目录的父节点创建条目"

#: ../libsvn_fs_base/dag.c:473 ../libsvn_fs_base/dag.c:737
#: ../libsvn_fs_fs/dag.c:388
#, c-format
msgid "Attempted to clone child of non-mutable node"
msgstr "试图克隆非可变节点的子节点"

#: ../libsvn_fs_base/dag.c:480
#, c-format
msgid "Attempted to create entry that already exists"
msgstr "试图创建已经存在的条目"

#: ../libsvn_fs_base/dag.c:529 ../libsvn_fs_fs/dag.c:468
msgid "Attempted to set entry in non-directory node"
msgstr "试图在非目录节点中设置条目"

#: ../libsvn_fs_base/dag.c:535 ../libsvn_fs_fs/dag.c:474
msgid "Attempted to set entry in immutable node"
msgstr "试图在不变节点设置条目"

#: ../libsvn_fs_base/dag.c:602
#, c-format
msgid "Can't set proplist on *immutable* node-revision %s"
msgstr "不能在*不变*节点版本 %s 设置属性列表"

#: ../libsvn_fs_base/dag.c:743
#, c-format
msgid "Attempted to make a child clone with an illegal name '%s'"
msgstr "试图以非法名字“%s”创建子克隆"

#: ../libsvn_fs_base/dag.c:860
#, c-format
msgid "Attempted to delete entry '%s' from *non*-directory node"
msgstr "试图从*非*目录节点删除条目“%s”"

#: ../libsvn_fs_base/dag.c:866
#, c-format
msgid "Attempted to delete entry '%s' from immutable directory node"
msgstr "试图从不变目录节点删除条目“%s”"

#: ../libsvn_fs_base/dag.c:873
#, c-format
msgid "Attempted to delete a node with an illegal name '%s'"
msgstr "试图删除一个非法名字“%s”的节点"

#: ../libsvn_fs_base/dag.c:888 ../libsvn_fs_base/dag.c:921
#, c-format
msgid "Delete failed: directory has no entry '%s'"
msgstr "删除失败: 目录没有条目“%s”"

#: ../libsvn_fs_base/dag.c:970
#, c-format
msgid "Attempted removal of immutable node"
msgstr "试图删除不变节点"

#: ../libsvn_fs_base/dag.c:1088
#, c-format
msgid "Attempted to get textual contents of a *non*-file node"
msgstr "试图获取*非*文件节点的文本内容"

#: ../libsvn_fs_base/dag.c:1121
#, c-format
msgid "Attempted to get length of a *non*-file node"
msgstr "试图获取*非*文件节点的长度"

#: ../libsvn_fs_base/dag.c:1148
#, c-format
msgid "Attempted to get checksum of a *non*-file node"
msgstr "试图获取*非*文件节点的校验和"

#: ../libsvn_fs_base/dag.c:1187 ../libsvn_fs_base/dag.c:1244
#, c-format
msgid "Attempted to set textual contents of a *non*-file node"
msgstr "试图设置*非*文件节点的文本内容"

#: ../libsvn_fs_base/dag.c:1193 ../libsvn_fs_base/dag.c:1250
#, c-format
msgid "Attempted to set textual contents of an immutable node"
msgstr "试图设置不变节点的文本内容"

#: ../libsvn_fs_base/dag.c:1279 ../libsvn_fs_base/reps-strings.c:830
#, c-format
msgid "Checksum mismatch on representation '%s'"
msgstr "'%s' 的校验和不匹配"

#: ../libsvn_fs_base/dag.c:1373
#, c-format
msgid "Attempted to open non-existent child node '%s'"
msgstr "试图打开不存在的子节点“%s”"

#: ../libsvn_fs_base/dag.c:1379
#, c-format
msgid "Attempted to open node with an illegal name '%s'"
msgstr "试图以非法名字“%s”打开节点"

#: ../libsvn_fs_base/dag.c:1701
#, c-format
msgid "Attempted merge tracking info change on immutable node"
msgstr "试图在不变节点合并跟踪信息的修改"

#: ../libsvn_fs_base/dag.c:1741
#, c-format
msgid "Attempted mergeinfo count change on immutable node"
msgstr "试图在不变节点修改合并信息计数"

#: ../libsvn_fs_base/dag.c:1753
#, c-format
msgid "Invalid value (%%%s) for node revision mergeinfo count"
msgstr "节点合并信息计数的值非法(%%%s)"

#: ../libsvn_fs_base/err.c:46
#, c-format
msgid "Corrupt filesystem revision %ld in filesystem '%s'"
msgstr "文件系统版本 %ld 损坏,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:57 ../libsvn_fs_fs/fs_fs.c:2146
#, c-format
msgid "Reference to non-existent node '%s' in filesystem '%s'"
msgstr "引用不存在的节点 “%s”,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:67
#, c-format
msgid "No such revision %ld in filesystem '%s'"
msgstr "没有版本 %ld,其文件系统是“%s”"

#: ../libsvn_fs_base/err.c:79
#, c-format
msgid "Corrupt entry in 'transactions' table for '%s' in filesystem '%s'"
msgstr "“%s” 的 “transactions” 表有无效入口,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:90
#, c-format
msgid "Corrupt entry in 'copies' table for '%s' in filesystem '%s'"
msgstr "“%s” 的 “copies” 表有无效入口,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:101
#, c-format
msgid "No transaction named '%s' in filesystem '%s'"
msgstr "事务 “%s” 不在文件系统 “%s” 中"

#: ../libsvn_fs_base/err.c:112
#, c-format
msgid "Cannot modify transaction named '%s' in filesystem '%s'"
msgstr "无法修改名为 “%s” 的事务,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:123
#, c-format
msgid "No copy with id '%s' in filesystem '%s'"
msgstr "没有标识 “%s” 的副本,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:133
#, c-format
msgid "Token '%s' does not point to any existing lock in filesystem '%s'"
msgstr "标识“%s”没有指向文件系统“%s”中存在的锁"

#: ../libsvn_fs_base/err.c:143
#, c-format
msgid "No token given for path '%s' in filesystem '%s'"
msgstr "路径 “%s” 没有令牌,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:152
#, c-format
msgid "Corrupt lock in 'locks' table for '%s' in filesystem '%s'"
msgstr "“%s” 的 “locks” 表锁损坏,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:162
#, c-format
msgid "No record in 'node-origins' table for node id '%s' in filesystem '%s'"
msgstr "在 “node-origins” 表中,没有节点 “%s” 的记录,其文件系统是 “%s”"

#: ../libsvn_fs_base/err.c:172
#, c-format
msgid "No record in 'checksum-reps' table for checksum '%s' in filesystem '%s'"
msgstr "在 “checksum-reps” 表中,没有校验和 “%s” 的记录,其文件系统是 “%s”"

#: ../libsvn_fs_base/fs.c:86
#, c-format
msgid "Bad database version: got %d.%d.%d, should be at least %d.%d.%d"
msgstr "不正确的数据库版本: 得到 %d.%d.%d,应该最低是 %d.%d.%d"

#: ../libsvn_fs_base/fs.c:97
#, c-format
msgid "Bad database version: compiled with %d.%d.%d, running against %d.%d.%d"
msgstr "不正确的数据库版本: 用 %d.%d.%d 版本编译,正在运行版本 %d.%d.%d"

#: ../libsvn_fs_base/fs.c:187
#, c-format
msgid "Berkeley DB error for filesystem '%s' while closing environment:\n"
msgstr "关闭文件系统“%s”的BDB环境句柄时出错: \n"

#: ../libsvn_fs_base/fs.c:537
#, c-format
msgid "Berkeley DB error for filesystem '%s' while creating environment:\n"
msgstr "创建文件系统“%s”的BDB环境句柄时出错: \n"

#: ../libsvn_fs_base/fs.c:543
#, c-format
msgid "Berkeley DB error for filesystem '%s' while opening environment:\n"
msgstr "打开文件系统“%s”的BDB环境句柄时出错: \n"

#: ../libsvn_fs_base/fs.c:706
#, c-format
msgid ""
"The '%s' feature requires version %d of the filesystem schema; filesystem "
"'%s' uses only version %d"
msgstr "“%s”特性需要文件系统方案版本 %d;文件系统“%s”版本仅为 %d"

#: ../libsvn_fs_base/fs.c:725
#, c-format
msgid "Expected FS format '%d'; found format '%d'"
msgstr "期望文件系统格式“%d”;发现格式“%d”"

#: ../libsvn_fs_base/fs.c:1268
msgid ""
"Error copying logfile;  the DB_LOG_AUTOREMOVE feature\n"
"may be interfering with the hotcopy algorithm.  If\n"
"the problem persists, try deactivating this feature\n"
"in DB_CONFIG"
msgstr ""
"复制日志文件出错;DB_LOG_AUTOREMOVE 特性可能妨碍热复制。如果问题一直存在,"
"请\n"
"尝试在 DB_CONFIG 中禁用此特性。"

#: ../libsvn_fs_base/fs.c:1287
msgid ""
"Error running catastrophic recovery on hotcopy;  the\n"
"DB_LOG_AUTOREMOVE feature may be interfering with the\n"
"hotcopy algorithm.  If the problem persists, try deactivating\n"
"this feature in DB_CONFIG"
msgstr ""
"热复制时执行灾难恢复出错;DB_LOG_AUTOREMOVE 特性可能妨碍热复制。如果问题一"
"直\n"
"存在,请尝试在 DB_CONFIG 中禁用此特性。"

#: ../libsvn_fs_base/fs.c:1332
msgid "Module for working with a Berkeley DB repository."
msgstr "模块只能操作BDB版本库。"

#: ../libsvn_fs_base/fs.c:1368
#, c-format
msgid "Unsupported FS loader version (%d) for bdb"
msgstr "不支持的BDB之FS加载器版本 (%d)"

#: ../libsvn_fs_base/lock.c:105 ../libsvn_fs_base/lock.c:110
#: ../libsvn_fs_fs/lock.c:782 ../libsvn_fs_fs/lock.c:787
#: ../libsvn_fs_fs/lock.c:809
#, c-format
msgid "Path '%s' doesn't exist in HEAD revision"
msgstr "HEAD中没有路径“%s”"

#: ../libsvn_fs_base/lock.c:535 ../libsvn_fs_fs/lock.c:677
#, c-format
msgid "Cannot verify lock on path '%s'; no username available"
msgstr "不能校验路径“%s”上的锁;没有用户名"

#: ../libsvn_fs_base/lock.c:541 ../libsvn_fs_fs/lock.c:683
#, c-format
msgid "User '%s' does not own lock on path '%s' (currently locked by '%s')"
msgstr "用户 “%s” 不是路径 “%s” 的锁的所有者(当前由用户 “%s” 锁定)"

#: ../libsvn_fs_base/lock.c:548 ../libsvn_fs_fs/lock.c:690
#, c-format
msgid "Cannot verify lock on path '%s'; no matching lock-token available"
msgstr "不能校验路径“%s”的锁;没有匹配的可用锁令牌"

#. Helper macro that evaluates to an error message indicating that
#. the representation referred to by X has an unknown node kind.
#: ../libsvn_fs_base/reps-strings.c:58
#, c-format
msgid "Unknown node kind for representation '%s'"
msgstr "修订版“%s”的节点类型未知"

#: ../libsvn_fs_base/reps-strings.c:110
msgid "Representation is not of type 'delta'"
msgstr "修订版不是“delta”类型"

#: ../libsvn_fs_base/reps-strings.c:380
msgid "Svndiff source length inconsistency"
msgstr "svndiff源长度不一致"

#: ../libsvn_fs_base/reps-strings.c:507
#, c-format
msgid "Diff version inconsistencies in representation '%s'"
msgstr "在修订版“%s”中diff的版本不一致"

#: ../libsvn_fs_base/reps-strings.c:533
#, c-format
msgid ""
"Corruption detected whilst reading delta chain from representation '%s' to "
"'%s'"
msgstr "从修订版“%s”到“%s”读差异链时检测到数据损坏"

#: ../libsvn_fs_base/reps-strings.c:799
#, c-format
msgid "Rep contents are too large: got %s, limit is %s"
msgstr "版本内容太大: 得到 %s,上限是 %s"

#: ../libsvn_fs_base/reps-strings.c:815
#, c-format
msgid "Failure reading representation '%s'"
msgstr "读取修订版“%s”失败"

#: ../libsvn_fs_base/reps-strings.c:925
#, c-format
msgid "MD5 checksum mismatch on representation '%s'"
msgstr "“%s” 的 MD5 校验和不匹配"

#: ../libsvn_fs_base/reps-strings.c:935
#, c-format
msgid "SHA1 checksum mismatch on representation '%s'"
msgstr "“%s” 的 SHA1 校验和不匹配"

#: ../libsvn_fs_base/reps-strings.c:946
msgid "Null rep, but offset past zero already"
msgstr "空的版本,但是偏移已经大于零"

#: ../libsvn_fs_base/reps-strings.c:1063 ../libsvn_fs_base/reps-strings.c:1254
#, c-format
msgid "Rep '%s' is not mutable"
msgstr "版本“%s”是不可变的"

#: ../libsvn_fs_base/reps-strings.c:1078
#, c-format
msgid "Rep '%s' both mutable and non-fulltext"
msgstr "版本 “%s” 可变并且非全文本"

#: ../libsvn_fs_base/reps-strings.c:1373
msgid "Failed to get new string key"
msgstr "取新的字符串键失败"

#: ../libsvn_fs_base/reps-strings.c:1450
#, c-format
msgid "Attempt to deltify '%s' against itself"
msgstr "“%s”试图与自身比较"

#: ../libsvn_fs_base/reps-strings.c:1521
#, c-format
msgid "Failed to calculate MD5 digest for '%s'"
msgstr "计算“%s”的MD5摘要失败"

#: ../libsvn_fs_base/revs-txns.c:72
#, c-format
msgid "Transaction is not dead: '%s'"
msgstr "事务未结束: “%s”"

#: ../libsvn_fs_base/revs-txns.c:75
#, c-format
msgid "Transaction is dead: '%s'"
msgstr "事务已结束: “%s”"

#: ../libsvn_fs_base/revs-txns.c:273 ../libsvn_fs_fs/fs_fs.c:7558
#, c-format
msgid "revprop '%s' has unexpected value in filesystem"
msgstr "revprop“%s”在文件系统中有不期望的值"

#: ../libsvn_fs_base/revs-txns.c:1031
msgid "Transaction aborted, but cleanup failed"
msgstr "事务终止,但清除失败"

#: ../libsvn_fs_base/tree.c:773 ../libsvn_fs_fs/tree.c:697
#, c-format
msgid "Failure opening '%s'"
msgstr "打开“%s”失败"

#: ../libsvn_fs_base/tree.c:1405 ../libsvn_fs_fs/tree.c:1126
msgid "Cannot compare property value between two different filesystems"
msgstr "不能在两个不同的文件系统之间比较属性值"

#: ../libsvn_fs_base/tree.c:1851 ../libsvn_fs_base/tree.c:1921
msgid "Corrupt DB: faulty predecessor count"
msgstr "损坏的数据库: 先前的数目不完整"

#: ../libsvn_fs_base/tree.c:1978
#, c-format
msgid "Unexpected immutable node at '%s'"
msgstr "“%s”有意外的不变节点"

#: ../libsvn_fs_base/tree.c:1999 ../libsvn_fs_fs/tree.c:1156
#, c-format
msgid "Conflict at '%s'"
msgstr "在“%s”冲突"

#: ../libsvn_fs_base/tree.c:2052 ../libsvn_fs_base/tree.c:2804
#: ../libsvn_fs_fs/tree.c:1206 ../libsvn_fs_fs/tree.c:1744
msgid "Bad merge; ancestor, source, and target not all in same fs"
msgstr "错误的合并;初始,原始,目标不在同一个文件系统"

#: ../libsvn_fs_base/tree.c:2068 ../libsvn_fs_fs/tree.c:1222
#, c-format
msgid "Bad merge; target '%s' has id '%s', same as ancestor"
msgstr "错误的合并: 目标“%s”拥有标识“%s”,与初始相同"

#: ../libsvn_fs_base/tree.c:2612
#, c-format
msgid "Transaction '%s' out-of-date with respect to revision '%s'"
msgstr "事务 “%s” 过时,对于版本 “%s” "

#: ../libsvn_fs_base/tree.c:2888
#, c-format
msgid "Cannot deltify revisions prior to r%ld"
msgstr "不能在 r%ld 之前计算增量变化"

#: ../libsvn_fs_base/tree.c:3006 ../libsvn_fs_fs/tree.c:1955
msgid "The root directory cannot be deleted"
msgstr "不能删除根目录"

#: ../libsvn_fs_base/tree.c:3229 ../libsvn_fs_fs/tree.c:2036
#, c-format
msgid "Cannot copy between two different filesystems ('%s' and '%s')"
msgstr "不能在两个不同的文件系统(“%s”和“%s”)之间复制"

#: ../libsvn_fs_base/tree.c:3238 ../libsvn_fs_fs/tree.c:2042
msgid "Copy from mutable tree not currently supported"
msgstr "当前不支持从可变的树复制"

#: ../libsvn_fs_base/tree.c:3749 ../libsvn_fs_fs/tree.c:2494
#, c-format
msgid "Base checksum mismatch on '%s'"
msgstr "'%s' 的校验和错误"

#: ../libsvn_fs_base/tree.c:3994 ../libsvn_fs_fs/tree.c:2722
msgid "Cannot compare file contents between two different filesystems"
msgstr "不能在两个不同的文件系统间比较文件内容"

#: ../libsvn_fs_base/tree.c:5035 ../libsvn_fs_base/tree.c:5212
#, c-format
msgid "Node-revision '%s' claims to have mergeinfo but doesn't"
msgstr "节点版本“%s”声称自己有合并信息,实际上却没有"

#: ../libsvn_fs_base/tree.c:5072
#, c-format
msgid ""
"Node-revision '%s' claims to sit atop a tree containing mergeinfo but is not "
"a directory"
msgstr "节点版本“%s”声称自己是包含合并信息的树顶,实际上却不是目录"

#: ../libsvn_fs_fs/dag.c:431 ../libsvn_fs_fs/dag.c:448
#: ../libsvn_ra_serf/serf.c:960
msgid "Can't get entries of non-directory"
msgstr "不能获取非目录的条目"

#: ../libsvn_fs_fs/dag.c:557
#, c-format
msgid ""
"Can't increment mergeinfo count on node-revision %%s to negative value %%%s"
msgstr "不能在节点版本 %%s 增加合并信息计数,因为会溢出到负值 %%%s"

#: ../libsvn_fs_fs/dag.c:568
#, c-format
msgid ""
"Can't increment mergeinfo count on *file* node-revision %%s to %%%s (> 1)"
msgstr "不能在*文件*修订节点增加合并信息计数 %%s 到 %%%s (> 1)"

#: ../libsvn_fs_fs/dag.c:1117
msgid "Empty noderev in cache"
msgstr "缓存中 noderev 为空"

#: ../libsvn_fs_fs/dag.c:1310
#, c-format
msgid "Attempted to update ancestry of non-mutable node"
msgstr "试图更新非可变节点的祖先"

#: ../libsvn_fs_fs/fs.c:80
#, c-format
msgid "Can't fetch FSFS shared data"
msgstr "不能获取文件系统互斥体"

#: ../libsvn_fs_fs/fs.c:96
#, c-format
msgid "Can't create FSFS write-lock mutex"
msgstr "不能创建文件系统写互斥体"

#: ../libsvn_fs_fs/fs.c:103
#, c-format
msgid "Can't create FSFS txn-current mutex"
msgstr "不能创建 FSFS txn-current 互斥体"

#: ../libsvn_fs_fs/fs.c:112
#, c-format
msgid "Can't create FSFS txn list mutex"
msgstr "不能创建文件系统事务列表互斥体"

#: ../libsvn_fs_fs/fs.c:119
#, c-format
msgid "Can't store FSFS shared data"
msgstr "不能存储文件系统共享数据"

#: ../libsvn_fs_fs/fs.c:331
msgid "Module for working with a plain file (FSFS) repository."
msgstr "模块与文本文件(FSFS)版本库一起工作。"

#: ../libsvn_fs_fs/fs.c:367
#, c-format
msgid "Unsupported FS loader version (%d) for fsfs"
msgstr "不支持的FSFS之FS加载器版本 (%d)"

#: ../libsvn_fs_fs/fs_fs.c:520
#, c-format
msgid "Can't grab FSFS txn list mutex"
msgstr "不能获取文件系统事务列表互斥体"

#: ../libsvn_fs_fs/fs_fs.c:528
#, c-format
msgid "Can't ungrab FSFS txn list mutex"
msgstr "不能释放文件系统事务列表互斥体"

#: ../libsvn_fs_fs/fs_fs.c:582
#, c-format
msgid "Can't grab FSFS mutex for '%s'"
msgstr "无法为 “%s” 获取 FSFS 互斥体"

#: ../libsvn_fs_fs/fs_fs.c:606
#, c-format
msgid "Can't ungrab FSFS mutex for '%s'"
msgstr "不能为 “%s” 释放 FSFS 互斥体"

#: ../libsvn_fs_fs/fs_fs.c:677
#, c-format
msgid "Can't unlock unknown transaction '%s'"
msgstr "不能解锁未知事务“%s”"

#: ../libsvn_fs_fs/fs_fs.c:681
#, c-format
msgid "Can't unlock nonlocked transaction '%s'"
msgstr "不能解锁未锁事务“%s”"

#: ../libsvn_fs_fs/fs_fs.c:688
#, c-format
msgid "Can't unlock prototype revision lockfile for transaction '%s'"
msgstr "不能为事务“%s”解锁原型版本锁文件"

#: ../libsvn_fs_fs/fs_fs.c:694
#, c-format
msgid "Can't close prototype revision lockfile for transaction '%s'"
msgstr "不能为事务“%s”关闭原型版本锁文件"

#: ../libsvn_fs_fs/fs_fs.c:756
#, c-format
msgid ""
"Cannot write to the prototype revision file of transaction '%s' because a "
"previous representation is currently being written by this process"
msgstr "因为当前进程正在写入以前版本,所以不能为事务 '%s' 写入原型版本文件。"

#: ../libsvn_fs_fs/fs_fs.c:792
#, c-format
msgid ""
"Cannot write to the prototype revision file of transaction '%s' because a "
"previous representation is currently being written by another process"
msgstr "因为其它进程正在写入以前版本,所以不能为事务 '%s' 写入原型版本文件。"

#: ../libsvn_fs_fs/fs_fs.c:799 ../libsvn_subr/io.c:1921
#, c-format
msgid "Can't get exclusive lock on file '%s'"
msgstr "不能获取文件“%s”的排它锁"

#: ../libsvn_fs_fs/fs_fs.c:915
#, c-format
msgid "Format file '%s' contains unexpected non-digit '%c' within '%s'"
msgstr "格式文件“%s”包含意外的非数字字符 '%c' 在 '%s' 中"

#: ../libsvn_fs_fs/fs_fs.c:964
#, c-format
msgid "Can't read first line of format file '%s'"
msgstr "不能读取格式文件“%s”的首行"

#: ../libsvn_fs_fs/fs_fs.c:1008
#, c-format
msgid "'%s' contains invalid filesystem format option '%s'"
msgstr "“%s”包含非法文件系统格式选项“%s”"

#: ../libsvn_fs_fs/fs_fs.c:1074
#, c-format
msgid ""
"Found format '%d', only created by unreleased dev builds; see http://"
"subversion.apache.org/docs/release-notes/1.7#revprop-packing"
msgstr ""
"发现了文件系统格式“%d”,它是由未发布的开发版本创建的;参见 http://subversion."
"apache.org/docs/release-notes/1.7#revprop-packing"

#: ../libsvn_fs_fs/fs_fs.c:1085
#, c-format
msgid "Expected FS format between '1' and '%d'; found format '%d'"
msgstr "期望文件系统格式在“1”到“%d”之间;发现格式“%d”"

#: ../libsvn_fs_fs/fs_fs.c:1281
#, c-format
msgid "'%s' is not a regular file. Please move it out of the way and try again"
msgstr "'%s' 不是普通文件。请移除后重试"

#: ../libsvn_fs_fs/fs_fs.c:1531
#, c-format
msgid ""
"Failed to create hotcopy at '%s'. The file '%s' is missing from the source "
"repository. Please create this file, for instance by running 'svnadmin "
"upgrade %s'"
msgstr ""
"在“%s”创建热备份失败。源版本库丢失了文件“%s”。请创建此文件,例如通过执"
"行“svnadmin upgrade %s”来创建它。"

#: ../libsvn_fs_fs/fs_fs.c:1741 ../libsvn_fs_fs/fs_fs.c:1760
#, c-format
msgid "Found malformed header '%s' in revision file"
msgstr "在版本文件中找到非法文件头“%s”"

#: ../libsvn_fs_fs/fs_fs.c:1796
#, c-format
msgid "Invalid revision number '%ld'"
msgstr "无效的版本号“%ld”"

#: ../libsvn_fs_fs/fs_fs.c:1811 ../libsvn_fs_fs/fs_fs.c:1855
#: ../libsvn_fs_fs/fs_fs.c:3011 ../libsvn_repos/log.c:2157
#: ../libsvn_repos/log.c:2161
#, c-format
msgid "No such revision %ld"
msgstr "没有版本 %ld"

#: ../libsvn_fs_fs/fs_fs.c:1927
#, c-format
msgid "Manifest offset '%s' too large"
msgstr "清单偏移“%s”太大"

#: ../libsvn_fs_fs/fs_fs.c:2038 ../libsvn_fs_fs/fs_fs.c:2052
#: ../libsvn_fs_fs/fs_fs.c:2060 ../libsvn_fs_fs/fs_fs.c:2068
#: ../libsvn_fs_fs/fs_fs.c:2077 ../libsvn_fs_fs/fs_fs.c:2090
#: ../libsvn_fs_fs/fs_fs.c:2099
msgid "Malformed text representation offset line in node-rev"
msgstr "node-rev 中有非法的文本修订版偏移行"

#: ../libsvn_fs_fs/fs_fs.c:2130
#, c-format
msgid "While reading representation offsets for node-revision '%s':"
msgstr "读取节点版本“%s”的偏移失败:"

#: ../libsvn_fs_fs/fs_fs.c:2281
msgid "Missing id field in node-rev"
msgstr "node-rev 中没有 id"

#: ../libsvn_fs_fs/fs_fs.c:2295
#, c-format
msgid "Missing kind field in node-rev '%s'"
msgstr "node-rev '%s' 中没有 kind 字段"

#: ../libsvn_fs_fs/fs_fs.c:2330
#, c-format
msgid "Missing cpath field in node-rev '%s'"
msgstr "node-rev '%s' 中没有 cpath 字段"

#: ../libsvn_fs_fs/fs_fs.c:2358 ../libsvn_fs_fs/fs_fs.c:2365
#, c-format
msgid "Malformed copyroot line in node-rev '%s'"
msgstr "node-rev '%s' 中的 copyroot 行非法"

#: ../libsvn_fs_fs/fs_fs.c:2384 ../libsvn_fs_fs/fs_fs.c:2391
#, c-format
msgid "Malformed copyfrom line in node-rev '%s'"
msgstr "node-rev '%s' 中的 copyfrom 行非法"

#: ../libsvn_fs_fs/fs_fs.c:2552 ../libsvn_fs_fs/fs_fs.c:5735
#, c-format
msgid "Attempted to write to non-transaction '%s'"
msgstr "试图写至非事务 '%s'"

#: ../libsvn_fs_fs/fs_fs.c:2646
#, c-format
msgid "Malformed representation header at %s"
msgstr "位于 %s 的修订版头非法"

#: ../libsvn_fs_fs/fs_fs.c:2678
#, c-format
msgid "Missing node-id in node-rev at r%ld (offset %s)"
msgstr "node-rev r%ld (偏移 %s) 中没有 node-id"

#: ../libsvn_fs_fs/fs_fs.c:2687
#, c-format
msgid "Corrupt node-id '%s' in node-rev at r%ld (offset %s)"
msgstr "node-id '%s' 损坏,位于 node-rev r%ld (偏移 %s)"

#: ../libsvn_fs_fs/fs_fs.c:2778
#, c-format
msgid "Revision file (r%ld) lacks trailing newline"
msgstr "版本文件 (r%ld) 缺少结尾换行"

#: ../libsvn_fs_fs/fs_fs.c:2792
#, c-format
msgid "Final line in revision file (r%ld) longer than 64 characters"
msgstr "版本文件 (r%ld) 的最后一行大于 64 个字符"

#: ../libsvn_fs_fs/fs_fs.c:2807
#, c-format
msgid "Final line in revision file r%ld missing space"
msgstr "版本文件 (r%ld) 的最后一行缺少空白字符"

#: ../libsvn_fs_fs/fs_fs.c:3104
msgid "Malformed svndiff data in representation"
msgstr "修订版的 svndiff 数据非法"

#: ../libsvn_fs_fs/fs_fs.c:3420 ../libsvn_fs_fs/fs_fs.c:3439
msgid "Reading one svndiff window read beyond the end of the representation"
msgstr "读svndiff窗口时超出了结尾"

#: ../libsvn_fs_fs/fs_fs.c:3593
msgid "svndiff data requested non-existent source"
msgstr "svndiff 数据请求不存在的来源"

#: ../libsvn_fs_fs/fs_fs.c:3599
msgid "svndiff requested position beyond end of stream"
msgstr "svndiff 请求的位置超出了流的结尾"

#: ../libsvn_fs_fs/fs_fs.c:3622 ../libsvn_fs_fs/fs_fs.c:3639
msgid "svndiff window length is corrupt"
msgstr "svndiff 的窗体长度已损坏"

#: ../libsvn_fs_fs/fs_fs.c:3692
msgid "Checksum mismatch while reading representation"
msgstr "读取修订版时校验和不匹配"

#: ../libsvn_fs_fs/fs_fs.c:3956 ../libsvn_fs_fs/fs_fs.c:3970
#: ../libsvn_fs_fs/fs_fs.c:3977
#, c-format
msgid "Directory entry corrupt in '%s'"
msgstr "'%s' 的目录入口损坏"

#: ../libsvn_fs_fs/fs_fs.c:4435 ../libsvn_fs_fs/fs_fs.c:4440
#: ../libsvn_fs_fs/fs_fs.c:4446 ../libsvn_fs_fs/fs_fs.c:4463
#: ../libsvn_fs_fs/fs_fs.c:4496 ../libsvn_fs_fs/fs_fs.c:4516
#: ../libsvn_fs_fs/fs_fs.c:4550 ../libsvn_fs_fs/fs_fs.c:4555
msgid "Invalid changes line in rev-file"
msgstr "rev-file 中有非法修改行"

#: ../libsvn_fs_fs/fs_fs.c:4489
msgid "Invalid change kind in rev file"
msgstr "rev 文件中有无效的改变种类"

#: ../libsvn_fs_fs/fs_fs.c:4509
msgid "Invalid text-mod flag in rev-file"
msgstr "rev-file 中有无效的 text-mod 标志"

#: ../libsvn_fs_fs/fs_fs.c:4529
msgid "Invalid prop-mod flag in rev-file"
msgstr "rev-file 中有无效的 prop-mod 标志"

#: ../libsvn_fs_fs/fs_fs.c:4706
msgid "Copying from transactions not allowed"
msgstr "不允许从事务复制"

#: ../libsvn_fs_fs/fs_fs.c:4862
#, c-format
msgid "Unable to create transaction directory in '%s' for revision %ld"
msgstr "无法在“%s”中为版本 %ld 创建事务目录"

#: ../libsvn_fs_fs/fs_fs.c:4927
msgid "Internal error: a null transaction id was passed to get_txn_proplist()"
msgstr "内部错误: 向 get_txn_proplist() 传递了空事务标识"

#: ../libsvn_fs_fs/fs_fs.c:5086 ../libsvn_fs_fs/fs_fs.c:5093
msgid "next-id file corrupt"
msgstr "next-id 文件损坏"

#: ../libsvn_fs_fs/fs_fs.c:5189
#, c-format
msgid "Transaction '%s' cleanup failed"
msgstr "事务 '%s' 清理失败"

#: ../libsvn_fs_fs/fs_fs.c:5330
#, c-format
msgid "Invalid change type %d"
msgstr "无效的修改类型 %d"

#: ../libsvn_fs_fs/fs_fs.c:5755
msgid "Can't set text contents of a directory"
msgstr "无法设定目录的文本内容"

#: ../libsvn_fs_fs/fs_fs.c:5839 ../libsvn_fs_fs/fs_fs.c:5844
#: ../libsvn_fs_fs/fs_fs.c:5851
msgid "Corrupt 'current' file"
msgstr "文件 “current” 损坏"

#: ../libsvn_fs_fs/fs_fs.c:5966
#, c-format
msgid ""
"predecessor count for the root node-revision is wrong: found (%d+%ld != %d), "
"committing r%ld"
msgstr "根节点版本的前任计数错误: 发现 (%d+%ld != %d), 正在提交 r%ld"

#: ../libsvn_fs_fs/fs_fs.c:6093
msgid "Truncated protorev file detected"
msgstr "检测到文件 protorev 被截断"

#: ../libsvn_fs_fs/fs_fs.c:6415
msgid "Transaction out of date"
msgstr "事务过时"

#: ../libsvn_fs_fs/fs_fs.c:6918
msgid "Recovery encountered a non-directory node"
msgstr "修复时遇到非目录节点"

#: ../libsvn_fs_fs/fs_fs.c:6940
msgid "Recovery encountered a deltified directory representation"
msgstr "修复时遇到差异目录表示"

#: ../libsvn_fs_fs/fs_fs.c:6976 ../libsvn_fs_fs/fs_fs.c:6985
#: ../libsvn_fs_fs/fs_fs.c:6991
msgid "Directory entry corrupt"
msgstr "目录条目损坏"

#: ../libsvn_fs_fs/fs_fs.c:7090
#, c-format
msgid "Expected current rev to be <= %ld but found %ld"
msgstr "期望当前版本 <= %ld,但它是 %ld"

#: ../libsvn_fs_fs/fs_fs.c:7144
#, c-format
msgid "Revision %ld has a revs file but no revprops file"
msgstr "版本 %ld 有版本文件,但是没有版本属性文件"

#: ../libsvn_fs_fs/fs_fs.c:7152
#, c-format
msgid "Revision %ld has a non-file where its revprops file should be"
msgstr "版本 %ld 有非文件项目,与其属性文件的记录矛盾"

#: ../libsvn_fs_fs/fs_fs.c:7334
#, c-format
msgid ""
"Node origin for '%s' exists with a different value (%s) than what we were "
"about to store (%s)"
msgstr "“%s” 的 origin 节点取值(%s)与我们要存储的值(%s)不同"

#: ../libsvn_fs_fs/fs_fs.c:7440
#, c-format
msgid "No such transaction '%s'"
msgstr "没有事务 '%s'"

#: ../libsvn_fs_fs/fs_fs.c:7853
#, c-format
msgid "FSFS format (%d) too old to pack; please upgrade the filesystem."
msgstr "要打包的 FSFS 格式 (%d) 太旧,请升级。"

#: ../libsvn_fs_fs/lock.c:120
#, c-format
msgid "Corrupt lockfile for path '%s' in filesystem '%s'"
msgstr "路径 “%s”的锁文件损坏,其文件系统是 “%s”"

#: ../libsvn_fs_fs/lock.c:228
#, c-format
msgid "Cannot write lock/entries hashfile '%s'"
msgstr "无法写入锁/条目的哈希文件“%s”"

#: ../libsvn_fs_fs/lock.c:280
#, c-format
msgid "Can't parse lock/entries hashfile '%s'"
msgstr "不能解析锁/条目的哈希文件“%s“"

#: ../libsvn_fs_fs/lock.c:814
#, c-format
msgid "Lock failed: newer version of '%s' exists"
msgstr "加锁失败: “%s”的新版本已经存在"

#: ../libsvn_fs_fs/rep-cache.c:82
msgid "Couldn't open rep-cache database"
msgstr "无法打开缓存数据库"

#: ../libsvn_fs_fs/rep-cache.c:105 ../libsvn_fs_fs/rep-cache.c:165
msgid "Only SHA1 checksums can be used as keys in the rep_cache table.\n"
msgstr "在表 rep_cache 中,只有 SHA1 校验和才能用作键。\n"

#: ../libsvn_fs_fs/rep-cache.c:139
#, c-format
msgid "Youngest revision is r%ld, but rep-cache contains r%ld"
msgstr "最小的版本是 r%ld,但是缓存中包含的是 r%ld"

#: ../libsvn_fs_fs/rep-cache.c:201
#, c-format
msgid ""
"Representation key for checksum '%%s' exists in filesystem '%%s' with a "
"different value (%%ld,%%%s,%%%s,%%%s) than what we were about to store (%%ld,"
"%%%s,%%%s,%%%s)"
msgstr ""
"校验和 “%%s” 的展现键已经存在于文件系统 “%%s” 中,取值(%%ld,%%%s,%%%s,%%%s)与"
"我们要存储的值(%%ld,%%%s,%%%s,%%%s)不同"

#: ../libsvn_fs_fs/tree.c:1876 ../libsvn_subr/path.c:1200
#, c-format
msgid "Invalid control character '0x%02x' in path '%s'"
msgstr "无效控制字符 “0x%02x” 在路径 “%s” 中"

#: ../libsvn_fs_fs/tree.c:3467
#, c-format
msgid "Node-revision #'%s' claims to have mergeinfo but doesn't"
msgstr "节点版本 #“%s” 声称有合并信息,实际上却没有"

#: ../libsvn_fs_fs/tree.c:3576
#, c-format
msgid "Node-revision '%s@%ld' claims to have mergeinfo but doesn't"
msgstr "节点版本“%s@%ld”声称有合并信息,实际上却没有"

#: ../libsvn_fs_fs/tree.c:3721
#, c-format
msgid ""
"Querying mergeinfo requires version %d of the FSFS filesystem schema; "
"filesystem '%s' uses only version %d"
msgstr "查询合并信息需要 FSFS 文件系统方案版本 %d;文件系统“%s”只使用版本 %d"

#: ../libsvn_fs_util/fs-util.c:105
msgid "Filesystem object has not been opened yet"
msgstr "文件系统对象尚未打开"

#: ../libsvn_fs_util/fs-util.c:108
msgid "Filesystem object already open"
msgstr "文件系统对象已经打开"

#: ../libsvn_ra/compat.c:181
#, c-format
msgid "Missing changed-path information for '%s' in revision %ld"
msgstr "未提供 “%s” 于版本 %ld 中的 changed-path 信息"

#: ../libsvn_ra/compat.c:325 ../libsvn_ra/compat.c:569
#, c-format
msgid "Path '%s' doesn't exist in revision %ld"
msgstr "路径 “%s” 不在版本 %ld 中"

#: ../libsvn_ra/compat.c:402
#, c-format
msgid "'%s' in revision %ld is an unrelated object"
msgstr "“%s” 于版本 %ld 是一个无关对象"

#: ../libsvn_ra/compat.c:852 ../libsvn_ra/ra_loader.c:1212
#, c-format
msgid "Invalid peg revision %ld"
msgstr "无效的铆钉版本 %ld"

#: ../libsvn_ra/compat.c:855 ../libsvn_ra/ra_loader.c:1215
#: ../libsvn_repos/rev_hunt.c:208 ../libsvn_repos/rev_hunt.c:323
#, c-format
msgid "Invalid end revision %ld"
msgstr "无效结束版本 %ld"

#: ../libsvn_ra/compat.c:858 ../libsvn_ra/ra_loader.c:1218
msgid "Peg revision must precede end revision"
msgstr "铆钉版本必须小于结束版本"

#: ../libsvn_ra/ra_loader.c:234
#, c-format
msgid "Mismatched RA version for '%s': found %d.%d.%d%s, expected %d.%d.%d%s"
msgstr "“%s” 的 RA 版本不匹配: 找到 %d.%d.%d%s,期望 %d.%d.%d%s"

#: ../libsvn_ra/ra_loader.c:311 ../libsvn_ra_serf/serf.c:479
#, c-format
msgid "Illegal repository URL '%s'"
msgstr "非法版本库 URL “%s”"

#: ../libsvn_ra/ra_loader.c:420
#, c-format
msgid "Invalid config: unknown HTTP library '%s'"
msgstr "无效配置: 未知的 HTTP 库“%s”"

#: ../libsvn_ra/ra_loader.c:484
#, c-format
msgid "Unrecognized URL scheme for '%s'"
msgstr "无法识别的URL方案(一般需要svn://,http://,file://等开头)“%s”"

#: ../libsvn_ra/ra_loader.c:533
#, c-format
msgid "Repository UUID '%s' doesn't match expected UUID '%s'"
msgstr "版本库的 UUID“%s”与期望的 UUID“%s”不匹配"

#: ../libsvn_ra/ra_loader.c:583
#, c-format
msgid "'%s' isn't a child of session URL '%s'"
msgstr "“%s” 不是会话 URL “%s” 的子节点"

#: ../libsvn_ra/ra_loader.c:605 ../libsvn_ra_neon/session.c:1157
#: ../libsvn_ra_svn/client.c:2300
#, c-format
msgid "'%s' isn't a child of repository root URL '%s'"
msgstr "“%s” 不是版本库根 URL “%s” 的子节点"

#: ../libsvn_ra/ra_loader.c:651
#, c-format
msgid ""
"Specifying 'old_value_p' is not allowed when the '%s' capability is not "
"advertised, and could indicate a bug in your client"
msgstr ""
"当特性 '%s' 没有广告时,不允许指定 'old_value_p',也说明您的客户端有问题"

#: ../libsvn_ra/ra_loader.c:1277
#, c-format
msgid "  - handles '%s' scheme\n"
msgstr "  - 处理“%s”方案\n"

#: ../libsvn_ra/ra_loader.c:1361
#, c-format
msgid "Unrecognized URL scheme '%s'"
msgstr "无法识别的URL方案(一般需要svn://,http://,file://等开头)“%s”"

#: ../libsvn_ra/util.c:64
#, c-format
msgid "Retrieval of mergeinfo unsupported by '%s'"
msgstr "“%s” 不支持取回合并信息"

#: ../libsvn_ra/util.c:104
#, c-format
msgid "Lock was stolen by '%s'; unable to remove it"
msgstr "锁被 '%s' 窃取;不能删除"

#: ../libsvn_ra/util.c:145
#, c-format
msgid "Unable to determine local hostname"
msgstr "无法确定本地主机名称"

#: ../libsvn_ra/util.c:240
#, c-format
msgid "Couldn't get lock on destination repos after %d attempts"
msgstr "尝试 %d 次后,对目标版本库加锁失败"

#: ../libsvn_ra_local/ra_plugin.c:155
msgid "memory-cache-size invalid"
msgstr "非法的 memory-cache-size"

#. ----------------------------------------------------------------
#. ** The RA vtable routines **
#: ../libsvn_ra_local/ra_plugin.c:433
msgid "Module for accessing a repository on local disk."
msgstr "访问本地磁盘的版本库模块。"

#: ../libsvn_ra_local/ra_plugin.c:509
msgid "Unable to open an ra_local session to URL"
msgstr "无法为 URL 打开 ra_local 会话"

#: ../libsvn_ra_local/ra_plugin.c:544 ../libsvn_ra_serf/serf.c:471
#, c-format
msgid "URL '%s' is not a child of the session's repository root URL '%s'"
msgstr "URL “%s” 不是会话版本库根 URL “%s” 的子节点"

#: ../libsvn_ra_local/ra_plugin.c:1072 ../libsvn_ra_neon/util.c:597
#: ../libsvn_ra_serf/util.c:2265
#, c-format
msgid "'%s' path not found"
msgstr "找不到路径 “%s”"

#: ../libsvn_ra_local/ra_plugin.c:1467 ../libsvn_ra_neon/options.c:468
#: ../libsvn_ra_serf/options.c:637 ../libsvn_ra_svn/client.c:2492
#, c-format
msgid "Don't know anything about capability '%s'"
msgstr "不知道特性 “%s” 的任何信息"

#: ../libsvn_ra_local/ra_plugin.c:1567
#, c-format
msgid "Unsupported RA loader version (%d) for ra_local"
msgstr "不支持ra_local RA加载器版本 %d"

#: ../libsvn_ra_local/split_url.c:49 ../libsvn_ra_local/split_url.c:55
#, c-format
msgid "Unable to open repository '%s'"
msgstr "无法打开版本库“%s”"

#: ../libsvn_ra_neon/commit.c:248
msgid ""
"Could not fetch the Version Resource URL (needed during an import or when it "
"is missing from the local, cached props)"
msgstr "不能获取版本资源URL(导入时需要或本地缓存属性中缺少)"

#: ../libsvn_ra_neon/commit.c:512
#, c-format
msgid "File or directory '%s' is out of date; try updating"
msgstr "文件或目录 “%s” 已经过时;请先更新"

#: ../libsvn_ra_neon/commit.c:520
msgid "The CHECKOUT response did not contain a 'Location:' header"
msgstr "检出(CHECKOUT)响应没有包含“Location:”头信息"

#: ../libsvn_ra_neon/commit.c:530 ../libsvn_ra_neon/props.c:217
#: ../libsvn_ra_neon/util.c:571 ../libsvn_ra_serf/commit.c:1684
#: ../libsvn_ra_serf/commit.c:2095 ../libsvn_ra_serf/update.c:2181
#, c-format
msgid "Unable to parse URL '%s'"
msgstr "不能解析 URL “%s”"

#: ../libsvn_ra_neon/commit.c:783 ../libsvn_ra_serf/commit.c:1348
#, c-format
msgid "POST request did not return transaction information"
msgstr "POST 请求没有返回事务的信息"

#: ../libsvn_ra_neon/commit.c:1214 ../libsvn_ra_serf/commit.c:1947
#, c-format
msgid "File '%s' already exists"
msgstr "文件“%s”已存在"

#: ../libsvn_ra_neon/commit.c:1325
#, c-format
msgid "Could not write svndiff to temp file"
msgstr "无法将 svndiff 写入临时文件"

#: ../libsvn_ra_neon/commit.c:1483
#, c-format
msgid "No lock on path '%s' (Status %d on PUT Request)"
msgstr "路径“%s”没有被锁定 (PUT 请求的状态码是 %d)"

#: ../libsvn_ra_neon/fetch.c:247
msgid "Could not save the URL of the version resource"
msgstr "无法储存版本资源的URL"

#: ../libsvn_ra_neon/fetch.c:424
msgid "Could not get content-type from response"
msgstr "不能从响应中获得内容类型"

#: ../libsvn_ra_neon/fetch.c:517
msgid "Could not save file"
msgstr "无法保存文件"

#: ../libsvn_ra_neon/fetch.c:712 ../libsvn_ra_serf/update.c:2841
msgid "Can't get text contents of a directory"
msgstr "无法获得目录的文本内容"

#: ../libsvn_ra_neon/fetch.c:768
#, c-format
msgid "   expected:  %s"
msgstr "       期望:  %s"

#: ../libsvn_ra_neon/fetch.c:769
#, c-format
msgid "     actual:  %s"
msgstr "       实际:  %s"

#: ../libsvn_ra_neon/fetch.c:983
msgid "Server response missing the expected deadprop-count property"
msgstr "服务器响应丢失了期望的 deadprop-count 属性"

#: ../libsvn_ra_neon/fetch.c:1177 ../libsvn_ra_serf/commit.c:2502
msgid ""
"DAV request failed; it's possible that the repository's pre-revprop-change "
"hook either failed or is non-existent"
msgstr "DAV 请求失败;可能是版本库的 pre-revprop-change 钩子执行失败或者不存在"

#: ../libsvn_ra_neon/fetch.c:1432
#, c-format
msgid "Missing rev attr in target-revision element"
msgstr "元素 target-revision 没有 rev 属性"

#: ../libsvn_ra_neon/fetch.c:1443 ../libsvn_ra_serf/update.c:1606
#, c-format
msgid "Missing name attr in absent-directory element"
msgstr "元素 absent-directory 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1459 ../libsvn_ra_serf/update.c:1631
#, c-format
msgid "Missing name attr in absent-file element"
msgstr "元素 absent-file 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1474
#, c-format
msgid "Missing path attr in resource element"
msgstr "元素 resource 没有 path 属性"

#: ../libsvn_ra_neon/fetch.c:1483
#, c-format
msgid "Missing rev attr in open-directory element"
msgstr "元素 open-directory 没有 rev 属性"

#: ../libsvn_ra_neon/fetch.c:1514 ../libsvn_ra_serf/replay.c:288
#: ../libsvn_ra_serf/update.c:1418
#, c-format
msgid "Missing name attr in open-directory element"
msgstr "元素 open-directory 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1541 ../libsvn_ra_serf/replay.c:314
#: ../libsvn_ra_serf/update.c:1458
#, c-format
msgid "Missing name attr in add-directory element"
msgstr "元素 add-directory 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1554
#, c-format
msgid "Missing copyfrom-rev attr in add-directory element"
msgstr "元素 add-directory 没有 copyfrom-rev 属性"

#: ../libsvn_ra_neon/fetch.c:1628
#, c-format
msgid "Missing rev attr in open-file element"
msgstr "元素 open-file 没有 rev 属性"

#: ../libsvn_ra_neon/fetch.c:1635 ../libsvn_ra_serf/replay.c:350
#: ../libsvn_ra_serf/update.c:1499
#, c-format
msgid "Missing name attr in open-file element"
msgstr "元素 open-file 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1661 ../libsvn_ra_serf/replay.c:377
#: ../libsvn_ra_serf/update.c:1534
#, c-format
msgid "Missing name attr in add-file element"
msgstr "元素 add-file 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1674
#, c-format
msgid "Missing copyfrom-rev attr in add-file element"
msgstr "元素 add-file 没有 copyfrom-rev 属性"

#: ../libsvn_ra_neon/fetch.c:1729
#, c-format
msgid "Missing name attr in set-prop element"
msgstr "元素 set-pro 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1743
#, c-format
msgid "Missing name attr in remove-prop element"
msgstr "元素 remove-prop 没有 name 属性"

#: ../libsvn_ra_neon/fetch.c:1817 ../libsvn_ra_serf/replay.c:262
#: ../libsvn_ra_serf/update.c:1572
#, c-format
msgid "Missing name attr in delete-entry element"
msgstr "元素 delete-entry 没有 attr 属性"

#: ../libsvn_ra_neon/fetch.c:1983
#, c-format
msgid "Error writing to '%s': unexpected EOF"
msgstr "写入 “%s” 时出错: 意外的 EOF"

#: ../libsvn_ra_neon/fetch.c:2128
#, c-format
msgid "Unknown XML encoding: '%s'"
msgstr "未知的 XML 编码: “%s”"

#: ../libsvn_ra_neon/fetch.c:2437
#, c-format
msgid "REPORT response handling failed to complete the editor drive"
msgstr "处理报告响应失败,不能完成编辑"

#: ../libsvn_ra_neon/file_revs.c:290
msgid "Failed to write full amount to stream"
msgstr "无法将全部数据写入流"

#: ../libsvn_ra_neon/file_revs.c:375 ../libsvn_ra_neon/get_deleted_rev.c:168
#: ../libsvn_ra_neon/get_location_segments.c:212
#: ../libsvn_ra_neon/get_locations.c:192
#: ../libsvn_ra_serf/get_deleted_rev.c:236
#, c-format
msgid "'%s' REPORT not implemented"
msgstr "未实现 “%s” REPORT "

#: ../libsvn_ra_neon/file_revs.c:382
msgid "The file-revs report didn't contain any revisions"
msgstr "file-revs 报告中没有包含任何版本"

#: ../libsvn_ra_neon/get_dated_rev.c:158
msgid "Server does not support date-based operations"
msgstr "服务器不支持基于日期的操作"

#: ../libsvn_ra_neon/get_dated_rev.c:165
msgid "Invalid server response to dated-rev request"
msgstr "服务器请求 dated-rev 的响应无效"

#: ../libsvn_ra_neon/get_location_segments.c:122
#: ../libsvn_ra_serf/getlocationsegments.c:109 ../libsvn_ra_svn/client.c:1746
msgid "Expected valid revision range"
msgstr "期望合法的版本范围"

#: ../libsvn_ra_neon/get_locations.c:112
msgid "Expected a valid revnum and path"
msgstr "期望合法的版本号和路径"

#: ../libsvn_ra_neon/get_locks.c:239
msgid "Incomplete lock data returned"
msgstr "返回了不完全的锁数据"

#: ../libsvn_ra_neon/get_locks.c:333 ../libsvn_ra_serf/property.c:370
#: ../libsvn_ra_serf/update.c:2049
#, c-format
msgid "Got unrecognized encoding '%s'"
msgstr "得到不能识别的编码“%s”"

#: ../libsvn_ra_neon/get_locks.c:429 ../libsvn_ra_neon/get_locks.c:433
#: ../libsvn_ra_serf/locks.c:560
msgid "Server does not support locking features"
msgstr "服务器不支持加锁"

#: ../libsvn_ra_neon/lock.c:196
msgid "Invalid creation date header value in response."
msgstr "在响应头中有非法创建日期"

#: ../libsvn_ra_neon/lock.c:221
msgid "Invalid timeout value"
msgstr "非法超时取值"

#: ../libsvn_ra_neon/lock.c:261 ../libsvn_ra_neon/lock.c:415
#, c-format
msgid "Failed to parse URI '%s'"
msgstr "解析 URI “%s” 失败"

#: ../libsvn_ra_neon/lock.c:321 ../libsvn_ra_serf/locks.c:382
#: ../libsvn_ra_serf/locks.c:417
#, c-format
msgid "Lock request failed: %d %s"
msgstr "加锁请求失败: %d %s"

#: ../libsvn_ra_neon/lock.c:430 ../libsvn_ra_serf/locks.c:716
#, c-format
msgid "'%s' is not locked in the repository"
msgstr "版本库中的“%s”没有被锁定"

#: ../libsvn_ra_neon/lock.c:456
#, c-format
msgid "Unlock failed on '%s' (%d Forbidden)"
msgstr "对 '%s' 解锁失败 (%d 禁止)"

#: ../libsvn_ra_neon/lock.c:460
#, c-format
msgid "No lock on path '%s' (%d Bad Request)"
msgstr "路径“%s”没有被锁定 (%d 错误的请求)"

#: ../libsvn_ra_neon/lock.c:584
msgid "Failed to fetch lock information"
msgstr "获取锁信息失败"

#: ../libsvn_ra_neon/log.c:187 ../libsvn_ra_serf/log.c:237
#, c-format
msgid "Missing name attr in revprop element"
msgstr "元素 revprop 没有 name 属性"

#: ../libsvn_ra_neon/log.c:512 ../libsvn_ra_serf/log.c:686
#: ../libsvn_ra_svn/client.c:1445
msgid "Server does not support custom revprops via log"
msgstr "服务器不支持通过日志自定义 revprops"

#: ../libsvn_ra_neon/merge.c:223
#, c-format
msgid ""
"Protocol error: we told the server not to auto-merge any resources, but it "
"said that '%s' was merged"
msgstr "通讯协议错误: 我们让服务器不要自动合并任何资源,但是它报告“%s”已被合并"

#: ../libsvn_ra_neon/merge.c:232
#, c-format
msgid ""
"Internal error: there is an unknown parent (%d) for the 'DAV:response' "
"element within the MERGE response"
msgstr "内部错误: 在 MERGE 响应中,“DAV:response”元素有未知的父项 (%d)"

#: ../libsvn_ra_neon/merge.c:247
#, c-format
msgid ""
"Protocol error: the MERGE response for the '%s' resource did not return all "
"of the properties that we asked for (and need to complete the commit)"
msgstr ""
"通讯协议错误: 对“%s”的 MERGE 响应并未返回所有我们请求的属性 (这些是完成提交所"
"需要的)"

#: ../libsvn_ra_neon/merge.c:266 ../libsvn_ra_serf/merge.c:298
#, c-format
msgid "A MERGE response for '%s' is not a child of the destination ('%s')"
msgstr "“%s”的 MERGE 响应并不是目标 (“%s”) 的子项"

#: ../libsvn_ra_neon/merge.c:520
msgid "The MERGE property response had an error status"
msgstr "MERGE 属性响应包含错误状态"

#: ../libsvn_ra_neon/options.c:337
msgid ""
"The OPTIONS response did not include the requested activity-collection-set; "
"this often means that the URL is not WebDAV-enabled"
msgstr ""
"OPTIONS 响应没有包含请求的 activity-collection-set;通常是此 URL 没有启用 "
"WebDAV。"

#: ../libsvn_ra_neon/options.c:451 ../libsvn_ra_serf/options.c:620
#, c-format
msgid "Don't know how to handle '%s' for capability '%s'"
msgstr "不知道如何处理“%s”,对于特性“%s”"

#: ../libsvn_ra_neon/options.c:475 ../libsvn_ra_serf/options.c:644
#, c-format
msgid "Attempt to fetch capability '%s' resulted in '%s'"
msgstr "试图取得特性 “%s” 导致 “%s”"

#: ../libsvn_ra_neon/props.c:609
#, c-format
msgid "Failed to find label '%s' for URL '%s'"
msgstr "无法找到标签 “%s” 于 URL “%s”"

#: ../libsvn_ra_neon/props.c:638
#, c-format
msgid "'%s' was not present on the resource '%s'"
msgstr "'%s' 不在资源 '%s' 中"

#: ../libsvn_ra_neon/props.c:725 ../libsvn_ra_neon/props.c:1376
#: ../libsvn_ra_neon/util.c:1619
#, c-format
msgid "Neon was unable to parse URL '%s'"
msgstr "Neon 不能解析URL“%s”"

#: ../libsvn_ra_neon/props.c:762
msgid "The path was not part of a repository"
msgstr "路径不是版本库的一部分"

#: ../libsvn_ra_neon/props.c:771
#, c-format
msgid "No part of path '%s' was found in repository HEAD"
msgstr "路径“%s”的任何部分都不在版本库的 HEAD 中"

#: ../libsvn_ra_neon/props.c:827 ../libsvn_ra_neon/props.c:883
msgid "The VCC property was not found on the resource"
msgstr "资源没有 VCC 属性"

#: ../libsvn_ra_neon/props.c:896
msgid "The relative-path property was not found on the resource"
msgstr "资源没有 relative-path 属性"

#: ../libsvn_ra_neon/props.c:1003 ../libsvn_ra_serf/property.c:1010
msgid "The OPTIONS response did not include the youngest revision"
msgstr "OPTIONS 响应中没有包含最新的版本"

#: ../libsvn_ra_neon/props.c:1018
#, c-format
msgid "Url '%s' is not in repository '%s'"
msgstr "URL '%s' 不在版本库 '%s' 中"

#: ../libsvn_ra_neon/props.c:1054
msgid "'DAV:baseline-collection' was not present on the baseline resource"
msgstr "基线资源没有“DAV:baseline-collection”"

#: ../libsvn_ra_neon/props.c:1073
#, c-format
msgid "'%s' was not present on the baseline resource"
msgstr "“%s” 不在基线资源中"

#: ../libsvn_ra_neon/props.c:1290
#, c-format
msgid "No lock on path '%s';  repository is unchanged"
msgstr "路径 '%s' 上没有锁;版本库未改变"

#: ../libsvn_ra_neon/props.c:1300 ../libsvn_ra_serf/commit.c:951
msgid "At least one property change failed; repository is unchanged"
msgstr "至少有一个属性变更失败;版本库未改变"

#: ../libsvn_ra_neon/replay.c:279
msgid "Got apply-textdelta element without preceding add-file or open-file"
msgstr "元素 apply-textdelta 之前没有 add-file 或者 open-file 元素"

#: ../libsvn_ra_neon/replay.c:303
msgid "Got close-file element without preceding add-file or open-file"
msgstr "元素close-file之前没有add-file或者open-file元素"

#: ../libsvn_ra_neon/replay.c:320
msgid "Got close-directory element without ever opening a directory"
msgstr "在没有打开目录的情况下发现了close-directory元素"

#: ../libsvn_ra_neon/replay.c:438 ../libsvn_ra_serf/replay.c:581
#, c-format
msgid "Error writing stream: unexpected EOF"
msgstr "写入流出错: 意外的 EOF"

#: ../libsvn_ra_neon/replay.c:445
#, c-format
msgid "Got cdata content for a prop delete"
msgstr "删除属性时遇到cdata内容"

#: ../libsvn_ra_neon/session.c:340
#, c-format
msgid "PIN for token \"%s\" in slot \"%s\""
msgstr "钉住令牌“%s”于通道“%s”"

#: ../libsvn_ra_neon/session.c:544 ../libsvn_ra_serf/serf.c:281
msgid "Invalid URL: illegal character in proxy port number"
msgstr "无效URL: 代理端口中有非法字符"

#: ../libsvn_ra_neon/session.c:548 ../libsvn_ra_serf/serf.c:285
msgid "Invalid URL: negative proxy port number"
msgstr "无效URL: 负的代理端口"

#: ../libsvn_ra_neon/session.c:551 ../libsvn_ra_serf/serf.c:288
msgid ""
"Invalid URL: proxy port number greater than maximum TCP port number 65535"
msgstr "无效URL: 代理端口大于TCP通信端口最大值65535"

#: ../libsvn_ra_neon/session.c:565 ../libsvn_ra_serf/serf.c:263
msgid "Invalid config: illegal character in timeout value"
msgstr "无效配置: 超时数值中有非法字符"

#: ../libsvn_ra_neon/session.c:569 ../libsvn_ra_serf/serf.c:267
msgid "Invalid config: negative timeout value"
msgstr "无效配置: 负的超时"

#: ../libsvn_ra_neon/session.c:582
msgid "Invalid config: illegal character in debug mask value"
msgstr "无效配置: 调试掩码中有非法字符"

#: ../libsvn_ra_neon/session.c:607 ../libsvn_ra_serf/serf.c:122
#, c-format
msgid "Invalid config: unknown http authtype '%s'"
msgstr "无效配置: 未知的 http 认证类型“%s”"

#: ../libsvn_ra_neon/session.c:668
msgid "Module for accessing a repository via WebDAV protocol using Neon."
msgstr "通过 WebDAV 协议使用 neon 访问版本库的模块。"

#: ../libsvn_ra_neon/session.c:748
#, c-format
msgid "URL '%s' is malformed or the scheme or host or path is missing"
msgstr "非法 URL “%s”,缺少方案,主机或路径"

#: ../libsvn_ra_neon/session.c:764
msgid "Network socket initialization failed"
msgstr "创建网络套接字失败"

#: ../libsvn_ra_neon/session.c:827
msgid "SSL is not supported"
msgstr "不支持 SSL"

#: ../libsvn_ra_neon/session.c:1000 ../libsvn_ra_serf/util.c:339
#, c-format
msgid "Invalid config: unable to load certificate file '%s'"
msgstr "无效的配置: 无法加载证书文件“%s”"

#: ../libsvn_ra_neon/session.c:1028
#, c-format
msgid "Invalid config: unable to load PKCS#11 provider '%s'"
msgstr "无效的配置: 无法加载 PKCS#11 提供者“%s”"

#: ../libsvn_ra_neon/session.c:1183 ../libsvn_ra_serf/serf.c:1128
msgid "The UUID property was not found on the resource or any of its parents"
msgstr "无法在本资源或其任何父项目中找到UUID属性"

#: ../libsvn_ra_neon/session.c:1259
#, c-format
msgid "Unsupported RA loader version (%d) for ra_neon"
msgstr "不支持的 ra_neon RA 加载器版本(%d)"

#: ../libsvn_ra_neon/util.c:234
msgid "The request response contained at least one error"
msgstr "请求的响应至少有一个错误"

#: ../libsvn_ra_neon/util.c:276
msgid "The response contains a non-conforming HTTP status line"
msgstr "响应包含了不一致的HTTP状态行"

#: ../libsvn_ra_neon/util.c:286
#, c-format
msgid "Error setting property '%s': "
msgstr "设置属性 “%s” 出错: "

#: ../libsvn_ra_neon/util.c:585
#, c-format
msgid "%s of '%s'"
msgstr "方法 %s 失败于 “%s”"

#: ../libsvn_ra_neon/util.c:601 ../libsvn_ra_serf/commit.c:1717
#: ../libsvn_ra_serf/util.c:2261
#, c-format
msgid "Access to '%s' forbidden"
msgstr "禁止访问 '%s'"

#: ../libsvn_ra_neon/util.c:611 ../libsvn_ra_serf/util.c:2255
#, c-format
msgid "Repository moved permanently to '%s'; please relocate"
msgstr "版本库永久移到 “%s”;请重新定位。"

#: ../libsvn_ra_neon/util.c:613 ../libsvn_ra_serf/util.c:2257
#, c-format
msgid "Repository moved temporarily to '%s'; please relocate"
msgstr "版本库临时移到‘%s’;请重新定位。"

#: ../libsvn_ra_neon/util.c:621
#, c-format
msgid ""
"Server sent unexpected return value (%d %s) in response to %s request for "
"'%s'"
msgstr "服务器发送了意外的返回值(%d %s),在响应 “%s” 的请求 “%s” 中"

#: ../libsvn_ra_neon/util.c:634
#, c-format
msgid "authorization failed: %s"
msgstr "认证失败: %s"

#: ../libsvn_ra_neon/util.c:636
msgid "authorization failed"
msgstr "认证失败"

#: ../libsvn_ra_neon/util.c:641
msgid "could not connect to server"
msgstr "无法连接到服务器"

#: ../libsvn_ra_neon/util.c:645
msgid "timed out waiting for server"
msgstr "等待服务器超时"

#. ### This is a translation nightmare. Make sure to compose full strings
#. and mark those for translation.
#: ../libsvn_ra_neon/util.c:660
#, c-format
msgid "%s: %s (%s://%s)"
msgstr "%s: %s (%s://%s)"

#: ../libsvn_ra_neon/util.c:780
msgid "General svn error from server"
msgstr "来自服务器的一般 svn 错误"

#: ../libsvn_ra_neon/util.c:989
#, c-format
msgid "Can't calculate the request body size"
msgstr "无法计算请求主体大小"

#: ../libsvn_ra_neon/util.c:1153
#, c-format
msgid "The %s request returned invalid XML in the response: %s (%s)"
msgstr "%s 请求的响应返回无效 XML: %s (%s)"

#: ../libsvn_ra_neon/util.c:1338
#, c-format
msgid "Error reading spooled %s request response"
msgstr "读取请求 %s 响应的脱机数据时出现错误"

#: ../libsvn_ra_serf/commit.c:231
#, c-format
msgid "%s of '%s': %d %s"
msgstr "%s 于 '%s': %d %s"

#: ../libsvn_ra_serf/commit.c:305
msgid "No Location header received"
msgstr "没有收到位置头"

#: ../libsvn_ra_serf/commit.c:395
#, c-format
msgid "Directory '%s' is out of date; try updating"
msgstr "目录 “%s” 已经过时;请先更新"

#: ../libsvn_ra_serf/commit.c:498 ../libsvn_repos/commit.c:447
#, c-format
msgid "Path '%s' not present"
msgstr "路径 “%s” 不存在"

#: ../libsvn_ra_serf/commit.c:577
#, c-format
msgid "File '%s' is out of date; try updating"
msgstr "文件 “%s” 已经过时;请先更新"

#: ../libsvn_ra_serf/commit.c:1169
#, c-format
msgid "Failed writing updated file"
msgstr "更新文件失败"

#: ../libsvn_ra_serf/commit.c:1338 ../libsvn_ra_serf/commit.c:1441
#, c-format
msgid "%s of '%s': %d %s (%s://%s)"
msgstr "%s 于 '%s': %d %s (%s://%s)"

#: ../libsvn_ra_serf/commit.c:1401
msgid ""
"The OPTIONS response did not include the requested activity-collection-set "
"value"
msgstr "OPTIONS 响应中没有包含请求的 activity-collection-set 值。"

#: ../libsvn_ra_serf/commit.c:1722
#, c-format
msgid "Adding directory failed: %s on %s (%d %s)"
msgstr "增加目录失败: “%s” 于 “%s”(%d %s)"

#: ../libsvn_ra_serf/commit.c:2235
#, c-format
msgid "MERGE request failed: returned %d (during commit)"
msgstr "MERGE 请求失败:返回 %d (在提交期间)"

#: ../libsvn_ra_serf/getlocationsegments.c:233
#, c-format
msgid "Location segment report failed on '%s'@'%ld'"
msgstr "位置分段报告失败于“%s”@“%ld”"

#: ../libsvn_ra_serf/locks.c:554
msgid "Malformed URL for repository"
msgstr "版本库的 URL 非法"

#: ../libsvn_ra_serf/locks.c:760 ../libsvn_ra_serf/locks.c:765
#, c-format
msgid "Unlock request failed: %d %s"
msgstr "解锁请求失败: %d %s"

#: ../libsvn_ra_serf/log.c:335
#, c-format
msgid "Unsupported encoding '%s'"
msgstr "不支持的编码“%s”"

#: ../libsvn_ra_serf/property.c:942
msgid ""
"The PROPFIND response did not include the requested baseline-collection value"
msgstr "PROPFIND 响应中没有包含请求的 baseline-collection 值。"

#: ../libsvn_ra_serf/property.c:953
msgid "The PROPFIND response did not include the requested version-name value"
msgstr "PROPFIND 响应中没有包含请求的 version-name 值。"

#: ../libsvn_ra_serf/property.c:1059 ../libsvn_ra_serf/update.c:1247
#: ../libsvn_ra_serf/update.c:1848
msgid "The OPTIONS response did not include the requested checked-in value"
msgstr "OPTIONS 响应中没有包含请求的 checked-in 值。"

#: ../libsvn_ra_serf/property.c:1112
msgid "The PROPFIND response did not include the requested resourcetype value"
msgstr "PROPFIND 响应中没有包含请求的 resourcetype 值"

#: ../libsvn_ra_serf/replay.c:224 ../libsvn_ra_serf/update.c:1349
msgid "Missing revision attr in target-revision element"
msgstr "元素“target-revision没有revision属性"

#: ../libsvn_ra_serf/replay.c:242
msgid "Missing revision attr in open-root element"
msgstr "元素“open-root没有revisioin属性"

#: ../libsvn_ra_serf/replay.c:268
msgid "Missing revision attr in delete-entry element"
msgstr "delete-entry元素没有revision属性"

#: ../libsvn_ra_serf/replay.c:294 ../libsvn_ra_serf/update.c:1367
#: ../libsvn_ra_serf/update.c:1409
msgid "Missing revision attr in open-directory element"
msgstr "open-directory元素没有revision属性"

#: ../libsvn_ra_serf/replay.c:356 ../libsvn_ra_serf/update.c:1508
msgid "Missing revision attr in open-file element"
msgstr "open-file元素没有revision属性"

#: ../libsvn_ra_serf/replay.c:444 ../libsvn_ra_serf/update.c:1669
#: ../libsvn_ra_serf/update.c:1758
#, c-format
msgid "Missing name attr in %s element"
msgstr "元素“%s”没有name属性"

#: ../libsvn_ra_serf/replay.c:880
#, c-format
msgid "Error retrieving replay REPORT (%d)"
msgstr "获取重放报告出错(%d)"

#: ../libsvn_ra_serf/serf.c:63
msgid "Module for accessing a repository via WebDAV protocol using serf."
msgstr "通过 WebDAV 协议使用 serf 访问版本库的模块。"

#: ../libsvn_ra_serf/serf.c:306
#, c-format
msgid "Could not resolve proxy server '%s'"
msgstr "不能解析代理服务器“%s”"

#: ../libsvn_ra_serf/serf.c:375
#, c-format
msgid "Illegal URL '%s'"
msgstr "无效 URL “%s”"

#: ../libsvn_ra_serf/serf.c:1200
#, c-format
msgid "Unsupported RA loader version (%d) for ra_serf"
msgstr "不支持的 ra_serf RA 加载器版本(%d)"

#: ../libsvn_ra_serf/serf.c:1213
#, c-format
msgid ""
"ra_serf was compiled for serf %d.%d.%d but loaded an incompatible %d.%d.%d "
"library"
msgstr "ra_serf 为 serf %d.%d.%d 编译,但是加载了不兼容的共享库 %d.%d.%d"

#: ../libsvn_ra_serf/update.c:900
#, c-format
msgid "GET request failed: %d %s"
msgstr "GET 请求失败: %d %s"

#: ../libsvn_ra_serf/update.c:1701 ../libsvn_ra_serf/update.c:1786
#, c-format
msgid "Unknown tag '%s' while at state %d"
msgstr "未知标签“%s”,上下文状态 %d"

#: ../libsvn_ra_serf/update.c:2416
#, c-format
msgid "Error retrieving REPORT (%d)"
msgstr "获取报告出错(%d)"

#: ../libsvn_ra_serf/util.c:714 ../libsvn_ra_serf/util.c:717
#, c-format
msgid "Error running context"
msgstr "执行上下文错误"

#: ../libsvn_ra_serf/util.c:993 ../libsvn_ra_serf/util.c:998
#, c-format
msgid "Malformed DAV:status CDATA '%s'"
msgstr "非法 DAV:status CDATA '%s'"

#: ../libsvn_ra_serf/util.c:1371
#, c-format
msgid "XML parsing failed"
msgstr "XML 解析失败"

#: ../libsvn_ra_serf/util.c:1374
#, c-format
msgid "XML parsing failed: (%d %s)"
msgstr "XML 解析失败: (%d %s)"

#: ../libsvn_ra_serf/util.c:1760
msgid ""
"No more credentials or we tried too many times.\n"
"Authentication failed"
msgstr ""
"没有凭证或已经试了太多次。\n"
"认证失败"

#: ../libsvn_ra_serf/util.c:1783
msgid "Proxy authentication failed"
msgstr "代理认证失败"

#: ../libsvn_ra_serf/util.c:1857
#, c-format
msgid "Premature EOF seen from server (http status=%d)"
msgstr "从服务器发现 EOF 太早 (http status=%d)"

#: ../libsvn_ra_serf/util.c:1895
#, c-format
msgid "%s request on '%s' failed: %d %s"
msgstr "%s 请求于 '%s' 失败: %d %s"

#: ../libsvn_ra_serf/util.c:2146
msgid ""
"The PROPFIND response did not include the requested version-controlled-"
"configuration value"
msgstr "PROPFIND 响应中没有包含请求的 version-controlled-configuration 值。"

#: ../libsvn_ra_serf/util.c:2268
#, c-format
msgid "'%s': no lock token available"
msgstr "“%s”:没有可用的锁定令牌"

#: ../libsvn_ra_svn/client.c:140
#, c-format
msgid "Unknown hostname '%s'"
msgstr "未知的主机“%s”"

#: ../libsvn_ra_svn/client.c:165
#, c-format
msgid "Can't connect to host '%s'"
msgstr "无法连接主机“%s”"

#: ../libsvn_ra_svn/client.c:203
msgid "Prop diffs element not a list"
msgstr "Prop diffs 元素不是一个列表"

#: ../libsvn_ra_svn/client.c:399
#, c-format
msgid "Undefined tunnel scheme '%s'"
msgstr "无法识别的隧道方案 “%s”"

#: ../libsvn_ra_svn/client.c:416
#, c-format
msgid "Tunnel scheme %s requires environment variable %s to be defined"
msgstr "隧道方案 %s 需要设定环境变量 %s"

#: ../libsvn_ra_svn/client.c:427
#, c-format
msgid "Can't tokenize command '%s'"
msgstr "不能解析命令“%s”"

#: ../libsvn_ra_svn/client.c:459
#, c-format
msgid "Error in child process: %s"
msgstr "子进程错误: %s"

#: ../libsvn_ra_svn/client.c:485
#, c-format
msgid "Can't create tunnel"
msgstr "无法创建隧道"

#: ../libsvn_ra_svn/client.c:531
msgid ""
"To better debug SSH connection problems, remove the -q option from 'ssh' in "
"the [tunnels] section of your Subversion configuration file."
msgstr ""
"为了更好的诊断 SSH 连接问题,请从你的 Subversion 配置文件中,[tunnels] 节,删"
"除 ssh 命令行参数 -q 。"

#: ../libsvn_ra_svn/client.c:549
#, c-format
msgid "Illegal svn repository URL '%s'"
msgstr "非法的svn版本库URL“%s”"

#: ../libsvn_ra_svn/client.c:612
#, c-format
msgid "Server requires minimum version %d"
msgstr "服务器要求的最低版本是 %d"

#: ../libsvn_ra_svn/client.c:616
#, c-format
msgid "Server only supports versions up to %d"
msgstr "服务器支持的版本不大于 %d"

#: ../libsvn_ra_svn/client.c:624
msgid "Server does not support edit pipelining"
msgstr "服务器不支持流水线编辑"

#: ../libsvn_ra_svn/client.c:663
msgid "Impossibly long repository root from server"
msgstr "服务器返回的版本库根路径太长"

#: ../libsvn_ra_svn/client.c:675
msgid ""
"Module for accessing a repository using the svn network protocol.\n"
"  - with Cyrus SASL authentication"
msgstr "使用 svn 网络协议访问版本库的模块。  - 使用 Cyrus SASL 认证"

#: ../libsvn_ra_svn/client.c:679
msgid "Module for accessing a repository using the svn network protocol."
msgstr "使用 svn 网络协议访问版本库的模块。"

#: ../libsvn_ra_svn/client.c:891
msgid "Server did not send repository root"
msgstr "服务器没有返回版本库根路径"

#: ../libsvn_ra_svn/client.c:966
msgid ""
"Server doesn't support setting arbitrary revision properties during commit"
msgstr "在提交时,服务器不支持设置任意版本属性"

#: ../libsvn_ra_svn/client.c:1059
msgid "Non-string as part of file contents"
msgstr "部分文件内容不是字符串"

#: ../libsvn_ra_svn/client.c:1145
msgid "Dirlist element not a list"
msgstr "目录列表元素不是列表"

#: ../libsvn_ra_svn/client.c:1234
msgid "Mergeinfo element is not a list"
msgstr "Mergeinfo 元素不是列表"

#: ../libsvn_ra_svn/client.c:1433
msgid "Log entry not a list"
msgstr "日志条目不是列表"

#: ../libsvn_ra_svn/client.c:1480
msgid "Changed-path entry not a list"
msgstr "已修改路径条目不是列表"

#: ../libsvn_ra_svn/client.c:1606
msgid "'stat' not implemented"
msgstr "未实现“stat”"

#: ../libsvn_ra_svn/client.c:1666
msgid "'get-locations' not implemented"
msgstr "未实现“get-locations”"

#: ../libsvn_ra_svn/client.c:1681
msgid "Location entry not a list"
msgstr "区域条目不是列表"

#: ../libsvn_ra_svn/client.c:1720
msgid "'get-location-segments' not implemented"
msgstr "未实现 “get-location-segments”"

#: ../libsvn_ra_svn/client.c:1736
msgid "Location segment entry not a list"
msgstr "位置分段入口不是列表"

#: ../libsvn_ra_svn/client.c:1787
msgid "'get-file-revs' not implemented"
msgstr "未实现“get-file-revs”"

#: ../libsvn_ra_svn/client.c:1811
msgid "Revision entry not a list"
msgstr "版本条目不是列表"

#: ../libsvn_ra_svn/client.c:1828 ../libsvn_ra_svn/client.c:1858
msgid "Text delta chunk not a string"
msgstr "文本差异块不是字符串"

#: ../libsvn_ra_svn/client.c:1870
msgid "The get-file-revs command didn't return any revisions"
msgstr "get-file-revs 命令没有返回任何版本"

#: ../libsvn_ra_svn/client.c:1918
msgid "Server doesn't support the lock command"
msgstr "服务器不支持加锁"

#: ../libsvn_ra_svn/client.c:1982
msgid "Server doesn't support the unlock command"
msgstr "服务器不支持解锁"

#: ../libsvn_ra_svn/client.c:2080
msgid "Lock response not a list"
msgstr "加锁响应不是列表"

#: ../libsvn_ra_svn/client.c:2094
msgid "Unknown status for lock command"
msgstr "加锁命令的状态未知"

#: ../libsvn_ra_svn/client.c:2118
msgid "Didn't receive end marker for lock responses"
msgstr "加锁响应没有结束标记"

#: ../libsvn_ra_svn/client.c:2208
msgid "Unlock response not a list"
msgstr "解锁响应不是列表"

#: ../libsvn_ra_svn/client.c:2222
msgid "Unknown status for unlock command"
msgstr "未知的解锁命令状态"

#: ../libsvn_ra_svn/client.c:2245
msgid "Didn't receive end marker for unlock responses"
msgstr "解锁响应没有结束标记"

#: ../libsvn_ra_svn/client.c:2269 ../libsvn_ra_svn/client.c:2329
msgid "Server doesn't support the get-lock command"
msgstr "服务器不支持命令 get-lock"

#: ../libsvn_ra_svn/client.c:2343
msgid "Lock element not a list"
msgstr "Lock元素不是列表"

#: ../libsvn_ra_svn/client.c:2386
msgid "Server doesn't support the replay command"
msgstr "服务器不支持重放命令"

#: ../libsvn_ra_svn/client.c:2417
msgid "Server doesn't support the replay-range command"
msgstr "服务器不支持重放范围命令"

#: ../libsvn_ra_svn/client.c:2435
#, c-format
msgid "Expected 'revprops', found '%s'"
msgstr "期望“revprops”,发现“%s”"

#: ../libsvn_ra_svn/client.c:2452
msgid "Error while replaying commit"
msgstr "重演提交操作错误"

#: ../libsvn_ra_svn/client.c:2516
msgid "'get-deleted-rev' not implemented"
msgstr "未实现 “get-deleted-rev”"

#: ../libsvn_ra_svn/client.c:2580
#, c-format
msgid "Unsupported RA loader version (%d) for ra_svn"
msgstr "不支持 ra_svn RA 加载器版本(%d)"

#: ../libsvn_ra_svn/cram.c:199 ../libsvn_ra_svn/cram.c:217
#: ../libsvn_ra_svn/cyrus_auth.c:511 ../libsvn_ra_svn/cyrus_auth.c:567
#: ../libsvn_ra_svn/internal_auth.c:66
msgid "Unexpected server response to authentication"
msgstr "服务器意外响应认证请求"

#: ../libsvn_ra_svn/cyrus_auth.c:208
#, c-format
msgid "SASL authentication error: %s%s"
msgstr "SASL 认证错误: %s%s"

#: ../libsvn_ra_svn/cyrus_auth.c:218 ../svnserve/cyrus_auth.c:113
#: ../svnserve/cyrus_auth.c:123
#, c-format
msgid "Could not initialize the SASL library"
msgstr "不能初始化 SASL 库"

#: ../libsvn_ra_svn/cyrus_auth.c:227
#, c-format
msgid "Could not initialized the SASL library: %s%s"
msgstr "不能初始化 SASL 库: %s%s"

#: ../libsvn_ra_svn/cyrus_auth.c:400
#, c-format
msgid "Could not create SASL context: %s%s"
msgstr "不能创建 SASL 上下文: %s%s"

#: ../libsvn_ra_svn/cyrus_auth.c:908 ../libsvn_ra_svn/internal_auth.c:63
#: ../libsvn_ra_svn/internal_auth.c:114
#, c-format
msgid "Authentication error from server: %s"
msgstr "服务器报告认证错误: %s"

#: ../libsvn_ra_svn/cyrus_auth.c:912
msgid "Can't get username or password"
msgstr "无法取得用户名称或密码"

#: ../libsvn_ra_svn/editorp.c:134
msgid "Successful edit status returned too soon"
msgstr "太快返回编辑成功状态"

#: ../libsvn_ra_svn/editorp.c:467
msgid "Invalid file or dir token during edit"
msgstr "编辑时遇到无效的文件或目录令牌"

#: ../libsvn_ra_svn/editorp.c:694
msgid "Apply-textdelta already active"
msgstr "已经激活 Apply-textdelta"

#: ../libsvn_ra_svn/editorp.c:716 ../libsvn_ra_svn/editorp.c:734
msgid "Apply-textdelta not active"
msgstr "没有激活 Apply-textdelta"

#: ../libsvn_ra_svn/editorp.c:829
#, c-format
msgid "Command 'finish-replay' invalid outside of replays"
msgstr "finish-replay命令只在重放时有效"

#: ../libsvn_ra_svn/editorp.c:931 ../libsvn_ra_svn/marshal.c:1023
#, c-format
msgid "Unknown command '%s'"
msgstr "未知命令: “%s”"

#: ../libsvn_ra_svn/internal_auth.c:101 ../libsvn_subr/prompt.c:163
#, c-format
msgid "Can't get password"
msgstr "无法取得密码"

#: ../libsvn_ra_svn/marshal.c:120
msgid "Capability entry is not a word"
msgstr "容量类型不是 word "

#: ../libsvn_ra_svn/marshal.c:579
msgid "String length larger than maximum"
msgstr "字符串长度超出上限"

#: ../libsvn_ra_svn/marshal.c:645
msgid "Too many nested items"
msgstr "太多嵌套的项"

#: ../libsvn_ra_svn/marshal.c:664
msgid "Number is larger than maximum"
msgstr "数字超过上限"

#: ../libsvn_ra_svn/marshal.c:879
msgid "Proplist element not a list"
msgstr "Proplist 元素不是列表"

#: ../libsvn_ra_svn/marshal.c:917
msgid "Empty error list"
msgstr "错误列表为空"

#: ../libsvn_ra_svn/marshal.c:926 ../libsvn_ra_svn/marshal.c:952
msgid "Malformed error list"
msgstr "错误列表非法"

#: ../libsvn_ra_svn/marshal.c:980
#, c-format
msgid "Unknown status '%s' in command response"
msgstr "命令响应中的状态 “%s” 未知"

#: ../libsvn_ra_svn/streams.c:78 ../libsvn_ra_svn/streams.c:157
#, c-format
msgid "Can't read from connection"
msgstr "无法读取连接"

#: ../libsvn_ra_svn/streams.c:91 ../libsvn_ra_svn/streams.c:170
#, c-format
msgid "Can't write to connection"
msgstr "无法写入连接"

#: ../libsvn_ra_svn/streams.c:144
#, c-format
msgid "Can't get socket timeout"
msgstr "无法获得 socket 超时"

#: ../libsvn_repos/commit.c:141
#, c-format
msgid "'%s' is out of date"
msgstr "“%s” 已经过时"

#: ../libsvn_repos/commit.c:226
#, c-format
msgid "Got source path but no source revision for '%s'"
msgstr "获得源路径,但“%s”没有源版本"

#: ../libsvn_repos/commit.c:259
#, c-format
msgid "Source url '%s' is from different repository"
msgstr "源 URL “%s” 来自其它版本库"

#: ../libsvn_repos/commit.c:575
#, c-format
msgid ""
"Checksum mismatch for resulting fulltext\n"
"(%s)"
msgstr ""
"结果的校验和不匹配: \n"
"(%s)"

#: ../libsvn_repos/commit.c:620
msgid "(no error)"
msgstr "(没有错误)"

#: ../libsvn_repos/commit.c:650 ../libsvn_repos/commit.c:656
msgid "post-commit hook failed with no error message."
msgstr "调用 post-commit 钩子失败 (没有错误信息)。"

#: ../libsvn_repos/commit.c:659
#, c-format
msgid ""
"post commit FS processing had error:\n"
"%s\n"
"%s"
msgstr ""
"提交后的文件系统进程出错:\n"
"%s\n"
"%s"

#: ../libsvn_repos/commit.c:660 ../libsvn_repos/commit.c:669
msgid "(no error message)"
msgstr "(没有错误信息)"

#: ../libsvn_repos/commit.c:667
#, c-format
msgid ""
"post commit FS processing had error:\n"
"%s"
msgstr ""
"提交后的文件系统进程出错:\n"
"%s"

#: ../libsvn_repos/delta.c:191
msgid "Unable to open root of edit"
msgstr "无法打开根来编辑"

#: ../libsvn_repos/delta.c:246
msgid "Invalid target path"
msgstr "无效目标路径"

#: ../libsvn_repos/delta.c:250
msgid "Delta depth 'exclude' not supported"
msgstr "不支持差异深度 “exclude”"

#: ../libsvn_repos/delta.c:276
msgid ""
"Invalid editor anchoring; at least one of the input paths is not a directory "
"and there was no source entry"
msgstr "无效编辑器定位;至少一个输入路径不是目录,并且没有源入口"

#: ../libsvn_repos/deprecated.c:579 ../svnadmin/main.c:685
#, c-format
msgid "* Dumped revision %ld.\n"
msgstr "* 已转存版本 %ld。\n"

#: ../libsvn_repos/deprecated.c:585 ../svnadmin/main.c:691
#, c-format
msgid "* Verified revision %ld.\n"
msgstr "* 已校验版本 %ld。\n"

#: ../libsvn_repos/deprecated.c:593 ../svnadmin/main.c:731
#, c-format
msgid ""
"\n"
"------- Committed revision %ld >>>\n"
"\n"
msgstr ""
"\n"
"------- 提交后版本 %ld >>>\n"
"\n"

#: ../libsvn_repos/deprecated.c:599 ../svnadmin/main.c:737
#, c-format
msgid ""
"\n"
"------- Committed new rev %ld (loaded from original rev %ld) >>>\n"
"\n"
msgstr ""
"\n"
"------- 提交新版本 %ld (从原始版本 %ld 装载) >>>\n"
"\n"

#: ../libsvn_repos/deprecated.c:612 ../svnadmin/main.c:750
#, c-format
msgid "     * editing path : %s ..."
msgstr "     * 正在修改路径: %s ..."

#: ../libsvn_repos/deprecated.c:618 ../svnadmin/main.c:756
#, c-format
msgid "     * deleting path : %s ..."
msgstr "     * 正在删除路径: %s ..."

#: ../libsvn_repos/deprecated.c:624 ../svnadmin/main.c:762
#, c-format
msgid "     * adding path : %s ..."
msgstr "     * 正在增加路径: %s ..."

#: ../libsvn_repos/deprecated.c:630 ../svnadmin/main.c:768
#, c-format
msgid "     * replacing path : %s ..."
msgstr "     * 正在替换路径: %s ..."

#: ../libsvn_repos/deprecated.c:640 ../svnadmin/main.c:778
msgid " done.\n"
msgstr "完成。\n"

#: ../libsvn_repos/deprecated.c:650 ../svnadmin/main.c:788
#, c-format
msgid "<<< Started new transaction, based on original revision %ld\n"
msgstr "<<< 开始新的事务,基于原始版本 %ld\n"

#: ../libsvn_repos/deprecated.c:657 ../svnadmin/main.c:795
#, c-format
msgid " removing '\\r' from %s ..."
msgstr "正在从 '%s' 删除 '\\r' ..."

#: ../libsvn_repos/dump.c:263
#, c-format
msgid "E%06d: While validating fspath '%s': %s"
msgstr "E%06d: 当验证文件系统路径“%s”时出错:%s"

#: ../libsvn_repos/dump.c:387
#, c-format
msgid ""
"Referencing data in revision %ld, which is older than the oldest dumped "
"revision (r%ld).  Loading this dump into an empty repository will fail."
msgstr ""
"版本 %ld 引用的数据比最旧的转存版本 (r%ld) 还旧。加载这个转存到空的版本库会失"
"败。"

#: ../libsvn_repos/dump.c:492
#, c-format
msgid ""
"Mergeinfo referencing revision(s) prior to the oldest dumped revision (r"
"%ld). Loading this dump may result in invalid mergeinfo."
msgstr ""
"合并信息引用的版本比最旧的转存版本 (r%ld) 还旧。加载这个转存可能导致非法的合"
"并信息。"

#: ../libsvn_repos/dump.c:1017 ../libsvn_repos/dump.c:1280
#, c-format
msgid "Start revision %ld is greater than end revision %ld"
msgstr "起始版本 %ld 大于结束版本 %ld"

#: ../libsvn_repos/dump.c:1022 ../libsvn_repos/dump.c:1285
#, c-format
msgid "End revision %ld is invalid (youngest revision is %ld)"
msgstr "结束版本 %ld 无效 (最新版本是 %ld)"

#: ../libsvn_repos/dump.c:1162
msgid ""
"The range of revisions dumped contained references to copy sources outside "
"that range."
msgstr "导出的版本范围包含的引用超出导出范围。"

#: ../libsvn_repos/dump.c:1176
msgid ""
"The range of revisions dumped contained mergeinfo which reference revisions "
"outside that range."
msgstr "导出的版本范围包含的合并信息,其引用的版本超出导出范围。"

#: ../libsvn_repos/dump.c:1233
#, c-format
msgid "Unexpected node kind %d for '%s'"
msgstr "意外发现节点种类 %d 于“%s”"

#: ../libsvn_repos/fs-wrap.c:68 ../libsvn_repos/load-fs-vtable.c:887
msgid "Commit succeeded, but post-commit hook failed"
msgstr "提交成功,但是后置提交钩子(post-commit)失败"

#: ../libsvn_repos/fs-wrap.c:171
#, c-format
msgid ""
"Storage of non-regular property '%s' is disallowed through the repository "
"interface, and could indicate a bug in your client"
msgstr "不允许通过版本库接口存储非正规属性“%s”,它说明您的客户端有漏洞"

#: ../libsvn_repos/fs-wrap.c:186
#, c-format
msgid "Cannot accept '%s' property because it is not encoded in UTF-8"
msgstr "不能接受属性 “%s”,因为它的编码不是 UTF-8"

#: ../libsvn_repos/fs-wrap.c:196
#, c-format
msgid "Cannot accept non-LF line endings in '%s' property"
msgstr "不能接受属性 “%s” 的非 LF 行结束符"

#: ../libsvn_repos/fs-wrap.c:237
#, c-format
msgid ""
"Commit rejected because mergeinfo on '%s' contains unexpected string "
"terminator"
msgstr "由于 '%s' 上的合并信息包含意外的字符串终结符,提交被拒绝"

#: ../libsvn_repos/fs-wrap.c:244
#, c-format
msgid "Commit rejected because mergeinfo on '%s' is syntactically invalid"
msgstr "由于 '%s' 上的合并信息非法,提交被拒绝"

#: ../libsvn_repos/fs-wrap.c:366
#, c-format
msgid "Write denied:  not authorized to read all of revision %ld"
msgstr "拒绝写入: 未授权读取版本 %ld 的所有数据。"

#: ../libsvn_repos/fs-wrap.c:543
#, c-format
msgid "Cannot unlock path '%s', no authenticated username available"
msgstr "不能解除路径“%s”的锁定,没有可用的已授权用户名"

#: ../libsvn_repos/fs-wrap.c:558
msgid "Unlock succeeded, but post-unlock hook failed"
msgstr "解锁成功,但是后置解锁钩子(post-unlock)失败"

#: ../libsvn_repos/hooks.c:89
#, c-format
msgid "'%s' hook succeeded, but error output could not be read"
msgstr "钩子执行“%s”成功,没有可用的错误输出"

#: ../libsvn_repos/hooks.c:104
msgid "[Error output could not be translated from the native locale to UTF-8.]"
msgstr "[错误输出不能从本地区域转变为 UTF-8。]"

#: ../libsvn_repos/hooks.c:109
msgid "[Error output could not be read.]"
msgstr "[没有可用的错误输出。]"

#: ../libsvn_repos/hooks.c:118
#, c-format
msgid ""
"'%s' hook failed (did not exit cleanly: apr_exit_why_e was %d, exitcode was "
"%d).  "
msgstr "钩子“%s”失败(没有干净的退出: apr_exit_why_e 是 %d,exitcode 是 %d)。"

#: ../libsvn_repos/hooks.c:127
msgid "Commit"
msgstr "提交"

#: ../libsvn_repos/hooks.c:129
msgid "Revprop change"
msgstr "版本属性改变"

#: ../libsvn_repos/hooks.c:131
msgid "Lock"
msgstr "加锁"

#: ../libsvn_repos/hooks.c:133
msgid "Unlock"
msgstr "解锁"

#: ../libsvn_repos/hooks.c:138
#, c-format
msgid "%s hook failed (exit code %d)"
msgstr "钩子 “%s” 失败(退出代码 %d)"

#: ../libsvn_repos/hooks.c:142
#, c-format
msgid "%s blocked by %s hook (exit code %d)"
msgstr "%s 被 %s 钩子阻塞(退出代码 %d)"

#: ../libsvn_repos/hooks.c:149
msgid " with output:\n"
msgstr " 输出:\n"

#: ../libsvn_repos/hooks.c:155
msgid " with no output."
msgstr " 没有输出。"

#: ../libsvn_repos/hooks.c:196
#, c-format
msgid "Can't create null stdout for hook '%s'"
msgstr "无法为钩子“%s”创建空标准输出"

#: ../libsvn_repos/hooks.c:207
#, c-format
msgid "Failed to start '%s' hook"
msgstr "启动钩子“%s”失败"

#: ../libsvn_repos/hooks.c:220 ../libsvn_repos/hooks.c:229
#, c-format
msgid "Error closing read end of stderr pipe"
msgstr "关闭读标准错误管道出错"

#: ../libsvn_repos/hooks.c:237
#, c-format
msgid "Error closing null file"
msgstr "关闭空文件出错"

#: ../libsvn_repos/hooks.c:321
#, c-format
msgid "Failed to run '%s' hook; broken symlink"
msgstr "运行钩子“%s”失败;符号连接损坏"

#: ../libsvn_repos/hooks.c:531
msgid ""
"Repository has not been enabled to accept revision propchanges;\n"
"ask the administrator to create a pre-revprop-change hook"
msgstr "此版本库不允许修改版本属性;请管理员创建 pre-revprop-change 钩子"

#: ../libsvn_repos/load-fs-vtable.c:539 ../svnrdump/load_editor.c:643
#, c-format
msgid "Relative source revision %ld is not available in current repository"
msgstr "当前版本库不存在相对源版本 %ld"

#: ../libsvn_repos/load-fs-vtable.c:553
#, c-format
msgid ""
"Copy source checksum mismatch on copy from '%s'@%ld\n"
"to '%s' in rev based on r%ld"
msgstr "从 “%s@%ld” 复制到 “%s”,基于版本 r%ld 的源校验和不匹配"

#: ../libsvn_repos/load-fs-vtable.c:605
msgid "Malformed dumpstream: Revision 0 must not contain node records"
msgstr "非法的转存流: 版本 0 不能包含节点记录"

#: ../libsvn_repos/load-fs-vtable.c:614
#, c-format
msgid "Unrecognized node-action on node '%s'"
msgstr "节点“%s”的动作不能识别"

#: ../libsvn_repos/load.c:53
msgid "Premature end of content data in dumpstream"
msgstr "转存流中内容数据过早结束"

#: ../libsvn_repos/load.c:60
msgid "Dumpstream data appears to be malformed"
msgstr "转存流中出现非法数据"

#: ../libsvn_repos/load.c:109
#, c-format
msgid "Dump stream contains a malformed header (with no ':') at '%.20s'"
msgstr "转存流在“%.20s”包含错误头部(没有“:”)"

#: ../libsvn_repos/load.c:122
#, c-format
msgid "Dump stream contains a malformed header (with no value) at '%.20s'"
msgstr "转存流在“%.20s”包含错误头部(没有值)"

#: ../libsvn_repos/load.c:211
msgid "Incomplete or unterminated property block"
msgstr "不完整或未结束的属性块"

#: ../libsvn_repos/load.c:359
msgid "Unexpected EOF writing contents"
msgstr "写内容时意外结束"

#: ../libsvn_repos/load.c:388
#, c-format
msgid "Malformed dumpfile header '%s'"
msgstr "非法的转存文件头 '%s'"

#: ../libsvn_repos/load.c:395 ../libsvn_repos/load.c:440
#, c-format
msgid "Unsupported dumpfile version: %d"
msgstr "不支持的转存文件版本: %d"

#: ../libsvn_repos/load.c:543
msgid "Unrecognized record type in stream"
msgstr "流中有无法识别的记录类型"

#: ../libsvn_repos/load.c:656
msgid "Sum of subblock sizes larger than total block content length"
msgstr "子块大小之和大于块内容长度"

#: ../libsvn_repos/node_tree.c:244
#, c-format
msgid "'%s' not found in filesystem"
msgstr "在文件系统中找不到“%s”"

#: ../libsvn_repos/replay.c:552
#, c-format
msgid "Filesystem path '%s' is neither a file nor a directory"
msgstr "文件系统中路径“%s”既不是文件也不是目录"

#: ../libsvn_repos/reporter.c:196
#, c-format
msgid "Invalid length (%%%s) when about to read a string"
msgstr "长度 (%%%s) 对于字符串非法"

#: ../libsvn_repos/reporter.c:257
#, c-format
msgid "Invalid depth (%c) for path '%s'"
msgstr "非法深度(%c)于路径 “%s”"

#: ../libsvn_repos/reporter.c:850
#, c-format
msgid "Working copy path '%s' does not exist in repository"
msgstr "工作副本路径“%s”不在版本库中"

#: ../libsvn_repos/reporter.c:1232
msgid "Not authorized to open root of edit operation"
msgstr "无权打开根进行编辑操作"

#: ../libsvn_repos/reporter.c:1249
#, c-format
msgid "Target path '%s' does not exist"
msgstr "目标路径 “%s” 不存在"

#: ../libsvn_repos/reporter.c:1257
msgid "Cannot replace a directory from within"
msgstr "不能在子目录中替换目录"

#: ../libsvn_repos/reporter.c:1300
msgid "Invalid report for top level of working copy"
msgstr "最上层工作副本报告无效"

#: ../libsvn_repos/reporter.c:1315
msgid "Two top-level reports with no target"
msgstr "两个最上层报告没有目标"

#: ../libsvn_repos/reporter.c:1376
#, c-format
msgid "Unsupported report depth '%s'"
msgstr "不支持报告深度“%s”"

#: ../libsvn_repos/reporter.c:1404
msgid "Depth 'exclude' not supported for link"
msgstr "深度 “exclude” 不支持链接"

#: ../libsvn_repos/reporter.c:1463
msgid "Request depth 'exclude' not supported"
msgstr "不支持请求的深度 “exclude”"

#: ../libsvn_repos/repos.c:187
#, c-format
msgid "'%s' exists and is non-empty"
msgstr "“%s”已存在并且非空"

#: ../libsvn_repos/repos.c:233
msgid "Creating db logs lock file"
msgstr "正在创建数据库日值锁文件"

#: ../libsvn_repos/repos.c:251
msgid "Creating db lock file"
msgstr "正在创建数据库锁文件"

#: ../libsvn_repos/repos.c:261
msgid "Creating lock dir"
msgstr "正在创建锁文件目录"

#: ../libsvn_repos/repos.c:290
msgid "Creating hook directory"
msgstr "正在创建钩子目录"

#: ../libsvn_repos/repos.c:366
msgid "Creating start-commit hook"
msgstr "正在创建 start-commit 钩子"

#: ../libsvn_repos/repos.c:456
msgid "Creating pre-commit hook"
msgstr "正在创建 pre-commit 钩子"

#: ../libsvn_repos/repos.c:532
msgid "Creating pre-revprop-change hook"
msgstr "正在创建 pre-revprop-change 钩子"

#: ../libsvn_repos/repos.c:764
msgid "Creating post-commit hook"
msgstr "正在创建 post-commit 钩子"

#: ../libsvn_repos/repos.c:950
msgid "Creating post-revprop-change hook"
msgstr "正在创建 post-revprop-change 钩子"

#: ../libsvn_repos/repos.c:960
msgid "Creating conf directory"
msgstr "正在创建 conf 目录"

#: ../libsvn_repos/repos.c:1029
msgid "Creating svnserve.conf file"
msgstr "正在创建 svnserve.conf 文件"

#: ../libsvn_repos/repos.c:1047
msgid "Creating passwd file"
msgstr "正在创建 passwd 文件"

#: ../libsvn_repos/repos.c:1089
msgid "Creating authz file"
msgstr "正在创建 authz 文件"

#: ../libsvn_repos/repos.c:1124
msgid "Could not create top-level directory"
msgstr "无法创建最上层目录"

#: ../libsvn_repos/repos.c:1136
msgid "Creating DAV sandbox dir"
msgstr "正在创建 DAV 沙箱目录"

#: ../libsvn_repos/repos.c:1205
msgid "Error opening db lockfile"
msgstr "打开数据库锁文件出错"

#: ../libsvn_repos/repos.c:1242
#, c-format
msgid "'%s' is an existing repository"
msgstr "版本库的“%s”已经存在"

#: ../libsvn_repos/repos.c:1246
#, c-format
msgid "'%s' is a subdirectory of an existing repository rooted at '%s'"
msgstr "“%s” 是当前根为 “%s” 的版本库的子目录"

#: ../libsvn_repos/repos.c:1254
msgid "Repository creation failed"
msgstr "创建版本库失败"

#: ../libsvn_repos/repos.c:1339
#, c-format
msgid "Expected repository format '%d' or '%d'; found format '%d'"
msgstr "期望版本库格式是“%d”或“%d”;发现格式是“%d”"

#: ../libsvn_repos/repos.c:1569
#, c-format
msgid "unknown capability '%s'"
msgstr "未知特性“%s”"

#: ../libsvn_repos/rev_hunt.c:70
#, c-format
msgid "Failed to find time on revision %ld"
msgstr "无法找到版本 %ld 的时间"

#: ../libsvn_repos/rev_hunt.c:204 ../libsvn_repos/rev_hunt.c:319
#, c-format
msgid "Invalid start revision %ld"
msgstr "无效起始版本 %ld"

#: ../libsvn_repos/rev_hunt.c:512
msgid "Unreadable path encountered; access denied"
msgstr "遇到不可读的路径;拒绝访问。"

#: ../libsvn_repos/rev_hunt.c:1158
#, c-format
msgid "'%s' is not a file in revision %ld"
msgstr "“%s” 不是文件,版本 %ld"

#: ../libsvn_subr/auth.c:187
#, c-format
msgid "No provider registered for '%s' credentials"
msgstr "没有提供程序为 '%s' 凭据注册"

#: ../libsvn_subr/cache-inprocess.c:196 ../libsvn_subr/cache-membuffer.c:453
#, c-format
msgid "Can't lock cache mutex"
msgstr "不能锁定缓存互斥体"

#: ../libsvn_subr/cache-inprocess.c:214 ../libsvn_subr/cache-membuffer.c:473
#, c-format
msgid "Can't unlock cache mutex"
msgstr "不能解锁缓存互斥体"

#: ../libsvn_subr/cache-inprocess.c:613 ../libsvn_subr/cache-membuffer.c:1092
#, c-format
msgid "Can't create cache mutex"
msgstr "不能创建缓存互斥体"

#. We are OOM. There is no need to proceed with "half a cache".
#.
#: ../libsvn_subr/cache-membuffer.c:1076
#, c-format
msgid "OOM"
msgstr "内存不足"

#: ../libsvn_subr/cache-membuffer.c:1096
#, c-format
msgid "APR doesn't support threads"
msgstr "APR 不支持 线程"

#: ../libsvn_subr/cache-membuffer.c:1652
msgid "Can't iterate a membuffer-based cache"
msgstr "不能迭代基于内存的缓存"

#: ../libsvn_subr/cache-memcache.c:162
#, c-format
msgid "Unknown memcached error while reading"
msgstr "当读取时出现未知的 memcached 错误"

#: ../libsvn_subr/cache-memcache.c:229
#, c-format
msgid "Unknown memcached error while writing"
msgstr "当写入时出现未知的 memcached 错误"

#: ../libsvn_subr/cache-memcache.c:332
msgid "Can't iterate a memcached cache"
msgstr "不能迭代 memcached 缓存"

#: ../libsvn_subr/cache-memcache.c:432
#, c-format
msgid "Error parsing memcache server '%s'"
msgstr "解析 memcache 服务器 “%s” 时出错"

#: ../libsvn_subr/cache-memcache.c:440
#, c-format
msgid "Scope not allowed in memcache server '%s'"
msgstr "memcache 服务器 “%s” 中不允许出现范围"

#: ../libsvn_subr/cache-memcache.c:448
#, c-format
msgid "Must specify host and port for memcache server '%s'"
msgstr "memcache 服务器 “%s” 中必须指定主机和端口"

#: ../libsvn_subr/cache-memcache.c:468
#, c-format
msgid "Unknown error creating memcache server"
msgstr "创建 memcache 服务器时出现未知错误"

#: ../libsvn_subr/cache-memcache.c:476
#, c-format
msgid "Unknown error adding server to memcache"
msgstr "增加 memcache 服务器时出现未知错误"

#: ../libsvn_subr/cache-memcache.c:546
#, c-format
msgid "Unknown error creating apr_memcache_t"
msgstr "创建 memcache apr_memcache_t 时出现未知错误"

#: ../libsvn_subr/checksum.c:419
#, c-format
msgid ""
"%s:\n"
"   expected:  %s\n"
"     actual:  %s\n"
msgstr ""
"%s:\n"
"      期望:  %s\n"
"      实际:  %s\n"

#: ../libsvn_subr/cmdline.c:619
#, c-format
msgid "Error initializing command line arguments"
msgstr "初始化命令行参数出错"

#: ../libsvn_subr/cmdline.c:701
msgid "Invalid syntax of argument of --config-option"
msgstr "参数 --config-option 的语法无效"

#: ../libsvn_subr/cmdline.c:728
#, c-format
msgid "Unrecognized file in argument of %s"
msgstr "不能识别参数 %s 指定的文件"

#: ../libsvn_subr/config.c:665
#, c-format
msgid "Config error: invalid boolean value '%s' for '[%s] %s'"
msgstr "配置错误: 无效布尔值 “%s”,对于 “[%s] %s”"

#: ../libsvn_subr/config.c:670
#, c-format
msgid "Config error: invalid boolean value '%s' for '%s'"
msgstr "配置错误: 无效布尔值 “%s”,对于 “%s”"

#: ../libsvn_subr/config.c:951
#, c-format
msgid "Config error: invalid integer value '%s'"
msgstr "配置错误: 无效整数值“%s”"

#: ../libsvn_subr/config_auth.c:95
msgid "Unable to open auth file for reading"
msgstr "不能打开认证文件读取数据"

#: ../libsvn_subr/config_auth.c:100
#, c-format
msgid "Error parsing '%s'"
msgstr "解析“%s”时出错"

#: ../libsvn_subr/config_auth.c:125
msgid "Unable to locate auth file"
msgstr "无法定位认证文件文件"

#: ../libsvn_subr/config_auth.c:136
msgid "Unable to open auth file for writing"
msgstr "无法打开认证文件写入数据"

#: ../libsvn_subr/config_auth.c:140
#, c-format
msgid "Error writing hash to '%s'"
msgstr "写哈希数据至“%s”时出错"

#: ../libsvn_subr/date.c:307
#, c-format
msgid "Can't manipulate current date"
msgstr "不能获得当前日期"

#: ../libsvn_subr/date.c:381 ../libsvn_subr/date.c:389
#, c-format
msgid "Can't calculate requested date"
msgstr "无法计算被请求的日期"

#: ../libsvn_subr/date.c:384
#, c-format
msgid "Can't expand time"
msgstr "无法明确时间"

#: ../libsvn_subr/deprecated.c:366 ../libsvn_subr/opt.c:301
msgid ""
"\n"
"Valid options:\n"
msgstr ""
"\n"
"有效选项: \n"

#: ../libsvn_subr/deprecated.c:442 ../libsvn_subr/opt.c:416
#, c-format
msgid ""
"\"%s\": unknown command.\n"
"\n"
msgstr ""
"“%s”: 未知命令。\n"
"\n"

#: ../libsvn_subr/deprecated.c:589 ../libsvn_subr/opt.c:1149
#: ../svnrdump/svnrdump.c:486
#, c-format
msgid "Type '%s help' for usage.\n"
msgstr "使用“%s help”得到用法。\n"

#: ../libsvn_subr/deprecated.c:962
#, c-format
msgid "'%s' is neither a file nor a directory name"
msgstr "“%s”不是文件名也不是目录名"

#: ../libsvn_subr/dirent_uri.c:1630
#, c-format
msgid "Couldn't determine absolute path of '%s'"
msgstr "不能确定“%s”的绝对路径"

#: ../libsvn_subr/dirent_uri.c:2320
#, c-format
msgid "Local URL '%s' does not contain 'file://' prefix"
msgstr "本地URL“%s”没有“file://”前缀"

#: ../libsvn_subr/dirent_uri.c:2399
#, c-format
msgid "Local URL '%s' contains only a hostname, no path"
msgstr "本地URL“%s”只有主机名称,没有路径"

#: ../libsvn_subr/dirent_uri.c:2413
#, c-format
msgid "Local URL '%s' contains unsupported hostname"
msgstr "本地URL“%s”包含不支持的主机名称"

#: ../libsvn_subr/dso.c:64
#, c-format
msgid "Can't create DSO mutex"
msgstr "无法创建 DSO 互斥体"

#: ../libsvn_subr/dso.c:83
#, c-format
msgid "Can't grab DSO mutex"
msgstr "无法获取 DSO 互斥体"

#: ../libsvn_subr/dso.c:97 ../libsvn_subr/dso.c:123 ../libsvn_subr/dso.c:138
#, c-format
msgid "Can't ungrab DSO mutex"
msgstr "不能释放 DSO 互斥体"

#: ../libsvn_subr/error.c:472
msgid "Can't recode error string from APR"
msgstr "无法重新编码 APR 的错误信息"

#: ../libsvn_subr/error.c:572
#, c-format
msgid "%swarning: W%06d: %s\n"
msgstr "%s 警告: W%06d: %s\n"

#: ../libsvn_subr/error.c:632
#, c-format
msgid "In file '%s' line %d: assertion failed (%s)"
msgstr "文件 “%s”,行 %d:断言失败(%s)"

#: ../libsvn_subr/error.c:636
#, c-format
msgid "In file '%s' line %d: internal malfunction"
msgstr "文件 “%s” 行 %d:内部故障"

#: ../libsvn_subr/hash.c:116
msgid "Serialized hash missing terminator"
msgstr "序列化哈希值没有终结符"

#: ../libsvn_subr/hash.c:124 ../libsvn_subr/hash.c:136
#: ../libsvn_subr/hash.c:146 ../libsvn_subr/hash.c:157
#: ../libsvn_subr/hash.c:165 ../libsvn_subr/hash.c:174
#: ../libsvn_subr/hash.c:186 ../libsvn_subr/hash.c:194
msgid "Serialized hash malformed"
msgstr "畸形的序列化哈希值"

#: ../libsvn_subr/io.c:200
#, c-format
msgid "Error converting entry in directory '%s' to UTF-8"
msgstr "目录 “%s” 中的条目从本地编码转换到 UTF8 失败"

#: ../libsvn_subr/io.c:260
#, c-format
msgid "Can't check path '%s'"
msgstr "无法检查路径 “%s”"

#: ../libsvn_subr/io.c:488 ../libsvn_subr/io.c:4109
#, c-format
msgid "Can't open '%s'"
msgstr "不能打开 “%s”"

#: ../libsvn_subr/io.c:514 ../libsvn_subr/io.c:600
#, c-format
msgid "Unable to make name for '%s'"
msgstr "不能为 “%s” 产生名字"

#: ../libsvn_subr/io.c:587
#, c-format
msgid "Can't create symbolic link '%s'"
msgstr "无法创建符号连接 “%s”"

#: ../libsvn_subr/io.c:604 ../libsvn_subr/io.c:637 ../libsvn_subr/io.c:665
msgid "Symbolic links are not supported on this platform"
msgstr "此平台不支持符号链接"

#: ../libsvn_subr/io.c:627
#, c-format
msgid "Can't read contents of link"
msgstr "不能读取链接的内容"

#: ../libsvn_subr/io.c:685
#, c-format
msgid "Can't find a temporary directory"
msgstr "无法找到临时目录"

#: ../libsvn_subr/io.c:803
#, c-format
msgid "Can't copy '%s' to '%s'"
msgstr "不能复制 “%s” 到 “%s”"

#: ../libsvn_subr/io.c:846 ../libsvn_subr/io.c:868 ../libsvn_subr/io.c:914
#, c-format
msgid "Can't set permissions on '%s'"
msgstr "不能在 “%s” 设置权限"

#: ../libsvn_subr/io.c:864 ../libsvn_subr/io.c:4147
#, c-format
msgid "Can't get file name"
msgstr "无法获取文件名"

#: ../libsvn_subr/io.c:938
#, c-format
msgid "Can't append '%s' to '%s'"
msgstr "不能附加 “%s” 到 “%s”"

#: ../libsvn_subr/io.c:972
#, c-format
msgid "Source '%s' is not a directory"
msgstr "源 “%s” 不是目录"

#: ../libsvn_subr/io.c:978
#, c-format
msgid "Destination '%s' is not a directory"
msgstr "目的 “%s” 不是目录"

#: ../libsvn_subr/io.c:984
#, c-format
msgid "Destination '%s' already exists"
msgstr "目的 “%s” 已存在"

#: ../libsvn_subr/io.c:1055 ../libsvn_subr/io.c:2335
#, c-format
msgid "Can't read directory '%s'"
msgstr "无法读取目录 “%s”"

#: ../libsvn_subr/io.c:1060 ../libsvn_subr/io.c:2340 ../libsvn_subr/io.c:3734
#, c-format
msgid "Error closing directory '%s'"
msgstr "关闭目录 “%s” 出错"

#: ../libsvn_subr/io.c:1088
#, c-format
msgid "Can't make directory '%s'"
msgstr "无法创建目录 “%s”"

#: ../libsvn_subr/io.c:1157
#, c-format
msgid "Can't set access time of '%s'"
msgstr "不能设置 “%s” 的存取时间"

#: ../libsvn_subr/io.c:1433 ../libsvn_subr/io.c:1540
#, c-format
msgid "Can't change perms of file '%s'"
msgstr "不能改变文件 “%s” 的权限"

#: ../libsvn_subr/io.c:1706
#, c-format
msgid "Can't set file '%s' read-only"
msgstr "无法设置文件 “%s” 只读"

#: ../libsvn_subr/io.c:1738
#, c-format
msgid "Can't set file '%s' read-write"
msgstr "无法设置文件 “%s” 可读写"

#: ../libsvn_subr/io.c:1777 ../libsvn_subr/io.c:1811
#, c-format
msgid "Error getting UID of process"
msgstr "获取进程用户 ID(UID) 时出错"

#: ../libsvn_subr/io.c:1917
#, c-format
msgid "Can't get shared lock on file '%s'"
msgstr "不能获取文件 “%s” 的共享锁"

#: ../libsvn_subr/io.c:1955 ../libsvn_subr/io.c:3270
#, c-format
msgid "Can't flush file '%s'"
msgstr "不能刷新文件 “%s”"

#: ../libsvn_subr/io.c:1956 ../libsvn_subr/io.c:3271
#, c-format
msgid "Can't flush stream"
msgstr "不能刷新流"

#: ../libsvn_subr/io.c:1968 ../libsvn_subr/io.c:1985
#, c-format
msgid "Can't flush file to disk"
msgstr "不能刷新文件到磁盘"

#: ../libsvn_subr/io.c:2077 ../libsvn_subr/prompt.c:102 ../svnserve/main.c:734
#, c-format
msgid "Can't open stdin"
msgstr "无法打开标准输入"

#: ../libsvn_subr/io.c:2097
msgid "Reading from stdin is disallowed"
msgstr "不接受从标准输入设备读取"

#: ../libsvn_subr/io.c:2155
#, c-format
msgid "Can't remove file '%s'"
msgstr "不能移动文件“%s”"

#: ../libsvn_subr/io.c:2242
#, c-format
msgid "Can't remove '%s'"
msgstr "无法删除“%s”"

#: ../libsvn_subr/io.c:2440
#, c-format
msgid "Can't create process '%s' attributes"
msgstr "无法创建进程“%s”的属性"

#: ../libsvn_subr/io.c:2447
#, c-format
msgid "Can't set process '%s' cmdtype"
msgstr "无法设置进程“%s”的命令类型"

#: ../libsvn_subr/io.c:2459
#, c-format
msgid "Can't set process '%s' directory"
msgstr "无法设定进程“%s”的目录"

#: ../libsvn_subr/io.c:2473
#, c-format
msgid "Can't set process '%s' child input"
msgstr "无法设置“%s”的子进程输入文件"

#: ../libsvn_subr/io.c:2481
#, c-format
msgid "Can't set process '%s' child outfile"
msgstr "无法设置“%s”的子进程输出文件"

#: ../libsvn_subr/io.c:2489
#, c-format
msgid "Can't set process '%s' child errfile"
msgstr "无法设置“%s”的子进程错误输出文件"

#: ../libsvn_subr/io.c:2503
#, c-format
msgid "Can't set process '%s' stdio pipes"
msgstr "无法设置进程“%s”的标准 IO 管道"

#: ../libsvn_subr/io.c:2511
#, c-format
msgid "Can't set process '%s' child errfile for error handler"
msgstr "无法为错误处理函数设置“%s”的子进程错误输出文件"

#: ../libsvn_subr/io.c:2518
#, c-format
msgid "Can't set process '%s' error handler"
msgstr "无法设置进程“%s”的错误处理函数"

#: ../libsvn_subr/io.c:2541
#, c-format
msgid "Can't start process '%s'"
msgstr "不能取得进程“%s”状态"

#: ../libsvn_subr/io.c:2565
#, c-format
msgid "Error waiting for process '%s'"
msgstr "等待进程“%s”出错"

#: ../libsvn_subr/io.c:2573
#, c-format
msgid "Process '%s' failed (exitwhy %d)"
msgstr "进程“%s”失败(返回 %d)"

#: ../libsvn_subr/io.c:2580
#, c-format
msgid "Process '%s' returned error exitcode %d"
msgstr "进程“%s”返回错误退出码 %d"

#: ../libsvn_subr/io.c:2687
#, c-format
msgid "'%s' returned %d"
msgstr "“%s” 返回 %d"

#: ../libsvn_subr/io.c:2808
#, c-format
msgid ""
"Error running '%s':  exitcode was %d, args were:\n"
"in directory '%s', basenames:\n"
"%s\n"
"%s\n"
"%s"
msgstr ""
"运行“%s”出错: 退出码是 %d,参数是: \n"
"在目录“%s”,基本名字: \n"
"%s\n"
"%s\n"
"%s"

#: ../libsvn_subr/io.c:2949
#, c-format
msgid "Can't detect MIME type of non-file '%s'"
msgstr "不能检测非文件的“%s”之MIME类型"

#: ../libsvn_subr/io.c:3044
#, c-format
msgid "Can't open file '%s'"
msgstr "不能打开文件“%s”"

#: ../libsvn_subr/io.c:3085
#, c-format
msgid "Can't close file '%s'"
msgstr "无法关闭文件“%s”"

#: ../libsvn_subr/io.c:3086
#, c-format
msgid "Can't close stream"
msgstr "无法关闭流"

#: ../libsvn_subr/io.c:3096 ../libsvn_subr/io.c:3134 ../libsvn_subr/io.c:3160
#, c-format
msgid "Can't read file '%s'"
msgstr "不能读取文件“%s”"

#: ../libsvn_subr/io.c:3097 ../libsvn_subr/io.c:3135 ../libsvn_subr/io.c:3161
#, c-format
msgid "Can't read stream"
msgstr "无法读取流"

#: ../libsvn_subr/io.c:3107
#, c-format
msgid "Can't write file '%s'"
msgstr "无法写入文件“%s”"

#: ../libsvn_subr/io.c:3108
#, c-format
msgid "Can't write stream"
msgstr "无法写入流"

#: ../libsvn_subr/io.c:3122
#, c-format
msgid "Can't get attribute information from file '%s'"
msgstr "无法从文件“%s”获取属性信息"

#: ../libsvn_subr/io.c:3123
#, c-format
msgid "Can't get attribute information from stream"
msgstr "无法从流获取属性信息"

#: ../libsvn_subr/io.c:3172
#, c-format
msgid "Can't set position pointer in file '%s'"
msgstr "无法在文件“%s”设置定位指针"

#: ../libsvn_subr/io.c:3173
#, c-format
msgid "Can't set position pointer in stream"
msgstr "无法在流中设置定位指针"

#: ../libsvn_subr/io.c:3184 ../libsvn_subr/io.c:3231
#, c-format
msgid "Can't write to file '%s'"
msgstr "无法写入文件“%s”"

#: ../libsvn_subr/io.c:3185 ../libsvn_subr/io.c:3232
#, c-format
msgid "Can't write to stream"
msgstr "无法写入流"

#: ../libsvn_subr/io.c:3276
#, c-format
msgid "Can't truncate file '%s'"
msgstr "不能截断文件 “%s”"

#: ../libsvn_subr/io.c:3277
#, c-format
msgid "Can't truncate stream"
msgstr "无法截断流"

#: ../libsvn_subr/io.c:3317
#, c-format
msgid "Can't read length line in file '%s'"
msgstr "不能从文件 “%s” 中读取长行"

#: ../libsvn_subr/io.c:3321
msgid "Can't read length line in stream"
msgstr "无法从流中读取长行"

#: ../libsvn_subr/io.c:3343 ../svn/util.c:423 ../svn/util.c:438
#: ../svn/util.c:472
#, c-format
msgid "Can't stat '%s'"
msgstr "不能取得“%s”的状态"

#: ../libsvn_subr/io.c:3378
#, c-format
msgid "Can't move '%s' to '%s'"
msgstr "不能移动 “%s” 到 “%s”"

#: ../libsvn_subr/io.c:3459
#, c-format
msgid "Can't create directory '%s'"
msgstr "无法创建目录 “%s”"

#: ../libsvn_subr/io.c:3482
#, c-format
msgid "Can't hide directory '%s'"
msgstr "无法隐藏目录 “%s”"

#: ../libsvn_subr/io.c:3542 ../libsvn_subr/io.c:3670
#, c-format
msgid "Can't open directory '%s'"
msgstr "无法打开目录“%s”"

#: ../libsvn_subr/io.c:3582
#, c-format
msgid "Can't remove directory '%s'"
msgstr "无法删除目录 “%s”"

#: ../libsvn_subr/io.c:3600
#, c-format
msgid "Can't read directory"
msgstr "无法读取目录"

#: ../libsvn_subr/io.c:3620
#, c-format
msgid "Error closing directory"
msgstr "关闭目录失败"

#: ../libsvn_subr/io.c:3689
#, c-format
msgid "Can't read directory entry in '%s'"
msgstr "无法在 “%s” 读取目录内容"

#: ../libsvn_subr/io.c:3815
#, c-format
msgid "Can't check directory '%s'"
msgstr "无法检查目录 “%s”"

#: ../libsvn_subr/io.c:3877
#, c-format
msgid "Reading '%s'"
msgstr "正在读取 “%s”"

#: ../libsvn_subr/io.c:3896
#, c-format
msgid "First line of '%s' contains non-digit"
msgstr "“%s” 的第一行包含了非数字"

#: ../libsvn_subr/io.c:4030
#, c-format
msgid "Can't create temporary file from template '%s'"
msgstr "无法从模版“%s”创建临时文件"

#: ../libsvn_subr/io.c:4119
#, c-format
msgid "Can't set aside '%s'"
msgstr "不能撤销“%s”"

#: ../libsvn_subr/io.c:4131
#, c-format
msgid "Unable to make name in '%s'"
msgstr "不能按照“%s”生成名字"

#: ../libsvn_subr/kitchensink.c:46
#, c-format
msgid "Invalid revision number found parsing '%s'"
msgstr "解析 “%s” 时发现无效的版本号"

#: ../libsvn_subr/kitchensink.c:58
#, c-format
msgid "Negative revision number found parsing '%s'"
msgstr "解析 “%s” 时发现负的版本号"

#: ../libsvn_subr/mergeinfo.c:98 ../libsvn_subr/mergeinfo.c:621
msgid "Pathname not terminated by ':'"
msgstr "路径名称没有以 “:” 结束"

#: ../libsvn_subr/mergeinfo.c:101
msgid "No pathname preceding ':'"
msgstr "没有路径名称前缀 “:”"

#: ../libsvn_subr/mergeinfo.c:512
#, c-format
msgid "Mergeinfo for '%s' maps to an empty revision range"
msgstr "“%s” 的合并信息映射到空的版本范围"

#: ../libsvn_subr/mergeinfo.c:526
#, c-format
msgid "Invalid character '%c' found in revision list"
msgstr "在版本列表中发现无效字符 “%c”"

#: ../libsvn_subr/mergeinfo.c:534
#, c-format
msgid "Invalid revision number '0' found in range list"
msgstr "在范围列表中发现无效的版本号 “0”"

#: ../libsvn_subr/mergeinfo.c:545
#, c-format
msgid "Unable to parse reversed revision range '%ld-%ld'"
msgstr "不能解析反向的版本范围 “%ld - %ld”"

#: ../libsvn_subr/mergeinfo.c:550
#, c-format
msgid ""
"Unable to parse revision range '%ld-%ld' with same start and end revisions"
msgstr "不能解析开始与结束版本相同的版本范围 “%ld-%ld”"

#: ../libsvn_subr/mergeinfo.c:587 ../libsvn_subr/mergeinfo.c:594
#, c-format
msgid "Invalid character '%c' found in range list"
msgstr "在范围列表中发现无效字符 “%c”"

#: ../libsvn_subr/mergeinfo.c:601
msgid "Range list parsing ended before hitting newline"
msgstr "在遇到新行之前范围列表分析结束"

#: ../libsvn_subr/mergeinfo.c:629
#, c-format
msgid "Could not find end of line in range list line in '%s'"
msgstr "在“%s”的范围列表行中没有找到行结束符"

#: ../libsvn_subr/mergeinfo.c:660
#, c-format
msgid ""
"Unable to parse overlapping revision ranges '%s' and '%s' with different "
"inheritance types"
msgstr "不支持解析重叠且继承类型不同的版本范围 “%s” 和 “%s”"

#: ../libsvn_subr/mergeinfo.c:724
#, c-format
msgid "Could not parse mergeinfo string '%s'"
msgstr "不能解析合并信息字符串“%s”"

#: ../libsvn_subr/mergeinfo.c:2275
msgid "NULL mergeinfo catalog\n"
msgstr "空值合并信息目录\n"

#: ../libsvn_subr/mergeinfo.c:2280
msgid "empty mergeinfo catalog\n"
msgstr "空合并信息目录\n"

#: ../libsvn_subr/mergeinfo.c:2313
msgid "NULL mergeinfo\n"
msgstr "空值合并信息\n"

#: ../libsvn_subr/mergeinfo.c:2318
msgid "empty mergeinfo\n"
msgstr "空合并信息\n"

#: ../libsvn_subr/nls.c:81
#, c-format
msgid "Can't convert string to UCS-2: '%s'"
msgstr "不能把字符串转换为 UCS-2: “%s”。"

#: ../libsvn_subr/nls.c:88
msgid "Can't get module file name"
msgstr "无法获取模块文件名"

#: ../libsvn_subr/nls.c:103
#, c-format
msgid "Can't convert module path to UTF-8 from UCS-2: '%s'"
msgstr "不能把模块路径从UCS-2转换为UTF-8: “%s”"

#: ../libsvn_subr/opt.c:188
msgid " ARG"
msgstr " ARG"

#: ../libsvn_subr/opt.c:323
msgid ""
"\n"
"Global options:\n"
msgstr ""
"\n"
"全局选项: \n"

#: ../libsvn_subr/opt.c:789
#, c-format
msgid "Syntax error parsing peg revision '%s'; did you mean '%s@'?"
msgstr "解析铆钉版本 '%s' 时发生语法错误;你是不是想执行 '%s@'?"

#: ../libsvn_subr/opt.c:795
#, c-format
msgid "Syntax error parsing peg revision '%s'"
msgstr "解析铆钉版本 '%s' 时发生语法错误"

#: ../libsvn_subr/opt.c:932
msgid "Revision property pair is empty"
msgstr "版本属性对为空"

#: ../libsvn_subr/opt.c:952 ../svn/propedit-cmd.c:87 ../svn/propget-cmd.c:218
#: ../svn/propset-cmd.c:68
#, c-format
msgid "'%s' is not a valid Subversion property name"
msgstr "“%s”不是有效的 Subversion 属性名称"

#: ../libsvn_subr/opt.c:989
#, c-format
msgid "'%s' is just a peg revision. Maybe try '%s@' instead?"
msgstr "“%s” 是铆钉版本。或许你应该使用 “%s@” ?"

#: ../libsvn_subr/opt.c:1035
#, c-format
msgid "URL '%s' contains a '..' element"
msgstr "URL“%s”包含“..”元素"

#: ../libsvn_subr/opt.c:1068
#, c-format
msgid "Error resolving case of '%s'"
msgstr "解析“%s”出错"

#: ../libsvn_subr/opt.c:1087
#, c-format
msgid ""
"%s, version %s\n"
"   compiled %s, %s\n"
"\n"
msgstr ""
"%s,版本 %s\n"
"   编译于 %s,%s\n"
"\n"

#: ../libsvn_subr/opt.c:1091
msgid ""
"Copyright (C) 2013 The Apache Software Foundation.\n"
"This software consists of contributions made by many people; see the NOTICE\n"
"file for more information.\n"
"Subversion is open source software, see http://subversion.apache.org/\n"
"\n"
msgstr ""
"版权所有 (C) 2013 Apache 软件基金会。\n"
"此软件包含了许多人的贡献,请查看文件 NOTICE 以获得更多信息。\n"
"Subversion 是开放源代码软件,请参阅 http://subversion.apache.org/ 站点。\n"
"\n"

#: ../libsvn_subr/path.c:1090
#, c-format
msgid "Can't determine the native path encoding"
msgstr "不能确定本地路径编码"

#: ../libsvn_subr/prompt.c:120 ../libsvn_subr/prompt.c:124
#, c-format
msgid "Can't read stdin"
msgstr "无法读取标准输入"

#: ../libsvn_subr/prompt.c:183
#, c-format
msgid "Authentication realm: %s\n"
msgstr "认证领域: %s\n"

#: ../libsvn_subr/prompt.c:209 ../libsvn_subr/prompt.c:232
msgid "Username: "
msgstr "用户名: "

#: ../libsvn_subr/prompt.c:211
#, c-format
msgid "Password for '%s': "
msgstr "“%s”的密码: "

#: ../libsvn_subr/prompt.c:254
#, c-format
msgid "Error validating server certificate for '%s':\n"
msgstr "验证“%s”的服务器证书时出错: \n"

#: ../libsvn_subr/prompt.c:260
msgid ""
" - The certificate is not issued by a trusted authority. Use the\n"
"   fingerprint to validate the certificate manually!\n"
msgstr " - 此证书并不是由信任的权威机权颁发。请使用此指纹手工验证其有效性!\n"

#: ../libsvn_subr/prompt.c:267
msgid " - The certificate hostname does not match.\n"
msgstr " - 证书的主机名称不匹配。\n"

#: ../libsvn_subr/prompt.c:273
msgid " - The certificate is not yet valid.\n"
msgstr " - 证书未生效。\n"

#: ../libsvn_subr/prompt.c:279
msgid " - The certificate has expired.\n"
msgstr " - 证书已过期。\n"

#: ../libsvn_subr/prompt.c:285
msgid " - The certificate has an unknown error.\n"
msgstr " - 证书发生未知错误。\n"

#: ../libsvn_subr/prompt.c:290
#, c-format
msgid ""
"Certificate information:\n"
" - Hostname: %s\n"
" - Valid: from %s until %s\n"
" - Issuer: %s\n"
" - Fingerprint: %s\n"
msgstr ""
"证书信息: \n"
" - 主机名称: %s\n"
" - 有效时间: 自 %s 至 %s\n"
" - 发行者: %s\n"
" - 指纹: %s\n"

#: ../libsvn_subr/prompt.c:305
msgid "(R)eject, accept (t)emporarily or accept (p)ermanently? "
msgstr "(R)拒绝,(t)暂时接受,或(p)永远接受?"

#: ../libsvn_subr/prompt.c:309
msgid "(R)eject or accept (t)emporarily? "
msgstr "(R)拒绝 或 (t)暂时接受 ?"

#: ../libsvn_subr/prompt.c:349
msgid "Client certificate filename: "
msgstr "客户证书文件名: "

#: ../libsvn_subr/prompt.c:373
#, c-format
msgid "Passphrase for '%s': "
msgstr "“%s”的密码: "

#: ../libsvn_subr/prompt.c:421
msgid "yes"
msgstr "yes"

#: ../libsvn_subr/prompt.c:422
msgid "y"
msgstr "y"

#: ../libsvn_subr/prompt.c:427
msgid "no"
msgstr "no"

#: ../libsvn_subr/prompt.c:428
msgid "n"
msgstr "n"

#: ../libsvn_subr/prompt.c:434
msgid "Please type 'yes' or 'no': "
msgstr "请输入 'yes' 或 'no': "

#: ../libsvn_subr/prompt.c:448
msgid "Store password unencrypted (yes/no)? "
msgstr "保存未加密的密码(yes/no)?"

#: ../libsvn_subr/prompt.c:450
#, c-format
msgid ""
"\n"
"-----------------------------------------------------------------------\n"
"ATTENTION!  Your password for authentication realm:\n"
"\n"
"   %s\n"
"\n"
"can only be stored to disk unencrypted!  You are advised to configure\n"
"your system so that Subversion can store passwords encrypted, if\n"
"possible.  See the documentation for details.\n"
"\n"
"You can avoid future appearances of this warning by setting the value\n"
"of the 'store-plaintext-passwords' option to either 'yes' or 'no' in\n"
"'%s'.\n"
"-----------------------------------------------------------------------\n"
msgstr ""
"\n"
"-----------------------------------------------------------------------\n"
"注意!  你的密码,对于认证域:\n"
"\n"
"   %s\n"
"\n"
"只能明文保存在磁盘上!  如果可能的话,请考虑配置你的系统,让 Subversion\n"
"可以保存加密后的密码。请参阅文档以获得详细信息。\n"
"\n"
"你可以通过在“%s”中设置选项“store-plaintext-passwords”为“yes”或“no”,\n"
"来避免再次出现此警告。\n"
"-----------------------------------------------------------------------\n"

#: ../libsvn_subr/prompt.c:477
msgid "Store passphrase unencrypted (yes/no)? "
msgstr "保存未加密的密码(yes/no)?"

#: ../libsvn_subr/prompt.c:479
#, c-format
msgid ""
"\n"
"-----------------------------------------------------------------------\n"
"ATTENTION!  Your passphrase for client certificate:\n"
"\n"
"   %s\n"
"\n"
"can only be stored to disk unencrypted!  You are advised to configure\n"
"your system so that Subversion can store passphrase encrypted, if\n"
"possible.  See the documentation for details.\n"
"\n"
"You can avoid future appearances of this warning by setting the value\n"
"of the 'store-ssl-client-cert-pp-plaintext' option to either 'yes' or\n"
"'no' in '%s'.\n"
"-----------------------------------------------------------------------\n"
msgstr ""
"\n"
"-----------------------------------------------------------------------\n"
"注意!  你的客户端证书密码:\n"
"\n"
"   %s\n"
"\n"
"只能明文保存在磁盘上!  如果可能的话,请考虑配置你的系统,让 Subversion\n"
"可以保存加密后的密码。请参阅文档以获得详细信息。\n"
"\n"
"你可以通过在 “%s” 中设置选项 “store-ssl-client-cert-pp-plaintext” 为 “yes”\n"
" 或 “no” 来避免再次出现此警告。\n"
"-----------------------------------------------------------------------\n"

#: ../libsvn_subr/prompt.c:525
#, c-format
msgid "Password for '%s' GNOME keyring: "
msgstr "GNOME keyring [%s] 的密码: "

#: ../libsvn_subr/simple_providers.c:462
#: ../libsvn_subr/ssl_client_cert_pw_providers.c:304
#, c-format
msgid "Config error: invalid value '%s' for option '%s'"
msgstr "配置错误: 无效取值 “%s”,对于选项 “%s”"

#: ../libsvn_subr/sqlite.c:151
#, c-format
msgid "%s, executing statement '%s'"
msgstr "%s, 执行语句 '%s'"

#: ../libsvn_subr/sqlite.c:216
msgid "Expected database row missing"
msgstr "丢失了期待的数据库行"

#: ../libsvn_subr/sqlite.c:217
msgid "Extra database row found"
msgstr "发现了额外的数据库行"

#: ../libsvn_subr/sqlite.c:731
#, c-format
msgid "Schema format %d not recognized"
msgstr "不能识别方案格式 %d"

#: ../libsvn_subr/sqlite.c:747
#, c-format
msgid "SQLite compiled for %s, but running with %s"
msgstr "SQLite 编译为 %s,但是运行于 %s"

#: ../libsvn_subr/sqlite.c:759
msgid "SQLite is required to be compiled and run in thread-safe mode"
msgstr "SQLite 需要在编译和运行时都处于线程安全模式"

#: ../libsvn_subr/sqlite.c:768
msgid "Could not configure SQLite"
msgstr "不能配置 SQLite"

#: ../libsvn_subr/sqlite.c:770
msgid "Could not initialize SQLite"
msgstr "不能初始化 SQLite"

#: ../libsvn_subr/sqlite.c:1163
#, c-format
msgid "SQLite hotcopy failed for %s"
msgstr "SQLite 由于 %s 导致热复制失败"

#: ../libsvn_subr/subst.c:1739 ../libsvn_wc/props.c:2185
#, c-format
msgid "File '%s' has inconsistent newlines"
msgstr "文件 “%s” 内的换行符不一致"

#: ../libsvn_subr/svn_string.c:769 ../libsvn_subr/svn_string.c:813
#, c-format
msgid "Could not convert '%s' into a number"
msgstr "无法转换 '%s' 到数字"

#. Human explanatory part, generated by apr_strftime as "Sat, 01 Jan 2000"
#: ../libsvn_subr/time.c:85
msgid " (%a, %d %b %Y)"
msgstr " (%a, %Y-%m-%d)"

#: ../libsvn_subr/token.c:66
#, c-format
msgid "Token '%s' is unrecognized"
msgstr "无法识别令牌 “%s”"

#: ../libsvn_subr/utf.c:247
msgid "Can't lock charset translation mutex"
msgstr "不能锁定字符转换互斥体"

#: ../libsvn_subr/utf.c:265 ../libsvn_subr/utf.c:361
msgid "Can't unlock charset translation mutex"
msgstr "不能解锁字符转换互斥体"

#: ../libsvn_subr/utf.c:319
#, c-format
msgid "Can't create a character converter from native encoding to '%s'"
msgstr "不能创建从本地编码到“%s”的字符转换器"

#: ../libsvn_subr/utf.c:323
#, c-format
msgid "Can't create a character converter from '%s' to native encoding"
msgstr "不能创建从“%s”到本地编码的字符转换器"

#: ../libsvn_subr/utf.c:327
#, c-format
msgid "Can't create a character converter from '%s' to '%s'"
msgstr "不能创建从“%s”到“%s”的字符转换器"

#: ../libsvn_subr/utf.c:567
#, c-format
msgid "Can't convert string from native encoding to '%s':"
msgstr "不能把字符串从本地编码转换为“%s”编码: "

#: ../libsvn_subr/utf.c:571
#, c-format
msgid "Can't convert string from '%s' to native encoding:"
msgstr "不能把字符串从”%s“编码转换为本地编码。"

#: ../libsvn_subr/utf.c:575
#, c-format
msgid "Can't convert string from '%s' to '%s':"
msgstr "不能把字符串从“%s”编码转换为“%s”编码。"

#: ../libsvn_subr/utf.c:620
#, c-format
msgid ""
"Safe data '%s' was followed by non-ASCII byte %d: unable to convert to/from "
"UTF-8"
msgstr "安全数据“%s”后面是非ASCII字节 %d: 不能转换到/自 UTF-8"

#: ../libsvn_subr/utf.c:628
#, c-format
msgid ""
"Non-ASCII character (code %d) detected, and unable to convert to/from UTF-8"
msgstr "检测到非ASCII字符 (代码 %d),并且不能转换到/自 UTF-8"

#: ../libsvn_subr/utf.c:673
#, c-format
msgid ""
"Valid UTF-8 data\n"
"(hex:%s)\n"
"followed by invalid UTF-8 sequence\n"
"(hex:%s)"
msgstr ""
"有效 UTF-8 数据\n"
"(16进制: %s)\n"
"后面是无效 UTF-8 序列\n"
"(16进制: %s)"

#: ../libsvn_subr/validate.c:56
#, c-format
msgid "MIME type '%s' has empty media type"
msgstr "MIME 类型“%s”含有空的媒体类型"

#: ../libsvn_subr/validate.c:61
#, c-format
msgid "MIME type '%s' does not contain '/'"
msgstr "MIME 类型 “%s” 没有包含 “/”"

#: ../libsvn_subr/validate.c:73
#, c-format
msgid "MIME type '%s' contains invalid character '%c' in media type"
msgstr "MIME 类型“%s”的媒体类型中包含非法字符“%c”"

#: ../libsvn_subr/validate.c:84
#, c-format
msgid "MIME type '%s' contains invalid character '0x%02x' in postfix"
msgstr "MIME 类型“%s”中包含非法字符“0x%02x”"

#: ../libsvn_subr/version.c:87
#, c-format
msgid "Version mismatch in '%s': found %d.%d.%d%s, expected %d.%d.%d%s"
msgstr "“%s”的版本不一致: 找到 %d.%d.%d%s,期望 %d.%d.%d%s"

#: ../libsvn_subr/xml.c:415
#, c-format
msgid "Malformed XML: %s at line %ld"
msgstr "非法 XML: %s 在第 %ld 行"

#: ../libsvn_wc/adm_crawler.c:112
#, c-format
msgid "The existing node '%s' can not be restored."
msgstr "已有节点 '%s' 不能恢复。"

#: ../libsvn_wc/adm_crawler.c:139
#, c-format
msgid "The node '%s' can not be restored."
msgstr "节点 '%s' 不能恢复。"

#: ../libsvn_wc/adm_crawler.c:871
msgid "Error aborting report"
msgstr "取消报告出错"

#: ../libsvn_wc/adm_crawler.c:983
#, c-format
msgid "Pristine checksum for file '%s' is missing"
msgstr "文件“%s”的原始内容校验和丢失"

#: ../libsvn_wc/adm_crawler.c:1148
#, c-format
msgid "Checksum mismatch for text base of '%s'"
msgstr "'%s' 的文本校验和不匹配"

#: ../libsvn_wc/adm_crawler.c:1159
#, c-format
msgid "While preparing '%s' for commit"
msgstr "当为提交操作准备“%s”时"

#: ../libsvn_wc/adm_files.c:105
#, c-format
msgid "'%s' is not a valid administrative directory name"
msgstr "“%s”不是一个有效的管理目录名"

#: ../libsvn_wc/adm_files.c:210 ../libsvn_wc/adm_files.c:266
#, c-format
msgid "Can only get the pristine contents of files; '%s' is not a file"
msgstr "只能取得文件的原始内容;“%s”不是文件"

#: ../libsvn_wc/adm_files.c:219 ../libsvn_wc/adm_files.c:281
#, c-format
msgid ""
"Cannot get the pristine contents of '%s' because its delete is already "
"committed"
msgstr "不能取得“%s”的原始内容,因为其删除操作已经提交"

#: ../libsvn_wc/adm_files.c:227 ../libsvn_wc/adm_files.c:289
#, c-format
msgid ""
"Cannot get the pristine contents of '%s' because it has an unexpected status"
msgstr "不能取得“%s”的原始内容,因为其状态未知"

#: ../libsvn_wc/adm_files.c:234
#, c-format
msgid "Node '%s' has no pristine text"
msgstr "节点 '%s' 没有原始内容"

#: ../libsvn_wc/adm_files.c:476
#, c-format
msgid "Revision %ld doesn't match existing revision %ld in '%s'"
msgstr "版本 %ld 不匹配现有版本 %ld 于 “%s”"

#: ../libsvn_wc/adm_files.c:522
#, c-format
msgid ""
"URL '%s' (uuid: '%s') doesn't match existing URL '%s' (uuid: '%s') in '%s'"
msgstr "URL “%s”(uuid: '%s') 不匹配现有 URL “%s”(uuid: '%s') 于 “%s”"

#: ../libsvn_wc/adm_ops.c:644
#, c-format
msgid "'%s' cannot be deleted"
msgstr "'%s' 不能被删除"

#: ../libsvn_wc/adm_ops.c:660
#, c-format
msgid "'%s' is the root of a working copy and cannot be deleted"
msgstr "不能删除工作副本根目录 '%s'"

#: ../libsvn_wc/adm_ops.c:790 ../libsvn_wc/update_editor.c:5290
#, c-format
msgid "Can't find parent directory's node while trying to add '%s'"
msgstr "增加 “%s” 时无法找到父目录节点"

#: ../libsvn_wc/adm_ops.c:799 ../libsvn_wc/update_editor.c:5284
#, c-format
msgid "Can't add '%s' to a parent directory scheduled for deletion"
msgstr "增加 “%s” 到调度删除的目录中"

#: ../libsvn_wc/adm_ops.c:806 ../libsvn_wc/update_editor.c:5297
#, c-format
msgid "Can't schedule an addition of '%s' below a not-directory node"
msgstr "不能在非目录节点 '%s' 下调度增加"

#: ../libsvn_wc/adm_ops.c:864
#, c-format
msgid "Can't create an entry with a reserved name while trying to add '%s'"
msgstr "增加 “%s” 时无法创建使用保留名称的条目"

#: ../libsvn_wc/adm_ops.c:1061
#, c-format
msgid "The URL '%s' has a different repository root than its parent"
msgstr "URL “%s” 与其父目录的版本库根目录不相同"

#: ../libsvn_wc/adm_ops.c:1079
#, c-format
msgid ""
"Can't schedule the working copy at '%s' from repository '%s' with uuid '%s' "
"for addition under a working copy from repository '%s' with uuid '%s'."
msgstr ""
"不能调度工作副本 '%s' (版本库 '%s',uuid '%s') 在版本库 '%s' (uuid '%s') 的工"
"作副本下增加。"

#: ../libsvn_wc/adm_ops.c:1093
#, c-format
msgid "Can't add '%s' with URL '%s', but with the data from '%s'"
msgstr "不能增加 '%s' 为 URL '%s' (数据来自 '%s')"

#: ../libsvn_wc/adm_ops.c:2148
#, c-format
msgid "File '%s' has local modifications"
msgstr "文件“%s”有本地修改"

#: ../libsvn_wc/cleanup.c:58
#, c-format
msgid "'%s' is not a working copy directory"
msgstr "“%s” 不是工作副本目录"

#: ../libsvn_wc/cleanup.c:64
msgid "Log format too old, please use Subversion 1.6 or earlier"
msgstr "日志格式太旧,请使用 Subversion 1.6 或更新的版本"

#: ../libsvn_wc/conflicts.c:280
msgid "Invalid 'conflict_result' argument"
msgstr "无效的 “conflict_result” 参数"

#: ../libsvn_wc/conflicts.c:383
#, c-format
msgid ""
"Tree conflicts can only be resolved to 'working' state; '%s' not resolved"
msgstr "树冲突只能解决为 “working” 状态;“%s” 还没有解决"

#: ../libsvn_wc/copy.c:78
#, c-format
msgid "Source '%s' is unexpected kind"
msgstr "源 “%s” 具有意外的类型"

#: ../libsvn_wc/copy.c:472
#, c-format
msgid "cannot handle node kind for '%s'"
msgstr "不能为 '%s'“处理节点类型"

#: ../libsvn_wc/copy.c:494 ../libsvn_wc/wc_db.c:3520 ../libsvn_wc/wc_db.c:3802
#: ../libsvn_wc/wc_db.c:4050
#, c-format
msgid "Cannot copy '%s' excluded by server"
msgstr "不能复制被服务器排除的 '%s'"

#: ../libsvn_wc/copy.c:622
#, c-format
msgid "Deleted node '%s' can't be copied."
msgstr "已经删除的节点“%s”不能被复制。"

#: ../libsvn_wc/copy.c:630 ../libsvn_wc/crop.c:250 ../libsvn_wc/crop.c:347
#: ../libsvn_wc/info.c:363 ../libsvn_wc/props.c:254
#: ../libsvn_wc/update_editor.c:5040 ../libsvn_wc/wc_db.c:2099
#: ../libsvn_wc/wc_db.c:2242 ../libsvn_wc/wc_db.c:2300
#: ../libsvn_wc/wc_db.c:2324 ../libsvn_wc/wc_db.c:2471
#: ../libsvn_wc/wc_db.c:4844 ../libsvn_wc/wc_db.c:5225
#: ../libsvn_wc/wc_db.c:5321 ../libsvn_wc/wc_db.c:6662
#: ../libsvn_wc/wc_db.c:7125 ../libsvn_wc/wc_db.c:7778
#: ../libsvn_wc/wc_db.c:7899 ../libsvn_wc/wc_db.c:9157
#: ../libsvn_wc/wc_db.c:9228 ../libsvn_wc/wc_db.c:9501
#: ../libsvn_wc/wc_db.c:10629 ../libsvn_wc/wc_db.c:10782
#: ../libsvn_wc/wc_db.c:11178 ../libsvn_wc/wc_db.c:12221
#, c-format
msgid "The node '%s' was not found."
msgstr "找不到节点 '%s'。"

#: ../libsvn_wc/copy.c:684
#, c-format
msgid "Cannot copy to '%s', as it is not from repository '%s'; it is from '%s'"
msgstr "无法复制到“%s”,因为它不在版本库“%s”中;它来自“%s”"

#: ../libsvn_wc/copy.c:692
#, c-format
msgid "Cannot copy to '%s' as it is scheduled for deletion"
msgstr "无法复制到“%s”,因为它已调度删除"

#: ../libsvn_wc/copy.c:721
#, c-format
msgid "'%s' is already under version control but is excluded."
msgstr "'%s' 已纳入版本控制,却被排除。"

#: ../libsvn_wc/copy.c:736
#, c-format
msgid "There is already a versioned item '%s'"
msgstr "已有纳入版本控制项“%s”"

#: ../libsvn_wc/copy.c:752
#, c-format
msgid "'%s' already exists and is in the way"
msgstr "“%s”已存在,变成拦路虎"

#: ../libsvn_wc/crop.c:222
#, c-format
msgid "Cannot exclude '%s': it is a working copy root"
msgstr "不能排除 '%s': 它是工作副本根目录"

#: ../libsvn_wc/crop.c:230
#, c-format
msgid "Cannot exclude '%s': it is a switched path"
msgstr "不能排除 '%s':它是已切换的路径"

#: ../libsvn_wc/crop.c:257
#, c-format
msgid ""
"Cannot exclude '%s': it is to be added to the repository. Try commit instead"
msgstr "不能排除 '%s': 它将要增加到版本库中。请先提交"

#: ../libsvn_wc/crop.c:264
#, c-format
msgid ""
"Cannot exclude '%s': it is to be deleted from the repository. Try commit "
"instead"
msgstr "不能排除 '%s': 它将要从版本库中删除。请先提交"

#: ../libsvn_wc/crop.c:329
msgid "Can only crop a working copy with a restrictive depth"
msgstr "只能修剪工作副本到有限深度"

#: ../libsvn_wc/crop.c:340
msgid "Can only crop directories"
msgstr "只能修剪目录"

#: ../libsvn_wc/crop.c:353
#, c-format
msgid ""
"Cannot crop '%s': it is going to be removed from repository. Try commit "
"instead"
msgstr "无法修剪 “%s”: 它将要从版本库中删除;请先提交"

#: ../libsvn_wc/crop.c:360
#, c-format
msgid ""
"Cannot crop '%s': it is to be added to the repository. Try commit instead"
msgstr "无法修剪 '%s': 它将要增加到版本库中。请先提交"

#: ../libsvn_wc/deprecated.c:2210
#, c-format
msgid "Unexpectedly found '%s': path is marked 'missing'"
msgstr "意外发现“%s”: 路径被标记为“丢失”"

#: ../libsvn_wc/entries.c:1028
#, c-format
msgid "'%s' is not a versioned working copy"
msgstr "“%s”不是已版本控制的工作副本"

#: ../libsvn_wc/entries.c:1274
#, c-format
msgid "Admin area of '%s' is missing"
msgstr "“%s”的管理目录丢失"

#: ../libsvn_wc/entries.c:1294
#, c-format
msgid "'%s' is not of the right kind"
msgstr "“%s” 的类型错误"

#: ../libsvn_wc/entries.c:1482
#, c-format
msgid "The file '%s' has no checksum"
msgstr "文件 '%s' 没有校验和。"

#: ../libsvn_wc/entries.c:1757
#, c-format
msgid "No copyfrom URL for '%s'"
msgstr "'%s' 没有 copyfrom URL"

#: ../libsvn_wc/entries.c:1973
#, c-format
msgid "Bad base MD5 checksum for '%s'; expected: '%s'; found '%s'; "
msgstr "'%s' 的基础的 MD5 校验和错误; 期望 '%s'; 发现 '%s'; "

#: ../libsvn_wc/entries.c:2284
#, c-format
msgid "No default entry in directory '%s'"
msgstr "在目录“%s”中没有默认入口"

#: ../libsvn_wc/entries.c:2439
#, c-format
msgid "Directory '%s' has no THIS_DIR entry"
msgstr "目录“%s”没有 THIS_DIR 入口"

#: ../libsvn_wc/entries.c:2620 ../libsvn_wc/node.c:724
#, c-format
msgid "'%s' has an unrecognized node kind"
msgstr "“%s”有无法识别的节点种类"

#: ../libsvn_wc/externals.c:152 ../libsvn_wc/externals.c:228
#, c-format
msgid "Error parsing %s property on '%s': '%s'"
msgstr "解析 %s 属性于“%s”出错: “%s”"

#: ../libsvn_wc/externals.c:197
#, c-format
msgid "Can't split line into components: '%s'"
msgstr "不能分割行到组件:“%s”"

#: ../libsvn_wc/externals.c:253
#, c-format
msgid ""
"Invalid %s property on '%s': cannot use two absolute URLs ('%s' and '%s') in "
"an external; one must be a path where an absolute or relative URL is checked "
"out to"
msgstr ""
"非法属性 “%s” 于 “%s”: 不能在外部定义中使用 2 个绝对 URL(“%s” 和 “%s”);绝对"
"或相对 URL 必须检出到本地路径"

#: ../libsvn_wc/externals.c:262 ../libsvn_wc/externals.c:270
#, c-format
msgid ""
"Invalid %s property on '%s': cannot use a URL '%s' as the target directory "
"for an external definition"
msgstr "非法属性 “%s” 于 “%s”: 对于外部定义,不能使用 URL \"%s\" 作为目标目录"

#: ../libsvn_wc/externals.c:312
#, c-format
msgid ""
"Invalid %s property on '%s': target '%s' is an absolute path or involves '..'"
msgstr "无效属性 %s 位于 “%s”: 目标 “%s” 包含 “..” 或是绝对路径"

#: ../libsvn_wc/externals.c:430 ../libsvn_wc/externals.c:452
#, c-format
msgid "This editor can only update '%s'"
msgstr "此编辑器只能更新“%s”"

#: ../libsvn_wc/externals.c:467
#, c-format
msgid "Node '%s' is no existing file external"
msgstr "节点 '%s' 的外部链接不是现存文件"

#: ../libsvn_wc/lock.c:528
#, c-format
msgid "Path '%s' ends in '%s', which is unsupported for this operation"
msgstr "路径“%s”以“%s”结束,此操作不支持"

#: ../libsvn_wc/lock.c:772 ../libsvn_wc/wc_db.c:10905
#, c-format
msgid "Working copy '%s' locked"
msgstr "工作副本“%s”已经锁定"

#: ../libsvn_wc/lock.c:917
#, c-format
msgid "Unable to check path existence for '%s'"
msgstr "无法检查路径“%s”是否存在"

#: ../libsvn_wc/lock.c:937
#, c-format
msgid "Expected '%s' to be a directory but found a file"
msgstr "期望“%s”是目录,但它是文件"

#: ../libsvn_wc/lock.c:947
#, c-format
msgid "Can't retrieve an access baton for non-directory '%s'"
msgstr "不能获取非目录对象 '%s' 的访问权"

#: ../libsvn_wc/lock.c:956
#, c-format
msgid "Directory '%s' is missing"
msgstr "目录“%s”丢失"

#: ../libsvn_wc/lock.c:964
#, c-format
msgid "Working copy '%s' is not locked"
msgstr "工作副本“%s”未被锁定"

#: ../libsvn_wc/lock.c:1428
#, c-format
msgid "No write-lock in '%s'"
msgstr "“%s”没有写入锁定"

#: ../libsvn_wc/lock.c:1524 ../libsvn_wc/lock.c:1590
#, c-format
msgid "Can't obtain lock on non-directory '%s'."
msgstr "不能获取非目录对象 '%s' 的锁"

#: ../libsvn_wc/merge.c:887 ../libsvn_wc/merge.c:1265
msgid "Conflict callback violated API: returned no results"
msgstr "冲突的回调函数违反 API:没有返回结果。"

#: ../libsvn_wc/merge.c:1301
msgid "Conflict callback violated API: returned no merged file"
msgstr "冲突的回调函数违反 API:没有返回合并文件。"

#: ../libsvn_wc/node.c:1415
#, c-format
msgid "Incomplete copy information on path '%s'."
msgstr "位于路径“%s”上的复制信息不完整"

#: ../libsvn_wc/node.c:1630
#, c-format
msgid "'%s' is not the root of the working copy '%s'"
msgstr "“%s”不是工作副本“%s”的根"

#: ../libsvn_wc/old-and-busted.c:122
msgid "Invalid escape sequence"
msgstr "无效的转义序列"

#: ../libsvn_wc/old-and-busted.c:129
msgid "Invalid escaped character"
msgstr "无效的转义字符"

#: ../libsvn_wc/old-and-busted.c:147 ../libsvn_wc/old-and-busted.c:176
#: ../libsvn_wc/old-and-busted.c:240 ../libsvn_wc/old-and-busted.c:252
msgid "Unexpected end of entry"
msgstr "入口意外结束"

#: ../libsvn_wc/old-and-busted.c:202
#, c-format
msgid "Entry contains non-canonical path '%s'"
msgstr "入口包含不规范的路径 “%s”"

#: ../libsvn_wc/old-and-busted.c:274
#, c-format
msgid "Invalid value for field '%s'"
msgstr "“%s”域的值无效"

#: ../libsvn_wc/old-and-busted.c:346
#, c-format
msgid "Found an unexpected \\0 in the file external '%s'"
msgstr "在外部引用的文件 “%s” 中,发现不期望的 \\0"

#: ../libsvn_wc/old-and-busted.c:390
#, c-format
msgid "Illegal file external revision kind %d for path '%s'"
msgstr "非法的外部引用文件的版本类型 %d,在路径 “%s” 中"

#: ../libsvn_wc/old-and-busted.c:488 ../libsvn_wc/old-and-busted.c:842
#, c-format
msgid "Entry '%s' has invalid node kind"
msgstr "入口“%s”有无效的节点种类"

#: ../libsvn_wc/old-and-busted.c:509 ../libsvn_wc/old-and-busted.c:822
#, c-format
msgid "Entry for '%s' has invalid repository root"
msgstr "“%s”条目的版本库根目录无效"

#: ../libsvn_wc/old-and-busted.c:530 ../libsvn_wc/old-and-busted.c:867
#, c-format
msgid "Entry '%s' has invalid 'schedule' value"
msgstr "入口 '%s' 有无效 'schedule' 值"

#: ../libsvn_wc/old-and-busted.c:680
#, c-format
msgid "Entry '%s' has invalid 'depth' value"
msgstr "入口 '%s' 有无效 'depth' 值"

#: ../libsvn_wc/old-and-busted.c:731
#, c-format
msgid "Entry '%s' has invalid '%s' value"
msgstr "入口“%s”有无效值“%s”"

#: ../libsvn_wc/old-and-busted.c:1084
#, c-format
msgid "XML parser failed in '%s'"
msgstr "XML 解析器失败于“%s”"

#: ../libsvn_wc/old-and-busted.c:1140
msgid "Missing default entry"
msgstr "丢失默认条目"

#: ../libsvn_wc/old-and-busted.c:1145
msgid "Default entry has no revision number"
msgstr "默认条目没有版本号"

#: ../libsvn_wc/old-and-busted.c:1150
msgid "Default entry is missing URL"
msgstr "默认条目没有URL"

#: ../libsvn_wc/old-and-busted.c:1229
#, c-format
msgid "Invalid version line in entries file of '%s'"
msgstr "“%s”文件中的版本行无效"

#: ../libsvn_wc/old-and-busted.c:1246
msgid "Missing entry terminator"
msgstr "条目终结符丢失"

#: ../libsvn_wc/old-and-busted.c:1249
msgid "Invalid entry terminator"
msgstr "无效的条目终止符"

#: ../libsvn_wc/old-and-busted.c:1253
#, c-format
msgid "Error at entry %d in entries file for '%s':"
msgstr "条目文件中的条目 %d 出错于 “%s”"

#: ../libsvn_wc/props.c:263
#, c-format
msgid "The node '%s' does not have properties in this state."
msgstr "节点 '%s' 没有属性。"

#: ../libsvn_wc/props.c:276
#, c-format
msgid "The property '%s' may not be merged into '%s'."
msgstr "属性 “%s” 不能合并到 “%s”。"

#: ../libsvn_wc/props.c:415
#, c-format
msgid ""
"Trying to add new property '%s'\n"
"but the property already exists.\n"
msgstr "试图增加新属性 “%s”,但是它已经存在。\n"

#: ../libsvn_wc/props.c:424
#, c-format
msgid ""
"Trying to add new property '%s'\n"
"but the property has been locally deleted.\n"
msgstr "试图增加新属性 “%s”,但是它已经在本地被删除。\n"

#: ../libsvn_wc/props.c:438
#, c-format
msgid ""
"Trying to delete property '%s'\n"
"but the property has been locally added.\n"
msgstr "试图删除属性 “%s”,但是它已经在本地被增加。\n"

#: ../libsvn_wc/props.c:454
#, c-format
msgid ""
"Trying to delete property '%s'\n"
"but the property has been locally modified.\n"
msgstr "试图删除属性 “%s”,但是它已经在本地被修改。\n"

#: ../libsvn_wc/props.c:464
#, c-format
msgid ""
"Trying to delete property '%s'\n"
"but the property has been locally deleted and had a different value.\n"
msgstr "试图删除属性 “%s”,但是它已经在本地被修改,并且具有不同的取值。\n"

#: ../libsvn_wc/props.c:476
#, c-format
msgid ""
"Trying to delete property '%s'\n"
"but the local property value is different.\n"
msgstr "试图删除属性 “%s”,但是它的本地取值不同。\n"

#: ../libsvn_wc/props.c:495
#, c-format
msgid ""
"Trying to change property '%s'\n"
"but the local property value conflicts with the incoming change.\n"
msgstr "试图修改属性 “%s”,但是它的本地取值不同。\n"

#: ../libsvn_wc/props.c:503
#, c-format
msgid ""
"Trying to change property '%s'\n"
"but the property has already been locally changed to a different value.\n"
msgstr "试图修改属性 “%s”,但是它的本地取值已经改变。\n"

#: ../libsvn_wc/props.c:510
#, c-format
msgid ""
"Trying to change property '%s'\n"
"but the property has been locally deleted.\n"
msgstr "试图修改属性 “%s”,但是它已经在本地被删除。\n"

#: ../libsvn_wc/props.c:516
#, c-format
msgid ""
"Trying to change property '%s'\n"
"but the property has been locally added with a different value.\n"
msgstr "试图修改属性 “%s”,但是它已经在本地被增加,并且取值不同。\n"

#: ../libsvn_wc/props.c:522
#, c-format
msgid ""
"Trying to change property '%s'\n"
"but the property does not exist locally.\n"
msgstr "试图修改属性 “%s”,但是它并不存在。\n"

#: ../libsvn_wc/props.c:626
msgid "<<<<<<< (local property value)"
msgstr "<<<<<<< (本地属性值)"

#: ../libsvn_wc/props.c:627
msgid ">>>>>>> (incoming property value)"
msgstr ">>>>>>> (服务器端属性值)"

#: ../libsvn_wc/props.c:648
msgid "Local property value:\n"
msgstr "本地属性取值:\n"

#: ../libsvn_wc/props.c:650 ../libsvn_wc/props.c:661
msgid "Cannot display: property value is binary data\n"
msgstr "无法显示: 属性取值为二进制数据\n"

#: ../libsvn_wc/props.c:659
msgid "Incoming property value:\n"
msgstr "外部属性取值:\n"

#: ../libsvn_wc/props.c:960
msgid "Conflict callback violated API: returned no results."
msgstr "冲突的回调函数违反 API:没有返回结果。"

#: ../libsvn_wc/props.c:1001
msgid "Conflict callback violated API: returned no merged file."
msgstr "冲突的回调函数违反 API:没有返回合并文件。"

#: ../libsvn_wc/props.c:1992 ../libsvn_wc/props.c:2432
#, c-format
msgid "Property '%s' is an entry property"
msgstr "属性 “%s” 是条目属性"

#: ../libsvn_wc/props.c:2039 ../libsvn_wc/props.c:2046
msgid "Failed to load properties"
msgstr "加载属性失败"

#: ../libsvn_wc/props.c:2088
#, c-format
msgid "Cannot set '%s' on a directory ('%s')"
msgstr "无法设定“%s”于目录 (“%s”)"

#: ../libsvn_wc/props.c:2096
#, c-format
msgid "Cannot set '%s' on a file ('%s')"
msgstr "无法设定“%s”于文件 (“%s”)"

#: ../libsvn_wc/props.c:2102
#, c-format
msgid "'%s' is not a file or directory"
msgstr "“%s”不是文件或目录"

#: ../libsvn_wc/props.c:2166
#, c-format
msgid "File '%s' has binary mime type property"
msgstr "文件“%s”有二进制的 mime 类型属性"

#: ../libsvn_wc/props.c:2224
#, c-format
msgid "Can't set properties on '%s': invalid status for updating properties."
msgstr "不能对 '%s' 设置属性: 对于更新属性,状态非法。"

#: ../libsvn_wc/props.c:2263
msgid "Failed to load current properties"
msgstr "加载当前属性失败"

#: ../libsvn_wc/props.c:2531
#, c-format
msgid "Unrecognized line ending style '%s' for '%s'"
msgstr "无法识别的行结束样式“%s”,对于“%s”"

#: ../libsvn_wc/props.c:2591
#, c-format
msgid "Cannot set non-inheritable mergeinfo on a non-directory ('%s')"
msgstr "无法在非目录对象(“%s”)设定不可继承的合并信息"

#: ../libsvn_wc/relocate.c:111
#, c-format
msgid "Cannot relocate '%s' as it is not the root of a working copy"
msgstr "不能重新定位 '%s',因为它不是工作副本根目录"

#: ../libsvn_wc/relocate.c:118
#, c-format
msgid ""
"Cannot relocate '%s' as it is not the root of a working copy; try relocating "
"'%s' instead"
msgstr "不能重新定位 '%s',因为它不是工作副本根目录;请重新定位 '%s'"

#: ../libsvn_wc/relocate.c:136
msgid "Cannot relocate a single file"
msgstr "无法重新定位单个文件"

#: ../libsvn_wc/relocate.c:144
#, c-format
msgid "Invalid source URL prefix: '%s' (does not overlap target's URL '%s')"
msgstr "非法源 URL 前缀: '%s' (不与目标的 URL '%s' 交叠)"

#: ../libsvn_wc/relocate.c:154
#, c-format
msgid "Invalid relocation destination: '%s' (not a URL)"
msgstr "非法迁移目标: '%s' (不是 URL)"

#: ../libsvn_wc/relocate.c:161
#, c-format
msgid "Invalid relocation destination: '%s' (does not point to target)"
msgstr "非法迁移目标: '%s' (没有指向目标)"

#: ../libsvn_wc/tree_conflicts.c:131
msgid "Unknown enumeration value in tree conflict description"
msgstr "树冲突描述中有未知的枚举值"

#: ../libsvn_wc/tree_conflicts.c:155
msgid "Invalid version info in tree conflict description"
msgstr "树冲突描述中有非法的版本信息"

#: ../libsvn_wc/tree_conflicts.c:212
#, c-format
msgid "Invalid conflict info '%s' in tree conflict description"
msgstr "树冲突描述中有非法的冲突信息 '%s'"

#: ../libsvn_wc/tree_conflicts.c:223
msgid "Empty 'victim' field in tree conflict description"
msgstr "树冲突描述中的 “victim” 域为空"

#: ../libsvn_wc/tree_conflicts.c:231
msgid "Invalid 'node_kind' field in tree conflict description"
msgstr "树冲突描述中有非法的 “node_kind” 域"

#: ../libsvn_wc/tree_conflicts.c:408
#, c-format
msgid "Attempt to add tree conflict that already exists at '%s'"
msgstr "试图增加已经位于“%s”的树冲突"

#: ../libsvn_wc/update_editor.c:931
#, c-format
msgid ""
"Checksum mismatch while updating '%s':\n"
"   expected:  %s\n"
"     actual:  %s\n"
msgstr ""
"更新 '%s' 时,校验和不匹配:\n"
"       期望:  %s\n"
"       实际:  %s\n"

#: ../libsvn_wc/update_editor.c:1053
#, c-format
msgid "Path '%s' is not in the working copy"
msgstr "路径 “%s” 不在工作副本中"

#: ../libsvn_wc/update_editor.c:1590
#, c-format
msgid "Unexpected attempt to add a node at path '%s'"
msgstr "意外的试图在路径“%s”增加节点"

#: ../libsvn_wc/update_editor.c:1600
#, c-format
msgid "Unexpected attempt to edit, delete, or replace a node at path '%s'"
msgstr "意外的试图在路径“%s”编辑,删除或替换节点"

#: ../libsvn_wc/update_editor.c:1978
#, c-format
msgid ""
"Failed to add directory '%s': object of the same name as the administrative "
"directory"
msgstr "无法增加目录“%s”: 对象与管理目录同名"

#: ../libsvn_wc/update_editor.c:2608
msgid "Couldn't do property merge"
msgstr "无法进行属性合并"

#: ../libsvn_wc/update_editor.c:2920
#, c-format
msgid ""
"Failed to mark '%s' absent: item of the same name is already scheduled for "
"addition"
msgstr "无法将“%s”标记为不存在: 同名项目已加入增加调度"

#: ../libsvn_wc/update_editor.c:3007
#, c-format
msgid ""
"Failed to add file '%s': object of the same name as the administrative "
"directory"
msgstr "无法增加文件“%s”: 对象与管理目录同名"

#: ../libsvn_wc/update_editor.c:3434
#, c-format
msgid ""
"Checksum mismatch for '%s':\n"
"   expected:  %s\n"
"   recorded:  %s\n"
msgstr ""
"'%s' 的校验和不匹配:\n"
"       期望:  %s\n"
"       记录:  %s\n"

#: ../libsvn_wc/update_editor.c:5265
#, c-format
msgid "Node '%s' exists."
msgstr "节点“%s”已存在"

#: ../libsvn_wc/update_editor.c:5316
#, c-format
msgid "Copyfrom-url '%s' has different repository root than '%s'"
msgstr "Copyfrom-url“%s”与“%s”的版本库根目录不相同"

#: ../libsvn_wc/upgrade.c:257
#, c-format
msgid "Missing end of line in wcprops file for '%s'"
msgstr "wcprops文件“%s”丢失了行结束符"

#: ../libsvn_wc/upgrade.c:634
#, c-format
msgid ""
"Working copy '%s' can't be upgraded because the repository root is not "
"available and can't be retrieved"
msgstr "由于版本库的根不可用,并且不能找回,所以工作副本“%s”不能被升级"

#: ../libsvn_wc/upgrade.c:641
#, c-format
msgid ""
"Working copy '%s' can't be upgraded because the repository uuid is not "
"available and can't be retrieved"
msgstr "由于版本库的 UUID 不可用,并且不能找回,所以工作副本“%s”不能被升级"

#: ../libsvn_wc/upgrade.c:648
#, c-format
msgid "Working copy '%s' can't be upgraded because it doesn't have a url"
msgstr "由于没有 URL,所以工作副本“%s”不能被升级"

#: ../libsvn_wc/upgrade.c:693
msgid "Error parsing tree conflict skel"
msgstr "解析树冲突骨架出错"

#: ../libsvn_wc/upgrade.c:1176
#, c-format
msgid ""
"The working copy at '%s' is format 22 with WORKING nodes; use a format 22 "
"client to diff/revert before using this client"
msgstr ""
"位于 '%s' 的工作副本是有 WORKING 节点的格式 22;请先使用支持格式 22 的客户端"
"比较/还原后,再使用此客户端"

#: ../libsvn_wc/upgrade.c:1220
#, c-format
msgid ""
"The working copy at '%s' is format 26 with conflicts; use a format 26 client "
"to resolve before using this client"
msgstr ""
"位于 '%s' 的工作副本是有冲突的格式 26;请先使用支持格式 26 的客户端解决冲突"
"后,再使用此客户端"

#: ../libsvn_wc/upgrade.c:1416
msgid ""
"Cannot upgrade with existing logs; run a cleanup operation on this working "
"copy using a client version which is compatible with this working copy's "
"format (such as the version you are upgrading from), then retry the upgrade "
"with the current version"
msgstr ""
"不能在有日志文件时升级;请先使用与此工作副本格式兼容的客户端(例如生成此工作副"
"本的客户端)执行清理操作,再升级"

#: ../libsvn_wc/upgrade.c:1486
msgid ""
"This working copy is corrupt and cannot be upgraded. Please check out a new "
"working copy."
msgstr "此工作副本损坏,不能升级。请重新检出。"

#: ../libsvn_wc/upgrade.c:1538
msgid "(unreleased development version)"
msgstr "(未发布的开发版本)"

#: ../libsvn_wc/upgrade.c:1553
#, c-format
msgid "Working copy '%s' is too old (format %d, created by Subversion %s)"
msgstr "工作副本 '%s' 格式太旧 (格式 %d, Subversion %s 创建)"

#: ../libsvn_wc/upgrade.c:1563
#, c-format
msgid ""
"Working copy '%s' is an old development version (format %d); to upgrade it, "
"use a format 18 client, then use 'tools/dev/wc-ng/bump-to-19.py', then use "
"the current client"
msgstr ""
"工作副本 '%s' 是旧开发版本的格式(%d); 请使用格式 18 客户端清理后, 再使用 "
"'tools/dev/wc-ng/bump-to-19.py' 升级,最后使用当前客户端"

#: ../libsvn_wc/upgrade.c:1775
#, c-format
msgid "Can't upgrade '%s' as it is not a pre-1.7 working copy directory"
msgstr "不能升级 '%s',因为它不是 1.7 之前的工作副本目录"

#: ../libsvn_wc/upgrade.c:1824
#, c-format
msgid ""
"Can't upgrade '%s' as it is not a pre-1.7 working copy root, the root is '%s'"
msgstr "不能升级 '%s',因为它不是 1.7 之前的工作副本根目录,根目录是 '%s'"

#: ../libsvn_wc/wc_db.c:539
#, c-format
msgid "No REPOSITORY table entry for id '%ld'"
msgstr "对于标识 '%ld' 没有 REPOSITORY 表入口"

#: ../libsvn_wc/wc_db.c:840
#, c-format
msgid "The file '%s' has no checksum."
msgstr "文件 '%s' 没有校验和。"

#: ../libsvn_wc/wc_db.c:1556
#, c-format
msgid "The node '%s' is not in a workingcopy."
msgstr "节点 “%s” 不在工作副本中"

#: ../libsvn_wc/wc_db.c:2075 ../libsvn_wc/wc_db.c:2451
#: ../libsvn_wc/wc_db.c:7209
#, c-format
msgid "The node '%s' has a corrupt checksum value."
msgstr "节点 '%s' 的校验和损坏。"

#: ../libsvn_wc/wc_db.c:3050
#, c-format
msgid "The node '%s' is not an external."
msgstr "节点 “%s” 不是外部对象"

#: ../libsvn_wc/wc_db.c:3526 ../libsvn_wc/wc_db.c:3808
#, c-format
msgid "Cannot handle status of '%s'"
msgstr "不能处理“%s”的状态"

#: ../libsvn_wc/wc_db.c:4684
#, c-format
msgid "Can't store properties for '%s' in '%s'."
msgstr "不能存储 '%s' 的属性,在 '%s' 中。"

#: ../libsvn_wc/wc_db.c:5216 ../libsvn_wc/wc_db.c:5245
#, c-format
msgid "Can't revert '%s' without reverting children"
msgstr "不能恢复 '%s',而不恢复孩子。"

#: ../libsvn_wc/wc_db.c:5332
#, c-format
msgid "Can't revert '%s' without reverting parent"
msgstr "不能恢复 '%s',而不恢复父亲。"

#: ../libsvn_wc/wc_db.c:5394
#, c-format
msgid "Unsupported depth for revert of '%s'"
msgstr "对于恢复 '%s',其深度不受支持"

#: ../libsvn_wc/wc_db.c:6170
#, c-format
msgid "Cannot delete '%s' as '%s' is excluded by server"
msgstr "不能删除 '%s',因为 '%s' 被服务器排除"

#: ../libsvn_wc/wc_db.c:6599
#, c-format
msgid "Corrupt data for '%s'"
msgstr "'%s' 的数据损坏"

#: ../libsvn_wc/wc_db.c:6911
#, c-format
msgid ""
"The node '%s' comes from unexpected repository '%s', expected '%s'; if this "
"node is a file external using the correct URL in the external definition can "
"fix the problem, see issue #4087"
msgstr ""
"节点“%s”来自不期望的版本库“%s”,期望的版本库是“%s”;如果此节点是文件外部引"
"用,那么在外部定义中使用正确的 URL 可以修正这个问题,请参见问题 #4087 以获得"
"详细信息"

#: ../libsvn_wc/wc_db.c:7321
#, c-format
msgid "The node '%s' is not in working copy '%s'"
msgstr "节点“%s”不在工作副本“%s”中"

#: ../libsvn_wc/wc_db.c:7353
#, c-format
msgid "The node '%s' is not installable"
msgstr "节点 '%s' 不可安装"

#: ../libsvn_wc/wc_db.c:9172
#, c-format
msgid "Expected node '%s' to be added."
msgstr "期望节点“%s”被增加。"

#: ../libsvn_wc/wc_db.c:9549
#, c-format
msgid "Expected node '%s' to be deleted."
msgstr "期望节点“%s”被删除。"

#: ../libsvn_wc/wc_db.c:9867
#, c-format
msgid ""
"The properties of '%s' are in an indeterminate state and cannot be upgraded. "
"See issue #2530."
msgstr "'%s' 的属性处于不确定的状态,不能更新。详情参见问题 #2530。"

#: ../libsvn_wc/wc_db.c:9879
#, c-format
msgid "Insufficient NODES rows for '%s'"
msgstr "'%s' 的节点行数不足"

#: ../libsvn_wc/wc_db.c:10072
#, c-format
msgid "Repository '%s' not found in the database"
msgstr "在数据库中找不到版本库“%s”"

#: ../libsvn_wc/wc_db.c:10826 ../libsvn_wc/wc_db.c:10874
#, c-format
msgid "'%s' is already locked."
msgstr "'%s' 已经锁定。"

#: ../libsvn_wc/wc_db.c:10831 ../libsvn_wc/wc_db.c:10882
#, c-format
msgid "Working copy '%s' locked."
msgstr "工作副本 '%s' 已经锁定。"

#: ../libsvn_wc/wc_db.c:10955
#, c-format
msgid "'%s' is already locked via '%s'."
msgstr "'%s' 已经通过 '%s' 锁定。"

#: ../libsvn_wc/wc_db.c:11085
#, c-format
msgid "Working copy not locked at '%s'."
msgstr "工作副本 '%s' 未被锁定。"

#: ../libsvn_wc/wc_db.c:11473
#, c-format
msgid "Modification of '%s' already exists"
msgstr "“%s” 的修改已存在"

#: ../libsvn_wc/wc_db.c:11548 ../libsvn_wc/wc_db.c:11555
#: ../libsvn_wc/wc_db.c:11565
#, c-format
msgid "Invalid conflict file '%s' for '%s'"
msgstr "非法的冲突文件“%s”于“%s”"

#: ../libsvn_wc/wc_db.c:11635
#, c-format
msgid "Invalid property reject file '%s' for '%s'"
msgstr "非法的属性拒绝文件“%s”于“%s”"

#. If EXPRESSION is false, cause the caller to return an SVN_ERR_WC_CORRUPT
#. * error, showing EXPRESSION and the caller's LOCAL_RELPATH in the message.
#: ../libsvn_wc/wc_db.c:12379
#, c-format
msgid "database inconsistency at local_relpath='%s' verifying expression '%s'"
msgstr "数据库不一致,路径是“%s”,校验表达式是“%s”"

#: ../libsvn_wc/wc_db_pristine.c:124
#, c-format
msgid "Pristine text not found"
msgstr "找不到原始内容"

#: ../libsvn_wc/wc_db_pristine.c:200
#, c-format
msgid "Pristine text '%s' not present"
msgstr "原始内容 “%s” 不存在"

#: ../libsvn_wc/wc_db_pristine.c:233
#, c-format
msgid "Can't read '%s' from pristine store because no checksum supplied"
msgstr "没有提供校验和,因此不能从原始内容仓库中读取 '%s'"

#: ../libsvn_wc/wc_db_pristine.c:346
#, c-format
msgid "New pristine text '%s' has different size: %ld versus %ld"
msgstr "新原始内容 '%s' 有不同的大小: %ld 与 %ld"

#: ../libsvn_wc/wc_db_pristine.c:476
#, c-format
msgid "The pristine text with checksum '%s' was not found"
msgstr "找不到校验和为“%s”的原始内容"

#: ../libsvn_wc/wc_db_pristine.c:515
#, c-format
msgid "The pristine text with MD5 checksum '%s' was not found"
msgstr "找不到 MD5 校验和为“%s”的原始内容"

#: ../libsvn_wc/wc_db_pristine.c:777
#, c-format
msgid ""
"The pristine text with checksum '%s' was found in the DB but not on disk"
msgstr "在数据库中找到了校验和为“%s”的原始内容,但是它不在磁盘上"

#: ../libsvn_wc/wc_db_util.c:69
#, c-format
msgid "Missing a row in WCROOT."
msgstr "WCROOT 中丢失了一行。"

#: ../libsvn_wc/wc_db_util.c:134
#, c-format
msgid "Working copy database '%s' not found"
msgstr "找不到工作副本数据库“%s”"

#: ../libsvn_wc/wc_db_wcroot.c:258
#, c-format
msgid ""
"Working copy format of '%s' is too old (%d); please check out your working "
"copy again"
msgstr "“%s”的工作副本格式太旧(%d);请重新取出工作副本"

#: ../libsvn_wc/wc_db_wcroot.c:268
#, c-format
msgid ""
"This client is too old to work with the working copy at\n"
"'%s' (format %d).\n"
"You need to get a newer Subversion client. For more details, see\n"
"  http://subversion.apache.org/faq.html#working-copy-format-change\n"
msgstr ""
"此客户端对于工作副本“%s”太旧(格式 %d)。\n"
"你需要取得更新的 Subversion 客户端。参见\n"
"  http://subversion.apache.org/faq.html#working-copy-format-change\n"
"以获得更详细的信息。\n"

#: ../libsvn_wc/wc_db_wcroot.c:289
msgid "Cleanup with an older 1.7 client before upgrading with this client"
msgstr "请在用此客户端升级之前,用旧的 1.7 客户端清理"

#: ../libsvn_wc/wc_db_wcroot.c:595
#, c-format
msgid "Missing a row in WCROOT for '%s'."
msgstr "WCROOT 中的 '%s' 丢失了一行。"

#: ../libsvn_wc/wc_db_wcroot.c:764
#, c-format
msgid "'%s' is not a working copy root"
msgstr "'%s' 不是工作副本根目录"

#: ../libsvn_wc/workqueue.c:681
#, c-format
msgid ""
"Can't install '%s' from pristine store, because no checksum is recorded for "
"this file"
msgstr "文件 '%s' 没有校验和记录,因此不能从原始内容仓库中安装"

#: ../libsvn_wc/workqueue.c:1529
#, c-format
msgid "Unrecognized work item in the queue associated with '%s'"
msgstr "“%s” 关联的队列中的项目无法识别"

#: ../svn/add-cmd.c:100
msgid "Could not add all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能增加全部目标"

#: ../svn/add-cmd.c:104
msgid "Could not add all targets because some targets are already versioned"
msgstr "因为一些目标已经版本化,所以不能增加全部目标"

#: ../svn/blame-cmd.c:303 ../svn/list-cmd.c:235
msgid "'verbose' option invalid in XML mode"
msgstr "在XML模式中“verbose”选项无效"

#: ../svn/blame-cmd.c:315 ../svn/info-cmd.c:565 ../svn/list-cmd.c:247
#: ../svn/status-cmd.c:297
msgid "'incremental' option only valid in XML mode"
msgstr "只有在XML模式“incremental”选项才有效"

#: ../svn/blame-cmd.c:378
#, c-format
msgid "Skipping binary file: '%s'\n"
msgstr "略过二进制文件: “%s”\n"

#: ../svn/blame-cmd.c:412
msgid "Could not perform blame on all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能追溯全部目标"

#: ../svn/cat-cmd.c:102
msgid "Could not cat all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能显示全部目标"

#: ../svn/cat-cmd.c:106
msgid "Could not cat all targets because some targets are not versioned"
msgstr "因为一些目标没有版本化,所以不能显示全部目标"

#: ../svn/cat-cmd.c:110
msgid "Could not cat all targets because some targets are directories"
msgstr "因为一些目标是目录,所以不能显示全部目标"

#: ../svn/changelist-cmd.c:135
msgid ""
"Could not set changelists on all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能对全部目标设置修改列表"

#: ../svn/changelist-cmd.c:140
msgid ""
"Could not set changelists on all targets because some targets are not "
"versioned"
msgstr "因为一些目标没有版本化,所以不能对全部目标设置修改列表"

#: ../svn/checkout-cmd.c:133 ../svn/switch-cmd.c:137
#, c-format
msgid "'%s' does not appear to be a URL"
msgstr "“%s”不像是URL"

#: ../svn/cleanup-cmd.c:92
#, c-format
msgid ""
"Working copy locked; try running 'svn cleanup' on the root of the working "
"copy ('%s') instead."
msgstr "工作副本被锁定;请先对工作副本(“%s”)根目录执行“svn cleanup”。"

#: ../svn/commit-cmd.c:79
#, c-format
msgid ""
"svn: The depth of this commit is '%s', but copies are always performed "
"recursively in the repository.\n"
msgstr "svn: 此提交的深度是“%s”,但是在版本库中执行的复制总是递归的。\n"

#: ../svn/commit-cmd.c:115
msgid "Commit targets must be local paths"
msgstr "提交目标必须是本地路径"

#: ../svn/conflict-callbacks.c:158
msgid "||||||| ORIGINAL"
msgstr "||||||| 原始版本"

#: ../svn/conflict-callbacks.c:159
msgid "<<<<<<< MINE (select with 'mc')"
msgstr "<<<<<<< 我的版本 (使用 “mc” 选择)"

#: ../svn/conflict-callbacks.c:160
msgid ">>>>>>> THEIRS (select with 'tc')"
msgstr ">>>>>>> 他人版本 (使用 “tc” 选择)"

#: ../svn/conflict-callbacks.c:192
msgid "No editor found."
msgstr "没有发现编辑器。"

#: ../svn/conflict-callbacks.c:199
msgid "Error running editor."
msgstr "执行编辑器错误。"

#: ../svn/conflict-callbacks.c:209
#, c-format
msgid ""
"Invalid option; there's no merged version to edit.\n"
"\n"
msgstr ""
"非法选项;没有已合并的版本来编辑。\n"
"\n"

#: ../svn/conflict-callbacks.c:239
msgid "No merge tool found.\n"
msgstr "没有发现合并工具。\n"

#: ../svn/conflict-callbacks.c:246
msgid "Error running merge tool."
msgstr "执行合并工具错误。"

#: ../svn/conflict-callbacks.c:316
msgid "No editor found; leaving all conflicts."
msgstr "没有发现编辑器;不处理冲突。"

#: ../svn/conflict-callbacks.c:325
msgid "Error running editor; leaving all conflicts."
msgstr "执行编辑器错误;不处理冲突。"

#: ../svn/conflict-callbacks.c:361
msgid "No merge tool found; leaving all conflicts."
msgstr "没有发现合并工具;不处理冲突。"

#: ../svn/conflict-callbacks.c:370
msgid "Error running merge tool; leaving all conflicts."
msgstr "执行合并工具错误;不处理冲突。"

#: ../svn/conflict-callbacks.c:414
#, c-format
msgid "Conflict discovered in '%s'.\n"
msgstr "在 “%s” 中发现冲突。\n"

#: ../svn/conflict-callbacks.c:419
#, c-format
msgid "Conflict for property '%s' discovered on '%s'.\n"
msgstr "属性 “%s” 冲突,位于 “%s”。\n"

#: ../svn/conflict-callbacks.c:436
#, c-format
msgid ""
"They want to delete the property, you want to change the value to '%s'.\n"
msgstr "他人想删除此属性,你想改变其取值为 “%s”。\n"

#: ../svn/conflict-callbacks.c:445
#, c-format
msgid ""
"They want to change the property value to '%s', you want to delete the "
"property.\n"
msgstr "他人想改变其取值为 “%s”,你想删除此属性。\n"

#: ../svn/conflict-callbacks.c:467
msgid "Select: (p) postpone"
msgstr "选择: (p) 推迟"

#: ../svn/conflict-callbacks.c:472
msgid ", (df) diff-full, (e) edit"
msgstr ",(df) 显示全部差异,(e) 编辑"

#: ../svn/conflict-callbacks.c:476 ../svn/conflict-callbacks.c:489
msgid ", (r) resolved"
msgstr ",(r) 已解决"

#: ../svn/conflict-callbacks.c:482
msgid ""
",\n"
"        (mc) mine-conflict, (tc) theirs-conflict"
msgstr ""
",\n"
"        (mc) 我的版本, (tc) 他人的版本"

#: ../svn/conflict-callbacks.c:492
msgid ""
",\n"
"        (mf) mine-full, (tf) theirs-full"
msgstr ""
",\n"
"        (mf) 全用我的, (tf) 全用他人的"

#: ../svn/conflict-callbacks.c:499
msgid "(s) show all options: "
msgstr "(s) 显示全部选项: "

#: ../svn/conflict-callbacks.c:508
#, c-format
msgid ""
"\n"
"  (e)  edit             - change merged file in an editor\n"
"  (df) diff-full        - show all changes made to merged file\n"
"  (r)  resolved         - accept merged version of file\n"
"\n"
"  (dc) display-conflict - show all conflicts (ignoring merged version)\n"
"  (mc) mine-conflict    - accept my version for all conflicts (same)\n"
"  (tc) theirs-conflict  - accept their version for all conflicts (same)\n"
"\n"
"  (mf) mine-full        - accept my version of entire file (even non-"
"conflicts)\n"
"  (tf) theirs-full      - accept their version of entire file (same)\n"
"\n"
"  (p)  postpone         - mark the conflict to be resolved later\n"
"  (l)  launch           - launch external tool to resolve conflict\n"
"  (s)  show all         - show this list\n"
"\n"
msgstr ""
"\n"
"  (e)  编辑           - 使用编辑器修改合并后的文件\n"
"  (df) 显示全部差异   - 显示合并文件后的所有修改\n"
"  (r)  解决           - 使用合并后的文件\n"
"\n"
"  (dc) 显示冲突       - 显示全部冲突(忽略已经合并的版本)\n"
"  (mc) 我的版本       - 使用我的版本解决冲突(同上)\n"
"  (tc) 他人的版本     - 使用他人的版本解决冲突(同上)\n"
"\n"
"  (mf) 全用我的       - 全部使用我的版本(包含不冲突的文件)\n"
"  (tf) 全用他人的     - 全部使用他人的版本(同上)\n"
"\n"
"  (p)  推迟           - 标记以后解决冲突\n"
"  (l)  执行           - 使用第三方工具解决冲突\n"
"  (s)  显示全部选项   - 显示这个列表\n"
"\n"

#: ../svn/conflict-callbacks.c:543 ../svn/conflict-callbacks.c:567
#, c-format
msgid ""
"Invalid option; cannot choose based on conflicts in a binary file.\n"
"\n"
msgstr ""
"非法选项;不能为二进制文件冲突选择基准。\n"
"\n"

#: ../svn/conflict-callbacks.c:551 ../svn/conflict-callbacks.c:575
#, c-format
msgid ""
"Invalid option; cannot choose based on conflicts for properties.\n"
"\n"
msgstr ""
"非法选项;不能为属性冲突选择基准。\n"
"\n"

#: ../svn/conflict-callbacks.c:604
#, c-format
msgid ""
"Invalid option; cannot display conflicts for a binary file.\n"
"\n"
msgstr ""
"非法选项;不能显示二进制文件的冲突。\n"
"\n"

#: ../svn/conflict-callbacks.c:612
#, c-format
msgid ""
"Invalid option; cannot display conflicts for properties.\n"
"\n"
msgstr ""
"非法选项;不能显示属性的冲突。\n"
"\n"

#: ../svn/conflict-callbacks.c:620
#, c-format
msgid ""
"Invalid option; original files not available.\n"
"\n"
msgstr ""
"非法选项;原始文件不可用。\n"
"\n"

#: ../svn/conflict-callbacks.c:632
#, c-format
msgid ""
"Invalid option; there's no merged version to diff.\n"
"\n"
msgstr ""
"非法选项;没有已合并的版本来比较差异。\n"
"\n"

#: ../svn/conflict-callbacks.c:651
#, c-format
msgid ""
"Invalid option; cannot resolve property conflicts with an external merge "
"tool.\n"
"\n"
msgstr ""
"非法选项;不能使用外部合并工具来解决属性冲突。\n"
"\n"

#: ../svn/conflict-callbacks.c:666 ../svn/conflict-callbacks.c:680
#, c-format
msgid ""
"Invalid option.\n"
"\n"
msgstr ""
"无效选项。\n"
"\n"

#: ../svn/conflict-callbacks.c:710
#, c-format
msgid ""
"Conflict discovered when trying to add '%s'.\n"
"An object of the same name already exists.\n"
msgstr ""
"增加 “%s” 时出现冲突。\n"
"同名对象已存在。\n"

#: ../svn/conflict-callbacks.c:713
msgid "Select: (p) postpone, (mf) mine-full, (tf) theirs-full, (h) help:"
msgstr "选择:(p) 推迟,(mf) 全用我的,(tf) 全用他人的,(h) 帮助:"

#: ../svn/conflict-callbacks.c:725
#, c-format
msgid ""
"  (p)  postpone    - resolve the conflict later\n"
"  (mf) mine-full   - accept pre-existing item (ignore upstream addition)\n"
"  (tf) theirs-full - accept incoming item (overwrite pre-existing item)\n"
"  (h)  help        - show this help\n"
"\n"
msgstr ""
"  (p)  推迟            - 以后解决冲突\n"
"  (mf) 全用我的        - 使用先前的项目(忽略上游的修改)\n"
"  (tf) 全用他人的      - 使用引入的项目(覆盖先前的项目)\n"
"  (h)  帮助            - 显示这个列表\n"
"\n"

#: ../svn/copy-cmd.c:119 ../svn/delete-cmd.c:69 ../svn/mkdir-cmd.c:68
#: ../svn/move-cmd.c:77 ../svn/propedit-cmd.c:259
msgid ""
"Local, non-commit operations do not take a log message or revision properties"
msgstr "本地操作,非提交操作无须日志信息或版本属性"

#: ../svn/diff-cmd.c:186 ../svn/log-cmd.c:289 ../svnserve/main.c:741
#, c-format
msgid "Can't open stdout"
msgstr "无法打开标准输出"

#: ../svn/diff-cmd.c:188 ../svn/log-cmd.c:291
#, c-format
msgid "Can't open stderr"
msgstr "无法打开标准错误"

#: ../svn/diff-cmd.c:197
msgid "'--xml' option only valid with '--summarize' option"
msgstr "“--xml” 选项只能与 “--summarize” 同时使用"

#: ../svn/diff-cmd.c:278
msgid "'--new' option only valid with '--old' option"
msgstr "“--new” 选项只能与 “--old” 同时使用"

#: ../svn/diff-cmd.c:331
#, c-format
msgid "Path '%s' not relative to base URLs"
msgstr "路径“%s”不是相对于基础 URL"

#: ../svn/export-cmd.c:113
msgid ""
"Destination directory exists; please remove the directory or use --force to "
"overwrite"
msgstr "目的目录已存在;请删除目录或用 --force 来覆盖目录"

#: ../svn/export-cmd.c:118 ../svn/switch-cmd.c:183 ../svn/update-cmd.c:177
msgid "Failure occurred processing one or more externals definitions"
msgstr "处理一个或更多的外部定义失败"

#: ../svn/help-cmd.c:50
#, c-format
msgid ""
"usage: svn <subcommand> [options] [args]\n"
"Subversion command-line client, version %s.\n"
"Type 'svn help <subcommand>' for help on a specific subcommand.\n"
"Type 'svn --version' to see the program version and RA modules\n"
"  or 'svn --version --quiet' to see just the version number.\n"
"\n"
"Most subcommands take file and/or directory arguments, recursing\n"
"on the directories.  If no arguments are supplied to such a\n"
"command, it recurses on the current directory (inclusive) by default.\n"
"\n"
"Available subcommands:\n"
msgstr ""
"用法: svn <subcommand> [options] [args]\n"
"Subversion 命令行客户端,版本 %s。\n"
"使用“svn help <subcommand>” 显示子命令的帮助信息。\n"
"使用“svn --version”查看程序的版本号和版本库访问模块,或者\n"
"使用“svn --version --quiet”只查看程序的版本号。\n"
"\n"
"大多数的子命令可接受文件或目录参数,对目录进行递归处理。\n"
"如果没有指定参数,默认对当前目录(包含当前目录)递归处理。\n"
"\n"
"可用的子命令: \n"

#: ../svn/help-cmd.c:63
msgid ""
"Subversion is a tool for version control.\n"
"For additional information, see http://subversion.apache.org/\n"
msgstr ""
"Subversion 是版本控制工具。\n"
"欲取得详细资料,请参阅 http://subversion.apache.org/\n"

#: ../svn/help-cmd.c:70 ../svnrdump/svnrdump.c:499 ../svnsync/main.c:1706
msgid ""
"The following repository access (RA) modules are available:\n"
"\n"
msgstr ""
"可使用以下的版本库访问模块: \n"
"\n"

#: ../svn/import-cmd.c:87
msgid "Repository URL required when importing"
msgstr "导入时必须提供版本库的URL"

#: ../svn/import-cmd.c:91
msgid "Too many arguments to import command"
msgstr "导入命令参数太多"

#: ../svn/import-cmd.c:107
#, c-format
msgid "Invalid URL '%s'"
msgstr "无效URL“%s”"

#: ../svn/info-cmd.c:95
msgid "Resource is not under version control."
msgstr "资源尚未纳入版本控制"

#: ../svn/info-cmd.c:263 ../svnadmin/main.c:1423
#, c-format
msgid "Path: %s\n"
msgstr "路径: %s\n"

#: ../svn/info-cmd.c:270
#, c-format
msgid "Name: %s\n"
msgstr "名称: %s\n"

#: ../svn/info-cmd.c:274
#, c-format
msgid "Working Copy Root Path: %s\n"
msgstr "工作副本根目录: %s\n"

#: ../svn/info-cmd.c:280
#, c-format
msgid "URL: %s\n"
msgstr "URL: %s\n"

#: ../svn/info-cmd.c:283
#, c-format
msgid "Repository Root: %s\n"
msgstr "版本库根: %s\n"

#: ../svn/info-cmd.c:287
#, c-format
msgid "Repository UUID: %s\n"
msgstr "版本库 UUID: %s\n"

#: ../svn/info-cmd.c:291
#, c-format
msgid "Revision: %ld\n"
msgstr "版本: %ld\n"

#: ../svn/info-cmd.c:296
#, c-format
msgid "Node Kind: file\n"
msgstr "节点种类: 文件\n"

#: ../svn/info-cmd.c:300
#, c-format
msgid "Node Kind: directory\n"
msgstr "节点种类: 目录\n"

#: ../svn/info-cmd.c:304
#, c-format
msgid "Node Kind: none\n"
msgstr "节点种类: 无\n"

#: ../svn/info-cmd.c:309
#, c-format
msgid "Node Kind: unknown\n"
msgstr "节点种类: 未知\n"

#: ../svn/info-cmd.c:318
#, c-format
msgid "Schedule: normal\n"
msgstr "调度: 正常\n"

#: ../svn/info-cmd.c:322
#, c-format
msgid "Schedule: add\n"
msgstr "调度: 增加\n"

#: ../svn/info-cmd.c:326
#, c-format
msgid "Schedule: delete\n"
msgstr "调度: 删除\n"

#: ../svn/info-cmd.c:330
#, c-format
msgid "Schedule: replace\n"
msgstr "调度: 替换\n"

#: ../svn/info-cmd.c:346
#, c-format
msgid "Depth: empty\n"
msgstr "深度: 空\n"

#: ../svn/info-cmd.c:350
#, c-format
msgid "Depth: files\n"
msgstr "深度: 文件\n"

#: ../svn/info-cmd.c:354
#, c-format
msgid "Depth: immediates\n"
msgstr "深度: 直接\n"

#: ../svn/info-cmd.c:358
#, c-format
msgid "Depth: exclude\n"
msgstr "深度: 排除\n"

#. Other depths should never happen here.
#: ../svn/info-cmd.c:369
#, c-format
msgid "Depth: INVALID\n"
msgstr "深度: 非法\n"

#: ../svn/info-cmd.c:373
#, c-format
msgid "Copied From URL: %s\n"
msgstr "从URL %s 复制: \n"

#: ../svn/info-cmd.c:377
#, c-format
msgid "Copied From Rev: %ld\n"
msgstr "从版本 %ld 复制: \n"

#: ../svn/info-cmd.c:382
#, c-format
msgid "Last Changed Author: %s\n"
msgstr "最后修改的作者: %s\n"

#: ../svn/info-cmd.c:386
#, c-format
msgid "Last Changed Rev: %ld\n"
msgstr "最后修改的版本: %ld\n"

#: ../svn/info-cmd.c:391
msgid "Last Changed Date"
msgstr "最后修改的时间"

#: ../svn/info-cmd.c:397
msgid "Text Last Updated"
msgstr "文本最后更新"

#: ../svn/info-cmd.c:400
#, c-format
msgid "Checksum: %s\n"
msgstr "校验和: %s\n"

#: ../svn/info-cmd.c:422
#, c-format
msgid "Conflict Previous Base File: %s\n"
msgstr "与之前的参考文件冲突: %s\n"

#: ../svn/info-cmd.c:429
#, c-format
msgid "Conflict Previous Working File: %s\n"
msgstr "与之前的工作文件冲突: %s\n"

#: ../svn/info-cmd.c:436
#, c-format
msgid "Conflict Current Base File: %s\n"
msgstr "与当前的参考文件冲突: %s\n"

#: ../svn/info-cmd.c:444
#, c-format
msgid "Conflict Properties File: %s\n"
msgstr "属性冲突的文件: %s\n"

#: ../svn/info-cmd.c:463
msgid "Tree conflict"
msgstr "树冲突"

#: ../svn/info-cmd.c:467
msgid "Source  left"
msgstr "源      左边"

#: ../svn/info-cmd.c:476
msgid "Source right"
msgstr "源      右边"

#: ../svn/info-cmd.c:487
#, c-format
msgid "Lock Token: %s\n"
msgstr "锁定令牌: %s\n"

#: ../svn/info-cmd.c:491
#, c-format
msgid "Lock Owner: %s\n"
msgstr "锁定所有者: %s\n"

#: ../svn/info-cmd.c:496
msgid "Lock Created"
msgstr "已创建锁定"

#: ../svn/info-cmd.c:500
msgid "Lock Expires"
msgstr "锁定过期"

#: ../svn/info-cmd.c:508
#, c-format
msgid ""
"Lock Comment (%i line):\n"
"%s\n"
msgid_plural ""
"Lock Comment (%i lines):\n"
"%s\n"
msgstr[0] ""
"锁定注释(%i 行): \n"
"%s\n"

#: ../svn/info-cmd.c:517
#, c-format
msgid "Changelist: %s\n"
msgstr "修改列表: %s\n"

#: ../svn/info-cmd.c:631
msgid "Could not display info for all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能显示全部目标"

#: ../svn/list-cmd.c:93
msgid "%b %d %H:%M"
msgstr "%b %d %H:%M"

#: ../svn/list-cmd.c:98
msgid "%b %d  %Y"
msgstr "%Y-%m-%d"

#: ../svn/list-cmd.c:325
msgid "Could not list all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能列出全部目标"

#: ../svn/lock-cmd.c:58
msgid "Lock comment contains a zero byte"
msgstr "加锁注释中有一个零字节"

#: ../svn/log-cmd.c:188
msgid "(no author)"
msgstr "(没有作者信息)"

#: ../svn/log-cmd.c:194
msgid "(no date)"
msgstr "(没有时间信息)"

#: ../svn/log-cmd.c:209
#, c-format
msgid " | %d line"
msgid_plural " | %d lines"
msgstr[0] " | %d 行"

#: ../svn/log-cmd.c:225
#, c-format
msgid "Changed paths:\n"
msgstr "改变的路径: \n"

#: ../svn/log-cmd.c:243
#, c-format
msgid " (from %s:%ld)"
msgstr " (从 %s:%ld)"

#: ../svn/log-cmd.c:259
#, c-format
msgid "Reverse merged via:"
msgstr "已经撤销合并,通过:"

#: ../svn/log-cmd.c:261
#, c-format
msgid "Merged via:"
msgstr "合并通过: "

#: ../svn/log-cmd.c:305 ../svn/log-cmd.c:323
#, c-format
msgid "\n"
msgstr "\n"

#: ../svn/log-cmd.c:527
msgid "'with-all-revprops' option only valid in XML mode"
msgstr "只有在 XML 模式 “with-all-revprops” 选项才有效"

#: ../svn/log-cmd.c:531
msgid "'with-no-revprops' option only valid in XML mode"
msgstr "只有在 XML 模式 “with-no-revprops” 选项才有效"

#: ../svn/log-cmd.c:535
msgid "'with-revprop' option only valid in XML mode"
msgstr "只有在 XML 模式 “with-revprop” 选项才有效"

#: ../svn/log-cmd.c:542
msgid "'diff' option is not supported in XML mode"
msgstr "在 XML 模式不支持 'diff' 选项"

#: ../svn/log-cmd.c:548
msgid "'quiet' and 'diff' options are mutually exclusive"
msgstr "'quiet' 与 'diff' 选项是互斥的"

#: ../svn/log-cmd.c:552
msgid "'diff-cmd' option requires 'diff' option"
msgstr "'diff-cmd' 选项需要 'diff' 选项"

#: ../svn/log-cmd.c:556
msgid "'internal-diff' option requires 'diff' option"
msgstr "'internal-diff' 选项需要 'diff' 选项"

#: ../svn/log-cmd.c:560
msgid "'extensions' option requires 'diff' option"
msgstr "'extensions' 选项徐啊哟 'diff' 选项"

#: ../svn/log-cmd.c:565
msgid "'depth' option requires 'diff' option"
msgstr "'depth' 选项需要 'diff' 选项"

#: ../svn/log-cmd.c:581
msgid "-c and -r are mutually exclusive"
msgstr "-c 与 -r 是互斥的"

#: ../svn/log-cmd.c:613
#, c-format
msgid ""
"Only relative paths can be specified after a URL for 'svn log', but '%s' is "
"not a relative path"
msgstr "对于 'svn log',在 URL 后只能指定相对路径,但 '%s' 不是相对路径"

#: ../svn/log-cmd.c:658
#, c-format
msgid "cannot assign with 'with-revprop' option (drop the '=')"
msgstr "选项 'with-revprop' 不接受赋值(请删除 '=')"

#: ../svn/main.c:136
msgid "force operation to run"
msgstr "强制操作运行"

#: ../svn/main.c:138
msgid "force validity of log message source"
msgstr "强制校验日志信息资源"

#: ../svn/main.c:139 ../svn/main.c:140 ../svnadmin/main.c:199
#: ../svnadmin/main.c:202 ../svndumpfilter/main.c:920
#: ../svndumpfilter/main.c:923 ../svnlook/main.c:105 ../svnlook/main.c:117
#: ../svnsync/main.c:234 ../svnsync/main.c:236
msgid "show help on a subcommand"
msgstr "显示子命令帮助信息"

#: ../svn/main.c:141
msgid "specify log message ARG"
msgstr "指定日志信息ARG"

#: ../svn/main.c:142
msgid "print nothing, or only summary information"
msgstr "不打印信息,或只打印概要信息"

#: ../svn/main.c:143
msgid "descend recursively, same as --depth=infinity"
msgstr "向下递归,与 --depth=infinity 相同"

#: ../svn/main.c:144
msgid "obsolete; try --depth=files or --depth=immediates"
msgstr "过时;尝试 --depth=files 或 --depth=immediates"

#: ../svn/main.c:146
msgid ""
"the change made by revision ARG (like -r ARG-1:ARG)\n"
"                             If ARG is negative this is like -r ARG:ARG-1"
msgstr ""
"在ARG版本(如同 -r ARG-1:ARG)作的修改\n"
"                             如果ARG为负数则等价于 -r ARG:ARG-1"

#: ../svn/main.c:150
msgid ""
"ARG (some commands also take ARG1:ARG2 range)\n"
"                             A revision argument can be one of:\n"
"                                NUMBER       revision number\n"
"                                '{' DATE '}' revision at start of the date\n"
"                                'HEAD'       latest in repository\n"
"                                'BASE'       base rev of item's working "
"copy\n"
"                                'COMMITTED'  last commit at or before BASE\n"
"                                'PREV'       revision just before COMMITTED"
msgstr ""
"ARG (一些命令也接受ARG1:ARG2范围)\n"
"                             版本参数可以是如下之一: \n"
"                                NUMBER       版本号\n"
"                                '{' DATE '}' 在指定时间以后的版本\n"
"                                'HEAD'       版本库中的最新版本\n"
"                                'BASE'       工作副本的基线版本\n"
"                                'COMMITTED'  最后提交或基线之前\n"
"                                'PREV'       COMMITTED的前一版本"

#: ../svn/main.c:165
msgid "read log message from file ARG"
msgstr "从文件ARG读取日志信息"

#: ../svn/main.c:167
msgid "give output suitable for concatenation"
msgstr "给予适合串联的输出"

#: ../svn/main.c:169
msgid "treat value as being in charset encoding ARG"
msgstr "将ARG的值视为字符编码"

#: ../svn/main.c:170 ../svnadmin/main.c:205 ../svndumpfilter/main.c:926
#: ../svnlook/main.c:147 ../svnrdump/svnrdump.c:134 ../svnserve/main.c:253
#: ../svnsync/main.c:232 ../svnversion/main.c:140
msgid "show program version information"
msgstr "显示程序版本信息"

#: ../svn/main.c:171
msgid "print extra information"
msgstr "打印附加信息"

#: ../svn/main.c:172
msgid "display update information"
msgstr "显示更新信息"

#: ../svn/main.c:173 ../svnrdump/svnrdump.c:124
msgid "specify a username ARG"
msgstr "指定用户名称 ARG"

#: ../svn/main.c:174 ../svnrdump/svnrdump.c:126
msgid "specify a password ARG"
msgstr "指定密码 ARG"

#: ../svn/main.c:176
msgid ""
"Default: '-u'. When Subversion is invoking an\n"
"                             external diff program, ARG is simply passed "
"along\n"
"                             to the program. But when Subversion is using "
"its\n"
"                             default internal diff implementation, or when\n"
"                             Subversion is displaying blame annotations, "
"ARG\n"
"                             could be any of the following:\n"
"                                -u (--unified):\n"
"                                   Output 3 lines of unified context.\n"
"                                -b (--ignore-space-change):\n"
"                                   Ignore changes in the amount of white "
"space.\n"
"                                -w (--ignore-all-space):\n"
"                                   Ignore all white space.\n"
"                                --ignore-eol-style:\n"
"                                   Ignore changes in EOL style.\n"
"                                -p (--show-c-function):\n"
"                                   Show C function name in diff output."
msgstr ""
"缺省: “-u”。当 Subversion 调用外部比较程序时,ARG 直接传给它。但是当\n"
"                             Subversion 使用缺省的内置比较实现,或者正\n"
"                             显示追溯时, ARG 可以是: \n"
"                                -u (--unified):\n"
"                                   输出三行统一上下文。\n"
"                                -b (--ignore-space-change):\n"
"                                   忽略空白数量的修改。\n"
"                                -w (--ignore-all-space):\n"
"                                   忽略所有的空白。\n"
"                                --ignore-eol-style:\n"
"                                   忽略行尾样式的改"
"变。                            -p (--show-c-function):\n"
"                                   在比较输出中显示 C 函数名称。"

#: ../svn/main.c:208
msgid "pass contents of file ARG as additional args"
msgstr "传递文件 ARG 内容为附件参数"

#: ../svn/main.c:210
msgid ""
"limit operation by depth ARG ('empty', 'files',\n"
"                             'immediates', or 'infinity')"
msgstr ""
"限制操作深度是 ARG ('empty', 'files',\n"
"                             'immediates', 或 'infinity')"

#: ../svn/main.c:214
msgid ""
"set new working copy depth to ARG ('exclude',\n"
"                             'empty', 'files', 'immediates', or 'infinity')"
msgstr ""
"设置工作副本的新深度为 ARG('exclude',\n"
"                             'empty', 'files', 'immediates', 或 'infinity')"

#: ../svn/main.c:217 ../svnlook/main.c:150
msgid "output in XML"
msgstr "输出为 XML"

#: ../svn/main.c:218
msgid "use strict semantics"
msgstr "使用严格的语法"

#: ../svn/main.c:220
msgid "do not cross copies while traversing history"
msgstr "查看历史不要跨越不同的副本"

#: ../svn/main.c:222
msgid "disregard default and svn:ignore property ignores"
msgstr "忽略默认值和 svn:ignore 属性"

#: ../svn/main.c:224 ../svnrdump/svnrdump.c:130 ../svnsync/main.c:178
msgid "do not cache authentication tokens"
msgstr "不要缓存用户认证令牌"

#: ../svn/main.c:226 ../svnrdump/svnrdump.c:144 ../svnsync/main.c:188
msgid ""
"accept SSL server certificates from unknown\n"
"                             certificate authorities without prompting (but "
"only\n"
"                             with '--non-interactive')"
msgstr ""
"不提示的接受未知的证书颁发机构发行的 SSL 服务器证书(只用于选项 “--non-"
"interactive”)"

#: ../svn/main.c:232 ../svnrdump/svnrdump.c:128 ../svnsync/main.c:176
msgid "do no interactive prompting"
msgstr "不要交互提示"

#: ../svn/main.c:234
msgid "try operation but make no changes"
msgstr "尝试操作但没有修改"

#: ../svn/main.c:236 ../svnlook/main.c:126
msgid "do not print differences for deleted files"
msgstr "不要输出删除文件造成的差异"

#: ../svn/main.c:238
msgid "notice ancestry when calculating differences"
msgstr "比较差异时提示原始信息"

#: ../svn/main.c:240
msgid "ignore ancestry when calculating merges"
msgstr "合并时忽略原始信息"

#: ../svn/main.c:242
msgid "ignore externals definitions"
msgstr "忽略外部项目"

#: ../svn/main.c:243
msgid "use ARG as diff command"
msgstr "使用 ARG 作为比较命令"

#: ../svn/main.c:244
msgid "use ARG as merge command"
msgstr "使用 ARG 作为合并命令"

#: ../svn/main.c:245
msgid "use ARG as external editor"
msgstr "使用 ARG 作为外部编辑器"

#: ../svn/main.c:247
msgid "merge only mergeinfo differences"
msgstr "只合并合并信息的差异"

#: ../svn/main.c:248
msgid "use ARG as the older target"
msgstr "使用 ARG 作为旧目标"

#: ../svn/main.c:249
msgid "use ARG as the newer target"
msgstr "使用 ARG 作为新目标"

#: ../svn/main.c:251
msgid "operate on a revision property (use with -r)"
msgstr "在版本属性上操作(使用-r参数)"

#: ../svn/main.c:252
msgid "relocate via URL-rewriting"
msgstr "通过URL改写重新定位"

#: ../svn/main.c:254 ../svnadmin/main.c:244 ../svnrdump/svnrdump.c:122
#: ../svnsync/main.c:202
msgid "read user configuration files from directory ARG"
msgstr "从目录 ARG 读取用户配置文件"

#: ../svn/main.c:256 ../svnrdump/svnrdump.c:136 ../svnsync/main.c:204
msgid ""
"set user configuration option in the format:\n"
"                                 FILE:SECTION:OPTION=[VALUE]\n"
"                             For example:\n"
"                                 servers:global:http-library=serf"
msgstr ""
"以下属格式设置用户配置选项:\n"
"                                 FILE:SECTION:OPTION=[VALUE]\n"
"                             例如:\n"
"                                 servers:global:http-library=serf"

#: ../svn/main.c:263
msgid "enable automatic properties"
msgstr "启用自动属性"

#: ../svn/main.c:264
msgid "disable automatic properties"
msgstr "关闭自动属性"

#: ../svn/main.c:266
msgid ""
"use a different EOL marker than the standard\n"
"                             system marker for files with the svn:eol-style\n"
"                             property set to 'native'.\n"
"                             ARG may be one of 'LF', 'CR', 'CRLF'"
msgstr ""
"使用非标准的 EOL 标记\n"
"                系统中立的文件标记 svn:eol-style 属性取值为 “native”。\n"
"                ARG 可以是以下之一“LF”,“CR”,“CRLF”"

#: ../svn/main.c:273
msgid "maximum number of log entries"
msgstr "日值项最大值"

#: ../svn/main.c:274
msgid "don't unlock the targets"
msgstr "不要解锁目标"

#: ../svn/main.c:275
msgid "show a summary of the results"
msgstr "显示结果的概要"

#: ../svn/main.c:276
msgid "remove changelist association"
msgstr "删除修改列表耦合"

#: ../svn/main.c:278
msgid "operate only on members of changelist ARG"
msgstr "只能对修改列表 ARG 的成员操作"

#: ../svn/main.c:280
msgid "don't delete changelists after commit"
msgstr "不要在提交后删除修改列表"

#: ../svn/main.c:281
msgid "keep path in working copy"
msgstr "在工作副本中保留路径"

#: ../svn/main.c:283
msgid "retrieve all revision properties"
msgstr "获取所有版本属性"

#: ../svn/main.c:285
msgid "retrieve no revision properties"
msgstr "没有找回版本属性"

#: ../svn/main.c:287
msgid ""
"set revision property ARG in new revision\n"
"                             using the name[=value] format"
msgstr ""
"在新版本设置版本属性 ARG\n"
"                使用格式 name[=value]"

#: ../svn/main.c:290
msgid "make intermediate directories"
msgstr "创建中间目录"

#: ../svn/main.c:292
msgid ""
"use/display additional information from merge\n"
"                             history"
msgstr "从合并历史使用/显示额外信息"

#: ../svn/main.c:296
msgid ""
"specify automatic conflict resolution action\n"
"                             ('postpone', 'working', 'base', 'mine-"
"conflict',\n"
"                             'theirs-conflict', 'mine-full', 'theirs-full',\n"
"                             'edit', 'launch')\n"
"                             (shorthand: 'p', 'mc', 'tc', 'mf', 'tf', 'e', "
"'l')"
msgstr ""
"指定自动解决冲突动作\n"
"                             ('postpone', 'working', 'base', 'mine-"
"conflict',\n"
"                             'theirs-conflict', 'mine-full', 'theirs-full',\n"
"                             'edit', 'launch')\n"
"                             (shorthand: 'p', 'mc', 'tc', 'mf', 'tf', 'e', "
"'l')"

#: ../svn/main.c:307
msgid ""
"specify which collection of revisions to display\n"
"                             ('merged', 'eligible')"
msgstr ""
"指定显示哪个版本集合\n"
"                             ('merged', 'eligible')"

#: ../svn/main.c:311
msgid "merge a branch back into its parent branch"
msgstr "合并分支回父分支"

#: ../svn/main.c:313
msgid ""
"number of leading path components to strip from\n"
"                             paths parsed from the patch file. --strip 0\n"
"                             is the default and leaves paths unmodified.\n"
"                             --strip 1 would change the path\n"
"                             'doc/fudge/crunchy.html' to 'fudge/crunchy."
"html'.\n"
"                             --strip 2 would leave just 'crunchy.html'\n"
"                             The expected component separator is '/' on all\n"
"                             platforms. A leading '/' counts as one "
"component."
msgstr ""
"需要从补丁文件中的路径中裁剪的前导路径组件数量。\n"
"                             默认 --strip 0 不修改路径。指定 --strip 1 会将\n"
"                             路径 'doc/fudge/crunchy.html' 转换为\n"
"                             'fudge/crunchy.html'。指定 --strip 2 会得到\n"
"                             'crunchy.html' 。在所有平台中期望的组件分隔符\n"
"                             都是 '/'。前导 '/' 被计算为一个组件。"

#: ../svn/main.c:329
msgid "don't diff copied or moved files with their source"
msgstr "请不要将复制或移动的文件与其源文件比较"

#: ../svn/main.c:331
msgid "don't expand keywords"
msgstr "不要展开关键字"

#: ../svn/main.c:333
msgid "apply the unidiff in reverse"
msgstr "反向应用补丁"

#: ../svn/main.c:335
msgid "ignore whitespace during pattern matching"
msgstr "在模式匹配时,忽略空白"

#: ../svn/main.c:336
msgid "produce diff output"
msgstr "产生差异输出"

#: ../svn/main.c:338
msgid "override diff-cmd specified in config file"
msgstr "覆盖配置文件中指定的 diff-cmd"

#: ../svn/main.c:340
msgid "use git's extended diff format"
msgstr "使用 git 的扩展差异格式"

#: ../svn/main.c:342
msgid ""
"Allow merge into mixed-revision working copy.\n"
"                             Use of this option is not recommended!\n"
"                             Please run 'svn update' instead."
msgstr ""
"允许合并到含有混合版本的工作副本.\n"
"                             不建议使用此选项!\n"
"                             请先执行 'svn update' 。"

#: ../svn/main.c:393
msgid ""
"Put files and directories under version control, scheduling\n"
"them for addition to repository.  They will be added in next commit.\n"
"usage: add PATH...\n"
msgstr ""
"把文件和目录纳入版本控制,通过调度加到版本库。它们会在下一次提交时加入。\n"
"用法: add 路径...\n"

#: ../svn/main.c:398
msgid "add intermediate parents"
msgstr "增加中间父目录"

#: ../svn/main.c:401
msgid ""
"Output the content of specified files or\n"
"URLs with revision and author information in-line.\n"
"usage: blame TARGET[@REV]...\n"
"\n"
"  If specified, REV determines in which revision the target is first\n"
"  looked up.\n"
msgstr ""
"输出指定文件或URL的追溯内容,包含版本和作者信息。\n"
"\n"
"用法: blame 目标[@版本]...\n"
"\n"
"      如果指定了版本,将从指定的版本开始查找。\n"
"  \n"

#: ../svn/main.c:410
msgid ""
"Output the content of specified files or URLs.\n"
"usage: cat TARGET[@REV]...\n"
"\n"
"  If specified, REV determines in which revision the target is first\n"
"  looked up.\n"
msgstr ""
"输出指定文件或URL的内容。\n"
"用法: cat 目标[@版本]...\n"
"\n"
"      如果指定了版本,将从指定的版本开始查找。\n"
"  \n"

#: ../svn/main.c:418
msgid ""
"Associate (or dissociate) changelist CLNAME with the named files.\n"
"usage: 1. changelist CLNAME PATH...\n"
"       2. changelist --remove PATH...\n"
msgstr ""
"耦合(或解耦)命名文件与修改列表 CLNAME。\n"
"使用: 1. changelist CLNAME PATH...\n"
"      2. changelist --remove PATH...\n"

#: ../svn/main.c:424
msgid ""
"Check out a working copy from a repository.\n"
"usage: checkout URL[@REV]... [PATH]\n"
"\n"
"  If specified, REV determines in which revision the URL is first\n"
"  looked up.\n"
"\n"
"  If PATH is omitted, the basename of the URL will be used as\n"
"  the destination. If multiple URLs are given each will be checked\n"
"  out into a sub-directory of PATH, with the name of the sub-directory\n"
"  being the basename of the URL.\n"
"\n"
"  If --force is used, unversioned obstructing paths in the working\n"
"  copy destination do not automatically cause the check out to fail.\n"
"  If the obstructing path is the same type (file or directory) as the\n"
"  corresponding path in the repository it becomes versioned but its\n"
"  contents are left 'as-is' in the working copy.  This means that an\n"
"  obstructing directory's unversioned children may also obstruct and\n"
"  become versioned.  For files, any content differences between the\n"
"  obstruction and the repository are treated like a local modification\n"
"  to the working copy.  All properties from the repository are applied\n"
"  to the obstructing path.\n"
"\n"
"  See also 'svn help update' for a list of possible characters\n"
"  reporting the action taken.\n"
msgstr ""
"从版本库签出工作副本。\n"
"使用: checkout URL[@REV]... [PATH]\n"
"\n"
"  如果指定 REV,那么它确定了从 URL 首先查找的版本。\n"
"\n"
"  如果省略路径参数,则 URL 最末尾的目录名作为目标目录名。如果指定多个 URL,\n"
"  则依次将其签出到 PATH 的子目录中,子目录名就是 URL 最末尾的目录名。\n"
"\n"
"  如果使用了 “--force” 选项,在工作副本中未版本控制的障碍路径,不会自动导\n"
"  致签出失败。 如果障碍路径与版本库中的对应路径类型相同(文件或目录),它将成\n"
"  为受版本控制的路径,但是内容不改变。它意味着障碍路径的孩子,如果也是障碍"
"路\n"
"  径,那么也会受版本控制。对于障碍路径中的文件,如果与版本库内的不同,将视为"
"工\n"
"  作副本发生本地修改。版本库中的所有属性都应用于障碍路径。\n"
"\n"
"  参见 “svn help update” 以获取报告执行动作的字符列表。\n"

#: ../svn/main.c:451
msgid ""
"Recursively clean up the working copy, removing locks, resuming\n"
"unfinished operations, etc.\n"
"usage: cleanup [WCPATH...]\n"
msgstr ""
"递归清理工作副本,删除锁,继续未完成操作,等等。\n"
"用法: cleanup [路径...]\n"

#: ../svn/main.c:457
msgid ""
"Send changes from your working copy to the repository.\n"
"usage: commit [PATH...]\n"
"\n"
"  A log message must be provided, but it can be empty.  If it is not\n"
"  given by a --message or --file option, an editor will be started.\n"
"  If any targets are (or contain) locked items, those will be\n"
"  unlocked after a successful commit.\n"
msgstr ""
"把工作副本的修改提交到版本库。\n"
"用法: commit [路径...]\n"
"\n"
"     必须提供日志消息,但它可以是空的。如果没有指定 --message 或 --file\n"
"     选项,编辑器会被启动。如果有目标是锁定的或者包含锁定条目,则在成功\n"
"     提交后会被解锁。\n"

#: ../svn/main.c:468
msgid ""
"Duplicate something in working copy or repository, remembering\n"
"history.\n"
"usage: copy SRC[@REV]... DST\n"
"\n"
"When copying multiple sources, they will be added as children of DST,\n"
"which must be a directory.\n"
"\n"
"  SRC and DST can each be either a working copy (WC) path or URL:\n"
"    WC  -> WC:   copy and schedule for addition (with history)\n"
"    WC  -> URL:  immediately commit a copy of WC to URL\n"
"    URL -> WC:   check out URL into WC, schedule for addition\n"
"    URL -> URL:  complete server-side copy;  used to branch and tag\n"
"  All the SRCs must be of the same type.\n"
"\n"
"WARNING: For compatibility with previous versions of Subversion,\n"
"copies performed using two working copy paths (WC -> WC) will not\n"
"contact the repository.  As such, they may not, by default, be able\n"
"to propagate merge tracking information from the source of the copy\n"
"to the destination.\n"
msgstr ""
"在工作副本或版本库中复制数据,保留历史。\n"
"用法: copy SRC[@REV]... DST\n"
"\n"
"当复制多个源时,它们作为 DST 的子节点增加, DST 必须是目录。\n"
"\n"
"  SRC 和 DST 可以是工作副本路径(WC)或版本库地址(URL): \n"
"    WC   -> WC:  复制和调度增加(包含历史)\n"
"    WC   -> URL: 立即提交工作副本到版本库\n"
"    URL  -> WC:  检出 URL 到工作副本,调度增加\n"
"    URL  -> URL: 完全服务器端复制;一般用于分支和标签\n"
"  所有 SRC 必须是同一类型。\n"
"\n"
"警告:为了与旧版本的 Subversion 兼容,使用两个工作副本复制(WC -> WC)的\n"
"操作不会与版本库通信。同样地,在缺省情况下,不能从复制源到目的地传播合\n"
"并跟踪信息。\n"

#: ../svn/main.c:490
msgid ""
"Remove files and directories from version control.\n"
"usage: 1. delete PATH...\n"
"       2. delete URL...\n"
"\n"
"  1. Each item specified by a PATH is scheduled for deletion upon\n"
"    the next commit.  Files, and directories that have not been\n"
"    committed, are immediately removed from the working copy\n"
"    unless the --keep-local option is given.\n"
"    PATHs that are, or contain, unversioned or modified items will\n"
"    not be removed unless the --force or --keep-local option is given.\n"
"\n"
"  2. Each item specified by a URL is deleted from the repository\n"
"    via an immediate commit.\n"
msgstr ""
"从版本库中删除文件和目录。\n"
"用法: 1、delete PATH...\n"
"      2、delete URL...\n"
"\n"
"  1、每个 PATH 指定的项目会被调度到下次提交时从版本库删除。除非给出\n"
"    --keep-local 参数,工作副本中没有提交的文件和目录会被立即删除。\n"
"    如果 PATH 未版本控制或者包含未版本控制的项目,或者包含已修改的\n"
"    项目,那么仅当给出 --force 或 --keep-local 参数时这些项目才会被\n"
"    删除。\n"
"\n"
"  2、每个 URL 指定的项目会通过立即提交从版本库中删除。\n"

#: ../svn/main.c:506
msgid ""
"Display the differences between two revisions or paths.\n"
"usage: 1. diff [-c M | -r N[:M]] [TARGET[@REV]...]\n"
"       2. diff [-r N[:M]] --old=OLD-TGT[@OLDREV] [--new=NEW-TGT[@NEWREV]] "
"\\\n"
"               [PATH...]\n"
"       3. diff OLD-URL[@OLDREV] NEW-URL[@NEWREV]\n"
"\n"
"  1. Display the changes made to TARGETs as they are seen in REV between\n"
"     two revisions.  TARGETs may be all working copy paths or all URLs.\n"
"     If TARGETs are working copy paths, N defaults to BASE and M to the\n"
"     working copy; if URLs, N must be specified and M defaults to HEAD.\n"
"     The '-c M' option is equivalent to '-r N:M' where N = M-1.\n"
"     Using '-c -M' does the reverse: '-r M:N' where N = M-1.\n"
"\n"
"  2. Display the differences between OLD-TGT as it was seen in OLDREV and\n"
"     NEW-TGT as it was seen in NEWREV.  PATHs, if given, are relative to\n"
"     OLD-TGT and NEW-TGT and restrict the output to differences for those\n"
"     paths.  OLD-TGT and NEW-TGT may be working copy paths or URL[@REV].\n"
"     NEW-TGT defaults to OLD-TGT if not specified.  -r N makes OLDREV "
"default\n"
"     to N, -r N:M makes OLDREV default to N and NEWREV default to M.\n"
"\n"
"  3. Shorthand for 'svn diff --old=OLD-URL[@OLDREV] --new=NEW-URL[@NEWREV]'\n"
"\n"
"  Use just 'svn diff' to display local modifications in a working copy.\n"
msgstr ""
"显示两个版本或路径的差异。\n"
"用法: 1. diff [-c M | -r N[:M]] [TARGET[@REV]...]\n"
"      2. diff [-r N[:M]] --old=OLD-TGT[@OLDREV] [--new=NEW-TGT[@NEWREV]] \\\n"
"               [PATH...]\n"
"       3. diff OLD-URL[@OLDREV] NEW-URL[@NEWREV]\n"
"\n"
"  1、显示版本 REV 中 TARGET 在两个不同的版本之间的差异。TARGET 要么全是\n"
"     工作副本路径,要么全是 URL。如果 TARGET 是工作副本路径,N 默认为\n"
"     BASE,M 默认为工作副本;如果 TARGET 是 URL,N 必须指定, M 默认为 "
"HEAD。\n"
"    “-c M” 等价于 “-r M-1:M”,“-c -M” 等价于 “-r M:M-1”。\n"
"\n"
"  2、显示新旧版本中对应目标的差异。PATH 是相对于新旧目标的相对路径,\n"
"     它限制只输出这些路径上的差异。新旧目标可以是工作副本路径或地址 URL"
"[@REV]。\n"
"     新目标默认与旧目标相同,OLDREV 默认为 N,NEWREV 默认为 M。\n"
"\n"
"  3、“svn diff --old=OLD-URL[@OLDREV] --new=NEW-URL[@NEWREV]” 的简写。\n"
"\n"
"     使用不加参数的 “svn diff” 显示工作副本中的本地修改。\n"

#: ../svn/main.c:534
msgid ""
"Create an unversioned copy of a tree.\n"
"usage: 1. export [-r REV] URL[@PEGREV] [PATH]\n"
"       2. export [-r REV] PATH1[@PEGREV] [PATH2]\n"
"\n"
"  1. Exports a clean directory tree from the repository specified by\n"
"     URL, at revision REV if it is given, otherwise at HEAD, into\n"
"     PATH. If PATH is omitted, the last component of the URL is used\n"
"     for the local directory name.\n"
"\n"
"  2. Exports a clean directory tree from the working copy specified by\n"
"     PATH1, at revision REV if it is given, otherwise at WORKING, into\n"
"     PATH2.  If PATH2 is omitted, the last component of the PATH1 is used\n"
"     for the local directory name. If REV is not specified, all local\n"
"     changes will be preserved.  Files not under version control will\n"
"     not be copied.\n"
"\n"
"  If specified, PEGREV determines in which revision the target is first\n"
"  looked up.\n"
msgstr ""
"产生一个无版本控制的目录树副本。\n"
"用法: 1、export [-r REV] URL[@PEGREV] [PATH]\n"
"      2、export [-r REV] PATH1[@PEGREV] [PATH2]\n"
"\n"
"  1、从 URL 指定的版本库,导出一个干净的目录树到 PATH。如果有指定\n"
"     REV 的话,内容即为该版本的,否则就是 HEAD 版本。如果 PATH\n"
"     被省略的话,URL的最后部分会被用来当成本地的目录名称。\n"
"\n"
"  2、在工作副本中,从指定的 PATH1 导出一个干净的目录树到 PATH2。如果\n"
"     有指定 REV 的话,会从指定的版本导出,否则从工作副本导出。如果\n"
"     PATH2 被省略的话,PATH1 的最后部分会被用来当成本地的目录名称。\n"
"     如果没有指定 REV 的话,所有的本地修改都保留,但是未纳入版本控制\n"
"     的文件不会被复制。\n"
"\n"
"     如果指定了 PEGREV ,将从指定的版本本开始查找。\n"
"\n"

#: ../svn/main.c:556
msgid ""
"Describe the usage of this program or its subcommands.\n"
"usage: help [SUBCOMMAND...]\n"
msgstr ""
"描述本程序或其子命令的用法。\n"
"用法: help [子命令...]\n"

#: ../svn/main.c:562
msgid ""
"Commit an unversioned file or tree into the repository.\n"
"usage: import [PATH] URL\n"
"\n"
"  Recursively commit a copy of PATH to URL.\n"
"  If PATH is omitted '.' is assumed.\n"
"  Parent directories are created as necessary in the repository.\n"
"  If PATH is a directory, the contents of the directory are added\n"
"  directly under URL.\n"
"  Unversionable items such as device files and pipes are ignored\n"
"  if --force is specified.\n"
msgstr ""
"将未纳入版本控制的文件或目录树提交到版本库。\n"
"用法: import [PATH] URL\n"
"\n"
"  递归地提交 PATH 的副本至 URL。\n"
"  如果省略 PATH,则默认为 “.”。\n"
"  父目录会根据需要在版本库内创建。\n"
"  如果 PATH 是目录,则其下的内容直接加入到 URL 指定的位置内。\n"
"  如果使用了 “--force”,那么不能纳入版本控制的项目,例如设备文件,管道等,会"
"被忽略。\n"

#: ../svn/main.c:576
msgid ""
"Display information about a local or remote item.\n"
"usage: info [TARGET[@REV]...]\n"
"\n"
"  Print information about each TARGET (default: '.').\n"
"  TARGET may be either a working-copy path or URL.  If specified, REV\n"
"  determines in which revision the target is first looked up.\n"
msgstr ""
"显示本地或远程条目的信息。\n"
"用法: info [TARGET[@REV]...]\n"
"\n"
"  显示每个 TARGET 的信息 (默认: “.”)。\n"
"  TARGET 可以是工作副本中的路径或版本库中的 URL。REV 指定从哪个\n"
"  版本开始查找目标。\n"

#: ../svn/main.c:586
msgid ""
"List directory entries in the repository.\n"
"usage: list [TARGET[@REV]...]\n"
"\n"
"  List each TARGET file and the contents of each TARGET directory as\n"
"  they exist in the repository.  If TARGET is a working copy path, the\n"
"  corresponding repository URL will be used. If specified, REV determines\n"
"  in which revision the target is first looked up.\n"
"\n"
"  The default TARGET is '.', meaning the repository URL of the current\n"
"  working directory.\n"
"\n"
"  With --verbose, the following fields will be shown for each item:\n"
"\n"
"    Revision number of the last commit\n"
"    Author of the last commit\n"
"    If locked, the letter 'O'.  (Use 'svn info URL' to see details)\n"
"    Size (in bytes)\n"
"    Date and time of the last commit\n"
msgstr ""
"列出版本库中的目录内容。\n"
"用法: list [TARGET[@REV]...]\n"
"\n"
"  显示版本库中文件和子目录列表。如果 TARGET 是工作副本路径,那么操作对应的\n"
"  版本库URL指定的TARGET。REV指定从在哪个版本查找TARGET。\n"
"\n"
"  TARGET默认是“.”,表示当前工作目录对应的版本库URL。\n"
"\n"
"  使用 --verbose 时,每个条目会显示以下额外信息: \n"
"\n"
"    最后一次提交的版本号码\n"
"    最后一次提交的作者\n"
"    如果被锁定,显示字母“O”。(使用“svn info URL”查看详细信息)\n"
"    大小 (以字节为单位)\n"
"    最后一次提交的日期与时间\n"

#: ../svn/main.c:607
msgid ""
"Lock working copy paths or URLs in the repository, so that\n"
"no other user can commit changes to them.\n"
"usage: lock TARGET...\n"
"\n"
"  Use --force to steal the lock from another user or working copy.\n"
msgstr ""
"锁定版本库中的路径,使得其他用户不能向其提交修改。\n"
"用法: lock TARGET...\n"
"\n"
"     使用 --force 选项可以从其他用户或工作副本窃取到锁。\n"

#: ../svn/main.c:613
msgid "read lock comment from file ARG"
msgstr "从文件 ARG 读取加锁注释"

#: ../svn/main.c:614
msgid "specify lock comment ARG"
msgstr "指定加锁注释ARG"

#: ../svn/main.c:615
msgid "force validity of lock comment source"
msgstr "强制校验锁定注释源"

#: ../svn/main.c:618
msgid ""
"Show the log messages for a set of revision(s) and/or path(s).\n"
"usage: 1. log [PATH][@REV]\n"
"       2. log URL[@REV] [PATH...]\n"
"\n"
"  1. Print the log messages for the URL corresponding to PATH\n"
"     (default: '.'). If specified, REV is the revision in which the\n"
"     URL is first looked up, and the default revision range is REV:1.\n"
"     If REV is not specified, the default revision range is BASE:1,\n"
"     since the URL might not exist in the HEAD revision.\n"
"\n"
"  2. Print the log messages for the PATHs (default: '.') under URL.\n"
"     If specified, REV is the revision in which the URL is first\n"
"     looked up, and the default revision range is REV:1; otherwise,\n"
"     the URL is looked up in HEAD, and the default revision range is\n"
"     HEAD:1.\n"
"\n"
"  Multiple '-c' or '-r' options may be specified (but not a\n"
"  combination of '-c' and '-r' options), and mixing of forward and\n"
"  reverse ranges is allowed.\n"
"\n"
"  With -v, also print all affected paths with each log message.\n"
"  With -q, don't print the log message body itself (note that this is\n"
"  compatible with -v).\n"
"\n"
"  Each log message is printed just once, even if more than one of the\n"
"  affected paths for that revision were explicitly requested.  Logs\n"
"  follow copy history by default.  Use --stop-on-copy to disable this\n"
"  behavior, which can be useful for determining branchpoints.\n"
"\n"
"  The --depth option is only valid in combination with the --diff option\n"
"  and limits the scope of the displayed diff to the specified depth.\n"
"\n"
"  Examples:\n"
"    svn log\n"
"    svn log foo.c\n"
"    svn log bar.c@42\n"
"    svn log http://www.example.com/repo/project/foo.c\n"
"    svn log http://www.example.com/repo/project foo.c bar.c\n"
"    svn log http://www.example.com/repo/project@50 foo.c bar.c\n"
msgstr ""
"显示一组版本与/或路径的日志信息。\n"
"用法: 1、log [PATH][@REV]\n"
"      2、log URL[@REV] [PATH...]\n"
"\n"
"  1、显示与本地 PATH (默认: “.”) 对应的 URL 的日志信息。如果指定了 REV,版"
"本\n"
"     范围是 REV:1。默认的版本范围是 BASE:1,因为 URL 未必在 HEAD 中存在。\n"
"\n"
"  2、显示 URL 中 PATH (默认: “.”) 的日志信息。如果指定了 REV,版本范围是\n"
"     REV:1。否则版本范围是 HEAD:1。\n"
"\n"
"  可以指定多个 “-c” 或 “-r” 选项 (但是不允许同时使用 “-c” 和 “-r” 选项),以"
"及\n"
"  混合使用前向和后向范围。\n"
"\n"
"  使用 -v 时,在日志信息中显示受影响的路径名。\n"
"  使用 -q 时,不显示日志信息主体 (请注意,它可与 -v 并存)。\n"
"\n"
"  每条日志信息只会显示一次,即使指定了此版本涉及到的多个路径。默认日志信息\n"
"  会追溯复制历史;使用 --stop-on-copy 可以关闭这种行为,这可以用来找出分支"
"点。\n"
"\n"
"  选项 --depth 只能与选项 --diff 组合使用,用来限制在指定路径上显示差异的范"
"围。\n"
"\n"
"  范例: \n"
"    svn log\n"
"    svn log foo.c\n"
"    svn log bar.c@42\n"
"    svn log http://www.example.com/repo/project/foo.c\n"
"    svn log http://www.example.com/repo/project foo.c bar.c\n"
"    svn log http://www.example.com/repo/project@50 foo.c bar.c\n"

#: ../svn/main.c:661
msgid "retrieve revision property ARG"
msgstr "获取版本属性 ARG"

#: ../svn/main.c:662
msgid "the change made in revision ARG"
msgstr "版本 ARG 引起的改变"

#. For this large section, let's keep it unindented for easier
#. * viewing/editing. It has been vim-treated with a textwidth=75 and 'gw'
#. * (with quotes and newlines removed).
#: ../svn/main.c:668
#, fuzzy
msgid ""
"Merge changes into a working copy.\n"
"usage: 1. merge SOURCE[@REV] [TARGET_WCPATH]\n"
"          (the 'sync' merge)\n"
"       2. merge [-c M[,N...] | -r N:M ...] SOURCE[@REV] [TARGET_WCPATH]\n"
"          (the 'cherry-pick' merge)\n"
"       3. merge --reintegrate SOURCE[@REV] [TARGET_WCPATH]\n"
"          (the 'reintegrate' merge)\n"
"       4. merge SOURCE1[@N] SOURCE2[@M] [TARGET_WCPATH]\n"
"          (the '2-URL' merge)\n"
"\n"
"  1. This form is called a 'sync' (or 'catch-up') merge:\n"
"\n"
"       svn merge SOURCE[@REV] [TARGET_WCPATH]\n"
"\n"
"     A sync merge is used to fetch all the latest changes made on a parent\n"
"     branch. In other words, the target branch has originally been created\n"
"     by copying the source branch, and any changes committed on the source\n"
"     branch since branching are applied to the target branch. This uses\n"
"     merge tracking to skip all those revisions that have already been\n"
"     merged, so a sync merge can be repeated periodically to stay up-to-\n"
"     date with the source branch.\n"
"\n"
"     SOURCE specifies the branch from where the changes will be pulled, and\n"
"     TARGET_WCPATH specifies a working copy of the target branch to which\n"
"     the changes will be applied. Normally SOURCE and TARGET_WCPATH should\n"
"     each correspond to the root of a branch. (If you want to merge only a\n"
"     subtree, then the subtree path must be included in both SOURCE and\n"
"     TARGET_WCPATH; this is discouraged, to avoid subtree mergeinfo.)\n"
"\n"
"     SOURCE is usually a URL. The optional '@REV' specifies both the peg\n"
"     revision of the URL and the latest revision that will be considered\n"
"     for merging; if REV is not specified, the HEAD revision is assumed. If\n"
"     SOURCE is a working copy path, the corresponding URL of the path is\n"
"     used, and the default value of 'REV' is the base revision (usually the\n"
"     revision last updated to).\n"
"\n"
"     TARGET_WCPATH is a working copy path; if omitted, '.' is assumed.\n"
"\n"
"       - Sync Merge Example -\n"
"\n"
"     A feature is being developed on a branch called 'feature', which has\n"
"     originally been a copy of trunk. The feature branch has been regularly\n"
"     synced with trunk to keep up with the changes made there. The previous\n"
"     sync merges are not shown on this diagram, and the last of them was\n"
"     done when HEAD was r100. Currently, HEAD is r200.\n"
"\n"
"                feature  +------------------------o-----\n"
"                        /                         ^\n"
"                       /            ............  |\n"
"                      /            .            . /\n"
"         trunk ------+------------L--------------R------\n"
"                                r100           r200\n"
"\n"
"     Subversion will locate all the changes on 'trunk' that have not yet\n"
"     been merged into the 'feature' branch. In this case that is a single\n"
"     range, r100:200. In the diagram above, L marks the left side\n"
"     (trunk@100) and R marks the right side (trunk@200) of the merge. The\n"
"     difference between L and R will be applied to the target working copy\n"
"     path. In this case, the working copy is a clean checkout of the entire\n"
"     'feature' branch.\n"
"\n"
"     To perform this sync merge, have a clean working copy of the feature\n"
"     branch and run the following command in its top-level directory:\n"
"\n"
"         svn merge ^/trunk\n"
"\n"
"     Note that the merge is now only in your local working copy and still\n"
"     needs to be committed to the repository so that it can be seen by\n"
"     others. You can review the changes and you may have to resolve\n"
"     conflicts before you commit the merge.\n"
"\n"
"\n"
"  2. This form is called a 'cherry-pick' merge:\n"
"\n"
"       svn merge [-c M[,N...] | -r N:M ...] SOURCE[@REV] [TARGET_WCPATH]\n"
"\n"
"     A cherry-pick merge is used to merge specific revisions (or revision\n"
"     ranges) from one branch to another. By default, this uses merge\n"
"     tracking to automatically skip any revisions that have already been\n"
"     merged to the target; you can use the --ignore-ancestry option to\n"
"     disable such skipping.\n"
"\n"
"     SOURCE is usually a URL. The optional '@REV' specifies only the peg\n"
"     revision of the URL and does not affect the merge range; if REV is not\n"
"     specified, the HEAD revision is assumed. If SOURCE is a working copy\n"
"     path, the corresponding URL of the path is used, and the default value\n"
"     of 'REV' is the base revision (usually the revision last updated to).\n"
"\n"
"     TARGET_WCPATH is a working copy path; if omitted, '.' is assumed.\n"
"\n"
"     The revision ranges to be merged are specified by the '-r' and/or '-c'\n"
"     options. '-r N:M' refers to the difference in the history of the\n"
"     source branch between revisions N and M. You can use '-c M' to merge\n"
"     single revisions: '-c M' is equivalent to '-r <M-1>:M'. Each such\n"
"     difference is applied to TARGET_WCPATH.\n"
"\n"
"     If the mergeinfo in TARGET_WCPATH indicates that revisions within the\n"
"     range were already merged, changes made in those revisions are not\n"
"     merged again. If needed, the range is broken into multiple sub-ranges,\n"
"     and each sub-range is merged separately.\n"
"\n"
"     A 'reverse range' can be used to undo changes. For example, when\n"
"     source and target refer to the same branch, a previously committed\n"
"     revision can be 'undone'. In a reverse range, N is greater than M in\n"
"     '-r N:M', or the '-c' option is used with a negative number: '-c -M'\n"
"     is equivalent to '-r M:<M-1>'.\n"
"\n"
"     Multiple '-c' and/or '-r' options may be specified and mixing of\n"
"     forward and reverse ranges is allowed.\n"
"\n"
"       - Cherry-pick Merge Example -\n"
"\n"
"     A bug has been fixed on trunk in revision 50. This fix needs to\n"
"     be merged from trunk onto the release branch.\n"
"\n"
"            1.x-release  +-----------------------o-----\n"
"                        /                        ^\n"
"                       /                         |\n"
"                      /                          |\n"
"         trunk ------+--------------------------LR-----\n"
"                                                r50\n"
"\n"
"     In the above diagram, L marks the left side (trunk@49) and R marks the\n"
"     right side (trunk@50) of the merge. The difference between the left\n"
"     and right side is applied to the target working copy path.\n"
"\n"
"     Note that the difference between revision 49 and 50 is exactly those\n"
"     changes that were committed in revision 50, not including changes\n"
"     committed in revision 49.\n"
"\n"
"     To perform the merge, have a clean working copy of the release branch\n"
"     and run the following command in its top-level directory; remember\n"
"     that the default target is '.':\n"
"\n"
"         svn merge -c50 ^/trunk\n"
"\n"
"     You can also cherry-pick several revisions and/or revision ranges:\n"
"\n"
"         svn merge -c50,54,60 -r65:68 ^/trunk\n"
"\n"
"\n"
"  3. This form is called a 'reintegrate merge':\n"
"\n"
"       svn merge --reintegrate SOURCE[@REV] [TARGET_WCPATH]\n"
"\n"
"     In a reintegrate merge, an (e.g. feature) branch is merged back to its\n"
"     originating branch. In other words, the source branch has originally\n"
"     been created by copying the target branch, development has concluded\n"
"     on the source branch and it should now be merged back into the target\n"
"     branch.\n"
"     \n"
"     SOURCE is the URL of a branch to be merged back. If REV is specified,\n"
"     it is used as the peg revision for SOURCE; if REV is not specified,\n"
"     the HEAD revision is assumed.\n"
"\n"
"     TARGET_WCPATH is a working copy of the branch the changes will be\n"
"     applied to.\n"
"\n"
"       - Reintegrate Merge Example -\n"
"\n"
"     A feature has been developed on a branch called 'feature'. The feature\n"
"     branch started as a copy of trunk@W. Work on the feature has completed\n"
"     and it should be merged back into the trunk.\n"
"\n"
"     The feature branch was last synced with trunk up to revision X. So the\n"
"     difference between trunk@X and feature@HEAD contains the complete set\n"
"     of changes that implement the feature, and no other changes. These\n"
"     changes are applied to trunk.\n"
"\n"
"                feature  +--------------------------------R\n"
"                        /                                . \\\n"
"                       /                    .............   \\\n"
"                      /                    .                 v\n"
"         trunk ------+--------------------L------------------o\n"
"                    rW                   rX\n"
"\n"
"     In the diagram above, L marks the left side (trunk@X) and R marks the\n"
"     right side (feature@HEAD) of the merge. The difference between the\n"
"     left and right side is merged into trunk, the target.\n"
"\n"
"     To perform the merge, have a clean working copy of trunk and run the\n"
"     following command in its top-level directory:\n"
"\n"
"         svn merge --reintegrate ^/feature\n"
"\n"
"     To prevent unnecessary merge conflicts, a reintegrate merge requires\n"
"     that TARGET_WCPATH is not a mixed-revision working copy, has no local\n"
"     modifications, and has no switched subtrees.\n"
"\n"
"     A reintegrate merge also requires that the source branch is coherently\n"
"     synced with the target -- in the above example, this means that all\n"
"     revisions between the branch point W and the last merged revision X\n"
"     are merged to the feature branch, so that there are no unmerged\n"
"     revisions in-between.\n"
"\n"
"     After the reintegrate merge, the feature branch cannot be synced to\n"
"     the trunk again without merge conflicts. If further work must be done\n"
"     on the feature branch, it should be deleted and then re-created.\n"
"\n"
"\n"
"  4. This form is called a '2-URL merge':\n"
"\n"
"       svn merge SOURCE1[@N] SOURCE2[@M] [TARGET_WCPATH]\n"
"\n"
"     Two source URLs are specified, together with two revisions N and M.\n"
"     The two sources are compared at the specified revisions, and the\n"
"     difference is applied to TARGET_WCPATH, which is a path to a working\n"
"     copy of another branch. The three branches involved can be completely\n"
"     unrelated.\n"
"\n"
"     You should use this merge variant only if the other variants do not\n"
"     apply to your situation, as this variant can be quite complex to\n"
"     master.\n"
"\n"
"     If TARGET_WCPATH is omitted, a default value of '.' is assumed.\n"
"     However, in the special case where both sources refer to a file node\n"
"     with the same basename and a similarly named file is also found within\n"
"     '.', the differences will be applied to that local file.  The source\n"
"     revisions default to HEAD if omitted.\n"
"\n"
"     The sources can also be specified as working copy paths, in which case\n"
"     the URLs of the merge sources are derived from the working copies.\n"
"\n"
"       - 2-URL Merge Example -\n"
"\n"
"     Two features have been developed on separate branches called 'foo' and\n"
"     'bar'. It has since become clear that 'bar' should be combined with\n"
"     the 'foo' branch for further development before reintegration.\n"
"\n"
"     Although both feature branches originate from trunk, they are not\n"
"     directly related -- one is not a direct copy of the other. A 2-URL\n"
"     merge is necessary.\n"
"\n"
"     The 'bar' branch has been synced with trunk up to revision 500.\n"
"     (If this revision number is not known, it can be located using the\n"
"     'svn log' and/or 'svn mergeinfo' commands.)\n"
"     The difference between trunk@500 and bar@HEAD contains the complete\n"
"     set of changes related to feature 'bar', and no other changes. These\n"
"     changes are applied to the 'foo' branch.\n"
"\n"
"                           foo  +-----------------------------------o\n"
"                               /                                    ^\n"
"                              /                                    /\n"
"                             /              r500                  /\n"
"         trunk ------+------+-----------------L--------->        /\n"
"                      \\                        .                /\n"
"                       \\                        ............   /\n"
"                        \\                                   . /\n"
"                    bar  +-----------------------------------R\n"
"\n"
"     In the diagram above, L marks the left side (trunk@500) and R marks\n"
"     the right side (bar@HEAD) of the merge. The difference between the\n"
"     left and right side is applied to the target working copy path, in\n"
"     this case a working copy of the 'foo' branch.\n"
"\n"
"     To perform the merge, have a clean working copy of the 'foo' branch\n"
"     and run the following command in its top-level directory:\n"
"\n"
"         svn merge ^/trunk@500 ^/bar\n"
"\n"
"     The exact changes applied by a 2-URL merge can be previewed with svn's\n"
"     diff command, which is a good idea to verify if you do not have the\n"
"     luxury of a clean working copy to merge to. In this case:\n"
"\n"
"         svn diff ^/trunk@500 ^/bar@HEAD\n"
"\n"
"\n"
"  The following applies to all types of merges:\n"
"\n"
"  To prevent unnecessary merge conflicts, svn merge requires that\n"
"  TARGET_WCPATH is not a mixed-revision working copy. Running 'svn update'\n"
"  before starting a merge ensures that all items in the working copy are\n"
"  based on the same revision.\n"
"\n"
"  If possible, you should have no local modifications in the merge's target\n"
"  working copy prior to the merge, to keep things simpler. It will be\n"
"  easier to revert the merge and to understand the branch's history.\n"
"\n"
"  Switched sub-paths should also be avoided during merging, as they may\n"
"  cause incomplete merges and create subtree mergeinfo.\n"
"\n"
"  For each merged item a line will be printed with characters reporting the\n"
"  action taken. These characters have the following meaning:\n"
"\n"
"    A  Added\n"
"    D  Deleted\n"
"    U  Updated\n"
"    C  Conflict\n"
"    G  Merged\n"
"    E  Existed\n"
"    R  Replaced\n"
"\n"
"  Characters in the first column report about the item itself.\n"
"  Characters in the second column report about properties of the item.\n"
"  A 'C' in the third column indicates a tree conflict, while a 'C' in\n"
"  the first and second columns indicate textual conflicts in files\n"
"  and in property values, respectively.\n"
"\n"
"    - Merge Tracking -\n"
"\n"
"  Subversion uses the svn:mergeinfo property to track merge history. This\n"
"  property is considered at the start of a merge to determine what to merge\n"
"  and it is updated at the conclusion of the merge to describe the merge\n"
"  that took place. Mergeinfo is used only if the two sources are on the\n"
"  same line of history -- if the first source is an ancestor of the second,\n"
"  or vice-versa (i.e. if one has originally been created by copying the\n"
"  other). This is verified and enforced when using sync merges and\n"
"  reintegrate merges.\n"
"\n"
"  The --ignore-ancestry option prevents merge tracking and thus ignores\n"
"  mergeinfo, neither considering it nor recording it.\n"
"\n"
"    - Merging from foreign repositories -\n"
"\n"
"  Subversion does support merging from foreign repositories.\n"
"  While all merge source URLs must point to the same repository, the merge\n"
"  target working copy may come from a different repository than the source.\n"
"  However, there are some caveats. Most notably, copies made in the\n"
"  merge source will be transformed into plain additions in the merge\n"
"  target. Also, merge-tracking is not supported for merges from foreign\n"
"  repositories.\n"
msgstr ""
"Merge changes into a working copy.\n"
"usage: 1. merge SOURCE[@REV] [TARGET_WCPATH]\n"
"          (the 'sync' merge)\n"
"       2. merge [-c M[,N...] | -r N:M ...] SOURCE[@REV] [TARGET_WCPATH]\n"
"          (the 'cherry-pick' merge)\n"
"       3. merge --reintegrate SOURCE[@REV] [TARGET_WCPATH]\n"
"          (the 'reintegrate' merge)\n"
"       4. merge SOURCE1[@N] SOURCE2[@M] [TARGET_WCPATH]\n"
"          (the '2-URL' merge)\n"
"\n"
"  1. This form is called a 'sync' (or 'catch-up') merge:\n"
"\n"
"       svn merge SOURCE[@REV] [TARGET_WCPATH]\n"
"\n"
"     A sync merge is used to fetch all the latest changes made on a parent\n"
"     branch. In other words, the target branch has originally been created\n"
"     by copying the source branch, and any changes committed on the source\n"
"     branch since branching are applied to the target branch. This uses\n"
"     merge tracking to skip all those revisions that have already been\n"
"     merged, so a sync merge can be repeated periodically to stay up-to-\n"
"     date with the source branch.\n"
"\n"
"     SOURCE specifies the branch from where the changes will be pulled, and\n"
"     TARGET_WCPATH specifies a working copy of the target branch to which\n"
"     the changes will be applied. Normally SOURCE and TARGET_WCPATH should\n"
"     each correspond to the root of a branch. (If you want to merge only a\n"
"     subtree, then the subtree path must be included in both SOURCE and\n"
"     TARGET_WCPATH; this is discouraged, to avoid subtree mergeinfo.)\n"
"\n"
"     SOURCE is usually a URL. The optional '@REV' specifies both the peg\n"
"     revision of the URL and the latest revision that will be considered\n"
"     for merging; if REV is not specified, the HEAD revision is assumed. If\n"
"     SOURCE is a working copy path, the corresponding URL of the path is\n"
"     used, and the default value of 'REV' is the base revision (usually the\n"
"     revision last updated to).\n"
"\n"
"     TARGET_WCPATH is a working copy path; if omitted, '.' is assumed.\n"
"\n"
"       - Sync Merge Example -\n"
"\n"
"     A feature is being developed on a branch called 'feature', which has\n"
"     originally been a copy of trunk. The feature branch has been regularly\n"
"     synced with trunk to keep up with the changes made there. The previous\n"
"     sync merges are not shown on this diagram, and the last of them was\n"
"     done when HEAD was r100. Currently, HEAD is r200.\n"
"\n"
"                feature  +------------------------o-----\n"
"                        /                         ^\n"
"                       /            ............  |\n"
"                      /            .            . /\n"
"         trunk ------+------------L--------------R------\n"
"                                r100           r200\n"
"\n"
"     Subversion will locate all the changes on 'trunk' that have not yet\n"
"     been merged into the 'feature' branch. In this case that is a single\n"
"     range, r100:200. In the diagram above, L marks the left side\n"
"     (trunk@100) and R marks the right side (trunk@200) of the merge. The\n"
"     difference between L and R will be applied to the target working copy\n"
"     path. In this case, the working copy is a clean checkout of the entire\n"
"     'feature' branch.\n"
"\n"
"     To perform this sync merge, have a clean working copy of the feature\n"
"     branch and run the following command in its top-level directory:\n"
"\n"
"         svn merge ^/trunk\n"
"\n"
"     Note that the merge is now only in your local working copy and still\n"
"     needs to be committed to the repository so that it can be seen by\n"
"     others. You can review the changes and you may have to resolve\n"
"     conflicts before you commit the merge.\n"
"\n"
"\n"
"  2. This form is called a 'cherry-pick' merge:\n"
"\n"
"       svn merge [-c M[,N...] | -r N:M ...] SOURCE[@REV] [TARGET_WCPATH]\n"
"\n"
"     A cherry-pick merge is used to merge specific revisions (or revision\n"
"     ranges) from one branch to another. By default, this uses merge\n"
"     tracking to automatically skip any revisions that have already been\n"
"     merged to the target; you can use the --ignore-ancestry option to\n"
"     disable such skipping.\n"
"\n"
"     SOURCE is usually a URL. The optional '@REV' specifies only the peg\n"
"     revision of the URL and does not affect the merge range; if REV is not\n"
"     specified, the HEAD revision is assumed. If SOURCE is a working copy\n"
"     path, the corresponding URL of the path is used, and the default value\n"
"     of 'REV' is the base revision (usually the revision last updated to).\n"
"\n"
"     TARGET_WCPATH is a working copy path; if omitted, '.' is assumed.\n"
"\n"
"     The revision ranges to be merged are specified by the '-r' and/or '-c'\n"
"     options. '-r N:M' refers to the difference in the history of the\n"
"     source branch between revisions N and M. You can use '-c M' to merge\n"
"     single revisions: '-c M' is equivalent to '-r <M-1>:M'. Each such\n"
"     difference is applied to TARGET_WCPATH.\n"
"\n"
"     If the mergeinfo in TARGET_WCPATH indicates that revisions within the\n"
"     range were already merged, changes made in those revisions are not\n"
"     merged again. If needed, the range is broken into multiple sub-ranges,\n"
"     and each sub-range is merged separately.\n"
"\n"
"     A 'reverse range' can be used to undo changes. For example, when\n"
"     source and target refer to the same branch, a previously committed\n"
"     revision can be 'undone'. In a reverse range, N is greater than M in\n"
"     '-r N:M', or the '-c' option is used with a negative number: '-c -M'\n"
"     is equivalent to '-r M:<M-1>'.\n"
"\n"
"     Multiple '-c' and/or '-r' options may be specified and mixing of\n"
"     forward and reverse ranges is allowed.\n"
"\n"
"       - Cherry-pick Merge Example -\n"
"\n"
"     A bug has been fixed on trunk in revision 50. This fix needs to\n"
"     be merged from trunk onto the release branch.\n"
"\n"
"            1.x-release  +-----------------------o-----\n"
"                        /                        ^\n"
"                       /                         |\n"
"                      /                          |\n"
"         trunk ------+--------------------------LR-----\n"
"                                                r50\n"
"\n"
"     In the above diagram, L marks the left side (trunk@49) and R marks the\n"
"     right side (trunk@50) of the merge. The difference between the left\n"
"     and right side is applied to the target working copy path.\n"
"\n"
"     Note that the difference between revision 49 and 50 is exactly those\n"
"     changes that were committed in revision 50, not including changes\n"
"     committed in revision 49.\n"
"\n"
"     To perform the merge, have a clean working copy of the release branch\n"
"     and run the following command in its top-level directory; remember\n"
"     that the default target is '.':\n"
"\n"
"         svn merge -c50 ^/trunk\n"
"\n"
"     You can also cherry-pick several revisions and/or revision ranges:\n"
"\n"
"         svn merge -c50,54,60 -r65:68 ^/trunk\n"
"\n"
"\n"
"  3. This form is called a 'reintegrate merge':\n"
"\n"
"       svn merge --reintegrate SOURCE[@REV] [TARGET_WCPATH]\n"
"\n"
"     In a reintegrate merge, an (e.g. feature) branch is merged back to its\n"
"     originating branch. In other words, the source branch has originally\n"
"     been created by copying the target branch, development has concluded\n"
"     on the source branch and it should now be merged back into the target\n"
"     branch.\n"
"     \n"
"     SOURCE is the URL of a branch to be merged back. If REV is specified,\n"
"     it is used as the peg revision for SOURCE; if REV is not specified,\n"
"     the HEAD revision is assumed.\n"
"\n"
"     TARGET_WCPATH is a working copy of the branch the changes will be\n"
"     applied to.\n"
"\n"
"       - Reintegrate Merge Example -\n"
"\n"
"     A feature has been developed on a branch called 'feature'. The feature\n"
"     branch started as a copy of trunk@W. Work on the feature has completed\n"
"     and it should be merged back into the trunk.\n"
"\n"
"     The feature branch was last synced with trunk up to revision X. So the\n"
"     difference between trunk@X and feature@HEAD contains the complete set\n"
"     of changes that implement the feature, and no other changes. These\n"
"     changes are applied to trunk.\n"
"\n"
"                feature  +--------------------------------R\n"
"                        /                                . \\\n"
"                       /                    .............   \\\n"
"                      /                    .                 v\n"
"         trunk ------+--------------------L------------------o\n"
"                    rW                   rX\n"
"\n"
"     In the diagram above, L marks the left side (trunk@X) and R marks the\n"
"     right side (feature@HEAD) of the merge. The difference between the\n"
"     left and right side is merged into trunk, the target.\n"
"\n"
"     To perform the merge, have a clean working copy of trunk and run the\n"
"     following command in its top-level directory:\n"
"\n"
"         svn merge --reintegrate ^/feature\n"
"\n"
"     To prevent unnecessary merge conflicts, a reintegrate merge requires\n"
"     that TARGET_WCPATH is not a mixed-revision working copy, has no local\n"
"     modifications, and has no switched subtrees.\n"
"\n"
"     A reintegrate merge also requires that the source branch is coherently\n"
"     synced with the target -- in the above example, this means that all\n"
"     revisions between the branch point W and the last merged revision X\n"
"     are merged to the feature branch, so that there are no unmerged\n"
"     revisions in-between.\n"
"\n"
"     After the reintegrate merge, the feature branch cannot be synced to\n"
"     the trunk again without merge conflicts. If further work must be done\n"
"     on the feature branch, it should be deleted and then re-created.\n"
"\n"
"\n"
"  4. This form is called a '2-URL merge':\n"
"\n"
"       svn merge SOURCE1[@N] SOURCE2[@M] [TARGET_WCPATH]\n"
"\n"
"     Two source URLs are specified, together with two revisions N and M.\n"
"     The two sources are compared at the specified revisions, and the\n"
"     difference is applied to TARGET_WCPATH, which is a path to a working\n"
"     copy of another branch. The three branches involved can be completely\n"
"     unrelated.\n"
"\n"
"     You should use this merge variant only if the other variants do not\n"
"     apply to your situation, as this variant can be quite complex to\n"
"     master.\n"
"\n"
"     If TARGET_WCPATH is omitted, a default value of '.' is assumed.\n"
"     However, in the special case where both sources refer to a file node\n"
"     with the same basename and a similarly named file is also found within\n"
"     '.', the differences will be applied to that local file.  The source\n"
"     revisions default to HEAD if omitted.\n"
"\n"
"     The sources can also be specified as working copy paths, in which case\n"
"     the URLs of the merge sources are derived from the working copies.\n"
"\n"
"       - 2-URL Merge Example -\n"
"\n"
"     Two features have been developed on separate branches called 'foo' and\n"
"     'bar'. It has since become clear that 'bar' should be combined with\n"
"     the 'foo' branch for further development before reintegration.\n"
"\n"
"     Although both feature branches originate from trunk, they are not\n"
"     directly related -- one is not a direct copy of the other. A 2-URL\n"
"     merge is necessary.\n"
"\n"
"     The 'bar' branch has been synced with trunk up to revision 500.\n"
"     (If this revision number is not known, it can be located using the\n"
"     'svn log' and/or 'svn mergeinfo' commands.)\n"
"     The difference between trunk@500 and bar@HEAD contains the complete\n"
"     set of changes related to feature 'bar', and no other changes. These\n"
"     changes are applied to the 'foo' branch.\n"
"\n"
"                           foo  +-----------------------------------o\n"
"                               /                                    ^\n"
"                              /                                    /\n"
"                             /              r500                  /\n"
"         trunk ------+------+-----------------L--------->        /\n"
"                      \\                        .                /\n"
"                       \\                        ............   /\n"
"                        \\                                   . /\n"
"                    bar  +-----------------------------------R\n"
"\n"
"     In the diagram above, L marks the left side (trunk@500) and R marks\n"
"     the right side (bar@HEAD) of the merge. The difference between the\n"
"     left and right side is applied to the target working copy path, in\n"
"     this case a working copy of the 'foo' branch.\n"
"\n"
"     To perform the merge, have a clean working copy of the 'foo' branch\n"
"     and run the following command in its top-level directory:\n"
"\n"
"         svn merge ^/trunk@500 ^/bar\n"
"\n"
"     The exact changes applied by a 2-URL merge can be previewed with svn's\n"
"     diff command, which is a good idea to verify if you do not have the\n"
"     luxury of a clean working copy to merge to. In this case:\n"
"\n"
"         svn diff ^/trunk@500 ^/bar@HEAD\n"
"\n"
"\n"
"  The following applies to all types of merges:\n"
"\n"
"  To prevent unnecessary merge conflicts, svn merge requires that\n"
"  TARGET_WCPATH is not a mixed-revision working copy. Running 'svn update'\n"
"  before starting a merge ensures that all items in the working copy are\n"
"  based on the same revision.\n"
"\n"
"  If possible, you should have no local modifications in the merge's target\n"
"  working copy prior to the merge, to keep things simpler. It will be\n"
"  easier to revert the merge and to understand the branch's history.\n"
"\n"
"  Switched sub-paths should also be avoided during merging, as they may\n"
"  cause incomplete merges and create subtree mergeinfo.\n"
"\n"
"  For each merged item a line will be printed with characters reporting the\n"
"  action taken. These characters have the following meaning:\n"
"\n"
"    A  Added\n"
"    D  Deleted\n"
"    U  Updated\n"
"    C  Conflict\n"
"    G  Merged\n"
"    E  Existed\n"
"    R  Replaced\n"
"\n"
"  Characters in the first column report about the item itself.\n"
"  Characters in the second column report about properties of the item.\n"
"  A 'C' in the third column indicates a tree conflict, while a 'C' in\n"
"  the first and second columns indicate textual conflicts in files\n"
"  and in property values, respectively.\n"
"\n"
"    - Merge Tracking -\n"
"\n"
"  Subversion uses the svn:mergeinfo property to track merge history. This\n"
"  property is considered at the start of a merge to determine what to merge\n"
"  and it is updated at the conclusion of the merge to describe the merge\n"
"  that took place. Mergeinfo is used only if the two sources are on the\n"
"  same line of history -- if the first source is an ancestor of the second,\n"
"  or vice-versa (i.e. if one has originally been created by copying the\n"
"  other). This is verified and enforced when using sync merges and\n"
"  reintegrate merges.\n"
"\n"
"  The --ignore-ancestry option prevents merge tracking and thus ignores\n"
"  mergeinfo, neither considering it nor recording it.\n"
"\n"
"    - Merging from foreign repositories -\n"
"\n"
"  Subversion does support merging from foreign repositories.\n"
"  While all merge source URLs must point to the same repository, the merge\n"
"  target working copy may come from a different repository than the source.\n"
"  However, there are some caveats. Most notably, copies made in the\n"
"  merge source will be transformed into plain additions in the merge\n"
"  target. Also, merge-tracking is not supported for merges from foreign\n"
"  repositories.\n"

#: ../svn/main.c:994
msgid ""
"Display merge-related information.\n"
"usage: mergeinfo SOURCE[@REV] [TARGET[@REV]]\n"
"\n"
"  Display information related to merges (or potential merges) between\n"
"  SOURCE and TARGET (default: '.').  Display the type of information\n"
"  specified by the --show-revs option.  If --show-revs isn't passed,\n"
"  it defaults to --show-revs='merged'.\n"
"\n"
"  The depth can be 'empty' or 'infinity'; the default is 'empty'.\n"
msgstr ""
"显示合并的相关信息。\n"
"用法: mergeinfo SOURCE[@REV] [TARGET[@REV]]\n"
"\n"
"  显示 SOURCE 与 TARGET(默认为“.”) 之间的合并(或潜在合并)信息。显示选项\n"
"  --show-revs 指定的信息类型。如果没有传入 --show-revs,那么就使用其默认值\n"
"  --show-revs='merged'。\n"
"\n"
"  深度可以是“empty”或“infinity”;默认值是“empty”\n"

#: ../svn/main.c:1006
msgid ""
"Create a new directory under version control.\n"
"usage: 1. mkdir PATH...\n"
"       2. mkdir URL...\n"
"\n"
"  Create version controlled directories.\n"
"\n"
"  1. Each directory specified by a working copy PATH is created locally\n"
"    and scheduled for addition upon the next commit.\n"
"\n"
"  2. Each directory specified by a URL is created in the repository via\n"
"    an immediate commit.\n"
"\n"
"  In both cases, all the intermediate directories must already exist,\n"
"  unless the --parents option is given.\n"
msgstr ""
"创建纳入版本控制的新目录。\n"
"用法: 1、mkdir PATH...\n"
"      2、mkdir URL...\n"
"\n"
"  创建版本控制的目录。\n"
"\n"
"  1、每个以工作副本 PATH 指定的目录,都会在本地创建,并且加入增加\n"
"     调度,直到下次提交。\n"
"\n"
"  2、每个以 URL 指定的目录,都会通过立即提交在版本库中创建。\n"
"\n"
"  在这两个情况下,所有的中间目录都必须事先存在,\n"
"  除非使用选项 --parents。\n"

#: ../svn/main.c:1023
msgid ""
"Move and/or rename something in working copy or repository.\n"
"usage: move SRC... DST\n"
"\n"
"When moving multiple sources, they will be added as children of DST,\n"
"which must be a directory.\n"
"\n"
"  Note:  this subcommand is equivalent to a 'copy' and 'delete'.\n"
"  Note:  the --revision option has no use and is deprecated.\n"
"\n"
"  SRC and DST can both be working copy (WC) paths or URLs:\n"
"    WC  -> WC:   move and schedule for addition (with history)\n"
"    URL -> URL:  complete server-side rename.\n"
"  All the SRCs must be of the same type.\n"
msgstr ""
"在工作副本或版本库中移动或改名文件或目录。\n"
"用法: move SRC... DST\n"
"\n"
"当移动多个源时,它们作为 DST 的子节点增加,DST 必须是目录。\n"
"\n"
"  注意: 本子命令等同于先 “copy”,然后 “delete”。\n"
"  注意: 此命令中 --revision 选项没有作用,已经淘汰。\n"
"\n"
"  SRC 可同时为工作副本(WC) 路径或 URL: \n"
"    WC  -> WC  :  移动并加入新增调度 (连同历史记录)\n"
"    URL -> URL :  完全是服务器端更名。\n"
"  所有 SRC 必须是同一类型。\n"

#: ../svn/main.c:1039
#, fuzzy
msgid ""
"Apply a patch to a working copy.\n"
"usage: patch PATCHFILE [WCPATH]\n"
"\n"
"  Apply a unidiff patch in PATCHFILE to the working copy WCPATH.\n"
"  If WCPATH is omitted, '.' is assumed.\n"
"\n"
"  A unidiff patch suitable for application to a working copy can be\n"
"  produced with the 'svn diff' command or third-party diffing tools.\n"
"  Any non-unidiff content of PATCHFILE is ignored.\n"
"\n"
"  Changes listed in the patch will either be applied or rejected.\n"
"  If a change does not match at its exact line offset, it may be applied\n"
"  earlier or later in the file if a match is found elsewhere for the\n"
"  surrounding lines of context provided by the patch.\n"
"  A change may also be applied with fuzz, which means that one\n"
"  or more lines of context are ignored when matching the change.\n"
"  If no matching context can be found for a change, the change conflicts\n"
"  and will be written to a reject file with the extension .svnpatch.rej.\n"
"\n"
"  For each patched file a line will be printed with characters reporting\n"
"  the action taken. These characters have the following meaning:\n"
"\n"
"    A  Added\n"
"    D  Deleted\n"
"    U  Updated\n"
"    C  Conflict\n"
"    G  Merged (with local uncommitted changes)\n"
"\n"
"  Changes applied with an offset or fuzz are reported on lines starting\n"
"  with the '>' symbol. You should review such changes carefully.\n"
"\n"
"  If the patch removes all content from a file, that file is scheduled\n"
"  for deletion. If the patch creates a new file, that file is scheduled\n"
"  for addition. Use 'svn revert' to undo deletions and additions you\n"
"  do not agree with.\n"
"\n"
"  Hint: If the patch file was created with Subversion, it will contain\n"
"        the number of a revision N the patch will cleanly apply to\n"
"        (look for lines like \"--- foo/bar.txt        (revision N)\").\n"
"        To avoid rejects, first update to the revision N using \n"
"        'svn update -r N', apply the patch, and then update back to the\n"
"        HEAD revision. This way, conflicts can be resolved interactively.\n"
msgstr ""
"Apply a patch to a working copy.\n"
"usage: patch PATCHFILE [WCPATH]\n"
"\n"
"  Apply a unidiff patch in PATCHFILE to the working copy WCPATH.\n"
"  If WCPATH is omitted, '.' is assumed.\n"
"\n"
"  A unidiff patch suitable for application to a working copy can be\n"
"  produced with the 'svn diff' command or third-party diffing tools.\n"
"  Any non-unidiff content of PATCHFILE is ignored.\n"
"\n"
"  Changes listed in the patch will either be applied or rejected.\n"
"  If a change does not match at its exact line offset, it may be applied\n"
"  earlier or later in the file if a match is found elsewhere for the\n"
"  surrounding lines of context provided by the patch.\n"
"  A change may also be applied with fuzz, which means that one\n"
"  or more lines of context are ignored when matching the change.\n"
"  If no matching context can be found for a change, the change conflicts\n"
"  and will be written to a reject file with the extension .svnpatch.rej.\n"
"\n"
"  For each patched file a line will be printed with characters reporting\n"
"  the action taken. These characters have the following meaning:\n"
"\n"
"    A  Added\n"
"    D  Deleted\n"
"    U  Updated\n"
"    C  Conflict\n"
"    G  Merged (with local uncommitted changes)\n"
"\n"
"  Changes applied with an offset or fuzz are reported on lines starting\n"
"  with the '>' symbol. You should review such changes carefully.\n"
"\n"
"  If the patch removes all content from a file, that file is scheduled\n"
"  for deletion. If the patch creates a new file, that file is scheduled\n"
"  for addition. Use 'svn revert' to undo deletions and additions you\n"
"  do not agree with.\n"
"\n"
"  Hint: If the patch file was created with Subversion, it will contain\n"
"        the number of a revision N the patch will cleanly apply to\n"
"        (look for lines like \"--- foo/bar.txt        (revision N)\").\n"
"        To avoid rejects, first update to the revision N using \n"
"        'svn update -r N', apply the patch, and then update back to the\n"
"        HEAD revision. This way, conflicts can be resolved interactively.\n"

#: ../svn/main.c:1086
msgid ""
"Remove a property from files, dirs, or revisions.\n"
"usage: 1. propdel PROPNAME [PATH...]\n"
"       2. propdel PROPNAME --revprop -r REV [TARGET]\n"
"\n"
"  1. Removes versioned props in working copy.\n"
"  2. Removes unversioned remote prop on repos revision.\n"
"     TARGET only determines which repository to access.\n"
msgstr ""
"删除目录、文件或版本的属性。\n"
"用法: 1、propdel PROPNAME [PATH...]\n"
"      2、propdel PROPNAME --revprop -r REV [URL]\n"
"\n"
"  1、删除工作副本中纳入版本管理的文件或目录的属性。\n"
"  2、删除版本库中版本的属性。TARGET只用来判断访问哪个版本库。\n"

#: ../svn/main.c:1096
msgid ""
"Edit a property with an external editor.\n"
"usage: 1. propedit PROPNAME TARGET...\n"
"       2. propedit PROPNAME --revprop -r REV [TARGET]\n"
"\n"
"  1. Edits versioned prop in working copy or repository.\n"
"  2. Edits unversioned remote prop on repos revision.\n"
"     TARGET only determines which repository to access.\n"
"\n"
"See 'svn help propset' for more on setting properties.\n"
msgstr ""
"使用外部编辑器编辑属性。\n"
"用法: 1、propedit PROPNAME TARGET...\n"
"      2、propedit PROPNAME --revprop -r REV [TARGET]\n"
"\n"
"  1、编辑工作副本或者版本库中受版本控制的属性。\n"
"  2、编辑版本库中指定版本的未版本控制的远程属性。\n"
"     TARGET 只用来判断访问哪一个版本库。\n"
"\n"
"参见 “svn help propset” 以获得更多设置属性的信息。\n"

#: ../svn/main.c:1108
msgid ""
"Print the value of a property on files, dirs, or revisions.\n"
"usage: 1. propget PROPNAME [TARGET[@REV]...]\n"
"       2. propget PROPNAME --revprop -r REV [TARGET]\n"
"\n"
"  1. Prints versioned props. If specified, REV determines in which\n"
"     revision the target is first looked up.\n"
"  2. Prints unversioned remote prop on repos revision.\n"
"     TARGET only determines which repository to access.\n"
"\n"
"  By default, this subcommand will add an extra newline to the end\n"
"  of the property values so that the output looks pretty.  Also,\n"
"  whenever there are multiple paths involved, each property value\n"
"  is prefixed with the path with which it is associated.  Use the\n"
"  --strict option to disable these beautifications (useful when\n"
"  redirecting a binary property value to a file, but available only\n"
"  if you supply a single TARGET to a non-recursive propget operation).\n"
msgstr ""
"显示目录、文件或版本的属性取值。\n"
"用法:  1、propget PROPNAME [TARGET[@REV]...]\n"
"       2、propget PROPNAME --revprop -r REV [URL]\n"
"\n"
"  1、显示版本控制的属性。REV 指定从哪个版本开始查找目标。\n"
"  2、显示版本库中版本的未版本控制的远程属性。\n"
"     只用来判断访问哪个版本库。\n"
"\n"
"  本子命令默认会在属性内容加上额外的换行符,得到美观的输出。另外,\n"
"  当同时处理多个路径时,每一个属性内容会在开头增加上它所对应的路径。\n"
"  使用 --strict 选项可以关闭这些美化行为 (它很有用,例如将二进制属\n"
"  性内容重定向到一个文件,但是仅用于单一目标的非递归操作)。\n"

#: ../svn/main.c:1128
msgid ""
"List all properties on files, dirs, or revisions.\n"
"usage: 1. proplist [TARGET[@REV]...]\n"
"       2. proplist --revprop -r REV [TARGET]\n"
"\n"
"  1. Lists versioned props. If specified, REV determines in which\n"
"     revision the target is first looked up.\n"
"  2. Lists unversioned remote props on repos revision.\n"
"     TARGET only determines which repository to access.\n"
msgstr ""
"列出目录、文件或版本的所有属性。\n"
"用法:  1、proplist [TARGET[@REV]...]\n"
"       2、proplist --revprop -r REV [TARGET]\n"
"\n"
"  1、显示目标的属性。REV 指定从哪个版本开始查找目标。\n"
"  2、列出版本库中版本的属性。TARGET 只用来判断访问哪个版本库。\n"

#: ../svn/main.c:1139
msgid ""
"Set the value of a property on files, dirs, or revisions.\n"
"usage: 1. propset PROPNAME PROPVAL PATH...\n"
"       2. propset PROPNAME --revprop -r REV PROPVAL [TARGET]\n"
"\n"
"  1. Changes a versioned file or directory property in a working copy.\n"
"  2. Changes an unversioned property on a repository revision.\n"
"     (TARGET only determines which repository to access.)\n"
"\n"
"  The value may be provided with the --file option instead of PROPVAL.\n"
"\n"
"  Note: svn recognizes the following special versioned properties\n"
"  but will store any arbitrary properties set:\n"
"    svn:ignore     - A newline separated list of file glob patterns to "
"ignore.\n"
"    svn:keywords   - Keywords to be expanded.  Valid keywords are:\n"
"      URL, HeadURL             - The URL for the head version of the "
"object.\n"
"      Author, LastChangedBy    - The last person to modify the file.\n"
"      Date, LastChangedDate    - The date/time the object was last "
"modified.\n"
"      Rev, Revision,           - The last revision the object changed.\n"
"      LastChangedRevision\n"
"      Id                       - A compressed summary of the previous\n"
"                                   4 keywords.\n"
"      Header                   - Similar to Id but includes the full URL.\n"
"    svn:executable - If present, make the file executable.  Use\n"
"      'svn propdel svn:executable PATH...' to clear.\n"
"    svn:eol-style  - One of 'native', 'LF', 'CR', 'CRLF'.\n"
"    svn:mime-type  - The mimetype of the file.  Used to determine\n"
"      whether to merge the file, and how to serve it from Apache.\n"
"      A mimetype beginning with 'text/' (or an absent mimetype) is\n"
"      treated as text.  Anything else is treated as binary.\n"
"    svn:externals  - A newline separated list of module specifiers,\n"
"      each of which consists of a URL and a relative directory path,\n"
"      similar to the syntax of the 'svn checkout' command:\n"
"        http://example.com/repos/zig foo/bar\n"
"      A revision to check out can optionally be specified to pin the\n"
"      external to a known revision:\n"
"        -r25 http://example.com/repos/zig foo/bar\n"
"      To unambiguously identify an element at a path which has been\n"
"      deleted (possibly even deleted multiple times in its history),\n"
"      an optional peg revision can be appended to the URL:\n"
"        -r25 http://example.com/repos/zig@42 foo/bar\n"
"      Relative URLs are indicated by starting the URL with one\n"
"      of the following strings:\n"
"        ../  to the parent directory of the extracted external\n"
"        ^/   to the repository root\n"
"        //   to the scheme\n"
"        /    to the server root\n"
"      The ambiguous format 'relative_path relative_path' is taken as\n"
"      'relative_url relative_path' with peg revision support.\n"
"      Lines in externals definitions starting with the '#' character\n"
"      are considered comments and are ignored.\n"
"      Subversion 1.4 and earlier only support the following formats\n"
"      where peg revisions can only be specified using a -r modifier\n"
"      and where URLs cannot be relative:\n"
"        foo             http://example.com/repos/zig\n"
"        foo/bar -r 1234 http://example.com/repos/zag\n"
"      Use of these formats is discouraged. They should only be used if\n"
"      interoperability with 1.4 clients is desired.\n"
"    svn:needs-lock - If present, indicates that the file should be locked\n"
"      before it is modified.  Makes the working copy file read-only\n"
"      when it is not locked.  Use 'svn propdel svn:needs-lock PATH...'\n"
"      to clear.\n"
"\n"
"  The svn:keywords, svn:executable, svn:eol-style, svn:mime-type and\n"
"  svn:needs-lock properties cannot be set on a directory.  A non-recursive\n"
"  attempt will fail, and a recursive attempt will set the property\n"
"  only on the file children of the directory.\n"
msgstr ""
"设定目录、文件或版本的属性。\n"
"用法: 1. propset PROPNAME PROPVAL PATH...\n"
"      2. propset PROPNAME --revprop -r REV PROPVAL [TARGET]\n"
"\n"
"  1、在工作副本中修改一个受版本控制的属性。\n"
"  2、在版本库的版本中修改一个非版本控制的属性。\n"
"     (TARGET 只用来判断访问哪一个版本库。)\n"
"\n"
"  可以使用选项 --file 来代替 PROPVAL 赋值。\n"
"\n"
"  注意: svn 除了能存储任意属性外,还识别以下专用的版本控制属性: \n"
"    svn:ignore     - 以换行符隔开的文件忽略模式列表。\n"
"    svn:keywords   - 将被展开的关键字。有效的关键字为。\n"
"      URL, HeadURL             - 此对象最新版本的 URL。\n"
"      Author, LastChangedBy    - 最后修改文件的人。\n"
"      Date, LastChangedDate    - 此对象最后修改的日期。\n"
"      Rev, Revision,           - 此对象最后修改的版本号。\n"
"      LastChangedRevision\n"
"      Id                       - 前四个关键字的压缩摘要。\n"
"      Header                   - 与 Id 类似,只是包含完整的 URL。\n"
"    svn:executable   - 如果存在此属性则设置文件为可执行的。\n"
"      使用 “svn propdel svn:executable PATH...” 清除。\n"
"    svn:eol-style    - “native”,“LF”,“CR”,“CRLF” 之一。\n"
"    svn:mime-type    - 文件的媒体类型。用以决定是否该合并该文件,\n"
"      以及 Apache 如何处理它。媒体类型以“text/”开头(或是没有指\n"
"      定媒体类型)的文件会被视为纯文本文件,否则就是二进制数据。\n"
"    svn:externals  - 以换行符隔开的模块说明列表,每项都由一个 URL 和\n"
"      相对目录路径组成,与命令“svn checkout”的句法类似:\n"
"        http://example.com/repos/zig foo/bar\n"
"      可以指定版本以钉住已知的版本:\n"
"        -r25 http://example.com/repos/zig foo/bar\n"
"      为了清楚的表明路径上的一个元素已经被删除(甚至可能被删除了多次),\n"
"      可以在 URL 后追加一个 peg 版本:\n"
"        -r25 http://example.com/repos/zig@42 foo/bar\n"
"      下列开始字符串指示相对 URL:\n"
"        ../  相对于外部引用的父目录\n"
"        ^/   相对于版本库的根\n"
"        //   相对于方案\n"
"        /    相对于服务器根\n"
"      相对路径“relative_path relative_path”这种不明确的格式来自\n"
"      “relative_url relative_path”和 peg 版本支持。\n"
"      以字符 '#' 开始的外部定义行被认为是注释,并且忽略。\n"
"      Subversion 1.4 和早期的仅支持下列格式,peg 版本只能使用 -r 指定,\n"
"      并且 URL 不能使用相对格式:\n"
"        foo             http://example.com/repos/zig\n"
"        foo/bar -r 1234 http://example.com/repos/zag\n"
"      不赞同使用这些格式。它们只应该用于希望支持 1.4 客户端的情况。\n"
"    svn:needs-lock - 此属性表明文件在修改前应该加锁。\n"
"      如果没有加锁,则此文件在工作副本中应被设为只读。使用\n"
"      “svn propdel svn:needs-lock PATH...” 清除。\n"
"\n"
"    svn:keywords, svn:executable, svn:eol-style, svn:mime-type 以及\n"
"    svn:needs-lock 属性不能设置在目录上。使用非递归选项(-N)在目录上\n"
"    设置这些属性时会失败,递归操作时只会作用于指定目录中的文件子孙上。\n"

#: ../svn/main.c:1207
msgid "read property value from file ARG"
msgstr "从文件 ARG 读取属性值"

#: ../svn/main.c:1210
msgid ""
"Relocate the working copy to point to a different repository root URL.\n"
"usage: 1. relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
"       2. relocate TO-URL [PATH]\n"
"\n"
"  Rewrite working copy URL metadata to reflect a syntactic change only.\n"
"  This is used when a repository's root URL changes (such as a scheme\n"
"  or hostname change) but your working copy still reflects the same\n"
"  directory within the same repository.\n"
"\n"
"  1. FROM-PREFIX and TO-PREFIX are initial substrings of the working\n"
"     copy's current and new URLs, respectively.  (You may specify the\n"
"     complete old and new URLs if you wish.)  Use 'svn info' to determine\n"
"     the current working copy URL.\n"
"\n"
"  2. TO-URL is the (complete) new repository URL to use for PATH.\n"
"\n"
"  Examples:\n"
"    svn relocate http:// svn:// project1 project2\n"
"    svn relocate http://www.example.com/repo/project \\\n"
"                 svn://svn.example.com/repo/project\n"
msgstr ""
"重新定位工作副本,指向不同的版本库根 URL。\n"
"用法:  1. relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
"       2. relocate TO-URL [PATH]\n"
"\n"
"  改写工作副本 URL 元数据,以反映仅版本库根 URL 的改变。这用于仅版本库根\n"
"  URL 改变(例如方案或主机名称),但是工作副本内容仍旧与版本库对应的情况。\n"
"\n"
"  1. FROM-PREFIX 和 TO-PREFIX 分别对应工作副本的旧 URL 与新 URL 开始子串\n"
"     (如果你喜欢,可以指定完整的 URL)。请使用 'svn info' 来确定当前工作\n"
"     副本的 URL。\n"
"\n"
"  2. TO-URL 是用于 PATH 的(完整的)新版本库 URL。\n"
"\n"
"  例如:\n"
"    svn relocate http:// svn:// project1 project2\n"
"    svn relocate http://www.example.com/repo/project \\\n"
"                 svn://svn.example.com/repo/project\n"

#: ../svn/main.c:1233
msgid ""
"Resolve conflicts on working copy files or directories.\n"
"usage: resolve --accept=ARG [PATH...]\n"
"\n"
"  Note:  the --accept option is currently required.\n"
msgstr ""
"解决工作副本中目录或文件的冲突。\n"
"用法: resolve --accept=ARG [PATH...]\n"
"\n"
"  注意:  当前需要选项 --accept 。\n"

#: ../svn/main.c:1238
msgid ""
"specify automatic conflict resolution source\n"
"                             ('base', 'working', 'mine-conflict',\n"
"                             'theirs-conflict', 'mine-full', 'theirs-full')"
msgstr ""
"指定自动解决冲突动作的源\n"
"                            ('base', 'working', 'mine-conflict',\n"
"                             'theirs-conflict', 'mine-full', 'theirs-full')"

#: ../svn/main.c:1245
msgid ""
"Remove 'conflicted' state on working copy files or directories.\n"
"usage: resolved PATH...\n"
"\n"
"  Note:  this subcommand does not semantically resolve conflicts or\n"
"  remove conflict markers; it merely removes the conflict-related\n"
"  artifact files and allows PATH to be committed again.  It has been\n"
"  deprecated in favor of running 'svn resolve --accept working'.\n"
msgstr ""
"删除工作副本中目录或文件的“冲突”状态。\n"
"用法: resolved PATH...\n"
"\n"
"  注意: 本子命令不会依语法来解决冲突或是删除冲突标记;它只是删除冲突相关的\n"
"        附加文件,让 PATH 可以被再次提交。它已经过时,被\n"
"        “svn resolve --accept working”取代。\n"

#: ../svn/main.c:1255
msgid ""
"Restore pristine working copy file (undo most local edits).\n"
"usage: revert PATH...\n"
"\n"
"  Note:  this subcommand does not require network access, and resolves\n"
"  any conflicted states.\n"
msgstr ""
"将工作副本文件恢复到原始版本(恢复大部分的本地修改)。\n"
"用法: revert PATH...\n"
"\n"
"  注意: 本子命令不会访问网络,它解除任何冲突的状态。\n"

#: ../svn/main.c:1263
msgid ""
"Print the status of working copy files and directories.\n"
"usage: status [PATH...]\n"
"\n"
"  With no args, print only locally modified items (no network access).\n"
"  With -q, print only summary information about locally modified items.\n"
"  With -u, add working revision and server out-of-date information.\n"
"  With -v, print full revision information on every item.\n"
"\n"
"  The first seven columns in the output are each one character wide:\n"
"    First column: Says if item was added, deleted, or otherwise changed\n"
"      ' ' no modifications\n"
"      'A' Added\n"
"      'C' Conflicted\n"
"      'D' Deleted\n"
"      'I' Ignored\n"
"      'M' Modified\n"
"      'R' Replaced\n"
"      'X' an unversioned directory created by an externals definition\n"
"      '?' item is not under version control\n"
"      '!' item is missing (removed by non-svn command) or incomplete\n"
"      '~' versioned item obstructed by some item of a different kind\n"
"    Second column: Modifications of a file's or directory's properties\n"
"      ' ' no modifications\n"
"      'C' Conflicted\n"
"      'M' Modified\n"
"    Third column: Whether the working copy directory is locked\n"
"      ' ' not locked\n"
"      'L' locked\n"
"    Fourth column: Scheduled commit will contain addition-with-history\n"
"      ' ' no history scheduled with commit\n"
"      '+' history scheduled with commit\n"
"    Fifth column: Whether the item is switched or a file external\n"
"      ' ' normal\n"
"      'S' the item has a Switched URL relative to the parent\n"
"      'X' a versioned file created by an eXternals definition\n"
"    Sixth column: Repository lock token\n"
"      (without -u)\n"
"      ' ' no lock token\n"
"      'K' lock token present\n"
"      (with -u)\n"
"      ' ' not locked in repository, no lock token\n"
"      'K' locked in repository, lock toKen present\n"
"      'O' locked in repository, lock token in some Other working copy\n"
"      'T' locked in repository, lock token present but sTolen\n"
"      'B' not locked in repository, lock token present but Broken\n"
"    Seventh column: Whether the item is the victim of a tree conflict\n"
"      ' ' normal\n"
"      'C' tree-Conflicted\n"
"    If the item is a tree conflict victim, an additional line is printed\n"
"    after the item's status line, explaining the nature of the conflict.\n"
"\n"
"  The out-of-date information appears in the ninth column (with -u):\n"
"      '*' a newer revision exists on the server\n"
"      ' ' the working copy is up to date\n"
"\n"
"  Remaining fields are variable width and delimited by spaces:\n"
"    The working revision (with -u or -v; '-' if the item is copied)\n"
"    The last committed revision and last committed author (with -v)\n"
"    The working copy path is always the final field, so it can\n"
"      include spaces.\n"
"\n"
"  The presence of a question mark ('?') where a working revision, last\n"
"  committed revision, or last committed author was expected indicates\n"
"  that the information is unknown or irrelevant given the state of the\n"
"  item (for example, when the item is the result of a copy operation).\n"
"  The question mark serves as a visual placeholder to facilitate parsing.\n"
"\n"
"  Example output:\n"
"    svn status wc\n"
"     M      wc/bar.c\n"
"    A  +    wc/qax.c\n"
"\n"
"    svn status -u wc\n"
"     M             965   wc/bar.c\n"
"            *      965   wc/foo.c\n"
"    A  +             -   wc/qax.c\n"
"    Status against revision:   981\n"
"\n"
"    svn status --show-updates --verbose wc\n"
"     M             965      938 kfogel       wc/bar.c\n"
"            *      965      922 sussman      wc/foo.c\n"
"    A  +             -      687 joe          wc/qax.c\n"
"                   965      687 joe          wc/zig.c\n"
"    Status against revision:   981\n"
"\n"
"    svn status\n"
"     M      wc/bar.c\n"
"    !     C wc/qaz.c\n"
"          >   local missing, incoming edit upon update\n"
"    D       wc/qax.c\n"
msgstr ""
"显示工作副本中目录与文件的状态。\n"
"用法: status [PATH...]\n"
"\n"
"  未指定参数时,只显示本地修改的条目(没有网络访问)。\n"
"  使用 -q 时,只显示本地修改条目的摘要信息。\n"
"  使用 -u 时,增加工作版本和服务器上版本过期信息。\n"
"  使用 -v 时,显示每个条目的完整版本信息。\n"
"\n"
"  输出的前七栏各占一个字符宽度: \n"
"    第一栏: 表示一个项目是增加、删除,还是修改\n"
"      “ ” 无修改\n"
"      “A” 增加\n"
"      “C” 冲突\n"
"      “D” 删除\n"
"      “I” 忽略\n"
"      “M” 改变\n"
"      “R” 替换\n"
"      “X” 未纳入版本控制的目录,被外部引用的目录所创建\n"
"      “?” 未纳入版本控制\n"
"      “!” 该项目已遗失(被非 svn 命令删除)或不完整\n"
"      “~” 版本控制下的项目与其它类型的项目重名\n"
"    第二栏: 显示目录或文件的属性状态\n"
"      “ ” 无修改\n"
"      “C” 冲突\n"
"      “M” 改变\n"
"    第三栏: 工作副本目录是否被锁定\n"
"      “ ” 未锁定\n"
"      “L” 锁定\n"
"    第四栏: 已调度的提交是否包含副本历史\n"
"      “ ” 没有历史\n"
"      “+” 包含历史\n"
"    第五栏: 该条目相对其父目录是否已切换,或者是外部引用的文件\n"
"      “ ” 正常\n"
"      “S” 已切换\n"
"      “X” 被外部引用创建的文件\n"
"    第六栏: 版本库锁定标记\n"
"      (没有 -u)\n"
"      “ ” 没有锁定标记\n"
"      “K” 存在锁定标记\n"
"      (使用 -u)\n"
"      “ ” 没有在版本库中锁定,没有锁定标记\n"
"      “K” 在版本库中被锁定,存在锁定标记\n"
"      “O” 在版本库中被锁定,锁定标记在一些其他工作副本中\n"
"      “T” 在版本库中被锁定,存在锁定标记但已被窃取\n"
"      “B” 没有在版本库中被锁定,存在锁定标记但已被破坏\n"
"    第七栏: 项目冲突标记\n"
"      “ ” 正常\n"
"      “C” 树冲突\n"
"    如果项目包含于树冲突之中,在项目状态行后会附加行,说明冲突的种类。\n"
"\n"
"  是否过期的信息出现的位置是第九栏(与 -u 并用时): \n"
"      “*” 服务器上有更新版本\n"
"      “ ” 工作副本是最新版的\n"
"\n"
"  剩余的栏位皆为变动宽度,并以空白隔开: \n"
"    工作版本号(使用 -u 或 -v 时;被复制时显示“-”)\n"
"    最后提交的版本与最后提交的作者(使用 -v 时)\n"
"    工作副本路径总是最后一栏,所以它可以包含空白字符。\n"
"\n"
"  问号标记 (“?”) 出现在工作版本,最后提交的版本,或最后提交的作者位置时,\n"
"  它指示信息未知,或者给出此项目的状态是不恰当的 (例如项目是复制操作的结"
"果)。\n"
"  问号标记用来作为一个视觉占位符,易于解析\n"
"\n"
"  范例输出: \n"
"    svn status wc\n"
"     M      wc/bar.c\n"
"    A  +    wc/qax.c\n"
"\n"
"    svn status -u wc\n"
"     M             965   wc/bar.c\n"
"            *      965   wc/foo.c\n"
"    A  +             -   wc/qax.c\n"
"    版本 981 的状态\n"
"\n"
"    svn status --show-updates --verbose wc\n"
"     M             965      938 kfogel       wc/bar.c\n"
"            *      965      922 sussman      wc/foo.c\n"
"    A  +             -      687 joe          wc/qax.c\n"
"                   965      687 joe          wc/zig.c\n"
"    版本 981 的状态\n"
"\n"
"    svn status\n"
"     M      wc/bar.c\n"
"    !     C wc/qaz.c\n"
"          >   local missing, incoming edit upon update\n"
"    D       wc/qax.c\n"

#: ../svn/main.c:1355
msgid "don't print unversioned items"
msgstr "不打印未版本控制的条目"

#: ../svn/main.c:1358
msgid ""
"Update the working copy to a different URL within the same repository.\n"
"usage: 1. switch URL[@PEGREV] [PATH]\n"
"       2. switch --relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
"\n"
"  1. Update the working copy to mirror a new URL within the repository.\n"
"     This behavior is similar to 'svn update', and is the way to\n"
"     move a working copy to a branch or tag within the same repository.\n"
"     If specified, PEGREV determines in which revision the target is first\n"
"     looked up.\n"
"\n"
"     If --force is used, unversioned obstructing paths in the working\n"
"     copy do not automatically cause a failure if the switch attempts to\n"
"     add the same path.  If the obstructing path is the same type (file\n"
"     or directory) as the corresponding path in the repository it becomes\n"
"     versioned but its contents are left 'as-is' in the working copy.\n"
"     This means that an obstructing directory's unversioned children may\n"
"     also obstruct and become versioned.  For files, any content "
"differences\n"
"     between the obstruction and the repository are treated like a local\n"
"     modification to the working copy.  All properties from the repository\n"
"     are applied to the obstructing path.\n"
"\n"
"     Use the --set-depth option to set a new working copy depth on the\n"
"     targets of this operation.\n"
"\n"
"     By default, Subversion will refuse to switch a working copy path to\n"
"     a new URL with which it shares no common version control ancestry.\n"
"     Use the '--ignore-ancestry' option to override this sanity check.\n"
"\n"
"  2. The '--relocate' option is deprecated. This syntax is equivalent to\n"
"     'svn relocate FROM-PREFIX TO-PREFIX [PATH]'.\n"
"\n"
"  See also 'svn help update' for a list of possible characters\n"
"  reporting the action taken.\n"
"\n"
"  Examples:\n"
"    svn switch ^/branches/1.x-release\n"
"    svn switch --relocate http:// svn://\n"
"    svn switch --relocate http://www.example.com/repo/project \\\n"
"                          svn://svn.example.com/repo/project\n"
msgstr ""
"更新工作副本至同一版本库中的不同 URL。\n"
"用法:  1、switch URL[@PEGREV] [PATH]\n"
"       2、switch --relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
"\n"
"  1、更新工作副本,与同一版本库中的新 URL 对应。其行为跟 “svn update” 很"
"像,\n"
"     也是将工作副本切换到同一版本库中某个分支或者标签的方法。PEGREV 决定从\n"
"     哪个版本查找目标。\n"
"\n"
"     如果使用了 “--force” 选项,在工作副本中未版本控制的障碍路径,不会自动\n"
"     导致失败。如果障碍路径与版本库中的对应路径类型相同(文件或目录),它将成\n"
"     为受版本控制的路径,但是内容不改变。它意味着障碍路径的子孙,也可能是障\n"
"     碍路径,同样会受版本控制。对于障碍路径中的文件,如果与版本库内的不同,\n"
"     将视为工作副本发生本地修改。版本库中的所有属性都应用于障碍路径。\n"
"\n"
"     使用 “--set-depth” 选项设置此操作目标的工作副本之新深度。\n"
"\n"
"     如果新 URL 与工作副本路径没有版本继承关系,Subversion 将会拒绝操作。选"
"项\n"
"     '--ignore-ancestry' 可以禁止此检查。\n"
"\n"
"  2、选项 “--relocate” 已经淘汰。它的句法等价于\n"
"     “svn relocate FROM-PREFIX TO-PREFIX [PATH]”。\n"
"\n"
"  参见 “svn help update” 以获取报告执行动作的字符列表。\n"
"\n"
"  样例:\n"
"    svn switch ^/branches/1.x-release\n"
"    svn switch --relocate http:// svn://\n"
"    svn switch --relocate http://www.example.com/repo/project \\\n"
"                          svn://svn.example.com/repo/project\n"

#: ../svn/main.c:1401
msgid ""
"Unlock working copy paths or URLs.\n"
"usage: unlock TARGET...\n"
"\n"
"  Use --force to break the lock.\n"
msgstr ""
"解除工作副本或URL的锁定。\n"
"用法: unlock TARGET...\n"
"\n"
"    使用 --force 终止锁定。\n"

#: ../svn/main.c:1408
msgid ""
"Bring changes from the repository into the working copy.\n"
"usage: update [PATH...]\n"
"\n"
"  If no revision is given, bring working copy up-to-date with HEAD rev.\n"
"  Else synchronize working copy to revision given by -r.\n"
"\n"
"  For each updated item a line will be printed with characters reporting\n"
"  the action taken. These characters have the following meaning:\n"
"\n"
"    A  Added\n"
"    D  Deleted\n"
"    U  Updated\n"
"    C  Conflict\n"
"    G  Merged\n"
"    E  Existed\n"
"    R  Replaced\n"
"\n"
"  Characters in the first column report about the item itself.\n"
"  Characters in the second column report about properties of the item.\n"
"  A 'B' in the third column signifies that the lock for the file has\n"
"  been broken or stolen.\n"
"  A 'C' in the fourth column indicates a tree conflict, while a 'C' in\n"
"  the first and second columns indicate textual conflicts in files\n"
"  and in property values, respectively.\n"
"\n"
"  If --force is used, unversioned obstructing paths in the working\n"
"  copy do not automatically cause a failure if the update attempts to\n"
"  add the same path.  If the obstructing path is the same type (file\n"
"  or directory) as the corresponding path in the repository it becomes\n"
"  versioned but its contents are left 'as-is' in the working copy.\n"
"  This means that an obstructing directory's unversioned children may\n"
"  also obstruct and become versioned.  For files, any content differences\n"
"  between the obstruction and the repository are treated like a local\n"
"  modification to the working copy.  All properties from the repository\n"
"  are applied to the obstructing path.  Obstructing paths are reported\n"
"  in the first column with code 'E'.\n"
"\n"
"  If the specified update target is missing from the working copy but its\n"
"  immediate parent directory is present, checkout the target into its\n"
"  parent directory at the specified depth.  If --parents is specified,\n"
"  create any missing parent directories of the target by checking them\n"
"  out, too, at depth=empty.\n"
"\n"
"  Use the --set-depth option to set a new working copy depth on the\n"
"  targets of this operation.\n"
msgstr ""
"将版本库的修改合并到工作副本中。\n"
"用法: update [PATH...]\n"
"\n"
"  如果没有指定版本,则将工作副本更新到 HEAD 版本。否则同步到 -r 选项所\n"
"  指定的版本。\n"
"\n"
"  每更新一项就输出一行信息,使用首字符来报告执行的动作。这些字符的含义是: \n"
"\n"
"    A  已添加\n"
"    D  已删除\n"
"    U  已更新\n"
"    C  合并冲突\n"
"    G  合并成功\n"
"    E  已存在\n"
"    R  已替换\n"
"\n"
"  第一列字符报告项目本身。\n"
"  第二列表示报告项目属性。\n"
"  第三列中的字符“B”表示此文件上的锁被终止或窃取。\n"
"  第四列中的字符“C”表示树冲突,同时“C”出现在第一列或第二列,分别表示\n"
"  内容冲突或属性冲突。\n"
"\n"
"  如果使用了 “--force” 选项,在工作副本中未版本控制的障碍路径,不会自动\n"
"  导致签出失败。 如果障碍路径与版本库中的对应路径类型相同(文件或目录),它\n"
"  将成为受版本控制的路径,但是内容不改变。它意味着障碍路径的子孙,也可能\n"
"  是障碍路径,同样会受版本控制。对于障碍路径中的文件,如果与版本库内的\n"
"  不同,将视为工作副本发生本地修改。版本库中的所有属性都应用于障碍路径。\n"
"  用第一列字符 “E” 来报告障碍路径。\n"
"\n"
"  如果工作副本中并没有指定的更新目标,但是有其父目录,那么就在指定路径上\n"
"  将目标检出到其父目录中。如果使用了选项 --parents,就会创建目标的所有不\n"
"  存在的父目录 (使用选项 --depth=empty)。\n"
"\n"
"  使用“--set-depth”选项设置此操作目标的工作副本之新深度。\n"

#: ../svn/main.c:1458
msgid ""
"Upgrade the metadata storage format for a working copy.\n"
"usage: upgrade [WCPATH...]\n"
"\n"
"  Local modifications are preserved.\n"
msgstr ""
"升级工作副本的元数据存储格式。\n"
"用法: upgrade [WCPATH...]\n"
"\n"
"  保留本地修改。\n"

#: ../svn/main.c:1504 ../svnadmin/main.c:86 ../svnlook/main.c:364
#: ../svnrdump/svnrdump.c:63 ../svnsync/main.c:287
msgid "Caught signal"
msgstr "捕捉到信号"

#: ../svn/main.c:1624 ../svnlook/main.c:2392
msgid "Non-numeric limit argument given"
msgstr "--limit 取值不是数字"

#: ../svn/main.c:1630 ../svnlook/main.c:2398
msgid "Argument to --limit must be positive"
msgstr "--limit 取值必须为正"

#: ../svn/main.c:1651 ../svn/main.c:1937
msgid "Can't specify -c with --old"
msgstr "不能同时指定 -c 和 --old"

#: ../svn/main.c:1683
#, c-format
msgid "Negative number in range (%s) not supported with -c"
msgstr "-c 选项不支持负数在范围 (%s) 中"

#: ../svn/main.c:1696
#, c-format
msgid "Non-numeric change argument (%s) given to -c"
msgstr "-c 选项的取值(%s)不是数字"

#: ../svn/main.c:1704
msgid "There is no change 0"
msgstr "没有版本 0"

#: ../svn/main.c:1752 ../svnadmin/main.c:1684 ../svnrdump/svnrdump.c:774
#: ../svnsync/main.c:1902
#, c-format
msgid "Syntax error in revision argument '%s'"
msgstr "版本参数“%s”中有语法错误"

#: ../svn/main.c:1825 ../svn/main.c:1844
#, c-format
msgid "Error converting depth from locale to UTF-8"
msgstr "将深度从本地编码转换到 UTF8 失败"

#: ../svn/main.c:1833
#, c-format
msgid ""
"'%s' is not a valid depth; try 'empty', 'files', 'immediates', or 'infinity'"
msgstr ""
"“%s” 不是有效的深度;尝试 “empty”,“files”,“immediates”,或 “infinity”"

#: ../svn/main.c:1852
#, c-format
msgid ""
"'%s' is not a valid depth; try 'exclude', 'empty', 'files', 'immediates', or "
"'infinity'"
msgstr ""
"“%s” 不是有效的深度;尝试 “exclude”,“empty”,“files”,“immediates”,或 "
"“infinity”"

#: ../svn/main.c:1983
#, c-format
msgid "Syntax error in native-eol argument '%s'"
msgstr "原生换行符号参数 “%s” 中有语法错误"

#: ../svn/main.c:2003
msgid "Changelist names must not be empty"
msgstr "修改列表的名称不能为空"

#: ../svn/main.c:2039
#, c-format
msgid "'%s' is not a valid --accept value"
msgstr "“%s” 是非法 --accept 取值"

#: ../svn/main.c:2048
#, c-format
msgid "'%s' is not a valid --show-revs value"
msgstr "“%s” 是非法 --show-revs 取值"

#: ../svn/main.c:2061
#, c-format
msgid "Invalid strip count '%s'"
msgstr "无效修剪计数 '%s'"

#: ../svn/main.c:2067
msgid "Argument to --strip must be positive"
msgstr "--strip 参数的取值必须为正"

#: ../svn/main.c:2148 ../svndumpfilter/main.c:1402 ../svnlook/main.c:2471
#, c-format
msgid "Subcommand argument required\n"
msgstr "必须提供子命令参数\n"

#: ../svn/main.c:2167 ../svnadmin/main.c:1828 ../svndumpfilter/main.c:1421
#: ../svnlook/main.c:2490 ../svnrdump/svnrdump.c:862
#, c-format
msgid "Unknown command: '%s'\n"
msgstr "未知命令: “%s”\n"

#: ../svn/main.c:2201
#, c-format
msgid ""
"Subcommand '%s' doesn't accept option '%s'\n"
"Type 'svn help %s' for usage.\n"
msgstr ""
"子命令“%s”不接受选项“%s”\n"
"输入“svn help %s”得到用法。\n"

#: ../svn/main.c:2216
msgid ""
"Multiple revision arguments encountered; can't specify -c twice, or both -c "
"and -r"
msgstr "遇到了多个版本参数;不能指定 -c 两次或者同时使用 -c 和 -r"

#: ../svn/main.c:2228
msgid "--depth and --set-depth are mutually exclusive"
msgstr "--depth 与 --set-depth 是互斥的"

#: ../svn/main.c:2238
msgid "--with-all-revprops and --with-no-revprops are mutually exclusive"
msgstr "--with-all-revprops 与 --with-no-revprops 是互斥的"

#: ../svn/main.c:2248
msgid "--with-revprop and --with-no-revprops are mutually exclusive"
msgstr "--with-revprop 与 --with-no-revprops 是互斥的"

#: ../svn/main.c:2261
msgid "--message (-m) and --file (-F) are mutually exclusive"
msgstr "--message (-m) 与 --file (-F) 是互斥的"

#: ../svn/main.c:2270 ../svnrdump/svnrdump.c:921 ../svnsync/main.c:1983
msgid "--trust-server-cert requires --non-interactive"
msgstr "--trust-server-cert 需要 --non-interactive"

#: ../svn/main.c:2280
msgid "--diff-cmd and --internal-diff are mutually exclusive"
msgstr "--diff-cmd 与 --internal-diff 是互斥的"

#: ../svn/main.c:2340
msgid "Log message file is a versioned file; use '--force-log' to override"
msgstr "日志信息文件受版本控制;请使用 “--force-log” 强制执行"

#: ../svn/main.c:2347
msgid "Lock comment file is a versioned file; use '--force-log' to override"
msgstr "锁注释文件受版本控制;请使用 “--force-log” 强制执行"

#: ../svn/main.c:2368
msgid ""
"The log message is a pathname (was -F intended?); use '--force-log' to "
"override"
msgstr ""
"日志信息是路径名称 (本来想用 -F 选项的吗?);请使用“--force-log”强制执行"

#: ../svn/main.c:2375
msgid ""
"The lock comment is a pathname (was -F intended?); use '--force-log' to "
"override"
msgstr "锁注释是路径名称 (本来想用-F 选项的吗?);请使用“--force-log”强制执行"

#: ../svn/main.c:2389
msgid "--relocate and --depth are mutually exclusive"
msgstr "--relocate 与 --depth 是互斥的"

#: ../svn/main.c:2397
msgid "--relocate and --non-recursive (-N) are mutually exclusive"
msgstr "--relocate 与 --non-recursive (-N) 是互斥的"

#: ../svn/main.c:2484
msgid "--auto-props and --no-auto-props are mutually exclusive"
msgstr "--auto-props 与 --no-auto-props 是互斥的"

#: ../svn/main.c:2498
msgid "--reintegrate cannot be used with --ignore-ancestry or --record-only"
msgstr "--reintegrate 不能与 --ignore-ancestry 或 --record-only 共存"

#: ../svn/main.c:2506
msgid "--reintegrate cannot be used with --ignore-ancestry"
msgstr "--reintegrate 不能与 --ignore-ancestry 共存"

#: ../svn/main.c:2514
msgid "--reintegrate cannot be used with --record-only"
msgstr "--reintegrate 不能与 --record-only 共存"

#: ../svn/main.c:2638 ../svn/main.c:2644
#, c-format
msgid "--accept=%s incompatible with --non-interactive"
msgstr "--accept=%s 与 --non-interactive 不兼容"

#: ../svn/main.c:2669
msgid "Try 'svn help' for more info"
msgstr "请使用 “svn help” 以得到更多信息"

#: ../svn/main.c:2674
msgid "Please see the 'svn upgrade' command"
msgstr "请参阅命令 'svn upgrade'"

#: ../svn/main.c:2690
msgid ""
"svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for "
"details)\n"
msgstr "svn: 运行“svn cleanup”删除锁定 (输入“svn help cleanup”得到用法)\n"

#: ../svn/merge-cmd.c:65
msgid "-r and -c can't be used with --reintegrate"
msgstr "-r 和 -c 不能与 --reintegrate 共存"

#: ../svn/merge-cmd.c:120
msgid "Merge source required"
msgstr "需要合并源"

#: ../svn/merge-cmd.c:166
msgid "Second revision required"
msgstr "需要第二个版本"

#: ../svn/merge-cmd.c:175 ../svn/merge-cmd.c:208 ../svn/mergeinfo-cmd.c:84
#: ../svnadmin/main.c:1398 ../svnlook/main.c:1888 ../svnlook/main.c:2077
#: ../svnlook/main.c:2181 ../svnlook/main.c:2213
msgid "Too many arguments given"
msgstr "参数过多"

#: ../svn/merge-cmd.c:197
msgid "Cannot specify a revision range with two URLs"
msgstr "不能对两个 URL 指定版本范围"

#: ../svn/merge-cmd.c:224
msgid "A working copy merge source needs an explicit revision"
msgstr "工作副本的合并来源需要指定版本"

#: ../svn/merge-cmd.c:283
msgid "--depth cannot be used with --reintegrate"
msgstr "--depth 不能与 --reintegrate 共存"

#: ../svn/merge-cmd.c:288
msgid "--force cannot be used with --reintegrate"
msgstr "--force 不能与 --reintegrate 共存"

#: ../svn/merge-cmd.c:293
msgid "--reintegrate can only be used with a single merge source"
msgstr "--reintegrate 只能用于单一合并源"

#: ../svn/merge-cmd.c:297
msgid "--allow-mixed-revisions cannot be used with --reintegrate"
msgstr "--allow-mixed-revisions 不能与 --reintegrate 共存"

#: ../svn/merge-cmd.c:373
msgid ""
"Merge tracking not possible, use --ignore-ancestry or\n"
"fix invalid mergeinfo in target with 'svn propset'"
msgstr ""
"不能执行合并跟踪,对目标使用“svn propset”修正非法合并信息,或者使用选项\n"
"--ignore-ancestry"

#: ../svn/mergeinfo-cmd.c:81
msgid "Not enough arguments given"
msgstr "没有提供足够的参数"

#: ../svn/mkdir-cmd.c:92
msgid "Try 'svn add' or 'svn add --non-recursive' instead?"
msgstr "尝试用 “svn add”或 “svn add --non-recursive”代替?"

#: ../svn/mkdir-cmd.c:98
msgid "Try 'svn mkdir --parents' instead?"
msgstr "尝试 “svn mkdir --parents”?"

#: ../svn/notify.c:83 ../svn/status-cmd.c:87
msgid "Summary of conflicts:\n"
msgstr "冲突概要:\n"

#: ../svn/notify.c:87 ../svn/status-cmd.c:91
#, c-format
msgid "  Text conflicts: %u\n"
msgstr "  正文冲突:%u\n"

#: ../svn/notify.c:91 ../svn/status-cmd.c:95
#, c-format
msgid "  Property conflicts: %u\n"
msgstr "  属性冲突:%u\n"

#: ../svn/notify.c:95 ../svn/status-cmd.c:99
#, c-format
msgid "  Tree conflicts: %u\n"
msgstr "  树冲突:%u\n"

#: ../svn/notify.c:99
#, c-format
msgid "  Skipped paths: %u\n"
msgstr "  跳过的路径:%u\n"

#: ../svn/notify.c:133
#, c-format
msgid "Skipped missing target: '%s'\n"
msgstr "跳过缺少的目标: “%s”\n"

#: ../svn/notify.c:140
#, c-format
msgid "Skipped target: '%s' -- copy-source is missing\n"
msgstr "跳过目标: '%s' -- copy-source 丢失\n"

#: ../svn/notify.c:147
#, c-format
msgid "Skipped '%s'\n"
msgstr "跳过“%s”\n"

#: ../svn/notify.c:154
#, c-format
msgid "Skipped '%s' -- An obstructing working copy was found\n"
msgstr "忽略“%s” -- 发现障碍工作副本\n"

#: ../svn/notify.c:161
#, c-format
msgid "Skipped '%s' -- Has no versioned parent\n"
msgstr "已跳过 '%s' -- 没有已版本控制的父亲\n"

#: ../svn/notify.c:168
#, c-format
msgid "Skipped '%s' -- Access denied\n"
msgstr "已跳过 '%s' -- 拒绝访问\n"

#: ../svn/notify.c:175
#, c-format
msgid "Skipped '%s' -- Node remains in conflict\n"
msgstr "已跳过 '%s' -- 节点处于冲突状态\n"

#: ../svn/notify.c:246
#, c-format
msgid "Restored '%s'\n"
msgstr "已还原“%s”\n"

#: ../svn/notify.c:252
#, c-format
msgid "Reverted '%s'\n"
msgstr "已恢复“%s”\n"

#: ../svn/notify.c:258
#, c-format
msgid "Failed to revert '%s' -- try updating instead.\n"
msgstr "无法恢复“%s”-- 请改用更新试试。\n"

#: ../svn/notify.c:266
#, c-format
msgid "Resolved conflicted state of '%s'\n"
msgstr "“%s”的冲突状态已解决\n"

#: ../svn/notify.c:355 ../svn/notify.c:395
#, c-format
msgid ">         applied hunk ## -%lu,%lu +%lu,%lu ## with offset %s"
msgstr ">         已应用块 ## -%lu,%lu +%lu,%lu ##,偏移 %s"

#: ../svn/notify.c:372 ../svn/notify.c:409
#, c-format
msgid ">         applied hunk @@ -%lu,%lu +%lu,%lu @@ with offset %s"
msgstr ">         已应用块 @@ -%lu,%lu +%lu,%lu @@ 偏移 %s"

#: ../svn/notify.c:430
#, c-format
msgid ">         applied hunk ## -%lu,%lu +%lu,%lu ## with fuzz %lu (%s)\n"
msgstr ">         已应用块 ## -%lu,%lu +%lu,%lu ## 模糊 %lu (%s)\n"

#: ../svn/notify.c:440
#, c-format
msgid ">         applied hunk @@ -%lu,%lu +%lu,%lu @@ with fuzz %lu\n"
msgstr ">         已应用块 @@ -%lu,%lu +%lu,%lu @@ 模糊 %lu\n"

#: ../svn/notify.c:458
#, c-format
msgid ">         rejected hunk ## -%lu,%lu +%lu,%lu ## (%s)\n"
msgstr ">         已拒绝块 ## -%lu,%lu +%lu,%lu ## (%s)\n"

#: ../svn/notify.c:467
#, c-format
msgid ">         rejected hunk @@ -%lu,%lu +%lu,%lu @@\n"
msgstr ">         已拒绝的块 @@ -%lu,%lu +%lu,%lu @@\n"

#: ../svn/notify.c:481
#, c-format
msgid ">         hunk ## -%lu,%lu +%lu,%lu ## already applied (%s)\n"
msgstr ">         块 ## -%lu,%lu +%lu,%lu ## 已经应用 (%s)\n"

#: ../svn/notify.c:491
#, c-format
msgid ">         hunk @@ -%lu,%lu +%lu,%lu @@ already applied\n"
msgstr ">         块 @@ -%lu,%lu +%lu,%lu @@ 已经应用\n"

#: ../svn/notify.c:551
#, c-format
msgid ""
"\n"
"Fetching external item into '%s':\n"
msgstr ""
"\n"
"正在取得外部项目至 '%s':\n"

#: ../svn/notify.c:577
#, c-format
msgid "Error handling externals definition for '%s':"
msgstr "处理外部引用“%s”时出错:"

#: ../svn/notify.c:591
#, c-format
msgid "Updating '%s':\n"
msgstr "正在升级 '%s':\n"

#: ../svn/notify.c:607
#, c-format
msgid "Exported external at revision %ld.\n"
msgstr "已导出版本 %ld 的外部项目。\n"

#: ../svn/notify.c:608
#, c-format
msgid "Exported revision %ld.\n"
msgstr "已导出版本 %ld。\n"

#: ../svn/notify.c:616
#, c-format
msgid "Checked out external at revision %ld.\n"
msgstr "取出版本 %ld 的外部项目。\n"

#: ../svn/notify.c:617
#, c-format
msgid "Checked out revision %ld.\n"
msgstr "取出版本 %ld。\n"

#: ../svn/notify.c:628
#, c-format
msgid "Updated external to revision %ld.\n"
msgstr "更新外部项目至版本 %ld。\n"

#: ../svn/notify.c:629
#, c-format
msgid "Updated to revision %ld.\n"
msgstr "更新到版本 %ld。\n"

#: ../svn/notify.c:637
#, c-format
msgid "External at revision %ld.\n"
msgstr "外部项目版本 %ld。\n"

#: ../svn/notify.c:638
#, c-format
msgid "At revision %ld.\n"
msgstr "版本 %ld。\n"

#: ../svn/notify.c:650
#, c-format
msgid "External export complete.\n"
msgstr "完成外部项目导出。\n"

#: ../svn/notify.c:651
#, c-format
msgid "Export complete.\n"
msgstr "完成导出。\n"

#: ../svn/notify.c:658
#, c-format
msgid "External checkout complete.\n"
msgstr "完成取出外部项目。\n"

#: ../svn/notify.c:659
#, c-format
msgid "Checkout complete.\n"
msgstr "完成取出。\n"

#: ../svn/notify.c:666
#, c-format
msgid "External update complete.\n"
msgstr "完成外部项目更新。\n"

#: ../svn/notify.c:667
#, c-format
msgid "Update complete.\n"
msgstr "完成更新。\n"

#: ../svn/notify.c:684
#, c-format
msgid ""
"\n"
"Performing status on external item at '%s':\n"
msgstr ""
"\n"
"对外部项目“%s”进行状态检查:\n"

#: ../svn/notify.c:692
#, c-format
msgid "Status against revision: %6ld\n"
msgstr "版本 %6ld 的状态\n"

#: ../svn/notify.c:701
#, c-format
msgid "Sending copy of       %s\n"
msgstr "正在发送副本          %s\n"

#: ../svn/notify.c:702
#, c-format
msgid "Sending        %s\n"
msgstr "正在发送       %s\n"

#: ../svn/notify.c:713
#, c-format
msgid "Adding copy of (bin)  %s\n"
msgstr "正在增加 (二进制)     %s\n"

#: ../svn/notify.c:714
#, c-format
msgid "Adding  (bin)  %s\n"
msgstr "正在增加 (二进制) %s\n"

#: ../svn/notify.c:722
#, c-format
msgid "Adding copy of        %s\n"
msgstr "正在增加副本          %s\n"

#: ../svn/notify.c:723
#, c-format
msgid "Adding         %s\n"
msgstr "正在增加       %s\n"

#: ../svn/notify.c:732
#, c-format
msgid "Deleting copy of      %s\n"
msgstr "正在删除副本          %s\n"

#: ../svn/notify.c:733
#, c-format
msgid "Deleting       %s\n"
msgstr "正在删除       %s\n"

#: ../svn/notify.c:742
#, c-format
msgid "Replacing copy of     %s\n"
msgstr "正在替换副本          %s\n"

#: ../svn/notify.c:743
#, c-format
msgid "Replacing      %s\n"
msgstr "正在替换       %s\n"

#: ../svn/notify.c:753 ../svnsync/sync.c:330
#, c-format
msgid "Transmitting file data "
msgstr "传输文件数据"

#: ../svn/notify.c:762
#, c-format
msgid "'%s' locked by user '%s'.\n"
msgstr "“%s”被用户“%s”锁定。\n"

#: ../svn/notify.c:768
#, c-format
msgid "'%s' unlocked.\n"
msgstr "“%s”解除锁定。\n"

#: ../svn/notify.c:795
#, c-format
msgid "--- Merging differences between repository URLs into '%s':\n"
msgstr "--- 正在合并版本库 URL 之间的差异到 “%s”:\n"

#: ../svn/notify.c:800
#, c-format
msgid "--- Merging r%ld into '%s':\n"
msgstr "--- 正在合并 r%ld 到 “%s”:\n"

#: ../svn/notify.c:804
#, c-format
msgid "--- Reverse-merging r%ld into '%s':\n"
msgstr "--- 正在反向合并 r%ld 到 “%s”:\n"

#: ../svn/notify.c:808
#, c-format
msgid "--- Merging r%ld through r%ld into '%s':\n"
msgstr "--- 正在合并 r%ld,经由 r%ld,到 “%s”:\n"

#: ../svn/notify.c:814
#, c-format
msgid "--- Reverse-merging r%ld through r%ld into '%s':\n"
msgstr "--- 正在反向合并 r%ld,经由 r%ld,到 “%s”:\n"

#: ../svn/notify.c:826
#, c-format
msgid "--- Recording mergeinfo for merge between repository URLs into '%s':\n"
msgstr "--- 记录版本库 URL 之间的合并信息到“%s”:\n"

#: ../svn/notify.c:836
#, c-format
msgid "--- Recording mergeinfo for merge of r%ld into '%s':\n"
msgstr "--- 记录合并 r%ld 到“%s”的信息:\n"

#: ../svn/notify.c:841
#, c-format
msgid "--- Recording mergeinfo for reverse merge of r%ld into '%s':\n"
msgstr "--- 记录反向合并 r%ld 到“%s”的信息:\n"

#: ../svn/notify.c:846
#, c-format
msgid "--- Recording mergeinfo for merge of r%ld through r%ld into '%s':\n"
msgstr "--- 记录合并 r%ld,经由 r%ld,到“%s”的信息:\n"

#: ../svn/notify.c:851
#, c-format
msgid ""
"--- Recording mergeinfo for reverse merge of r%ld through r%ld into '%s':\n"
msgstr "--- 记录反向合并 r%ld,经由 r%ld,到“%s”的信息:\n"

#: ../svn/notify.c:861
#, c-format
msgid "--- Eliding mergeinfo from '%s':\n"
msgstr "--- 正在从 '%s' 删除合并信息:\n"

#: ../svn/notify.c:869
#, c-format
msgid "--- Merging differences between foreign repository URLs into '%s':\n"
msgstr "--- 正在合并外部版本库 URL 之间的差异到 “%s”:\n"

#: ../svn/notify.c:875
#, c-format
msgid "--- Merging (from foreign repository) r%ld into '%s':\n"
msgstr "--- 正在合并(从外部版本库) r%ld 到 “%s”:\n"

#: ../svn/notify.c:880
#, c-format
msgid "--- Reverse-merging (from foreign repository) r%ld into '%s':\n"
msgstr "--- 正在反向合并(从外部版本库) r%ld 到 “%s”:\n"

#: ../svn/notify.c:885
#, c-format
msgid "--- Merging (from foreign repository) r%ld through r%ld into '%s':\n"
msgstr "--- 正在合并(从外部版本库) r%ld,经由 r%ld,到 “%s”:\n"

#: ../svn/notify.c:891
#, c-format
msgid ""
"--- Reverse-merging (from foreign repository) r%ld through r%ld into '%s':\n"
msgstr "--- 正在反向合并(从外部版本库) r%ld,经由 r%ld,到 “%s”:\n"

#: ../svn/notify.c:927
#, c-format
msgid "property '%s' set on '%s'\n"
msgstr "设置属性 “%s” 于 “%s”\n"

#: ../svn/notify.c:935
#, c-format
msgid "property '%s' deleted from '%s'.\n"
msgstr "删除属性 “%s” 于 “%s”。\n"

#: ../svn/notify.c:943
#, c-format
msgid "Attempting to delete nonexistent property '%s' on '%s'\n"
msgstr "试图删除不存在的属性“%s”于“%s”\n"

#: ../svn/notify.c:952
#, c-format
msgid "property '%s' set on repository revision %ld\n"
msgstr "设定属性 “%s” 于版本库版本 %ld\n"

#: ../svn/notify.c:960
#, c-format
msgid "property '%s' deleted from repository revision %ld\n"
msgstr "删除属性 “%s” 于版本库版本 %ld\n"

#: ../svn/notify.c:967
#, c-format
msgid "Upgraded '%s'\n"
msgstr "已升级的“%s”\n"

#: ../svn/notify.c:973
#, c-format
msgid "Redirecting to URL '%s':\n"
msgstr "正在重定向到 URL '%s':\n"

#: ../svn/propdel-cmd.c:88
#, c-format
msgid "Cannot specify revision for deleting versioned property '%s'"
msgstr "删除纳入版本控制的属性 “%s” 时不可指定版本"

#: ../svn/propedit-cmd.c:62 ../svn/propedit-cmd.c:336
#, c-format
msgid "Set new value for property '%s' on '%s'\n"
msgstr "属性 “%s” 于 “%s” 被设为新值\n"

#: ../svn/propedit-cmd.c:92 ../svn/propset-cmd.c:94
msgid ""
"--encoding option applies only to textual Subversion-controlled properties"
msgstr "--encoding 选项只能用于 Subversion 的文本属性"

#: ../svn/propedit-cmd.c:158
#, c-format
msgid "Set new value for property '%s' on revision %ld\n"
msgstr "属性 “%s” 于版本 %ld 被设为新值\n"

#: ../svn/propedit-cmd.c:164
#, c-format
msgid "No changes to property '%s' on revision %ld\n"
msgstr "属性 “%s” 于版本 %ld 没有改变\n"

#: ../svn/propedit-cmd.c:172
#, c-format
msgid "Cannot specify revision for editing versioned property '%s'"
msgstr "编辑纳入版本控制的属性 “%s” 时不可指定版本"

#: ../svn/propedit-cmd.c:200 ../svn/propset-cmd.c:169
msgid "Explicit target argument required"
msgstr "必须明确地提供目标参数"

#: ../svn/propedit-cmd.c:270
#, c-format
msgid "'%s' does not appear to be a working copy path"
msgstr "“%s”不像是工作副本路径"

#: ../svn/propedit-cmd.c:343
#, c-format
msgid "No changes to property '%s' on '%s'\n"
msgstr "属性 “%s” 于 “%s” 没有改变\n"

#: ../svn/propget-cmd.c:65
msgid "Error writing to stream"
msgstr "写入流出错"

#: ../svn/propget-cmd.c:151 ../svn/proplist-cmd.c:100
#, c-format
msgid "Properties on '%s':\n"
msgstr "“%s” 上的属性: \n"

#: ../svn/propget-cmd.c:208
msgid "--verbose cannot be used with --revprop or --strict or --xml"
msgstr "--verbose 不能与 --revprop, --strict 或 --xml 共存"

#: ../svn/propget-cmd.c:301
msgid ""
"Strict output of property values only available for single-target, non-"
"recursive propget operations"
msgstr "精确的输出属性值只适用于单一目标的非递归操作 propget"

#: ../svn/proplist-cmd.c:161
#, c-format
msgid "Unversioned properties on revision %ld:\n"
msgstr "版本 %ld 上的未纳入版本控制的属性: \n"

#: ../svn/proplist-cmd.c:234
msgid ""
"Could not display properties of all targets because some targets don't exist"
msgstr "因为一些目标不存在,所以不能显示全部目标的属性"

#: ../svn/proplist-cmd.c:239
msgid ""
"Could not display properties of all targets because some targets are not "
"versioned"
msgstr "因为一些目标没有版本化,所以不能显示全部目标的属性"

#: ../svn/props.c:63
msgid ""
"Must specify the revision as a number, a date or 'HEAD' when operating on a "
"revision property"
msgstr "操作版本属性时,必须指定数字、日期形式的版本号或“HEAD”。"

#: ../svn/props.c:70
msgid "Wrong number of targets specified"
msgstr "指定的目标数目错误"

#: ../svn/props.c:79
msgid "Either a URL or versioned item is required"
msgstr "必须提供URL或纳入版本控制的项目"

#: ../svn/props.c:217
#, c-format
msgid ""
"To turn off the %s property, use 'svn propdel';\n"
"setting the property to '%s' will not turn it off."
msgstr ""
"使用 “svn propdel” 关闭属性 %s;\n"
"设置属性为 “%s” 不会关闭它。"

#: ../svn/propset-cmd.c:129
#, c-format
msgid "Cannot specify revision for setting versioned property '%s'"
msgstr "设置受版本控制的属性 “%s” 时不能指定版本"

#: ../svn/propset-cmd.c:162
#, c-format
msgid "Explicit target required ('%s' interpreted as prop value)"
msgstr "必须明确地提供目的 (“%s”解释为属性内容)"

#: ../svn/resolve-cmd.c:80
msgid "missing --accept option"
msgstr "缺少选项 --accept"

#: ../svn/resolve-cmd.c:83
msgid "invalid 'accept' ARG"
msgstr "无效的 “accept” 参数"

#: ../svn/revert-cmd.c:77
msgid "Try 'svn revert --depth infinity' instead?"
msgstr "尝试 “svn revert --depth infinity”?"

#: ../svn/status-cmd.c:380
#, c-format
msgid ""
"\n"
"--- Changelist '%s':\n"
msgstr ""
"\n"
"--- 修改列表 '%s':\n"

#: ../svn/switch-cmd.c:63
#, c-format
msgid "'%s' to '%s' is not a valid relocation"
msgstr "“%s”到“%s”不是有效的重定位"

#: ../svn/switch-cmd.c:169
#, c-format
msgid ""
"Path '%s' does not share common version control ancestry with the requested "
"switch location.  Use --ignore-ancestry to disable this check."
msgstr ""
"路径“%s”与请求的切换位置没有共同的祖先。使用 --ignore-ancestry 可以禁用此检"
"查。"

#: ../svn/tree-conflicts.c:38 ../svn/tree-conflicts.c:58
msgid "edit"
msgstr "编辑"

#: ../svn/tree-conflicts.c:39 ../svn/tree-conflicts.c:59
msgid "delete"
msgstr "删除"

#: ../svn/tree-conflicts.c:40 ../svn/tree-conflicts.c:62
msgid "add"
msgstr "增加"

#: ../svn/tree-conflicts.c:41 ../svn/tree-conflicts.c:63
msgid "replace"
msgstr "替换"

#: ../svn/tree-conflicts.c:60
msgid "missing"
msgstr "失踪"

#: ../svn/tree-conflicts.c:61
msgid "obstruction"
msgstr "阻塞"

#: ../svn/tree-conflicts.c:64
msgid "unversioned"
msgstr "未版本控制"

#: ../svn/tree-conflicts.c:107
#, c-format
msgid "local %s, incoming %s upon %s"
msgstr "本地 %s,动作 %s,操作 %s"

#: ../svn/update-cmd.c:59
#, c-format
msgid "Summary of updates:\n"
msgstr "更新概要:\n"

#. Print an update summary for this target, removing the current
#. working directory prefix from PATH (if PATH is at or under
#. $CWD), and converting the path to local style for display.
#: ../svn/update-cmd.c:90
#, c-format
msgid "  Updated '%s' to r%ld.\n"
msgstr "更新 '%s' 到版本 %ld。\n"

#: ../svn/util.c:76
#, c-format
msgid ""
"\n"
"Committed revision %ld%s.\n"
msgstr ""
"\n"
"提交后的版本为 %ld%s。\n"

#: ../svn/util.c:80
msgid " (the answer to life, the universe, and everything)"
msgstr " (生命,宇宙,和一切的答案)"

#: ../svn/util.c:89
#, c-format
msgid ""
"\n"
"Warning: %s\n"
msgstr ""
"\n"
"警告: %s\n"

#: ../svn/util.c:149
msgid ""
"The EDITOR, SVN_EDITOR or VISUAL environment variable or 'editor-cmd' run-"
"time configuration option is empty or consists solely of whitespace. "
"Expected a shell command."
msgstr ""
"环境变量 EDITOR,SVN_EDITOR,或 VISUAL;或者运行时配置选项 “editor-cmd” 为空"
"或取值包含了不加引号的空格。期望外壳命令。"

#: ../svn/util.c:156
msgid ""
"None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and "
"no 'editor-cmd' run-time configuration option was found"
msgstr ""
"没有设置 SVN_EDITOR,VISUAL 或 EDITOR 环境变量,运行时的配置参数中也没有 "
"“editor-cmd” 选项"

#: ../svn/util.c:184 ../svn/util.c:345
#, c-format
msgid "Can't get working directory"
msgstr "无法取得工作目录"

#: ../svn/util.c:195 ../svn/util.c:356 ../svn/util.c:381
#, c-format
msgid "Can't change working directory to '%s'"
msgstr "无法改变工作目录到“%s”"

#: ../svn/util.c:203 ../svn/util.c:528
#, c-format
msgid "Can't restore working directory"
msgstr "无法还原工作目录"

#: ../svn/util.c:210 ../svn/util.c:463
#, c-format
msgid "system('%s') returned %d"
msgstr "system('%s') 返回 %d"

#: ../svn/util.c:250
msgid ""
"The SVN_MERGE environment variable is empty or consists solely of "
"whitespace. Expected a shell command.\n"
msgstr "环境变量 SVN_MERGE 没有设置或者由空白组成。期望外壳命令。\n"

#: ../svn/util.c:256
msgid ""
"The environment variable SVN_MERGE and the merge-tool-cmd run-time "
"configuration option were not set.\n"
msgstr ""
"环境变量 SVN_MERGE 没有设置,运行时的配置中也没有设置 “merge-tool-cmd”。\n"

#: ../svn/util.c:286
#, c-format
msgid "The external merge tool exited with exit code %d"
msgstr "外部合并工具已经退出,代码是 %d"

#: ../svn/util.c:408
#, c-format
msgid "Can't write to '%s'"
msgstr "无法写入“%s”"

#: ../svn/util.c:497
msgid "Error normalizing edited contents to internal format"
msgstr "将编辑内容规格化为内部格式出错"

#: ../svn/util.c:570
msgid "Log message contains a zero byte"
msgstr "日志信息中有一个零字节"

#: ../svn/util.c:629
#, c-format
msgid "   '%s'"
msgstr "   '%s'"

#: ../svn/util.c:633
msgid "Your commit message was left in a temporary file:"
msgstr "您的提交信息保留在临时文件中: "

#: ../svn/util.c:685
msgid "--This line, and those below, will be ignored--"
msgstr "--此行及以下内容将会被忽略--"

#: ../svn/util.c:720
msgid "Error normalizing log message to internal format"
msgstr "将日志内容规格化为内部格式出错"

#: ../svn/util.c:807
msgid "Cannot invoke editor to get log message when non-interactive"
msgstr "在非交互式环境中不能调用编辑器获得日志信息"

#: ../svn/util.c:820
msgid ""
"Could not use external editor to fetch log message; consider setting the "
"$SVN_EDITOR environment variable or using the --message (-m) or --file (-F) "
"options"
msgstr ""
"无法使用外部编辑器获得日志信息;考虑设置环境变量 $SVN_EDITOR,或者使用 --"
"message (-m) 或 --file (-F) 选项"

#: ../svn/util.c:856
msgid ""
"\n"
"Log message unchanged or not specified\n"
"(a)bort, (c)ontinue, (e)dit:\n"
msgstr ""
"\n"
"日志信息未修改,或未指定\n"
"a)终止,c)继续,e)编辑:\n"

#: ../svn/util.c:909
msgid ""
"Use --force to override this restriction (local modifications may be lost)"
msgstr "请使用 --force 选项强制执行(可能会丢失本地修改)"

#: ../svn/util.c:1098 ../svn/util.c:1131
msgid "none"
msgstr "无"

#: ../svn/util.c:1099
msgid "file"
msgstr "文件"

#: ../svn/util.c:1100
msgid "dir"
msgstr "目录"

#: ../svn/util.c:1132
msgid "update"
msgstr "更新"

#: ../svn/util.c:1133
msgid "switch"
msgstr "切换"

#: ../svn/util.c:1134
msgid "merge"
msgstr "合并"

#: ../svn/util.c:1256
msgid "(invalid date)"
msgstr "(非法日期)"

#: ../svnadmin/main.c:208 ../svnrdump/svnrdump.c:116
msgid "specify revision number ARG (or X:Y range)"
msgstr "指定版本 ARG (或 X:Y 范围)"

#: ../svnadmin/main.c:211 ../svnrdump/svnrdump.c:120
msgid "dump incrementally"
msgstr "以增量方式进行转存"

#: ../svnadmin/main.c:214
msgid "use deltas in dump output"
msgstr "在转存输出中使用差异"

#: ../svnadmin/main.c:217
msgid "bypass the repository hook system"
msgstr "跳过版本库钩子系统"

#: ../svnadmin/main.c:220
msgid "bypass property validation logic"
msgstr "跳过属性校验逻辑"

#: ../svnadmin/main.c:223 ../svnlook/main.c:186 ../svnrdump/svnrdump.c:118
#: ../svnserve/main.c:255 ../svnversion/main.c:142
msgid "no progress (only errors) to stderr"
msgstr "在标准错误输出不显示进度 (仅错误)"

#: ../svnadmin/main.c:226
msgid "ignore any repos UUID found in the stream"
msgstr "忽略所有流中的版本库 UUID"

#: ../svnadmin/main.c:229
msgid "set repos UUID to that found in stream, if any"
msgstr "如果流中存在UUID,则设定为版本库的 UUID"

#: ../svnadmin/main.c:232
msgid "type of repository: 'fsfs' (default) or 'bdb'"
msgstr "版本库类型: “fsfs”(默认)或“bdb”"

#: ../svnadmin/main.c:235
msgid "load at specified directory in repository"
msgstr "加载到版本库指定的目录中"

#: ../svnadmin/main.c:238
msgid "disable fsync at transaction commit [Berkeley DB]"
msgstr "在提交事务时禁用fsync [BDB]"

#: ../svnadmin/main.c:241
msgid "disable automatic log file removal [Berkeley DB]"
msgstr "禁用自动删除日志文件 [BDB]"

#: ../svnadmin/main.c:247
msgid ""
"remove redundant Berkeley DB log files\n"
"                             from source repository [Berkeley DB]"
msgstr "删除源版本库中多余的BDB日志文件 [BDB]"

#: ../svnadmin/main.c:251
msgid "call pre-commit hook before committing revisions"
msgstr "提交版本前调用 pre-commit 钩子"

#: ../svnadmin/main.c:254
msgid "call post-commit hook after committing revisions"
msgstr "提交版本后调用 post-commit 钩子"

#: ../svnadmin/main.c:257
msgid "call hook before changing revision property"
msgstr "修改属性前调用钩子"

#: ../svnadmin/main.c:260
msgid "call hook after changing revision property"
msgstr "修改属性后调用钩子"

#: ../svnadmin/main.c:263
msgid ""
"wait instead of exit if the repository is in\n"
"                             use by another process"
msgstr "如果版本库被其他进程占用,等待而不直接退出"

#: ../svnadmin/main.c:267
msgid ""
"use format compatible with Subversion versions\n"
"                             earlier than 1.4"
msgstr "使用与1.4之前版本兼容的格式"

#: ../svnadmin/main.c:271
msgid ""
"use format compatible with Subversion versions\n"
"                             earlier than 1.5"
msgstr "使用 Subversion 1.5 之前版本的格式"

#: ../svnadmin/main.c:275
msgid ""
"use format compatible with Subversion versions\n"
"                             earlier than 1.6"
msgstr "使用与 1.6 之前版本兼容的格式"

#: ../svnadmin/main.c:279
msgid ""
"size of the extra in-memory cache in MB used to\n"
"                             minimize redundant operations. Default: 16.\n"
"                             [used for FSFS repositories only]"
msgstr ""
"用来减少冗余操作的内存中的额外缓存的大小(MB)\n"
"                             默认值: 16。\n"
"                             [仅用于 FSFS 仓库]"

#: ../svnadmin/main.c:293
msgid ""
"usage: svnadmin crashtest REPOS_PATH\n"
"\n"
"Open the repository at REPOS_PATH, then abort, thus simulating\n"
"a process that crashes while holding an open repository handle.\n"
msgstr ""
"用法: svnadmin crashtest REPOS_PATH\n"
"\n"
"打开位于 REPOS_PATH 的版本库, 然后终止, 从而模拟一个持有版本库句柄进程的崩"
"溃。\n"

#: ../svnadmin/main.c:299
msgid ""
"usage: svnadmin create REPOS_PATH\n"
"\n"
"Create a new, empty repository at REPOS_PATH.\n"
msgstr ""
"用法: svnadmin create REPOS_PATH\n"
"\n"
"在 REPOS_PATH 创建一个新的空版本库。\n"

#: ../svnadmin/main.c:307
msgid ""
"usage: svnadmin deltify [-r LOWER[:UPPER]] REPOS_PATH\n"
"\n"
"Run over the requested revision range, performing predecessor delti-\n"
"fication on the paths changed in those revisions.  Deltification in\n"
"essence compresses the repository by only storing the differences or\n"
"delta from the preceding revision.  If no revisions are specified,\n"
"this will simply deltify the HEAD revision.\n"
msgstr ""
"用法: svnadmin deltify [-r LOWER[:UPPER]] REPOS_PATH\n"
"\n"
"在指定的版本范围中,对其中变动的路径增量计算。借助只储存与以前版本的差异,\n"
"它本质上可压缩版本库。如果没有指定版本则直接对 HEAD 版本进行。\n"

#: ../svnadmin/main.c:316
msgid ""
"usage: svnadmin dump REPOS_PATH [-r LOWER[:UPPER] [--incremental]]\n"
"\n"
"Dump the contents of filesystem to stdout in a 'dumpfile'\n"
"portable format, sending feedback to stderr.  Dump revisions\n"
"LOWER rev through UPPER rev.  If no revisions are given, dump all\n"
"revision trees.  If only LOWER is given, dump that one revision tree.\n"
"If --incremental is passed, the first revision dumped will describe\n"
"only the paths changed in that revision; otherwise it will describe\n"
"every path present in the repository as of that revision.  (In either\n"
"case, the second and subsequent revisions, if any, describe only paths\n"
"changed in those revisions.)\n"
msgstr ""
"用法: svnadmin dump REPOS_PATH [-r LOWER[:UPPER] [--incremental]]\n"
"\n"
"将文件系统的内容,以可移植“转存”格式输出到标准输出,并将反馈输出到标准错"
"误。\n"
"转存 LOWER 与 UPPER 版本之间的内容。如果没有指定版本,则转储所有的版本树。\n"
"如果只有指定 LOWER ,则只转储一个版本树。如果使用了 --incremental 选项,那"
"么\n"
"第一个转存的版本只描述它改变的路径;否则它会描述此版本在版本库中涉及到的每"
"个\n"
"路径。(在任何情况下,第二个以及后续的版本,只描述这些版本改变的路径。)\n"

#: ../svnadmin/main.c:329
msgid ""
"usage: svnadmin help [SUBCOMMAND...]\n"
"\n"
"Describe the usage of this program or its subcommands.\n"
msgstr ""
"用法: svnadmin help [SUBCOMMAND...]\n"
"\n"
"显示本程序或其子命令的用法。\n"

#: ../svnadmin/main.c:334
msgid ""
"usage: svnadmin hotcopy REPOS_PATH NEW_REPOS_PATH\n"
"\n"
"Makes a hot copy of a repository.\n"
msgstr ""
"用法: svnadmin hotcopy REPOS_PATH NEW_REPOS_PATH\n"
"\n"
"产生版本库的即时副本。\n"

#: ../svnadmin/main.c:339
msgid ""
"usage: svnadmin list-dblogs REPOS_PATH\n"
"\n"
"List all Berkeley DB log files.\n"
"\n"
"WARNING: Modifying or deleting logfiles which are still in use\n"
"will cause your repository to be corrupted.\n"
msgstr ""
"用法: svnadmin list-dblogs REPOS_PATH\n"
"\n"
"列出所有的BDB日志文件。\n"
"\n"
"警告: 修改或删除仍在使用中的记录文件将导致版本库损坏。\n"

#: ../svnadmin/main.c:346
msgid ""
"usage: svnadmin list-unused-dblogs REPOS_PATH\n"
"\n"
"List unused Berkeley DB log files.\n"
"\n"
msgstr ""
"用法: svnadmin list-unused-dblogs REPOS_PATH\n"
"\n"
"列出无用的BDB日志文件。\n"
"\n"

#: ../svnadmin/main.c:351
msgid ""
"usage: svnadmin load REPOS_PATH\n"
"\n"
"Read a 'dumpfile'-formatted stream from stdin, committing\n"
"new revisions into the repository's filesystem.  If the repository\n"
"was previously empty, its UUID will, by default, be changed to the\n"
"one specified in the stream.  Progress feedback is sent to stdout.\n"
msgstr ""
"用法: svnadmin load REPOS_PATH\n"
"\n"
"从标准输入读取“转存”格式的流,将新的版本提交至版本库的文件\n"
"系统中。如果版本库原先是空的,默认会将其 UUID 以流中的数值代替。\n"
"进度报告会送至标准输出。\n"

#: ../svnadmin/main.c:361
msgid ""
"usage: svnadmin lslocks REPOS_PATH [PATH-IN-REPOS]\n"
"\n"
"Print descriptions of all locks on or under PATH-IN-REPOS (which,\n"
"if not provided, is the root of the repository).\n"
msgstr ""
"用法: svnadmin lslocks REPOS_PATH [PATH-IN-REPOS]\n"
"\n"
"显示位于 PATH-IN-REPOS 或其子孙上的所有锁的描述(如果没有提供 PATH-IN-"
"REPOS,\n"
"那么显示版本库根的信息)。\n"

#: ../svnadmin/main.c:367
msgid ""
"usage: svnadmin lstxns REPOS_PATH\n"
"\n"
"Print the names of all uncommitted transactions.\n"
msgstr ""
"用法: svnadmin lstxns REPOS_PATH\n"
"\n"
"显示所有未提交事务的名称。\n"

#: ../svnadmin/main.c:372
msgid ""
"usage: svnadmin pack REPOS_PATH\n"
"\n"
"Possibly compact the repository into a more efficient storage model.\n"
"This may not apply to all repositories, in which case, exit.\n"
msgstr ""
"用法: svnadmin pack REPOS_PATH\n"
"\n"
"使用更有效的存储模型压缩版本库。\n"
"它可能不适用于所有的版本库,此时直接结束。\n"

#: ../svnadmin/main.c:378
msgid ""
"usage: svnadmin recover REPOS_PATH\n"
"\n"
"Run the recovery procedure on a repository.  Do this if you've\n"
"been getting errors indicating that recovery ought to be run.\n"
"Berkeley DB recovery requires exclusive access and will\n"
"exit if the repository is in use by another process.\n"
msgstr ""
"用法: svnadmin recover REPOS_PATH\n"
"\n"
"对版本库运行修复程序。当你遇到应当执行修复的错误指示时,请执行此命令。\n"
"修复 Berkeley DB 需要独占访问,如果版本库被其它进程使用,它会立即退出。\n"

#: ../svnadmin/main.c:386
msgid ""
"usage: svnadmin rmlocks REPOS_PATH LOCKED_PATH...\n"
"\n"
"Unconditionally remove lock from each LOCKED_PATH.\n"
msgstr ""
"用法: svnadmin rmlocks REPOS_PATH LOCKED_PATH...\n"
"\n"
"无条件地从每个 LOCKED_PATH 删除锁。\n"

#: ../svnadmin/main.c:391
msgid ""
"usage: svnadmin rmtxns REPOS_PATH TXN_NAME...\n"
"\n"
"Delete the named transaction(s).\n"
msgstr ""
"用法: svnadmin rmtxns REPOS_PATH TXN_NAME...\n"
"\n"
"从版本库删除命名事务。\n"

#: ../svnadmin/main.c:396
msgid ""
"usage: svnadmin setlog REPOS_PATH -r REVISION FILE\n"
"\n"
"Set the log-message on revision REVISION to the contents of FILE.  Use\n"
"--bypass-hooks to avoid triggering the revision-property-related hooks\n"
"(for example, if you do not want an email notification sent\n"
"from your post-revprop-change hook, or because the modification of\n"
"revision properties has not been enabled in the pre-revprop-change\n"
"hook).\n"
"\n"
"NOTE: Revision properties are not versioned, so this command will\n"
"overwrite the previous log message.\n"
msgstr ""
"用法: svnadmin setlog REPOS_PATH -r REVISION FILE\n"
"\n"
"  将版本 REVISION 的日志信息设为 FILE 的内容。使用 --bypass-hooks 来避\n"
"  免触发与修改属性相关的钩子(例如,你不需要你的 post-revprop-change 钩\n"
"  子发送 email通知,或者在 pre-revprop-change 钩子中禁止了修改属性)。\n"
"\n"
"  注意: 修订属性并未纳入版本管理,所以这个命令会覆盖以前的属性取值。\n"

#: ../svnadmin/main.c:408
msgid ""
"usage: svnadmin setrevprop REPOS_PATH -r REVISION NAME FILE\n"
"\n"
"Set the property NAME on revision REVISION to the contents of FILE. Use\n"
"--use-pre-revprop-change-hook/--use-post-revprop-change-hook to trigger\n"
"the revision property-related hooks (for example, if you want an email\n"
"notification sent from your post-revprop-change hook).\n"
"\n"
"NOTE: Revision properties are not versioned, so this command will\n"
"overwrite the previous value of the property.\n"
msgstr ""
"用法: svnadmin setrevprop REPOS_PATH -r REVISION NAME FILE\n"
"\n"
"  将版本 REVISION 的属性 NAME 设为 FILE 的内容。使用\n"
"  --use-pre-revprop-change-hook/--use-post-revprop-change-hook 来触发与修\n"
"  改属性相关的钩子(例如,你需要在你的 post-revprop-change 钩子中发送 email\n"
"  通知)。\n"
"\n"
"  注意: 修订属性并未纳入版本管理,所以这个命令会覆盖以前的属性取值。\n"

#: ../svnadmin/main.c:419
msgid ""
"usage: svnadmin setuuid REPOS_PATH [NEW_UUID]\n"
"\n"
"Reset the repository UUID for the repository located at REPOS_PATH.  If\n"
"NEW_UUID is provided, use that as the new repository UUID; otherwise,\n"
"generate a brand new UUID for the repository.\n"
msgstr ""
"用法: svnadmin setuuid REPOS_PATH [NEW_UUID]\n"
"\n"
"重置位于 REPOS_PATH 的版本库 UUID。如果提供 NEW_UUID,那么它就成为版本库的\n"
"新 UUID;否则就为版本库生成一个新的 UUID。\n"

#: ../svnadmin/main.c:426
msgid ""
"usage: svnadmin upgrade REPOS_PATH\n"
"\n"
"Upgrade the repository located at REPOS_PATH to the latest supported\n"
"schema version.\n"
"\n"
"This functionality is provided as a convenience for repository\n"
"administrators who wish to make use of new Subversion functionality\n"
"without having to undertake a potentially costly full repository dump\n"
"and load operation.  As such, the upgrade performs only the minimum\n"
"amount of work needed to accomplish this while still maintaining the\n"
"integrity of the repository.  It does not guarantee the most optimized\n"
"repository state as a dump and subsequent load would.\n"
msgstr ""
"用法: svnadmin upgrade REPOS_PATH\n"
"\n"
"升级位于 REPOS_PATH 处的版本库到支持的最新方案版本。\n"
"\n"
"此功能为想使用新的 Subversion 特性,并且不想付出全库导出后加载数据操作\n"
"等代价的版本库管理员提供便利。同样地,此升级操作在保持版本库完整性的前\n"
"提下执行最少的工作来完成升级。它不担保版本库的状态与导出后加载的升级方\n"
"案一样最优化。\n"

#: ../svnadmin/main.c:439
msgid ""
"usage: svnadmin verify REPOS_PATH\n"
"\n"
"Verifies the data stored in the repository.\n"
msgstr ""
"用法: svnadmin verify REPOS_PATH\n"
"\n"
"校验版本库中的数据。\n"

#: ../svnadmin/main.c:498
msgid "Invalid revision specifier"
msgstr "无效的版本说明"

#: ../svnadmin/main.c:502
#, c-format
msgid "Revisions must not be greater than the youngest revision (%ld)"
msgstr "版本号不能大于最新的版本号(%ld)"

#: ../svnadmin/main.c:644 ../svnadmin/main.c:902
msgid "First revision cannot be higher than second"
msgstr "第一个版本不可大于第二个"

#: ../svnadmin/main.c:653
#, c-format
msgid "Deltifying revision %ld..."
msgstr "正在计算版本 %ld 差异..."

#: ../svnadmin/main.c:657 ../svnadmin/main.c:708 ../svnadmin/main.c:724
#, c-format
msgid "done.\n"
msgstr "完成。\n"

#: ../svnadmin/main.c:701
#, c-format
msgid "Packing revisions in shard %s..."
msgstr "正在打包版本碎片 %s ..."

#: ../svnadmin/main.c:717
#, c-format
msgid "Packing revprops in shard %s..."
msgstr "正在打包版本属性碎片 %s ..."

#: ../svnadmin/main.c:806
#, c-format
msgid ""
"Repository lock acquired.\n"
"Please wait; recovering the repository may take some time...\n"
msgstr ""
"已取得版本库锁定。\n"
"请稍候;修复版本库可能需要一段时间...\n"

#: ../svnadmin/main.c:813
#, c-format
msgid ""
"Repository lock acquired.\n"
"Please wait; upgrading the repository may take some time...\n"
msgstr ""
"已取得版本库锁定。\n"
"请稍候;升级版本库可能需要一段时间...\n"

#: ../svnadmin/main.c:925
msgid ""
"general usage: svnadmin SUBCOMMAND REPOS_PATH  [ARGS & OPTIONS ...]\n"
"Type 'svnadmin help <subcommand>' for help on a specific subcommand.\n"
"Type 'svnadmin --version' to see the program version and FS modules.\n"
"\n"
"Available subcommands:\n"
msgstr ""
"一般用法: svnadmin SUBCOMMAND REPOS_PATH  [ARGS & OPTIONS ...]\n"
"使用“svnadmin help <subcommand>” 得到子命令的帮助信息。\n"
"使用“svnadmin --version”查看程序的版本号和文件系统模块。\n"
"\n"
"可用的子命令: \n"

#: ../svnadmin/main.c:932 ../svnlook/main.c:2050 ../svnserve/main.c:301
msgid ""
"The following repository back-end (FS) modules are available:\n"
"\n"
msgstr ""
"下列版本库后端(FS) 模块可用: \n"
"\n"

#: ../svnadmin/main.c:980
msgid ""
"Invalid property value found in dumpstream; consider repairing the source or "
"using --bypass-prop-validation while loading."
msgstr ""
"在转储流中发现非法的属性值;考虑修复,或者在加载时使用选项 '--bypass-prop-"
"validation' 。"

#: ../svnadmin/main.c:1046 ../svnadmin/main.c:1549
msgid ""
"Failed to get exclusive repository access; perhaps another process\n"
"such as httpd, svnserve or svn has it open?"
msgstr ""
"无法独占访问版本库;可能是其它如 httpd,svnserve 或 svn 等进程已经打开它,\n"
"尚未关闭?"

#: ../svnadmin/main.c:1051 ../svnadmin/main.c:1554
#, c-format
msgid "Waiting on repository lock; perhaps another process has it open?\n"
msgstr "等待版本库锁定中;也许其它的进程把它打开了?\n"

#: ../svnadmin/main.c:1059
#, c-format
msgid ""
"\n"
"Recovery completed.\n"
msgstr ""
"\n"
"完成修复。\n"

#: ../svnadmin/main.c:1066
#, c-format
msgid "The latest repos revision is %ld.\n"
msgstr "最新的版本库版本是 %ld。\n"

#: ../svnadmin/main.c:1181
#, c-format
msgid "Transaction '%s' removed.\n"
msgstr "事务“%s”被删除。\n"

#: ../svnadmin/main.c:1243 ../svnadmin/main.c:1288
#, c-format
msgid "Missing revision"
msgstr "丢失版本"

#: ../svnadmin/main.c:1246 ../svnadmin/main.c:1291
#, c-format
msgid "Only one revision allowed"
msgstr "只允许一个版本"

#: ../svnadmin/main.c:1424 ../svnlook/main.c:2112
#, c-format
msgid "UUID Token: %s\n"
msgstr "UUID 标识: %s\n"

#: ../svnadmin/main.c:1425 ../svnlook/main.c:2113
#, c-format
msgid "Owner: %s\n"
msgstr "所有者: %s\n"

#: ../svnadmin/main.c:1426 ../svnlook/main.c:2114
#, c-format
msgid "Created: %s\n"
msgstr "已创建: %s\n"

#: ../svnadmin/main.c:1427 ../svnlook/main.c:2115
#, c-format
msgid "Expires: %s\n"
msgstr "过期: %s\n"

#: ../svnadmin/main.c:1429
#, c-format
msgid ""
"Comment (%i line):\n"
"%s\n"
"\n"
msgid_plural ""
"Comment (%i lines):\n"
"%s\n"
"\n"
msgstr[0] ""
"注释 (%i 行): \n"
"%s\n"
"\n"

#: ../svnadmin/main.c:1475
msgid "No paths to unlock provided"
msgstr "没有提供解锁的路径"

#: ../svnadmin/main.c:1493
#, c-format
msgid "Path '%s' isn't locked.\n"
msgstr "路径 “%s” 没有被锁定。\n"

#: ../svnadmin/main.c:1505
#, c-format
msgid "Removed lock on '%s'.\n"
msgstr "删除 “%s” 上的锁。\n"

#: ../svnadmin/main.c:1564
msgid ""
"Upgrade of this repository's underlying versioned filesystem is not "
"supported; consider dumping and loading the data elsewhere"
msgstr "文件系统不支持升级此版本库;请考虑使用导出后加载数据的升级方案"

#: ../svnadmin/main.c:1571
msgid ""
"Upgrade of this repository is not supported; consider dumping and loading "
"the data elsewhere"
msgstr "不支持升级此版本库;请考虑使用导出后加载数据的升级方案"

#: ../svnadmin/main.c:1577
#, c-format
msgid ""
"\n"
"Upgrade completed.\n"
msgstr ""
"\n"
"完成升级。\n"

#: ../svnadmin/main.c:1671 ../svnrdump/svnrdump.c:760
msgid ""
"Multiple revision arguments encountered; try '-r N:M' instead of '-r N -r M'"
msgstr "遇到了多个版本参数;请使用“-r N:M”代替“-r M -r N”"

#: ../svnadmin/main.c:1811
#, c-format
msgid "subcommand argument required\n"
msgstr "必须提供子命令参数\n"

#: ../svnadmin/main.c:1846
msgid "Repository argument required"
msgstr "需要版本库参数"

#: ../svnadmin/main.c:1859
#, c-format
msgid "'%s' is a URL when it should be a local path"
msgstr "“%s”应该是本地路径,实际上却是 URL"

#: ../svnadmin/main.c:1890
#, c-format
msgid ""
"Subcommand '%s' doesn't accept option '%s'\n"
"Type 'svnadmin help %s' for usage.\n"
msgstr ""
"子命令“%s”不接受选项“%s”\n"
"使用“svnadmin help %s”得到用法。\n"

#: ../svnadmin/main.c:1934
msgid "Try 'svnadmin help' for more info"
msgstr "请使用“svnadmin help”以得到更多信息"

#: ../svndumpfilter/main.c:73
#, c-format
msgid "Can't open stdio file"
msgstr "无法打开标准输出/入文件"

#: ../svndumpfilter/main.c:348
msgid "This is an empty revision for padding."
msgstr "这是一个用来填充的空版本。"

#: ../svndumpfilter/main.c:424
#, c-format
msgid "Revision %ld committed as %ld.\n"
msgstr "版本 %ld 提交为 %ld。\n"

#: ../svndumpfilter/main.c:447
#, c-format
msgid "Revision %ld skipped.\n"
msgstr "跳过版本 %ld。\n"

#: ../svndumpfilter/main.c:546
#, c-format
msgid "Invalid copy source path '%s'"
msgstr "复制源路径“%s”无效"

#: ../svndumpfilter/main.c:592
#, c-format
msgid "No valid copyfrom revision in filtered stream"
msgstr "在过滤流中没有有效的copyfrom版本"

#: ../svndumpfilter/main.c:717
#, c-format
msgid "Missing merge source path '%s'; try with --skip-missing-merge-sources"
msgstr "缺少合并源路径 “%s”;尝试 --skip-missing-merge-sources"

#: ../svndumpfilter/main.c:739
#, c-format
msgid "No valid revision range 'start' in filtered stream"
msgstr "在过滤流中没有有效的版本范围 “start”"

#: ../svndumpfilter/main.c:746
#, c-format
msgid "No valid revision range 'end' in filtered stream"
msgstr "在过滤流中没有有效的版本范围 “end”"

#: ../svndumpfilter/main.c:792
msgid "Delta property block detected - not supported by svndumpfilter"
msgstr "检测到 Delta 属性块 - svndumpfilter 不支持"

#: ../svndumpfilter/main.c:928
msgid "Do not display filtering statistics."
msgstr "不显示过滤的统计数据。"

#: ../svndumpfilter/main.c:930
msgid "Treat the path prefixes as file glob patterns."
msgstr "将路径前缀视为文件统配模式。"

#: ../svndumpfilter/main.c:932
msgid "Remove revisions emptied by filtering."
msgstr "删除因过滤而产生的空版本。"

#: ../svndumpfilter/main.c:934
msgid "Renumber revisions left after filtering."
msgstr "过滤后重编余下的版本。"

#: ../svndumpfilter/main.c:937
msgid "Skip missing merge sources."
msgstr "跳过缺少的合并源"

#: ../svndumpfilter/main.c:939
msgid "Don't filter revision properties."
msgstr "不过滤版本属性。"

#: ../svndumpfilter/main.c:941
msgid ""
"Read additional prefixes, one per line, from\n"
"                             file ARG."
msgstr "从文件 ARG 中读取额外的前缀,每个一行。"

#: ../svndumpfilter/main.c:953
msgid ""
"Filter out nodes with given prefixes from dumpstream.\n"
"usage: svndumpfilter exclude PATH_PREFIX...\n"
msgstr ""
"从转存流删除匹配指定前缀的节点。\n"
"用法: svndumpfilter exclude PATH_PREFIX...\n"

#: ../svndumpfilter/main.c:961
msgid ""
"Filter out nodes without given prefixes from dumpstream.\n"
"usage: svndumpfilter include PATH_PREFIX...\n"
msgstr ""
"从转储串流中删除未包含指定前缀的节点。\n"
"用法: svndumpfilter include PATH_PREFIX...\n"

#: ../svndumpfilter/main.c:969
msgid ""
"Describe the usage of this program or its subcommands.\n"
"usage: svndumpfilter help [SUBCOMMAND...]\n"
msgstr ""
"描述本程序或其子命令的用法。\n"
"用法: svndumpfilter help [SUBCOMMAND...]\n"

#: ../svndumpfilter/main.c:1052
msgid ""
"general usage: svndumpfilter SUBCOMMAND [ARGS & OPTIONS ...]\n"
"Type 'svndumpfilter help <subcommand>' for help on a specific subcommand.\n"
"Type 'svndumpfilter --version' to see the program version.\n"
"\n"
"Available subcommands:\n"
msgstr ""
"一般用法: svndumpfilter SUBCOMMAND [ARGS & OPTIONS ...]\n"
"请使用 “svndumpfilter help <subcommand>”获得指定子命令的帮助信息。\n"
"请使用 “svndumpfilter --version”获得本程序版本。\n"
"\n"
"可用的子命令: \n"

#: ../svndumpfilter/main.c:1108
#, c-format
msgid "Excluding (and dropping empty revisions for) prefix patterns:\n"
msgstr "排除(以及丢弃空版本)的前缀匹配模式: \n"

#: ../svndumpfilter/main.c:1110
#, c-format
msgid "Excluding prefix patterns:\n"
msgstr "排除前缀匹配模式: \n"

#: ../svndumpfilter/main.c:1112
#, c-format
msgid "Including (and dropping empty revisions for) prefix patterns:\n"
msgstr "包含(以及丢弃空版本)的前缀匹配模式: \n"

#: ../svndumpfilter/main.c:1114
#, c-format
msgid "Including prefix patterns:\n"
msgstr "包含的前缀匹配模式: \n"

#: ../svndumpfilter/main.c:1121
#, c-format
msgid "Excluding (and dropping empty revisions for) prefixes:\n"
msgstr "排除 (以及丢弃空版本) 的前缀: \n"

#: ../svndumpfilter/main.c:1123
#, c-format
msgid "Excluding prefixes:\n"
msgstr "排除前缀: \n"

#: ../svndumpfilter/main.c:1125
#, c-format
msgid "Including (and dropping empty revisions for) prefixes:\n"
msgstr "包含 (以及丢弃空版本) 的前缀: \n"

#: ../svndumpfilter/main.c:1127
#, c-format
msgid "Including prefixes:\n"
msgstr "包含的前缀: \n"

#: ../svndumpfilter/main.c:1155
#, c-format
msgid ""
"Dropped %d revision.\n"
"\n"
msgid_plural ""
"Dropped %d revisions.\n"
"\n"
msgstr[0] ""
"删除 %d 个版本。\n"
"\n"

#: ../svndumpfilter/main.c:1163
msgid "Revisions renumbered as follows:\n"
msgstr "版本被重新编号如下: \n"

#: ../svndumpfilter/main.c:1191
#, c-format
msgid "   %ld => (dropped)\n"
msgstr "   %ld => (丢弃)\n"

#: ../svndumpfilter/main.c:1206
#, c-format
msgid "Dropped %d node:\n"
msgid_plural "Dropped %d nodes:\n"
msgstr[0] "丢弃 %d 个节点: \n"

#: ../svndumpfilter/main.c:1488
#, c-format
msgid ""
"\n"
"Error: no prefixes supplied.\n"
msgstr ""
"\n"
"错误: 没有提供前缀。\n"

#: ../svndumpfilter/main.c:1519
#, c-format
msgid ""
"Subcommand '%s' doesn't accept option '%s'\n"
"Type 'svndumpfilter help %s' for usage.\n"
msgstr ""
"子命令“%s”不接受选项“%s”\n"
"使用“svndumpfilter help %s”得到用法。\n"

#: ../svndumpfilter/main.c:1537
msgid "Try 'svndumpfilter help' for more info"
msgstr "请使用“svndumpfilter help”以得到更多信息"

#: ../svnlook/main.c:108
msgid "show details for copies"
msgstr "显示每个副本的详细信息"

#: ../svnlook/main.c:111
msgid "print differences against the copy source"
msgstr "显示与原始内容的差异"

#: ../svnlook/main.c:114
msgid "show full paths instead of indenting them"
msgstr "显示完整路径(代替缩进)"

#: ../svnlook/main.c:120
msgid "maximum number of history entries"
msgstr "历史项最大数量"

#: ../svnlook/main.c:123
msgid "do not print differences for added files"
msgstr "不要输出增加文件造成的差异"

#: ../svnlook/main.c:129
msgid "operate on single directory only"
msgstr "只在单个目录操作"

#: ../svnlook/main.c:132
msgid "specify revision number ARG"
msgstr "指定版本编号 ARG"

#: ../svnlook/main.c:135
msgid "operate on a revision property (use with -r or -t)"
msgstr "操作版本的属性(使用 -r 或 -t)"

#: ../svnlook/main.c:138
msgid "show node revision ids for each path"
msgstr "为每个路径显示节点版本编号"

#: ../svnlook/main.c:141
msgid "specify transaction name ARG"
msgstr "指定事务名称 ARG"

#: ../svnlook/main.c:144
msgid "be verbose"
msgstr "详细"

#: ../svnlook/main.c:153
msgid ""
"Default: '-u'. When Subversion is invoking an\n"
"                             external diff program, ARG is simply passed "
"along\n"
"                             to the program. But when Subversion is using "
"its\n"
"                             default internal diff implementation, or when\n"
"                             Subversion is displaying blame annotations, "
"ARG\n"
"                             could be any of the following:\n"
"                                -u (--unified):\n"
"                                   Output 3 lines of unified context.\n"
"                                -b (--ignore-space-change):\n"
"                                   Ignore changes in the amount of white "
"space.\n"
"                                -w (--ignore-all-space):\n"
"                                   Ignore all white space.\n"
"                                --ignore-eol-style:\n"
"                                   Ignore changes in EOL style\n"
"                                -p (--show-c-function):\n"
"                                   Show C function name in diff output."
msgstr ""
"缺省: “-u”。当 Subversion 调用外部比较程序时,ARG 直接传给它。但是当\n"
"                             Subversion 使用缺省的内置比较实现,或者正\n"
"                             显示追溯时, ARG 可以是: \n"
"                                -u (--unified):\n"
"                                   输出三行统一上下文。\n"
"                                -b (--ignore-space-change):\n"
"                                   忽略空白数量的修改。\n"
"                                -w (--ignore-all-space):\n"
"                                   忽略所有的空白。\n"
"                                --ignore-eol-style:\n"
"                                   忽略行尾样式的改变。\n"
"                                -p (--show-c-function):\n"
"                                   在比较输出中显示 C 函数名称。"

#: ../svnlook/main.c:198
msgid ""
"usage: svnlook author REPOS_PATH\n"
"\n"
"Print the author.\n"
msgstr ""
"用法: svnlook author REPOS_PATH\n"
"\n"
"显示作者。\n"

#: ../svnlook/main.c:203
msgid ""
"usage: svnlook cat REPOS_PATH FILE_PATH\n"
"\n"
"Print the contents of a file.  Leading '/' on FILE_PATH is optional.\n"
msgstr ""
"用法: svnlook cat REPOS_PATH FILE_PATH\n"
"\n"
"显示文件的内容。可省略 FILE_PATH 前的“/”。\n"

#: ../svnlook/main.c:208
msgid ""
"usage: svnlook changed REPOS_PATH\n"
"\n"
"Print the paths that were changed.\n"
msgstr ""
"用法: svnlook changed REPOS_PATH\n"
"\n"
"显示已改变的路径。\n"

#: ../svnlook/main.c:213
msgid ""
"usage: svnlook date REPOS_PATH\n"
"\n"
"Print the datestamp.\n"
msgstr ""
"用法: svnlook date REPOS_PATH\n"
"\n"
"显示时戳。\n"

#: ../svnlook/main.c:218
msgid ""
"usage: svnlook diff REPOS_PATH\n"
"\n"
"Print GNU-style diffs of changed files and properties.\n"
msgstr ""
"用法: svnlook diff REPOS_PATH\n"
"\n"
"以 GNU 样式,显示版本库中改变的文件与属性差异。\n"

#: ../svnlook/main.c:224
msgid ""
"usage: svnlook dirs-changed REPOS_PATH\n"
"\n"
"Print the directories that were themselves changed (property edits)\n"
"or whose file children were changed.\n"
msgstr ""
"用法: svnlook dirs-changed REPOS_PATH\n"
"\n"
"显示本身改变 (编辑属性) 的目录,或是其中的文件修改过的目录。\n"

#: ../svnlook/main.c:230
msgid ""
"usage: svnlook filesize REPOS_PATH PATH_IN_REPOS\n"
"\n"
"Print the size (in bytes) of the file located at PATH_IN_REPOS as\n"
"it is represented in the repository.\n"
msgstr ""
"用法: svnlook filesize REPOS_PATH PATH_IN_REPOS\n"
"\n"
"显示位于 PATH_IN_REPOS 的文件在版本库中展现的大小(字节)\n"

#: ../svnlook/main.c:236
msgid ""
"usage: svnlook help [SUBCOMMAND...]\n"
"\n"
"Describe the usage of this program or its subcommands.\n"
msgstr ""
"用法: svnlook help [SUBCOMMAND...]\n"
"\n"
"显示本程序或其子命令的用法。\n"

#: ../svnlook/main.c:241
msgid ""
"usage: svnlook history REPOS_PATH [PATH_IN_REPOS]\n"
"\n"
"Print information about the history of a path in the repository (or\n"
"the root directory if no path is supplied).\n"
msgstr ""
"用法: svnlook history REPOS_PATH [PATH_IN_REPOS]\n"
"\n"
"显示版本库中,某个路径的历史记录信息 (如果没有指定路径,则为根目录)。\n"

#: ../svnlook/main.c:247
msgid ""
"usage: svnlook info REPOS_PATH\n"
"\n"
"Print the author, datestamp, log message size, and log message.\n"
msgstr ""
"用法: svnlook info REPOS_PATH\n"
"\n"
"显示作者,时戳,日志信息大小,以及日志信息。\n"

#: ../svnlook/main.c:252
msgid ""
"usage: svnlook lock REPOS_PATH PATH_IN_REPOS\n"
"\n"
"If a lock exists on a path in the repository, describe it.\n"
msgstr ""
"用法: svnlook lock REPOS_PATH PATH_IN_REPOS\n"
"\n"
"如果版本库中的路径存在锁,显示其详细信息。\n"

#: ../svnlook/main.c:257
msgid ""
"usage: svnlook log REPOS_PATH\n"
"\n"
"Print the log message.\n"
msgstr ""
"用法: svnlook log REPOS_PATH\n"
"\n"
"显示日志信息。\n"

#: ../svnlook/main.c:262
msgid ""
"usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS\n"
"                           2. svnlook propget --revprop REPOS_PATH PROPNAME\n"
"\n"
"Print the raw value of a property on a path in the repository.\n"
"With --revprop, print the raw value of a revision property.\n"
msgstr ""
"用法:  1、svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS\n"
"                           2、svnlook propget --revprop REPOS_PATH PROPNAME\n"
"\n"
"显示版本库中指定路径上属性的原始值。\n"
"用 --revprop 选项显示版本属性的原始值。\n"

#: ../svnlook/main.c:271
msgid ""
"usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS\n"
"                             2. svnlook proplist --revprop REPOS_PATH\n"
"\n"
"List the properties of a path in the repository, or\n"
"with the --revprop option, revision properties.\n"
"With -v, show the property values too.\n"
msgstr ""
"用法:  1、svnlook proplist REPOS_PATH PATH_IN_REPOS\n"
"                             2、svnlook proplist --revprop REPOS_PATH\n"
"\n"
"列出版本库中某个路径的属性。\n"
"使用 --revprop 选项列出版本属性。\n"
"使用 -v 选项显示属性的内容。\n"

#: ../svnlook/main.c:281
msgid ""
"usage: svnlook tree REPOS_PATH [PATH_IN_REPOS]\n"
"\n"
"Print the tree, starting at PATH_IN_REPOS (if supplied, at the root\n"
"of the tree otherwise), optionally showing node revision ids.\n"
msgstr ""
"用法: svnlook tree REPOS_PATH [PATH_IN_REPOS]\n"
"\n"
"显示目录树,从 PATH_IN_REPOS 开始 (如果省略此参数就从版本库的根目录开始),\n"
"可选的显示节点版本 id。\n"

#: ../svnlook/main.c:287
msgid ""
"usage: svnlook uuid REPOS_PATH\n"
"\n"
"Print the repository's UUID.\n"
msgstr ""
"用法: svnlook uuid REPOS_PATH\n"
"\n"
"显示版本库的 UUID。\n"

#: ../svnlook/main.c:292
msgid ""
"usage: svnlook youngest REPOS_PATH\n"
"\n"
"Print the youngest revision number.\n"
msgstr ""
"用法: svnlook youngest REPOS_PATH\n"
"\n"
"显示最新的版本号。\n"

#: ../svnlook/main.c:960
#, c-format
msgid "Copied: %s (from rev %ld, %s)\n"
msgstr "已复制: %s (来自版本 %ld,%s)\n"

#: ../svnlook/main.c:1028
msgid "Added"
msgstr "已增加"

#: ../svnlook/main.c:1029
msgid "Deleted"
msgstr "已删除"

#: ../svnlook/main.c:1030
msgid "Modified"
msgstr "已修改"

#: ../svnlook/main.c:1031
msgid "Index"
msgstr "索引"

#: ../svnlook/main.c:1043
msgid ""
"(Binary files differ)\n"
"\n"
msgstr ""
"(二进制文件不同)\n"
"\n"

#: ../svnlook/main.c:1254
msgid "unknown"
msgstr "未知"

#: ../svnlook/main.c:1304
#, c-format
msgid "Transaction '%s' is not based on a revision; how odd"
msgstr "事务“%s”并非基于某个版本;多神秘啊!"

#: ../svnlook/main.c:1448
#, c-format
msgid "'%s' is a URL, probably should be a path"
msgstr "“%s”是 URL,也许应该是路径。"

#: ../svnlook/main.c:1471 ../svnlook/main.c:1494
#, c-format
msgid "Path '%s' is not a file"
msgstr "路径“%s”不是文件"

#: ../svnlook/main.c:1604
msgid "History item limit reached"
msgstr "达到历史项目限制"

#: ../svnlook/main.c:1623
#, c-format
msgid ""
"REVISION   PATH <ID>\n"
"--------   ---------\n"
msgstr ""
"修 订 版   路径 <ID>\n"
"--------   ---------\n"

#: ../svnlook/main.c:1628
#, c-format
msgid ""
"REVISION   PATH\n"
"--------   ----\n"
msgstr ""
"修 订 版   路径\n"
"--------   ----\n"

#: ../svnlook/main.c:1677
#, c-format
msgid "Property '%s' not found on revision %ld"
msgstr "属性“%s”在版本 %ld 中找不到"

#: ../svnlook/main.c:1684
#, c-format
msgid "Property '%s' not found on path '%s' in revision %ld"
msgstr "属性 “%s” 不在路径 “%s” 的版本 %ld 中"

#: ../svnlook/main.c:1689
#, c-format
msgid "Property '%s' not found on path '%s' in transaction %s"
msgstr "属性 “%s” 不在路径 “%s” 中,事务 “%s”"

#: ../svnlook/main.c:1891
msgid "Missing repository path argument"
msgstr "未提供版本库路径参数"

#: ../svnlook/main.c:2040
msgid ""
"general usage: svnlook SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...]\n"
"Note: any subcommand which takes the '--revision' and '--transaction'\n"
"      options will, if invoked without one of those options, act on\n"
"      the repository's youngest revision.\n"
"Type 'svnlook help <subcommand>' for help on a specific subcommand.\n"
"Type 'svnlook --version' to see the program version and FS modules.\n"
"\n"
"Available subcommands:\n"
msgstr ""
"一般用法: svnlook SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...]\n"
"注意: 任何接受 “--revision”与 “--transaction”选项的子命令,在没有\n"
"      指定两者其一的情况下会直接作用在版本库最新的版本上。\n"
"使用“svnlook help <subcommand>”得到子命令的帮助信息。\n"
"使用“svnlook --version”查看程序的版本号和文件系统模块。\n"
"\n"
"可用的子命令: \n"

#: ../svnlook/main.c:2117
#, c-format
msgid ""
"Comment (%i line):\n"
"%s\n"
msgid_plural ""
"Comment (%i lines):\n"
"%s\n"
msgstr[0] ""
"注释 (%i 行): \n"
"%s\n"

#: ../svnlook/main.c:2169
#, c-format
msgid "Missing propname argument"
msgstr "丢失属性名参数"

#: ../svnlook/main.c:2170
#, c-format
msgid "Missing propname and repository path arguments"
msgstr "未提供属性名称与版本库路径参数"

#: ../svnlook/main.c:2176
msgid "Missing propname or repository path argument"
msgstr "未提供属性名称或版本库路径参数"

#: ../svnlook/main.c:2344
msgid "Invalid revision number supplied"
msgstr "提供了无效的版本号码"

#: ../svnlook/main.c:2440
msgid ""
"The '--transaction' (-t) and '--revision' (-r) arguments cannot co-exist"
msgstr "“--transaction” (-t) 与 “--revision” (-r) 参数不能同时存在"

#: ../svnlook/main.c:2523
#, c-format
msgid "Repository argument required\n"
msgstr "需要版本库参数\n"

#: ../svnlook/main.c:2532
#, c-format
msgid "'%s' is a URL when it should be a path\n"
msgstr "“%s”应该是路径,却是URL\n"

#: ../svnlook/main.c:2584
#, c-format
msgid ""
"Subcommand '%s' doesn't accept option '%s'\n"
"Type 'svnlook help %s' for usage.\n"
msgstr ""
"子命令“%s”并不接受选项“%s”\n"
"使用“svnlook help %s”得到用法。\n"

#: ../svnlook/main.c:2627
msgid "Try 'svnlook help' for more info"
msgstr "请使用“svnlook help”以得到更多信息"

#: ../svnrdump/load_editor.c:382 ../svnsync/main.c:318
#, c-format
msgid "Failed to get lock on destination repos, currently held by '%s'\n"
msgstr "从目标版本库获得锁失败,当前被“%s”持有\n"

#: ../svnrdump/load_editor.c:412
msgid ""
"Target server does not support atomic revision property edits; consider "
"upgrading it to 1.7."
msgstr "目标服务器不支持原子版本的属性编辑; 请考虑升级到 1.7 。"

#: ../svnrdump/svnrdump.c:97
msgid ""
"usage: svnrdump dump URL [-r LOWER[:UPPER]]\n"
"\n"
"Dump revisions LOWER to UPPER of repository at remote URL to stdout\n"
"in a 'dumpfile' portable format.  If only LOWER is given, dump that\n"
"one revision.\n"
msgstr ""
"用法: svnrdump dump URL [-r LOWER[:UPPER]]\n"
"\n"
"以可移植的 'dumpfile' 格式导出远程版本库 URL 中的 LOWER 到 UPPER 的所有版本到"
"标准输出。\n"
"如果只给出 LOWER,那么就导出这一个版本。\n"

#: ../svnrdump/svnrdump.c:103
msgid ""
"usage: svnrdump load URL\n"
"\n"
"Load a 'dumpfile' given on stdin to a repository at remote URL.\n"
msgstr ""
"用法: svnrdump load URL\n"
"\n"
"从标准输入加载 'dumpfile' 到远程版本库 URL。\n"

#: ../svnrdump/svnrdump.c:107
msgid ""
"usage: svnrdump help [SUBCOMMAND...]\n"
"\n"
"Describe the usage of this program or its subcommands.\n"
msgstr ""
"用法: svnrdump help [SUBCOMMAND...]\n"
"\n"
"显示本程序或其子命令的用法。\n"

#: ../svnrdump/svnrdump.c:132 ../svnserve/main.c:251 ../svnversion/main.c:138
msgid "display this help"
msgstr "显示本帮助"

#: ../svnrdump/svnrdump.c:562
msgid ""
"general usage: svnrdump SUBCOMMAND URL [-r LOWER[:UPPER]]\n"
"Type 'svnrdump help <subcommand>' for help on a specific subcommand.\n"
"Type 'svnrdump --version' to see the program version and RA modules.\n"
"\n"
"Available subcommands:\n"
msgstr ""
"一般用法: svnrdump SUBCOMMAND URL [-r LOWER[:UPPER]]\n"
"使用 “svnrdump help <subcommand>” 得到子命令的帮助信息。\n"
"使用 “svnrdump --version” 察看程序的版本号和版本库访问模块。\n"
"\n"
"可用的子命令: \n"

#: ../svnrdump/svnrdump.c:606 ../svnrdump/svnrdump.c:640
msgid "Unsupported revision specifier used; use only integer values or 'HEAD'"
msgstr "使用了不支持的版本格式;请只使用 'HEAD' 或整数"

#: ../svnrdump/svnrdump.c:614 ../svnrdump/svnrdump.c:648
#, c-format
msgid "Revision '%ld' does not exist"
msgstr "版本 '%ld' 不存在"

#: ../svnrdump/svnrdump.c:658
msgid ""
"LOWER revision cannot be greater than UPPER revision; consider reversing "
"your revision range"
msgstr "LOWER 版本号不能大于 UPPER 版本号;考虑将你的版本范围翻转"

#: ../svnrdump/svnrdump.c:895
#, c-format
msgid ""
"Subcommand '%s' doesn't accept option '%s'\n"
"Type 'svnrdump help %s' for usage.\n"
msgstr ""
"子命令“%s”不接受选项“%s”\n"
"输入“svnrdump help %s”得到用法。\n"

#: ../svnserve/cyrus_auth.c:264
#, c-format
msgid "Can't get hostname"
msgstr "无法获取主机名称"

#: ../svnserve/cyrus_auth.c:329
msgid "Could not obtain the list of SASL mechanisms"
msgstr "不能获得SASL机制列表"

#: ../svnserve/cyrus_auth.c:371
msgid "Couldn't obtain the authenticated username"
msgstr "不能获得已经认证的用户名称"

#: ../svnserve/main.c:154
msgid "daemon mode"
msgstr "后台模式"

#: ../svnserve/main.c:155
msgid "inetd mode"
msgstr "inetd 模式"

#: ../svnserve/main.c:156
msgid "tunnel mode"
msgstr "隧道模式"

#: ../svnserve/main.c:157
msgid "listen-once mode (useful for debugging)"
msgstr "监听一次方式(调试用)"

#: ../svnserve/main.c:160
msgid "Windows service mode (Service Control Manager)"
msgstr "Windows 服务方式(服务管理器)"

#: ../svnserve/main.c:162
msgid "root of directory to serve"
msgstr "服务的根目录"

#: ../svnserve/main.c:164
msgid "force read only, overriding repository config file"
msgstr "强制只读;覆盖版本库配置文件"

#: ../svnserve/main.c:166
msgid "read configuration from file ARG"
msgstr "从文件 ARG 读取配置"

#: ../svnserve/main.c:169
msgid ""
"listen port\n"
"                             [mode: daemon, service, listen-once]"
msgstr ""
"监听端口\n"
"                             [方式: daemon, service, listen-once]"

#: ../svnserve/main.c:173
msgid ""
"listen port\n"
"                             [mode: daemon, listen-once]"
msgstr ""
"监听端口\n"
"                             [方式: daemon, listen-once]"

#: ../svnserve/main.c:179
msgid ""
"listen hostname or IP address\n"
"                             [mode: daemon, service, listen-once]"
msgstr ""
"监听主机名称或IP地址\n"
"                             [方式: daemon, service, listen-once]"

#: ../svnserve/main.c:183
msgid ""
"listen hostname or IP address\n"
"                             [mode: daemon, listen-once]"
msgstr ""
"监听主机名称或IP地址\n"
"                             [方式: daemon, listen-once]"

#: ../svnserve/main.c:188
msgid ""
"prefer IPv6 when resolving the listen hostname\n"
"                             [IPv4 is preferred by default. Using IPv4 and "
"IPv6\n"
"                             at the same time is not supported in daemon "
"mode.\n"
"                             Use inetd mode or tunnel mode if you need this.]"
msgstr ""
"在使用主机名称监听时,首选 IPv6\n"
"                             [默认首选 IPv4。不支持在守护进程模式中同时使用 "
"IPv4\n"
"                             和 IPv6。如果需要,请使用 inetd 模式或隧道模"
"式。]"

#: ../svnserve/main.c:196
msgid ""
"compression level to use for network transmissions\n"
"                             [0 .. no compression, 5 .. default, \n"
"                              9 .. maximum compression]"
msgstr ""
"用于网络传输的压缩级别\n"
"                             [0 .. 不压缩, 5 .. 默认, \n"
"                              9 .. 最大压缩]"

#: ../svnserve/main.c:202
msgid ""
"size of the extra in-memory cache in MB used to\n"
"                             minimize redundant operations.\n"
"                             Default is 128 for threaded and 16 for non-\n"
"                             threaded mode.\n"
"                             [used for FSFS repositories only]"
msgstr ""
"用来减少冗余操作的内存中的额外高速缓存的大小(MB)\n"
"                             线程模型的默认值是 128,非线程模型的默认值是 "
"16。\n"
"                             [仅用于 FSFS 仓库]"

#: ../svnserve/main.c:212
msgid ""
"enable or disable caching of deltas between older\n"
"                             revisions.\n"
"                             Default is no.\n"
"                             [used for FSFS repositories only]"
msgstr ""
"是否对旧版本之间的差异启用缓存\n"
"                             默认值: 否。\n"
"                             [仅用于 FSFS 仓库]"

#: ../svnserve/main.c:220
msgid ""
"enable or disable caching of file contents\n"
"                             Default is yes.\n"
"                             [used for FSFS repositories only]"
msgstr ""
"是否对文件内容启用缓存\n"
"                             默认值: 是。\n"
"                             [仅用于 FSFS 仓库]"

#. ### Making the assumption here that WIN32 never has fork and so
#. * ### this option never exists when --service exists.
#: ../svnserve/main.c:228
msgid "use threads instead of fork [mode: daemon]"
msgstr "使用线程代替进程 [方式: daemon]"

#: ../svnserve/main.c:232
msgid ""
"run in foreground (useful for debugging)\n"
"                             [mode: daemon]"
msgstr ""
"在前台运行(调试用)\n"
"                             [方式: daemon]"

#: ../svnserve/main.c:236
msgid "svnserve log file"
msgstr "svnserve 日志文件"

#: ../svnserve/main.c:239
msgid ""
"write server process ID to file ARG\n"
"                             [mode: daemon, listen-once, service]"
msgstr ""
"写进程 PID 到文件 ARG\n"
"                             [方式: daemon, listen-once, service]"

#: ../svnserve/main.c:243
msgid ""
"write server process ID to file ARG\n"
"                             [mode: daemon, listen-once]"
msgstr ""
"写进程 PID 到文件 ARG\n"
"                             [方式: daemon, listen-once]"

#: ../svnserve/main.c:248
msgid ""
"tunnel username (default is current uid's name)\n"
"                             [mode: tunnel]"
msgstr ""
"隧道用户名(默认是当前UID对应的用户名)\n"
"                             [方式: tunnel]"

#: ../svnserve/main.c:266
#, c-format
msgid "Type '%s --help' for usage.\n"
msgstr "使用“%s --help”得到用法。\n"

#: ../svnserve/main.c:276
msgid ""
"usage: svnserve [-d | -i | -t | -X | --service] [options]\n"
"\n"
"Valid options:\n"
msgstr ""
"用法: svnserve [-d | -i | -t | -X | --service] [options]\n"
"\n"
"有效选项: \n"

#: ../svnserve/main.c:282
msgid ""
"usage: svnserve [-d | -i | -t | -X] [options]\n"
"\n"
"Valid options:\n"
msgstr ""
"用法: svnserve [-d | -i | -t | -X] [options]\n"
"\n"
"有效选项: \n"

#: ../svnserve/main.c:310
msgid ""
"\n"
"Cyrus SASL authentication is available.\n"
msgstr ""
"\n"
"Cyrus SASL 认证可用。\n"

#: ../svnserve/main.c:567
#, c-format
msgid "Invalid port '%s'"
msgstr "无效端口“%s”"

#: ../svnserve/main.c:608
#, c-format
msgid "svnserve: Root path '%s' does not exist or is not a directory.\n"
msgstr "svnserve: 根路径“%s”不存在,或者不是目录。\n"

#: ../svnserve/main.c:694
msgid "You must specify exactly one of -d, -i, -t, --service or -X.\n"
msgstr "您必须指定 -d, -i, -t, --service 或 -X 中的一个。\n"

#: ../svnserve/main.c:697
msgid "You must specify exactly one of -d, -i, -t or -X.\n"
msgstr "您必须指定 -d, -i, -t 或 -X 中的一个。\n"

#: ../svnserve/main.c:722
#, c-format
msgid "Option --tunnel-user is only valid in tunnel mode.\n"
msgstr "选项 --tunnel-user 只在隧道模式有效。\n"

#: ../svnserve/main.c:793
#, c-format
msgid ""
"svnserve: The --service flag is only valid if the process is started by the "
"Service Control Manager.\n"
msgstr "svnserve: 只有被服务控制管理器启动时 --service 选项才有效。\n"

#: ../svnserve/main.c:843
#, c-format
msgid "Can't get address info"
msgstr "不能获取地址信息"

#: ../svnserve/main.c:857
#, c-format
msgid "Can't create server socket"
msgstr "无法创建服务器套接字"

#: ../svnserve/main.c:868
#, c-format
msgid "Can't bind server socket"
msgstr "不能绑定服务器套接字"

#: ../svnserve/main.c:976
#, c-format
msgid "Can't accept client connection"
msgstr "无法接受客户连接"

#: ../svnserve/main.c:1055
#, c-format
msgid "Can't create threadattr"
msgstr "无法创建线程属性"

#: ../svnserve/main.c:1063
#, c-format
msgid "Can't set detached state"
msgstr "不能设置分离的状态"

#: ../svnserve/main.c:1076
#, c-format
msgid "Can't create thread"
msgstr "无法创建线程"

#: ../svnserve/serve.c:1872
msgid "Path is not a string"
msgstr "路径不是字符串"

#: ../svnserve/serve.c:2025
msgid "Log revprop entry not a string"
msgstr "日志 revprop 入口不是字符串"

#: ../svnserve/serve.c:2031
#, c-format
msgid "Unknown revprop word '%s' in log command"
msgstr "日志命令中有未知的 revprop 单词 “%s”"

#: ../svnserve/serve.c:2047
msgid "Log path entry not a string"
msgstr "日志路径入口不是字符串"

#: ../svnserve/winservice.c:346
#, c-format
msgid "Failed to create winservice_start_event"
msgstr "创建 Windows 服务启动事件失败"

#: ../svnserve/winservice.c:357
#, c-format
msgid "The service failed to start"
msgstr "启动服务失败"

#: ../svnserve/winservice.c:405
#, c-format
msgid "Failed to connect to Service Control Manager"
msgstr "连接服务管理器失败"

#: ../svnserve/winservice.c:416
#, c-format
msgid ""
"The service failed to start; an internal error occurred while starting the "
"service"
msgstr "发生内部错误,启动服务失败"

#: ../svnsync/main.c:88
msgid ""
"usage: svnsync initialize DEST_URL SOURCE_URL\n"
"\n"
"Initialize a destination repository for synchronization from\n"
"another repository.\n"
"\n"
"If the source URL is not the root of a repository, only the\n"
"specified part of the repository will be synchronized.\n"
"\n"
"The destination URL must point to the root of a repository which\n"
"has been configured to allow revision property changes.  In\n"
"the general case, the destination repository must contain no\n"
"committed revisions.  Use --allow-non-empty to override this\n"
"restriction, which will cause svnsync to assume that any revisions\n"
"already present in the destination repository perfectly mirror\n"
"their counterparts in the source repository.  (This is useful\n"
"when initializing a copy of a repository as a mirror of that same\n"
"repository, for example.)\n"
"\n"
"You should not commit to, or make revision property changes in,\n"
"the destination repository by any method other than 'svnsync'.\n"
"In other words, the destination repository should be a read-only\n"
"mirror of the source repository.\n"
msgstr ""
"用法: svnsync initialize DEST_URL SOURCE_URL\n"
"\n"
"初始化一个目标版本库以从另一个版本库同步。\n"
"\n"
"如果源 URL 不是版本库的根,只有版本库中指定的部分会被同步。\n"
"\n"
"目标 URL 必须指向版本库的根目录,并且允许修改版本属性。一般来说,\n"
"目标版本库不能包含已经提交的版本。可使用 --allow-non-empty 来越\n"
"过此限制,它导致 svnsync 假定目标版本库中的版本是源版本库中对应\n"
"版本的镜像(例如,这对于从源版本库的副本初始化镜像特别有用)。\n"
"\n"
"除了 svnsync 外,你不应该在目标版本库中提交,或者修改版本属性。也就是说,\n"
"目标版本库应该是源版本库的只读镜像。\n"

#: ../svnsync/main.c:114
msgid ""
"usage: svnsync synchronize DEST_URL [SOURCE_URL]\n"
"\n"
"Transfer all pending revisions to the destination from the source\n"
"with which it was initialized.\n"
"\n"
"If SOURCE_URL is provided, use that as the source repository URL,\n"
"ignoring what is recorded in the destination repository as the\n"
"source URL.  Specifying SOURCE_URL is recommended in particular\n"
"if untrusted users/administrators may have write access to the\n"
"DEST_URL repository.\n"
msgstr ""
"用法: svnsync synchronize DEST_URL [SOURCE_URL]\n"
"\n"
"从源版本库复制所有挂起的版本到目标版本库。\n"
"\n"
"如果提供了 SOURCE_URL,就用作源版本库的 URL,从而忽略在目标版本库中记录的\n"
"源 URL。如果有不信任的用户/管理员可以写入位于 DEST_URL 的版本库,那么特别\n"
"推荐指定 SOURCE_URL。\n"

#: ../svnsync/main.c:127
msgid ""
"usage:\n"
"\n"
"    1. svnsync copy-revprops DEST_URL [SOURCE_URL]\n"
"    2. svnsync copy-revprops DEST_URL REV[:REV2]\n"
"\n"
"Copy the revision properties in a given range of revisions to the\n"
"destination from the source with which it was initialized.  If the\n"
"revision range is not specified, it defaults to all revisions in\n"
"the DEST_URL repository.  Note also that the 'HEAD' revision is the\n"
"latest in DEST_URL, not necessarily the latest in SOURCE_URL.\n"
"\n"
"If SOURCE_URL is provided, use that as the source repository URL,\n"
"ignoring what is recorded in the destination repository as the\n"
"source URL.  Specifying SOURCE_URL is recommended in particular\n"
"if untrusted users/administrators may have write access to the\n"
"DEST_URL repository.\n"
"\n"
"Form 2 is deprecated syntax, equivalent to specifying \"-rREV[:REV2]\".\n"
msgstr ""
"用法:\n"
"\n"
"    1. svnsync copy-revprops DEST_URL [SOURCE_URL]\n"
"    2. svnsync copy-revprops DEST_URL REV[:REV2]\n"
"\n"
"从源版本库复制指定版本范围的版本属性到目标版本库。如果没有头指定版本范围,\n"
"就复制全部版本到位于 DEST_URL 的版本库。请注意,'HEAD' 是位于 DEST_URL\n"
"的最新版本,不需要是位于 SOURCE_URL 的最新版本。\n"
"\n"
"如果提供了 SOURCE_URL,就用作源版本库的 URL,从而忽略在目标版本库中记录的\n"
"源 URL。如果有不信任的用户/管理员可以写入位于 DEST_URL 的版本库,那么特别\n"
"推荐指定 SOURCE_URL。\n"
"\n"
"格式 2 是已经废弃的语法,等价于指定 \"-rREV[:REV2]\" 。\n"

#: ../svnsync/main.c:148
msgid ""
"usage: svnsync info DEST_URL\n"
"\n"
"Print information about the synchronization destination repository\n"
"located at DEST_URL.\n"
msgstr ""
"用法: svnsync info DEST_URL\n"
"\n"
"打印位于 DEST_URL 的同步目标版本库信息。\n"

#: ../svnsync/main.c:154
msgid ""
"usage: svnsync help [SUBCOMMAND...]\n"
"\n"
"Describe the usage of this program or its subcommands.\n"
msgstr ""
"用法: svnsync help [SUBCOMMAND...]\n"
"\n"
"显示本程序或其子命令的用法。\n"

#: ../svnsync/main.c:164
msgid "print as little as possible"
msgstr "尽可能少打印"

#: ../svnsync/main.c:166
msgid ""
"operate on revision ARG (or range ARG1:ARG2)\n"
"                             A revision argument can be one of:\n"
"                                 NUMBER       revision number\n"
"                                 'HEAD'       latest in repository"
msgstr ""
"对版本 ARG (或版本范围 ARG1:ARG2) 操作\n"
"                             版本可以是下述格式之一:\n"
"                                 整数         版本号\n"
"                                 'HEAD'       最新版本"

#: ../svnsync/main.c:174
msgid "allow a non-empty destination repository"
msgstr "允许非空目标版本库"

#: ../svnsync/main.c:180
msgid ""
"specify a username ARG (deprecated;\n"
"                             see --source-username and --sync-username)"
msgstr ""
"指定用户名称 ARG (已经过时;\n"
"                             参看 --source-username 和 --sync-username)"

#: ../svnsync/main.c:184
msgid ""
"specify a password ARG (deprecated;\n"
"                             see --source-password and --sync-password)"
msgstr ""
"指定密码 ARG (已经过时;\n"
"                             参看 --source-password 和 --sync-password)"

#: ../svnsync/main.c:194
msgid "connect to source repository with username ARG"
msgstr "使用用户名称 ARG 连接源版本库"

#: ../svnsync/main.c:196
msgid "connect to source repository with password ARG"
msgstr "使用密码 ARG 连接源版本库"

#: ../svnsync/main.c:198
msgid "connect to sync repository with username ARG"
msgstr "使用用户名称 ARG 连接目的版本库"

#: ../svnsync/main.c:200
msgid "connect to sync repository with password ARG"
msgstr "使用密码 ARG 连接目的版本库"

#: ../svnsync/main.c:212
msgid ""
"convert translatable properties from encoding ARG\n"
"                             to UTF-8. If not specified, then properties "
"are\n"
"                             presumed to be encoded in UTF-8."
msgstr ""
"将可翻译的属性从编码 ARG 转换到 UTF-8。如果不指定,那么假定属性的编码是\n"
"                             UTF-8。"

#: ../svnsync/main.c:218
msgid ""
"Disable built-in locking.  Use of this option can\n"
"                             corrupt the mirror unless you ensure that no "
"other\n"
"                             instance of svnsync is running concurrently."
msgstr ""
"禁用内置锁。使用此选项可能\n"
"                             会损坏镜像,除非你能确认没有其它 svnsync\n"
"                             实例同时运行。"

#: ../svnsync/main.c:224
msgid ""
"Steal locks as necessary.  Use, with caution,\n"
"                             if your mirror repository contains stale locks\n"
"                             and is not being concurrently accessed by "
"another\n"
"                             svnsync instance."
msgstr ""
"在需要时窃取锁。请小心使用\n"
"                             如果你的镜像包含过时的锁,并且没有其它 svnsync\n"
"                             实例同时运行。"

#: ../svnsync/main.c:348
msgid ""
"Target server does not support atomic revision property edits; consider "
"upgrading it to 1.7 or using an external locking program"
msgstr ""
"目标服务器不支持原子版本的属性编辑; 请考虑升级到 1.7 或者使用外部加锁程序"

#: ../svnsync/main.c:362
#, c-format
msgid "Stole lock previously held by '%s'\n"
msgstr "窃取被 '%s' 持有的锁\n"

#: ../svnsync/main.c:451
#, c-format
msgid "Session is rooted at '%s' but the repos root is '%s'"
msgstr "会话根是“%s”,但是版本库根是“%s”"

#: ../svnsync/main.c:593
#, c-format
msgid "Copied properties for revision %ld (%s* properties skipped).\n"
msgstr "从版本 %ld (忽略 %s* 属性)复制属性。\n"

#: ../svnsync/main.c:598
#, c-format
msgid "Copied properties for revision %ld.\n"
msgstr "复制版本 %ld 的属性。\n"

#: ../svnsync/main.c:614
#, c-format
msgid ""
"NOTE: Normalized %s* properties to LF line endings (%d rev-props, %d node-"
"props).\n"
msgstr "注意: 已经标准化 %s* 属性为 LF 行尾 (%d rev-props, %d node-props)。\n"

#: ../svnsync/main.c:742
msgid ""
"Destination repository already contains revision history; consider using --"
"allow-non-empty if the repository's revisions are known to mirror their "
"respective revisions in the source repository"
msgstr ""
"目标版本库已经包含版本历史;如果你确信它们是镜像源版本库的对应版本的话,\n"
"考虑使用选项 '--allow-non-empty'"

#: ../svnsync/main.c:751
#, c-format
msgid "Destination repository is already synchronizing from '%s'"
msgstr "目标版本库已经与“%s”同步"

#: ../svnsync/main.c:786
msgid "Destination repository has more revisions than source repository"
msgstr "目标版本库的版本数量比源版本库多"

#: ../svnsync/main.c:851 ../svnsync/main.c:854 ../svnsync/main.c:1364
#: ../svnsync/main.c:1371 ../svnsync/main.c:1608 ../svnsync/main.c:1611
#: ../svnsync/main.c:1655
#, c-format
msgid "Path '%s' is not a URL"
msgstr "路径“%s”不是URL"

#: ../svnsync/main.c:881
#, c-format
msgid "Committed revision %ld.\n"
msgstr "已提交版本 %ld。\n"

#: ../svnsync/main.c:927
msgid "Destination repository has not been initialized"
msgstr "目标版本库没有初始化"

#: ../svnsync/main.c:1147
#, c-format
msgid "Commit created rev %ld but should have created %ld"
msgstr "提交创建版本 %ld,应该创建版本 %ld"

#: ../svnsync/main.c:1262
#, c-format
msgid ""
"Revision being currently copied (%ld), last merged revision (%ld), and "
"destination HEAD (%ld) are inconsistent; have you committed to the "
"destination without using svnsync?"
msgstr ""
"当前复制版本(%ld), 最后合并版本(%ld), 和目标 HEAD (%ld) 不一致;你是否使用非"
"svnsync方法提交到目标版本库?"

#: ../svnsync/main.c:1299
#, c-format
msgid ""
"Destination HEAD (%ld) is not the last merged revision (%ld); have you "
"committed to the destination without using svnsync?"
msgstr ""
"目标 HEAD (%ld)不是最后合并版本(%ld);你是否使用非 svnsync 方法提交到目标版本"
"库?"

#: ../svnsync/main.c:1422 ../svnsync/main.c:1427
#, c-format
msgid ""
"Cannot copy revprops for a revision (%ld) that has not been synchronized yet"
msgstr "不能在尚未同步时复制版本(%ld)的 revprops"

#: ../svnsync/main.c:1491 ../svnsync/main.c:1511
#, c-format
msgid "Invalid revision number (%ld)"
msgstr "无效的版本号 (%ld)"

#: ../svnsync/main.c:1561
msgid ""
"Cannot specify revisions via both command-line arguments and the --revision "
"(-r) option"
msgstr "不能同时使用 "

#: ../svnsync/main.c:1569 ../svnsync/main.c:1916
#, c-format
msgid "Invalid revision range '%s' provided"
msgstr "提供了无效的版本范围 '%s'"

#: ../svnsync/main.c:1669
#, c-format
msgid "Repository '%s' is not initialized for synchronization"
msgstr "版本库“%s”没有为同步初始化"

#. Print the info.
#: ../svnsync/main.c:1677
#, c-format
msgid "Source URL: %s\n"
msgstr "源 URL: %s\n"

#: ../svnsync/main.c:1679
#, c-format
msgid "Source Repository UUID: %s\n"
msgstr "源版本库 UUID: %s\n"

#: ../svnsync/main.c:1682
#, c-format
msgid "Last Merged Revision: %s\n"
msgstr "最后合并的版本: %s\n"

#: ../svnsync/main.c:1699
msgid ""
"general usage: svnsync SUBCOMMAND DEST_URL  [ARGS & OPTIONS ...]\n"
"Type 'svnsync help <subcommand>' for help on a specific subcommand.\n"
"Type 'svnsync --version' to see the program version and RA modules.\n"
"\n"
"Available subcommands:\n"
msgstr ""
"一般用法: svnsync SUBCOMMAND DEST_URL  [ARGS & OPTIONS ...]\n"
"使用 “svnsync help <subcommand>” 得到子命令的帮助信息。\n"
"使用 “svnsync --version” 察看程序的版本号和版本库访问模块。\n"
"\n"
"可用的子命令: \n"

#: ../svnsync/main.c:1950
msgid ""
"Cannot use --username or --password with any of --source-username, --source-"
"password, --sync-username, or --sync-password.\n"
msgstr ""
"不能将 --username 或 --password 与 --source-username, --source-password, --"
"sync-username, 或 --sync-password 一起使用。\n"

#: ../svnsync/main.c:1974
msgid "--disable-locking and --steal-lock are mutually exclusive"
msgstr "--disable-locking 与 --steal-lock 是互斥的"

#: ../svnsync/main.c:2050
#, c-format
msgid ""
"Subcommand '%s' doesn't accept option '%s'\n"
"Type 'svnsync help %s' for usage.\n"
msgstr ""
"子命令“%s”不接受选项“%s”\n"
"使用“svnsync help %s”得到用法。\n"

#: ../svnsync/main.c:2134
msgid "Try 'svnsync help' for more info"
msgstr "请使用 “svnsync help” 以得到更多信息"

#: ../svnversion/main.c:48
#, c-format
msgid "Type 'svnversion --help' for usage.\n"
msgstr "使用 “svnversion --help” 得到用法。\n"

#: ../svnversion/main.c:59
#, c-format
msgid ""
"usage: svnversion [OPTIONS] [WC_PATH [TRAIL_URL]]\n"
"\n"
"  Produce a compact 'version number' for the working copy path\n"
"  WC_PATH.  TRAIL_URL is the trailing portion of the URL used to\n"
"  determine if WC_PATH itself is switched (detection of switches\n"
"  within WC_PATH does not rely on TRAIL_URL).  The version number\n"
"  is written to standard output.  For example:\n"
"\n"
"    $ svnversion . /repos/svn/trunk\n"
"    4168\n"
"\n"
"  The version number will be a single number if the working\n"
"  copy is single revision, unmodified, not switched and with\n"
"  an URL that matches the TRAIL_URL argument.  If the working\n"
"  copy is unusual the version number will be more complex:\n"
"\n"
"   4123:4168     mixed revision working copy\n"
"   4168M         modified working copy\n"
"   4123S         switched working copy\n"
"   4123P         partial working copy, from a sparse checkout\n"
"   4123:4168MS   mixed revision, modified, switched working copy\n"
"\n"
"  If WC_PATH is an unversioned path, the program will output\n"
"  'Unversioned directory' or 'Unversioned file'.  If WC_PATH is\n"
"  an added or copied or moved path, the program will output\n"
"  'Uncommitted local addition, copy or move'.\n"
"\n"
"  If invoked without arguments WC_PATH will be the current directory.\n"
"\n"
"Valid options:\n"
msgstr ""
"用法: svnversion [OPTIONS] [WC_PATH [TRAIL_URL]]\n"
"\n"
"  为工作副本路径 WC_PATH 产生紧凑的 “版本号”。 TRAIL_URL 是\n"
"  URL 的结尾部分,用来判断 WC_PATH 是否已切换过 (检测 WC_PATH\n"
"  内是否已经切换并不依赖于 TRAIL_URL)。版本号会写至标准输出。\n"
"  例如: \n"
"\n"
"    $ svnversion . /repos/svn/trunk \n"
"    4168\n"
"\n"
"  如果工作副本是单一版本,未经修改,未经切换,而且其 URL 匹配\n"
"  TRAIL_URL 参数,那么版本号将会是单一数字。如果工作副本凌乱,\n"
"  那么版本号就会复杂得多: \n"
"\n"
"   4123:4168     混合版本\n"
"   4168M         已修改\n"
"   4123S         已切换\n"
"   4123P         局部工作副本,没有全部检出。\n"
"   4123:4168MS   混合版本,有修改,工作副本已切换\n"
"\n"
"  如果 WC_PATH 不是工作副本,那么它会输出 '未版本控制的目录'\n"
"  或者 '未版本控制的文件'。如果 WC_PATH 是新增,复制或移动后\n"
"  的路径,那么它会输出 '未提交的本地增加,复制或移动'。\n"
"\n"
"  如果调用时没有参数,则 WC_PATH 默认为当前目录。\n"
"\n"
"有效选项: \n"

#: ../svnversion/main.c:136
msgid "do not output the trailing newline"
msgstr "不输出其后的换行符"

#: ../svnversion/main.c:137
msgid "last changed rather than current revisions"
msgstr "最近一次改变的,而不是目前的版本"

#: ../svnversion/main.c:257
#, c-format
msgid "Unversioned symlink%s"
msgstr "未版本控制的符号链接 %s"

#: ../svnversion/main.c:260
#, c-format
msgid "Unversioned directory%s"
msgstr "目录 %s 未版本控制"

#: ../svnversion/main.c:263
#, c-format
msgid "Unversioned file%s"
msgstr "文件 %s 未版本控制"

#: ../svnversion/main.c:269
#, c-format
msgid "'%s' doesn't exist\n"
msgstr "“%s” 不存在\n"

#: ../svnversion/main.c:270
#, c-format
msgid "'%s' is of unknown type\n"
msgstr "“%s” 的类型未知\n"

#. Local uncommitted modifications, no revision info was found.
#: ../svnversion/main.c:285
#, c-format
msgid "Uncommitted local addition, copy or move%s"
msgstr "未提交的本地增加,复制或移动 %s"