mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

hajma
20.44.2009 fe71aba2d7b10bc745b436304a2f5e4f3d8fbc8a
opends/src/admin/messages/FractionalLDIFImportPluginCfgDefn_zh_CN.properties
@@ -1,59 +1,59 @@
user-friendly-name=Fractional LDIF Import Plugin
user-friendly-plural-name=Fractional LDIF Import Plugins
synopsis=The Fractional LDIF Import Plugin is used internally by the replication plugin to support fractional replication.
description=It is used to check fractional configuration consistency with local domain one as well as to filter attributes when performing an online import from a remote backend to a local backend.
property.enabled.synopsis=Indicates whether the plug-in is enabled for use.
property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
property.plugin-type.synopsis=Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
property.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client.
property.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export.
property.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import.
property.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server.
property.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server).
property.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing.
property.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client.
property.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing.
property.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client.
property.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client.
property.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client.
property.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client.
property.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client.
property.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client.
property.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client.
property.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client.
property.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation.
property.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation.
property.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation.
property.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation.
property.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing.
property.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing.
property.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing.
property.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing.
property.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing.
property.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing.
property.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing.
property.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing.
property.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request.
property.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request.
property.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request.
property.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request.
property.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request.
property.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request.
property.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request.
property.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request.
property.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request.
property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request.
property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client.
property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client.
property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown.
property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process.
property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation.
user-friendly-name=\u90e8\u5206 LDIF \u5bfc\u5165\u63d2\u4ef6
user-friendly-plural-name=\u90e8\u5206 LDIF \u5bfc\u5165\u63d2\u4ef6
synopsis=\u90e8\u5206 LDIF \u5bfc\u5165\u63d2\u4ef6\u7531\u590d\u5236\u63d2\u4ef6\u5728\u5185\u90e8\u4f7f\u7528\u4ee5\u652f\u6301\u90e8\u5206\u590d\u5236\u3002
description=\u8be5\u63d2\u4ef6\u7528\u4e8e\u68c0\u67e5\u90e8\u5206\u914d\u7f6e\u4e0e\u672c\u5730\u57df\u914d\u7f6e\u7684\u4e00\u81f4\u6027\uff0c\u8fd8\u7528\u4e8e\u5728\u6267\u884c\u4ece\u8fdc\u7a0b\u540e\u7aef\u5230\u672c\u5730\u540e\u7aef\u7684\u8054\u673a\u5bfc\u5165\u65f6\u8fc7\u6ee4\u5c5e\u6027\u3002
property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528\u8be5\u63d2\u4ef6\u4ee5\u8fdb\u884c\u4f7f\u7528\u3002
property.invoke-for-internal-operations.synopsis=\u6307\u793a\u662f\u5426\u5e94\u8c03\u7528\u8be5\u63d2\u4ef6\u4ee5\u7528\u4e8e\u5185\u90e8\u64cd\u4f5c\u3002
property.invoke-for-internal-operations.description=\u5bf9\u4e8e\u4efb\u4f55\u53ef\u88ab\u8c03\u7528\u4ee5\u4f9b\u5185\u90e8\u64cd\u4f5c\u7684\u63d2\u4ef6\uff0c\u5fc5\u987b\u786e\u4fdd\u5b83\u4e0d\u4f1a\u521b\u5efa\u4efb\u4f55\u53ef\u80fd\u5bfc\u81f4\u540c\u4e00\u63d2\u4ef6\u88ab\u91cd\u65b0\u8c03\u7528\u7684\u65b0\u5185\u90e8\u64cd\u4f5c\u3002
property.java-class.synopsis=\u6307\u5b9a\u7528\u4e8e\u63d0\u4f9b\u8be5\u63d2\u4ef6\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u3002
property.plugin-type.synopsis=\u6307\u5b9a\u63d2\u4ef6\u7684\u63d2\u4ef6\u7c7b\u578b\u7684\u96c6\u5408\uff0c\u8be5\u96c6\u6307\u5b9a\u4e86\u8c03\u7528\u63d2\u4ef6\u7684\u65f6\u95f4\u3002
property.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=\u5728\u5c06\u4e2d\u95f4\u54cd\u5e94\u6d88\u606f\u53d1\u9001\u5230\u5ba2\u6237\u7aef\u4e4b\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.ldifexport.synopsis=\u4e3a\u5728 LDIF \u5bfc\u51fa\u671f\u95f4\u5199\u5165\u7684\u6bcf\u4e2a\u64cd\u4f5c\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.ldifimport.synopsis=\u4e3a\u5728 LDIF \u5bfc\u5165\u671f\u95f4\u8bfb\u53d6\u7684\u6bcf\u4e2a\u6761\u76ee\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postconnect.synopsis=\u53ea\u8981\u4e0e\u670d\u52a1\u5668\u5efa\u7acb\u65b0\u8fde\u63a5\u5c31\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=\u53ea\u8981\u73b0\u6709\u8fde\u63a5\u7ec8\u6b62\uff08\u88ab\u5ba2\u6237\u7aef\u6216\u670d\u52a1\u5668\uff09\u5c31\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=\u5728\u5b8c\u6210\u653e\u5f03\u5904\u7406\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u6dfb\u52a0\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u7ed1\u5b9a\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u6bd4\u8f83\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u5220\u9664\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u6269\u5c55\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u4fee\u6539\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u4fee\u6539 DN \u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=\u5728\u5b8c\u6210\u6838\u5fc3\u641c\u7d22\u5904\u7406\u540e\u4f46\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u54cd\u5e94\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=\u5728\u5b8c\u6210\u89e3\u9664\u7ed1\u5b9a\u5904\u7406\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u6dfb\u52a0\u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u7ed1\u5b9a\u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u6bd4\u8f83\u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u5220\u9664\u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u6269\u5c55\u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u4fee\u6539\u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u4fee\u6539 DN \u54cd\u5e94\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u641c\u7d22\u7ed3\u679c\u5b8c\u6210\u6d88\u606f\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=\u5728\u5b8c\u6210\u5bf9\u6dfb\u52a0\u64cd\u4f5c\u7684\u540c\u6b65\u540e\u5904\u7406\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=\u5728\u5b8c\u6210\u5bf9\u5220\u9664\u64cd\u4f5c\u7684\u540c\u6b65\u540e\u5904\u7406\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=\u5728\u5b8c\u6210\u5bf9\u4fee\u6539\u64cd\u4f5c\u7684\u540c\u6b65\u540e\u5904\u7406\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=\u5728\u5b8c\u6210\u5bf9\u4fee\u6539 DN \u64cd\u4f5c\u7684\u540c\u6b65\u540e\u5904\u7406\u540e\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u6dfb\u52a0\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u7ed1\u5b9a\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u6bd4\u8f83\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u5220\u9664\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u6269\u5c55\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u4fee\u6539\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u4fee\u6539 DN \u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=\u5728\u6267\u884c\u6838\u5fc3\u641c\u7d22\u5904\u7406\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=\u5728\u89e3\u6790\u653e\u5f03\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparseadd.synopsis=\u5728\u89e3\u6790\u6dfb\u52a0\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparsebind.synopsis=\u5728\u89e3\u6790\u7ed1\u5b9a\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=\u5728\u89e3\u6790\u6bd4\u8f83\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=\u5728\u89e3\u6790\u5220\u9664\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparseextended.synopsis=\u5728\u89e3\u6790\u6269\u5c55\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=\u5728\u89e3\u6790\u4fee\u6539\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=\u5728\u89e3\u6790\u4fee\u6539 DN \u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=\u5728\u89e3\u6790\u641c\u7d22\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=\u5728\u89e3\u6790\u89e3\u9664\u7ed1\u5b9a\u8bf7\u6c42\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u641c\u7d22\u7ed3\u679c\u6761\u76ee\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=\u5728\u5411\u5ba2\u6237\u7aef\u53d1\u9001\u641c\u7d22\u7ed3\u679c\u5f15\u7528\u524d\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.shutdown.synopsis=\u5728 Directory Server \u6b63\u5e38\u5173\u673a\u671f\u95f4\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.startup.synopsis=\u5728 Directory Server \u542f\u52a8\u671f\u95f4\u8c03\u7528\u3002
property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=\u5728\u79fb\u52a8\u6216\u91cd\u547d\u540d\u96b6\u5c5e\u4fee\u6539 DN \u64cd\u4f5c\u76ee\u6807\u7684\u6761\u76ee\u671f\u95f4\u8c03\u7528\u3002