📄 toolset_guide.po
字号:
#, no-c-formatmsgid "length"msgstr "length"#. Tag: entry#: toolset_guide.xml:195 toolset_guide.xml:200 toolset_guide.xml:205#, no-c-formatmsgid "number"msgstr "numérique"#. Tag: entry#: toolset_guide.xml:196#, no-c-formatmsgid "column length"msgstr "taille d'une colonne"#. Tag: literal#: toolset_guide.xml:199#, no-c-formatmsgid "precision"msgstr "precision"#. Tag: entry#: toolset_guide.xml:201#, no-c-formatmsgid "column decimal precision"msgstr "précision décimale de la colonne"#. Tag: literal#: toolset_guide.xml:204#, no-c-formatmsgid "scale"msgstr "scale"#. Tag: entry#: toolset_guide.xml:206#, no-c-formatmsgid "column decimal scale"msgstr "scale décimale de la colonne"#. Tag: literal#: toolset_guide.xml:209#, no-c-formatmsgid "not-null"msgstr "not-null"#. Tag: literal#: toolset_guide.xml:210 toolset_guide.xml:215#, no-c-formatmsgid "true|false"msgstr "true|false"#. Tag: entry#: toolset_guide.xml:211#, no-c-formatmsgid "specfies that the column should be non-nullable"msgstr "spécifie que la colonne doit être non-nulle"#. Tag: literal#: toolset_guide.xml:214#, no-c-formatmsgid "unique"msgstr "unique"#. Tag: entry#: toolset_guide.xml:216#, no-c-formatmsgid "specifies that the column should have a unique constraint"msgstr "spécifie que la colonne doit avoir une contrainte d'unicité"#. Tag: literal#: toolset_guide.xml:219#, no-c-formatmsgid "index"msgstr "index"#. Tag: literal#: toolset_guide.xml:220#, no-c-formatmsgid "index_name"msgstr "index_name"#. Tag: entry#: toolset_guide.xml:221#, no-c-formatmsgid "specifies the name of a (multi-column) index"msgstr "spécifie le nom d'un index (multi-colonnes)"#. Tag: literal#: toolset_guide.xml:224#, no-c-formatmsgid "unique-key"msgstr "unique-key"#. Tag: literal#: toolset_guide.xml:225#, no-c-formatmsgid "unique_key_name"msgstr "unique_key_name"#. Tag: entry#: toolset_guide.xml:226#, no-c-formatmsgid "specifies the name of a multi-column unique constraint"msgstr "spécifie le nom d'une contrainte d'unicité multi-colonnes"#. Tag: literal#: toolset_guide.xml:229#, no-c-formatmsgid "foreign-key"msgstr "foreign-key"#. Tag: literal#: toolset_guide.xml:230#, no-c-formatmsgid "foreign_key_name"msgstr "foreign_key_name"#. Tag: entry#: toolset_guide.xml:231#, 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 """spécifie le nom d'une contrainte de clé étrangère générée pour une ""association, utilisez-la avec les éléments de mapping <placeholder-1/>, ""<placeholder-2/>, <placeholder-3/>, or <placeholder-4/> Notez que les ""extrêmités <placeholder-5/> se seront pas prises en compte par <placeholder-""6/>."#. Tag: literal#: toolset_guide.xml:241#, no-c-formatmsgid "sql-type"msgstr "sql-type"#. Tag: literal#: toolset_guide.xml:242#, no-c-formatmsgid "SQL column type"msgstr "SQL column_type"#. Tag: entry#: toolset_guide.xml:243#, fuzzy, no-c-formatmsgid """overrides the default column type (attribute of <literal><column></""literal> element only)"msgstr """surcharge le type par défaut (attribut de l'élément <placeholder-1/> ""uniquement)"#. Tag: literal#: toolset_guide.xml:249#, no-c-formatmsgid "default"msgstr "default"#. Tag: entry#: toolset_guide.xml:250 toolset_guide.xml:257#, fuzzy, no-c-formatmsgid "SQL expression"msgstr """#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""expression SQL\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""SQL expression"#. Tag: entry#: toolset_guide.xml:251#, no-c-formatmsgid "specify a default value for the column"msgstr "spécifie une valeur par défaut pour la colonne"#. Tag: literal#: toolset_guide.xml:256#, no-c-formatmsgid "check"msgstr "check"#. Tag: entry#: toolset_guide.xml:258#, no-c-formatmsgid "create an SQL check constraint on either column or table"msgstr "crée une contrainte de vérification sur la table ou la colonne"#. Tag: para#: toolset_guide.xml:266#, no-c-formatmsgid """The <literal><comment></literal> element allows you to specify ""comments for the generated schema."msgstr """L'élément <literal><comment></literal> vous permet de spécifier un ""commentaire pour le schéma généré."#. Tag: programlisting#: toolset_guide.xml:271#, no-c-formatmsgid """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n"" <comment>Current customers only</comment>\n"" ...\n""</class>]]>"msgstr ""#. Tag: programlisting#: toolset_guide.xml:273#, 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:275#, 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 """Ceci a pour résultat une expression <literal>comment on table</literal> ou ""<literal>comment on column</literal> dans la DDL générée (où supportée)."#. Tag: title#: toolset_guide.xml:284#, no-c-formatmsgid "Running the tool"msgstr "Exécuter l'outil"#. Tag: para#: toolset_guide.xml:286#, no-c-formatmsgid """The <literal>SchemaExport</literal> tool writes a DDL script to standard out ""and/or executes the DDL statements."msgstr """L'outil <literal>SchemaExport</literal> génère un script DDL vers la sortie ""standard et/ou exécute les ordres DDL."#. Tag: para#: toolset_guide.xml:291#, 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:297#, no-c-formatmsgid "<literal>SchemaExport</literal> Command Line Options"msgstr "<literal>SchemaExport</literal> Options de la ligne de commande"#. Tag: entry#: toolset_guide.xml:303 toolset_guide.xml:453 toolset_guide.xml:522#, no-c-formatmsgid "Option"msgstr "Option"#. Tag: entry#: toolset_guide.xml:304 toolset_guide.xml:391 toolset_guide.xml:454#: toolset_guide.xml:523#, no-c-formatmsgid "Description"msgstr "Description"#. Tag: literal#: toolset_guide.xml:309 toolset_guide.xml:459#, no-c-formatmsgid "--quiet"msgstr "--quiet"#. Tag: entry#: toolset_guide.xml:310 toolset_guide.xml:460#, fuzzy, no-c-formatmsgid "don't output the script to stdout"msgstr """#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""ne pas écrire le script vers la sortie standard\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""ne pas écrire vers la sortie standard"#. Tag: literal#: toolset_guide.xml:313#, no-c-formatmsgid "--drop"msgstr "--drop"#. Tag: entry#: toolset_guide.xml:314#, no-c-formatmsgid "only drop the tables"msgstr "supprime seuleument les tables"#. Tag: literal#: toolset_guide.xml:317#, no-c-formatmsgid "--create"msgstr "--create"#. Tag: entry#: toolset_guide.xml:318#, no-c-formatmsgid "only create the tables"msgstr "ne créé que les tables"#. Tag: literal#: toolset_guide.xml:321 toolset_guide.xml:463#, no-c-formatmsgid "--text"msgstr "--text"#. Tag: entry#: toolset_guide.xml:322#, no-c-formatmsgid "don't export to the database"msgstr "ne pas exécuter sur la base de données"#. Tag: literal#: toolset_guide.xml:325#, no-c-formatmsgid "--output=my_schema.ddl"msgstr "--output=my_schema.ddl"#. Tag: entry#: toolset_guide.xml:326#, no-c-formatmsgid "output the ddl script to a file"msgstr "écrit le script ddl vers un fichier"#. Tag: literal#: toolset_guide.xml:329 toolset_guide.xml:467 toolset_guide.xml:528#, no-c-formatmsgid "--naming=eg.MyNamingStrategy"msgstr "--naming=eg.MyNamingStrategy"#. Tag: entry#: toolset_guide.xml:330 toolset_guide.xml:468 toolset_guide.xml:529#, fuzzy, no-c-formatmsgid "select a <literal>NamingStrategy</literal>"msgstr "dans <literal>hibernate.properties</literal>"#. Tag: literal#: toolset_guide.xml:333 toolset_guide.xml:475 toolset_guide.xml:536#, no-c-formatmsgid "--config=hibernate.cfg.xml"msgstr "--config=hibernate.cfg.xml"#. Tag: entry#: toolset_guide.xml:334#, no-c-formatmsgid "read Hibernate configuration from an XML file"msgstr "lit la configuration Hibernate à partir d'un fichier XML"#. Tag: literal#: toolset_guide.xml:337 toolset_guide.xml:471 toolset_guide.xml:532#, no-c-formatmsgid "--properties=hibernate.properties"msgstr "--properties=hibernate.properties"#. Tag: entry#: toolset_guide.xml:338 toolset_guide.xml:472 toolset_guide.xml:533#, fuzzy, no-c-formatmsgid "read database properties from a file"msgstr """#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""lit les propriétés de la base de données à partir d'un fichier\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""lire les propriétés de la base de données à partir d'un fichier\n""#-#-#-#-# - (PACKAGE VERSION) #-#-#-#-#\n""lit les propriétés dela base de données depuis un fichier de propriétés"#. Tag: literal#: toolset_guide.xml:341#, no-c-formatmsgid "--format"msgstr "--format"#. Tag: entry#: toolset_guide.xml:342#, no-c-formatmsgid "format the generated SQL nicely in the script"msgstr "formatte proprement le SQL généré dans le script"#. Tag: literal#: toolset_guide.xml:345#, no-c-formatmsgid "--delimiter=;"msgstr "--delimiter=x"#. Tag: entry#: toolset_guide.xml:346#, no-c-formatmsgid "set an end of line delimiter for the script"msgstr "paramètre un délimiteur de fin de ligne pour le script"#. Tag: para#: toolset_guide.xml:352#, no-c-formatmsgid "You may even embed <literal>SchemaExport</literal> in your application:"msgstr """Vous pouvez même intégrer <literal>SchemaExport</literal> dans votre ""application :"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -