📄 preface.po
字号:
#, fuzzymsgid ""msgstr """PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n""Last-Translator: FULL NAME <EMAIL@ADDRESS>\n""Content-Type: text/plain; charset=utf-8\n"#: index.docbook:21msgid "Preface"msgstr "Prefacio"#: index.docbook:23msgid """Working with object-oriented software and a relational database can be ""cumbersome and time consuming in today's enterprise environments. Hibernate ""is an object/relational mapping tool for Java environments. The term object/""relational mapping (ORM) refers to the technique of mapping a data ""representation from an object model to a relational data model with a SQL-""based schema."msgstr """Trabajar con software orientado a objetos y una base de datos relacional ""puede ser incómodo y consumir tiempo en los entornos de empresa de ""hoy. Hibernate es una herramienta de mapeo objeto/relacional para entornos ""Java. El término mapeo objeto/relacional (MOR) hace referencia a la ""técnica de mapear una representación de datos desde un modelo ""de objetos a un modelo de datos relacional con un esquema basado en SQL."#: index.docbook:31msgid """Hibernate not only takes care of the mapping from Java classes to database ""tables (and from Java data types to SQL data types), but also provides data ""query and retrieval facilities and can significantly reduce development time ""otherwise spent with manual data handling in SQL and JDBC."msgstr """Hibernate no sólo se encarga de mapear de clases Java a tablas de ""base de datos (y de tipos de datos de Java a tipos de datos SQL), sino que ""también provee facilidades de consulta y recuperación de datos ""y puede reducir significativamente el tiempo de desarrollo que de otra forma ""se gasta en el manejo de los datos en SQL y JDBC."#: index.docbook:38msgid """Hibernates goal is to relieve the developer from 95 percent of common data ""persistence related programming tasks. Hibernate may not be the best ""solution for data-centric applications that only use stored-procedures to ""implement the business logic in the database, it is most useful with object-""oriented domain models and business logic in the Java-based middle-tier. ""However, Hibernate can certainly help you to remove or encapsulate vendor-""specific SQL code and will help with the common task of result set ""translation from a tabular representation to a graph of objects."msgstr """La meta de Hibernate es relevar al desarrollador del 95 por ciento de las ""tareas comunes relacionadas a la programación de la persistencia de ""los datos. Hibernate puede no ser la mejor solución para aplicaciones ""que usan solamente procedimientos almacenados para implementar la ló""gica de negocio en la base de datos, es mas útil con modelos de ""dominio orientados a objetos y lógica de negocio en middle-tier ""basada en Java. Sin embargo, Hibernate ciertamente puede ayudarte a quitar o ""encapsular código SQL específico de vendedor y ayudará ""con la tarea común de traducción de resultados desde una ""representación tabular a un grafo de objetos."#: index.docbook:48msgid """If you are new to Hibernate and Object/Relational Mapping or even Java, ""please follow these steps:"msgstr """Si eres nuevo en Hibernate y lo del Mapeo Objeto/Relacional o incluso en ""Java, sigue por favor estos pasos:"#: index.docbook:55msgid """Read <xref linkend=\"tutorial\"/> for a tutorial with step-by-step ""instructions. The source code for the tutorial is included in the ""distribution in the <literal>doc/reference/tutorial/</literal> directory."msgstr """Lee <xref linkend=\"quickstart\"/> para un tutorial de 30 minutos, usando ""Tomcat."#: index.docbook:63msgid """Read <xref linkend=\"architecture\"/> to understand the environments where ""Hibernate can be used."msgstr """Lee <xref linkend=\"architecture\"/> para entender los entornos en los que ""puede ser usado Hibernate."#: index.docbook:69msgid """Have a look at the <literal>eg/</literal> directory in the Hibernate ""distribution, it contains a simple standalone application. Copy your JDBC ""driver to the <literal>lib/</literal> directory and edit <literal>etc/""hibernate.properties</literal>, specifying correct values for your database. ""From a command prompt in the distribution directory, type <literal>ant eg</""literal> (using Ant), or under Windows, type <literal>build eg</literal>."msgstr """Dale una mirada al directorio <literal>eg/</literal> en la distribució""n de Hibernate, contiene una aplicación independiente simple. Copia ""tu driver JDBC al directorio <literal>lib/</literal> y edita <literal>etc/""hibernate.properties</literal>, especificando los valores correctos para tu ""base de datos. Desde línea de comandos en el directorio de la ""distribución, tipea <literal>ant eg</literal> (usando Ant), o bajo ""Windows, tipea <literal>build eg</literal>."#: index.docbook:80msgid """Use this reference documentation as your primary source of information. ""Consider reading <emphasis>Java Persistence with Hibernate</emphasis> ""(http://www.manning.com/bauer2) if you need more help with application ""design or if you prefer a step-by-step tutorial. Also visit http://""caveatemptor.hibernate.org and download the example application for Java ""Persistence with Hibernate."msgstr """Usa esta documentación de referencia como tu fuente de ""información primaria. Ten en consideración leer <emphasis>Java ""Persistence with Hibernate</emphasis> (http://www.manning.com/bauer2) si ""necesitas mas ayuda con el diseño de aplicaciones o si prefieres un ""tutorial paso a paso. Visita también http://caveatemptor.hibernate.""org y descarga la aplicación de ejemplo para Java Persistence with ""Hibernate."#: index.docbook:90msgid "FAQs are answered on the Hibernate website."msgstr "Los FAQs son respondidos en el sitio web de Hibernate."#: index.docbook:95msgid """Third party demos, examples, and tutorials are linked on the Hibernate ""website."msgstr """En el sitio web de Hibernate hay enlaces a demos de terceros, ejemplos y ""tutoriales."#: index.docbook:101msgid """The Community Area on the Hibernate website is a good resource for design ""patterns and various integration solutions (Tomcat, JBoss AS, Struts, EJB, ""etc.)."msgstr """El Area de Comunidad en el sitio web de Hibernate es una buena fuente de ""patrones de diseño y varias soluciones de integración (Tomcat, ""JBoss, Struts, EJB, etc.)."#: index.docbook:109msgid """If you have questions, use the user forum linked on the Hibernate website. ""We also provide a JIRA issue trackings system for bug reports and feature ""requests. If you are interested in the development of Hibernate, join the ""developer mailing list. If you are interested in translating this ""documentation into your language, contact us on the developer mailing list."msgstr """Si tienes preguntas, usa el foro de usuarios enlazado en el sitio web de ""Hibernate. También proveemos un sistema de seguimiento JIRA para ""reportes de defectos y peticiones de nuevas características. Si estas ""interesado en el desarrollo de Hibernate, únete a la lista de correo ""de desarrolladores. Si estas interesado en traducir esta documentació""n a tu lenguaje, contáctanos en la lista de correo de desarrolladores."#: index.docbook:117msgid """Commercial development support, production support, and training for ""Hibernate is available through JBoss Inc. (see http://www.hibernate.org/""SupportTraining/). Hibernate is a Professional Open Source project and a ""critical component of the JBoss Enterprise Middleware System (JEMS) suite of ""products."msgstr """A través de JBoss Inc. (see http://www.hibernate.org/""SupportTraining/) hay disponibilidad de soporte comercial de desarrollo, ""soporte de producción y entrenamiento en Hibernate. Hibernate es un ""proyecto de la suite de productos de código abierto JBoss ""Professional."msgid "ROLES_OF_TRANSLATORS"msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"msgid "CREDIT_FOR_TRANSLATORS"msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -