📄 toolset_guide.po
字号:
#, no-c-formatmsgid "number"msgstr "数字"#. Tag: entry#: toolset_guide.xml:172#, no-c-formatmsgid "column length"msgstr "字段长度"#. Tag: literal#: toolset_guide.xml:175#, no-c-formatmsgid "precision"msgstr "precision"#. Tag: entry#: toolset_guide.xml:177#, no-c-formatmsgid "column decimal precision"msgstr "精度(decimal precision)"#. Tag: literal#: toolset_guide.xml:180#, no-c-formatmsgid "scale"msgstr "scale"#. Tag: entry#: toolset_guide.xml:182#, no-c-formatmsgid "column decimal scale"msgstr "小数点位数(decimal scale)"#. Tag: literal#: toolset_guide.xml:185#, no-c-formatmsgid "not-null"msgstr "not-null"#. Tag: literal#: toolset_guide.xml:186 toolset_guide.xml:191#, no-c-formatmsgid "true|false"msgstr "true|false"#. Tag: entry#: toolset_guide.xml:187#, no-c-formatmsgid "specfies that the column should be non-nullable"msgstr "指明字段是否应该是非空的"#. Tag: literal#: toolset_guide.xml:190#, no-c-formatmsgid "unique"msgstr "unique"#. Tag: entry#: toolset_guide.xml:192#, no-c-formatmsgid "specifies that the column should have a unique constraint"msgstr "指明是否该字段具有惟一约束"#. Tag: literal#: toolset_guide.xml:195#, no-c-formatmsgid "index"msgstr "index"#. Tag: literal#: toolset_guide.xml:196#, no-c-formatmsgid "index_name"msgstr "index_name"#. Tag: entry#: toolset_guide.xml:197#, no-c-formatmsgid "specifies the name of a (multi-column) index"msgstr "指明一个(多字段)的索引(index)的名字"#. Tag: literal#: toolset_guide.xml:200#, no-c-formatmsgid "unique-key"msgstr "unique-key"#. Tag: literal#: toolset_guide.xml:201#, no-c-formatmsgid "unique_key_name"msgstr "unique_key_name"#. Tag: entry#: toolset_guide.xml:202#, no-c-formatmsgid "specifies the name of a multi-column unique constraint"msgstr "指明多字段惟一约束的名字(参见上面的说明)"#. Tag: literal#: toolset_guide.xml:205#, no-c-formatmsgid "foreign-key"msgstr "foreign-key"#. Tag: literal#: toolset_guide.xml:206#, no-c-formatmsgid "foreign_key_name"msgstr "foreign_key_name"#. Tag: entry#: toolset_guide.xml:207#, fuzzy, no-c-formatmsgid """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 """指明一个外键的名字,它是为关联生成的,或者<placeholder-1/>,<placeholder-2/"">, <placeholder-3/>, 或者<placeholder-4/>映射元素。注意<placeholder-5/>在""<placeholder-6/>时会被忽略。"#. Tag: literal#: toolset_guide.xml:217#, no-c-formatmsgid "sql-type"msgstr "sql-type"#. Tag: literal#: toolset_guide.xml:218#, no-c-formatmsgid "SQL column type"msgstr "SQL 字段类型"#. Tag: entry#: toolset_guide.xml:219#, fuzzy, no-c-formatmsgid """overrides the default column type (attribute of <literal><column></""literal> element only)"msgstr "覆盖默认的字段类型(只能用于<placeholder-1/>属性)"#. Tag: literal#: toolset_guide.xml:225#, no-c-formatmsgid "default"msgstr "default"#. Tag: entry#: toolset_guide.xml:226 toolset_guide.xml:233#, fuzzy, no-c-formatmsgid "SQL expression"msgstr """#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""SQL表达式\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""SQL 表达式"#. Tag: entry#: toolset_guide.xml:227#, no-c-formatmsgid "specify a default value for the column"msgstr "为字段指定默认值"#. Tag: literal#: toolset_guide.xml:232#, no-c-formatmsgid "check"msgstr "check"#. Tag: entry#: toolset_guide.xml:234#, no-c-formatmsgid "create an SQL check constraint on either column or table"msgstr "对字段或表加入SQL约束检查"#. Tag: para#: toolset_guide.xml:242#, no-c-formatmsgid """The <literal><comment></literal> element allows you to specify ""comments for the generated schema."msgstr """<literal><comment></literal>元素可以让你在生成的schema中加入注释。"#. Tag: programlisting#: toolset_guide.xml:247#, no-c-formatmsgid """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n"" <comment>Current customers only</comment>\n"" ...\n""</class>]]>"msgstr ""#. Tag: programlisting#: toolset_guide.xml:249#, no-c-formatmsgid """<![CDATA[<property name=\"balance\">\n"" <column name=\"bal\">\n"" <comment>Balance in USD</comment>\n"" </column>\n""</property>]]>"msgstr ""#. Tag: para#: toolset_guide.xml:251#, no-c-formatmsgid """This results in a <literal>comment on table</literal> or <literal>comment on ""column</literal> statement in the generated DDL (where supported)."msgstr """结果是在生成的DDL中包含<literal>comment on table</literal> 或者 ""<literal>comment on column</literal>语句(假若支持的话)。"#. Tag: title#: toolset_guide.xml:260#, no-c-formatmsgid "Running the tool"msgstr "运行该工具"#. Tag: para#: toolset_guide.xml:262#, no-c-formatmsgid """The <literal>SchemaExport</literal> tool writes a DDL script to standard out ""and/or executes the DDL statements."msgstr """<literal>SchemaExport</literal>工具把DDL脚本写到标准输出,同时/或者执行DDL语""句。"#. Tag: para#: toolset_guide.xml:267#, no-c-formatmsgid """<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaExport</literal> <emphasis>options ""mapping_files</emphasis>"msgstr ""#. Tag: title#: toolset_guide.xml:273#, no-c-formatmsgid "<literal>SchemaExport</literal> Command Line Options"msgstr "<literal>SchemaExport</literal>命令行选项"#. Tag: entry#: toolset_guide.xml:279 toolset_guide.xml:429 toolset_guide.xml:498#, no-c-formatmsgid "Option"msgstr "选项"#. Tag: entry#: toolset_guide.xml:280 toolset_guide.xml:367 toolset_guide.xml:430#: toolset_guide.xml:499#, fuzzy, no-c-formatmsgid "Description"msgstr """#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""说明\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""说明\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""说明\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""描述"#. Tag: literal#: toolset_guide.xml:285 toolset_guide.xml:435#, no-c-formatmsgid "--quiet"msgstr "--quiet"#. Tag: entry#: toolset_guide.xml:286 toolset_guide.xml:436#, no-c-formatmsgid "don't output the script to stdout"msgstr "不要把脚本输出到stdout"#. Tag: literal#: toolset_guide.xml:289#, no-c-formatmsgid "--drop"msgstr "--drop"#. Tag: entry#: toolset_guide.xml:290#, no-c-formatmsgid "only drop the tables"msgstr "只进行drop tables的步骤"#. Tag: literal#: toolset_guide.xml:293#, no-c-formatmsgid "--create"msgstr "--create"#. Tag: entry#: toolset_guide.xml:294#, no-c-formatmsgid "only create the tables"msgstr "只创建表"#. Tag: literal#: toolset_guide.xml:297 toolset_guide.xml:439#, no-c-formatmsgid "--text"msgstr "--text"#. Tag: entry#: toolset_guide.xml:298#, no-c-formatmsgid "don't export to the database"msgstr "不执行在数据库中运行的步骤"#. Tag: literal#: toolset_guide.xml:301#, no-c-formatmsgid "--output=my_schema.ddl"msgstr "--output=my_schema.ddl"#. Tag: entry#: toolset_guide.xml:302#, no-c-formatmsgid "output the ddl script to a file"msgstr "把输出的ddl脚本输出到一个文件"#. Tag: literal#: toolset_guide.xml:305 toolset_guide.xml:443 toolset_guide.xml:504#, no-c-formatmsgid "--naming=eg.MyNamingStrategy"msgstr "--naming=eg.MyNamingStrategy"#. Tag: entry#: toolset_guide.xml:306 toolset_guide.xml:444 toolset_guide.xml:505#, fuzzy, no-c-formatmsgid "select a <literal>NamingStrategy</literal>"msgstr "在<literal>hibernate.properties</literal>文件中"#. Tag: literal#: toolset_guide.xml:309 toolset_guide.xml:451 toolset_guide.xml:512#, no-c-formatmsgid "--config=hibernate.cfg.xml"msgstr "--config=hibernate.cfg.xml"#. Tag: entry#: toolset_guide.xml:310#, no-c-formatmsgid "read Hibernate configuration from an XML file"msgstr "从XML文件读入Hibernate配置"#. Tag: literal#: toolset_guide.xml:313 toolset_guide.xml:447 toolset_guide.xml:508#, no-c-formatmsgid "--properties=hibernate.properties"msgstr "--properties=hibernate.properties"#. Tag: entry#: toolset_guide.xml:314 toolset_guide.xml:448 toolset_guide.xml:509#, fuzzy, no-c-formatmsgid "read database properties from a file"msgstr """#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""从文件读入数据库属性\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""从指定文件读入数据库属性\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""从文件中读取数据库属性"#. Tag: literal#: toolset_guide.xml:317#, no-c-formatmsgid "--format"msgstr "--format"#. Tag: entry#: toolset_guide.xml:318#, no-c-formatmsgid "format the generated SQL nicely in the script"msgstr "把脚本中的SQL语句对齐和美化"#. Tag: literal#: toolset_guide.xml:321#, no-c-formatmsgid "--delimiter=;"msgstr "--delimiter=;"#. Tag: entry#: toolset_guide.xml:322#, no-c-format
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -