📄 toolset_guide.po
字号:
msgstr """<![CDATA[<property name=\"foo\" type=\"integer\">\n"" <column name=\"foo\" check=\"foo > 10\"/>\n""</property>]]>"#: index.docbook:152msgid """<![CDATA[<class name=\"Foo\" table=\"foos\" check=\"bar < 100.0\">\n"" ...\n"" <property name=\"bar\" type=\"float\"/>\n""</class>]]>"msgstr """<![CDATA[<class name=\"Foo\" table=\"foos\" check=\"bar < 100.0\">\n"" ...\n"" <property name=\"bar\" type=\"float\"/>\n""</class>]]>"#: index.docbook:156msgid "Summary"msgstr "Resumen"#: index.docbook:163msgid "Attribute"msgstr "Atributo"#: index.docbook:164msgid "Values"msgstr "Valores"#: index.docbook:165msgid "Interpretation"msgstr "Interpretación"#: index.docbook:170msgid "length"msgstr "length"#: index.docbook:171, index.docbook:176, index.docbook:181msgid "number"msgstr "number"#: index.docbook:172msgid "column length"msgstr "largo de columna/precisión decimal"#: index.docbook:175msgid "precision"msgstr "precision"#: index.docbook:177msgid "column decimal precision"msgstr "column decimal precision"#: index.docbook:180msgid "scale"msgstr "scale"#: index.docbook:182msgid "column decimal scale"msgstr "column decimal scale"#: index.docbook:185msgid "not-null"msgstr "not-null"#: index.docbook:186, index.docbook:191msgid "true|false"msgstr "true|false"#: index.docbook:187msgid "specfies that the column should be non-nullable"msgstr "especifica que la columna debe ser no nulable"#: index.docbook:190msgid "unique"msgstr "unique"#: index.docbook:192msgid "specifies that the column should have a unique constraint"msgstr """especifica que la columna debe tener una restricción de unicidad"#: index.docbook:195msgid "index"msgstr "index"#: index.docbook:196msgid "index_name"msgstr "index_name"#: index.docbook:197msgid "specifies the name of a (multi-column) index"msgstr "especifica el nombre de un índice (multicolumna)"#: index.docbook:200msgid "unique-key"msgstr "unique-key"#: index.docbook:201msgid "unique_key_name"msgstr "unique_key_name"#: index.docbook:202msgid "specifies the name of a multi-column unique constraint"msgstr """especifica el nombre de una restricción de unicidad multicolumna"#: index.docbook:205msgid "foreign-key"msgstr "foreign-key"#: index.docbook:206msgid "foreign_key_name"msgstr "foreign_key_name"#: index.docbook:207msgid """specifies the name of the foreign key constraint generated for an ""association, for a <literal><one-to-one></literal>, <literal><many-""to-one></literal>, <literal><key></literal>, or <literal><many-""to-many></literal> mapping element. Note that <literal>inverse=\"true\"</""literal> sides will not be considered by <literal>SchemaExport</literal>."msgstr """especifica el nombre de la restricción de clave foránea ""generada por una asociación, úsalo e <literal><one-to-""one></literal>, <literal><many-to-one></literal>, <literal><""key></literal>, or <literal><many-to-many></literal> . Nota que los ""lados <literal>inverse=\"true\"</literal> no serán considerados por ""<literal>SchemaExport</literal>."#: index.docbook:217msgid "sql-type"msgstr "sql-type"#: index.docbook:218msgid "SQL column type"msgstr "column_type"#: index.docbook:219msgid """overrides the default column type (attribute of <literal><column></""literal> element only)"msgstr """sobrescribe el tipo de columna por defecto (sólo atributo del ""elemento <literal><column></literal>)"#: index.docbook:225msgid "default"msgstr "default"#: index.docbook:226, index.docbook:233msgid "SQL expression"msgstr "SQL expression"#: index.docbook:227msgid "specify a default value for the column"msgstr "specify a default value for the column"#: index.docbook:232msgid "check"msgstr "check"#: index.docbook:234msgid "create an SQL check constraint on either column or table"msgstr """crea una restricción de comprobación SQL en columna o tabla"#: index.docbook:242msgid """The <literal><comment></literal> element allows you to specify ""comments for the generated schema."msgstr """El elemento <literal><comment></literal> te permite especificar un ""comentario para el esquema generado."#: index.docbook:247msgid """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n"" <comment>Current customers only</comment>\n"" ...\n""</class>]]>"msgstr """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n"" <comment>Current customers only</comment>\n"" ...\n""</class>]]>"#: index.docbook:249msgid """<![CDATA[<property name=\"balance\">\n"" <column name=\"bal\">\n"" <comment>Balance in USD</comment>\n"" </column>\n""</property>]]>"msgstr """<![CDATA[<property name=\"balance\">\n"" <column name=\"bal\">\n"" <comment>Balance in USD</comment>\n"" </column>\n""</property>]]>"#: index.docbook:251msgid """This results in a <literal>comment on table</literal> or <literal>comment on ""column</literal> statement in the generated DDL (where supported)."msgstr """Esto resulta en una sentencia <literal>comment on table</literal> o ""<literal>comment on column</literal> en el DDL generado (donde esté ""soportado)."#: index.docbook:260msgid "Running the tool"msgstr "Ejecutando la herramienta"#: index.docbook:262msgid """The <literal>SchemaExport</literal> tool writes a DDL script to standard out ""and/or executes the DDL statements."msgstr """La herramienta <literal>SchemaExport</literal> escribe un guión DDL a ""la salida estándar y/o ejecuta las sentencias DDL."#: index.docbook:267msgid """<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaExport</literal> <emphasis>options ""mapping_files</emphasis>"msgstr """<literal>java -cp </literal><emphasis>classpaths_de_hibernate</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaExport</literal> ""<emphasis>opciones ficheros_de_mapeo</emphasis>"#: index.docbook:273msgid "<literal>SchemaExport</literal> Command Line Options"msgstr """Opciones de Línea de Comandos de <literal>SchemaExport</literal>"#: index.docbook:279, index.docbook:429, index.docbook:498msgid "Option"msgstr "Opción"#: index.docbook:280, index.docbook:367, index.docbook:430, index.docbook:499msgid "Description"msgstr "Descripción"#: index.docbook:285, index.docbook:435msgid "--quiet"msgstr "--quiet"#: index.docbook:286, index.docbook:436msgid "don't output the script to stdout"msgstr "no enviar a salida estándar el guión"#: index.docbook:289msgid "--drop"msgstr "--drop"#: index.docbook:290msgid "only drop the tables"msgstr "sólo desechar las tablas"#: index.docbook:293msgid "--create"msgstr "--create"#: index.docbook:294msgid "only create the tables"msgstr "only create the tables"#: index.docbook:297, index.docbook:439msgid "--text"msgstr "--text"#: index.docbook:298msgid "don't export to the database"msgstr "no exportar a la base de datos"#: index.docbook:301msgid "--output=my_schema.ddl"msgstr "--output=my_schema.ddl"#: index.docbook:302msgid "output the ddl script to a file"msgstr "enviar la salida del guión ddl a un fichero"#: index.docbook:305, index.docbook:443, index.docbook:504msgid "--naming=eg.MyNamingStrategy"msgstr "--naming=eg.MyNamingStrategy"#: index.docbook:306, index.docbook:444, index.docbook:505msgid "select a <literal>NamingStrategy</literal>"msgstr "select a <literal>NamingStrategy</literal>"#: index.docbook:309, index.docbook:451, index.docbook:512msgid "--config=hibernate.cfg.xml"msgstr "--config=hibernate.cfg.xml"#: index.docbook:310msgid "read Hibernate configuration from an XML file"msgstr "lee la configuración de Hibernate de un fichero XML"#: index.docbook:313, index.docbook:447, index.docbook:508msgid "--properties=hibernate.properties"msgstr "--properties=hibernate.properties"#: index.docbook:314, index.docbook:448, index.docbook:509msgid "read database properties from a file"msgstr "lee las propiedades de base de datos de un fichero"#: index.docbook:317msgid "--format"msgstr "--format"#: index.docbook:318msgid "format the generated SQL nicely in the script"msgstr "formatea agradablemente el SQL generado en el guión"#: index.docbook:321msgid "--delimiter=;"msgstr "--delimiter=x"#: index.docbook:322msgid "set an end of line delimiter for the script"msgstr "establece un delimitador de fin de línea para el guión"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -