📄 configuration.po
字号:
"mapping."msgstr """Puede ser usado para deshabilitar completamente el caché de segundo ""nivel, que está habilitado por defecto para clases que especifican un ""mapeo <literal><cache></literal>."#: index.docbook:779msgid "hibernate.cache.query_cache_factory"msgstr "hibernate.cache.query_cache_factory"#: index.docbook:781msgid """The classname of a custom <literal>QueryCache</literal> interface, defaults ""to the built-in <literal>StandardQueryCache</literal>."msgstr """El nombre de clase de una interface <literal>QueryCache</literal> ""personalizada, por defecto al <literal>StandardQueryCache</literal> ""prefabricado."#: index.docbook:784msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.QueryCache</""literal>"msgstr """<emphasis role=\"strong\">ej.</emphasis> <literal>classname.of.QueryCache</""literal>"#: index.docbook:792msgid "hibernate.cache.region_prefix"msgstr "hibernate.cache.region_prefix"#: index.docbook:794msgid "A prefix to use for second-level cache region names."msgstr """Un prefijo a usar para los nombres de región del caché de ""segundo nivel."#: index.docbook:796msgid "<emphasis role=\"strong\">eg.</emphasis> <literal>prefix</literal>"msgstr "<emphasis role=\"strong\">ej.</emphasis> <literal>prefix</literal>"#: index.docbook:804msgid "hibernate.cache.use_structured_entries"msgstr "hibernate.cache.use_structured_entries"#: index.docbook:806msgid """Forces Hibernate to store data in the second-level cache in a more human-""friendly format."msgstr """Fuerza a Hibernate a almacenar los datos en el caché de segundo nivel ""en un formato más amigable al humano."#: index.docbook:820msgid "Hibernate Transaction Properties"msgstr "Propiedades de Transacción de Hibernate"#: index.docbook:833msgid "hibernate.transaction.factory_class"msgstr "hibernate.transaction.factory_class"#: index.docbook:835msgid """The classname of a <literal>TransactionFactory</literal> to use with ""Hibernate <literal>Transaction</literal> API (defaults to ""<literal>JDBCTransactionFactory</literal>)."msgstr """El nombre de clase de un <literal>TransactionFactory</literal> a usar con la ""API de <literal>Transaction</literal> de Hibernate (por defectoa ""<literal>JDBCTransactionFactory</literal>)."#: index.docbook:839msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.""TransactionFactory</literal>"msgstr """<emphasis role=\"strong\">ej.</emphasis> <literal>classname.of.""TransactionFactory</literal>"#: index.docbook:847msgid "jta.UserTransaction"msgstr "jta.UserTransaction"#: index.docbook:849msgid """A JNDI name used by <literal>JTATransactionFactory</literal> to obtain the ""JTA <literal>UserTransaction</literal> from the application server."msgstr """Un nombre JNDI usado por <literal>JTATransactionFactory</literal> para ""obtener la <literal>UserTransaction</literal> JTA del servidor de ""aplicaciones."#: index.docbook:861msgid "hibernate.transaction.manager_lookup_class"msgstr "hibernate.transaction.manager_lookup_class"#: index.docbook:863msgid """The classname of a <literal>TransactionManagerLookup</literal> - required ""when JVM-level caching is enabled or when using hilo generator in a JTA ""environment."msgstr """El nombre de clase de un <literal>TransactionManagerLookup</literal> ""requerido cuando el chaché a nivel de JVM está habilitado o ""cuando se usa un generador alto/bajo en un entorno JTA."#: index.docbook:867msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.""TransactionManagerLookup</literal>"msgstr """<emphasis role=\"strong\">ej.</emphasis> <literal>classname.of.""TransactionManagerLookup</literal>"#: index.docbook:875msgid "hibernate.transaction.flush_before_completion"msgstr "hibernate.transaction.flush_before_completion"#: index.docbook:877msgid """If enabled, the session will be automatically flushed during the before ""completion phase of the transaction. Built-in and automatic session context ""management is preferred, see <xref linkend=\"architecture-current-session\"/"">."msgstr """De habilitarse, la sesión se limpiará (flushed) automá""ticamente durante la fase previa a la compleción de la ""transacción. (Muy útil cuando se usa Hibernate con CMT)."#: index.docbook:890msgid "hibernate.transaction.auto_close_session"msgstr "hibernate.transaction.auto_close_session"#: index.docbook:892msgid """If enabled, the session will be automatically closed during the after ""completion phase of the transaction. Built-in and utomatic session context ""management is preferred, see <xref linkend=\"architecture-current-session\"/"">."msgstr """De habilitarse, la sesión será cerrada automáticamente ""durante la fase posterior a la compleción de la transacción. ""(Muy útil cuando se usa Hibernate con CMT)."#: index.docbook:908msgid "Miscellaneous Properties"msgstr "Propiedades Misceláneas"#: index.docbook:921msgid "hibernate.current_session_context_class"msgstr "hibernate.current_session_context_class"#: index.docbook:923msgid """Supply a (custom) strategy for the scoping of the \"current\" ""<literal>Session</literal>. See <xref linkend=\"architecture-current-session""\"/> for more information about the built-in strategies."msgstr """Supply a (custom) strategy for the scoping of the \"current\" ""<literal>Session</literal>. See <xref linkend=\"architecture-current-session""\"/> for more information about the built-in strategies."#: index.docbook:928msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>jta</literal> | ""<literal>thread</literal> | <literal>managed</literal> | <literal>custom.""Class</literal>"msgstr """<emphasis role=\"strong\">eg.</emphasis> <literal>jta</literal> | ""<literal>thread</literal> | <literal>managed</literal> | <literal>custom.""Class</literal>"#: index.docbook:937msgid "hibernate.query.factory_class"msgstr "hibernate.query.factory_class"#: index.docbook:939msgid "Chooses the HQL parser implementation."msgstr "Elige la implementación de parser HQL."#: index.docbook:941msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>org.hibernate.hql.ast.""ASTQueryTranslatorFactory</literal> or <literal>org.hibernate.hql.classic.""ClassicQueryTranslatorFactory</literal>"msgstr """<emphasis role=\"strong\">ej.</emphasis> <literal>org.hibernate.hql.ast.""ASTQueryTranslatorFactory</literal> or <literal>org.hibernate.hql.classic.""ClassicQueryTranslatorFactory</literal>"#: index.docbook:950msgid "hibernate.query.substitutions"msgstr "hibernate.query.substitutions"#: index.docbook:952msgid """Mapping from tokens in Hibernate queries to SQL tokens (tokens might be ""function or literal names, for example)."msgstr """Mapeos de símbolos en consultas Hibernate a símbolos SQL. (los ""símbolos puedem ser nombres de función o literales, por ""ejemplo)."#: index.docbook:955msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>hqlLiteral=SQL_LITERAL, ""hqlFunction=SQLFUNC</literal>"msgstr """<emphasis role=\"strong\">ej.</emphasis> <literal>hqlLiteral=SQL_LITERAL, ""hqlFunction=SQLFUNC</literal>"#: index.docbook:963msgid "hibernate.hbm2ddl.auto"msgstr "hibernate.hbm2ddl.auto"#: index.docbook:965msgid """Automatically validate or export schema DDL to the database when the ""<literal>SessionFactory</literal> is created. With <literal>create-drop</""literal>, the database schema will be dropped when the ""<literal>SessionFactory</literal> is closed explicitly."msgstr """Exporta automáticamente DDL de esquema cuando al crear la ""<literal>SessionFactory</literal>. Con <literal>create-drop</literal>, el ""esquema de base de datos será desechado cuando la ""<literal>SessionFactory</literal> se cierre explícitamente."#: index.docbook:971msgid """<emphasis role=\"strong\">eg.</emphasis> <literal>validate</literal> | ""<literal>update</literal> | <literal>create</literal> | <literal>create-""drop</literal>"msgstr """<emphasis role=\"strong\">ej.</emphasis> <literal>update</literal> | ""<literal>create</literal> | <literal>create-drop</literal>"#: index.docbook:980msgid "hibernate.cglib.use_reflection_optimizer"msgstr "hibernate.cglib.use_reflection_optimizer"#: index.docbook:982msgid """Enables use of CGLIB instead of runtime reflection (System-level property). ""Reflection can sometimes be useful when troubleshooting, note that Hibernate ""always requires CGLIB even if you turn off the optimizer. You can not set ""this property in <literal>hibernate.cfg.xml</literal>."msgstr """Habilita el uso de CGLIB en vez de refleccón en tiempo de ""ejecución (propiedad a nivel de sistema). La reflección a ""veces puede ser útil ante la aparición de problemas. Observa ""que Hibernate siempre requiere CGLIB incluso si desactivas el optimizador. ""No puedes establecer esta propiedad en <literal>hibernate.cfg.xml</literal>."#: index.docbook:998msgid "SQL Dialects"msgstr "SQL Dialects"#: index.docbook:1000msgid """You should always set the <literal>hibernate.dialect</literal> property to ""the correct <literal>org.hibernate.dialect.Dialect</literal> subclass for ""your database. If you specify a dialect, Hibernate will use sensible ""defaults for some of the other properties listed above, saving you the ""effort of specifying them manually."msgstr """You should always set the <literal>hibernate.dialect</literal> property to ""the correct <literal>org.hibernate.dialect.Dialect</literal> subclass for ""your database. If you specify a dialect, Hibernate will use sensible ""defaults for some of the other properties listed above, saving you the ""effort of specifying them manually."#: index.docbook:1008msgid "Hibernate SQL Dialects (<literal>hibernate.dialect</literal>)"msgstr "Dialectos SQL de Hibernate(<literal>hibernate.dialect</literal>)"#: index.docbook:1016msgid "RDBMS"msgstr "RDBMS"#: index.docbook:1017msgid "Dialect"msgstr "Dialecto"#: index.docbook:1022msgid "<entry>DB2</entry>"msgstr "<entry>DB2</entry>"#: index.docbook:1022msgid "org.hibernate.dialect.DB2Dialect"msgstr "org.hibernate.dialect.DB2Dialect"#: index.docbook:1025msgid "DB2 AS/400"msgstr "DB2 AS/400"#: index.docbook:1025msgid "org.hibernate.dialect.DB2400Dialect"msgstr "org.hibernate.dialect.DB2400Dialect"#: index.docbook:1028msgid "DB2 OS390"msgstr "DB2 OS390"#: index.docbook:1028msgid "org.hibernate.dialect.DB2390Dialect"msgstr "org.hibernate.dialect.DB2390Dialect"#: index.docbook:1031msgid "PostgreSQL"msgstr "PostgreSQL"#: index.docbook:1031msgid "org.hibernate.dialect.PostgreSQLDialect"msgstr "org.hibernate.dialect.PostgreSQLDialect"#: index.docbook:1034msgid "MySQL"msgstr "MySQL"#: index.docbook:1034msgid "org.hibernate.dialect.MySQLDialect"msgstr "org.hibernate.dialect.MySQLDialect"#: index.docbook:1037msgid "MySQL with InnoDB"msgstr "MySQL con InnoDB"#: index.docbook:1037msgid "org.hibernate.dialect.MySQLInnoDBDialect"msgstr "org.hibernate.dialect.MySQLInnoDBDialect"#: index.docbook:1040msgid "MySQL with MyISAM"msgstr "MySQL con MyISAM"#: index.docbook:1040msgid "org.hibernate.dialect.MySQLMyISAMDialect"msgstr "org.hibernate.dialect.MySQLMyISAMDialect"#: index.docbook:1043msgid "Oracle (any version)"msgstr "Oracle (cualquier versión)"#: index.docbook:1043msgid "org.hibernate.dialect.OracleDialect"msgstr "org.hibernate.dialect.OracleDialect"#: index.docbook:1046msgid "Oracle 9i/10g"msgstr "Oracle 9i/10g"#: index.docbook:1046msgid "org.hibernate.dialect.Oracle9Dialect"msgstr "org.hibernate.dialect.Oracle9Dialect"#: index.docbook:1049msgid "Sybase"msgstr "Sybase"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -