mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 00:30:29 -04:00
Update to localization source files and xlfs for June release (#19603)
This commit is contained in:
@@ -126,310 +126,6 @@
|
||||
<source xml:lang="en">Deploy Database In Single User Mode</source>
|
||||
<target state="translated">シングル ユーザー モードでデータベースをデプロイする</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.AllowDropBlockingAssemblies">
|
||||
<source xml:lang="en">This property is used by SqlClr deployment to cause any blocking assemblies to be dropped as part of the deployment plan. By default, any blocking/referencing assemblies will block an assembly update if the referencing assembly needs to be dropped.</source>
|
||||
<target state="translated">このプロパティは、デプロイ計画の一部として、ブロックしているアセンブリを削除するために、SqlClr デプロイによって使用されます。既定では、参照しているアセンブリを削除する必要がある場合、ブロックまたは参照しているアセンブリは、アセンブリの更新をブロックします。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.AllowIncompatiblePlatform">
|
||||
<source xml:lang="en">Specifies whether to attempt the action despite incompatible SQL Server platforms.</source>
|
||||
<target state="translated">互換性のない SQL Server プラットフォームであっても操作を行うかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement">
|
||||
<source xml:lang="en">Do not block data motion on a table which has Row Level Security if this property is set to true. Default is false.</source>
|
||||
<target state="translated">このプロパティが true に設定されている場合、行レベル セキュリティを使用するテーブルに対するデータ モーションをブロックしません。既定値は false です。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.BackupDatabaseBeforeChanges">
|
||||
<source xml:lang="en">Backups the database before deploying any changes.</source>
|
||||
<target state="translated">変更をデプロイする前にデータベースをバックアップします。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.BlockOnPossibleDataLoss">
|
||||
<source xml:lang="en">Specifies that the publish episode should be terminated if there is a possibility of data loss resulting from the publish operation.</source>
|
||||
<target state="translated">公開操作によるデータ損失の可能性がある場合に、今回の公開を終了するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.BlockWhenDriftDetected">
|
||||
<source xml:lang="en">Specifies whether to block updating a database whose schema no longer matches its registration or is unregistered.</source>
|
||||
<target state="translated">スキーマがその登録内容と一致しなくなったか、登録が解除されているデータベースの更新を、ブロックするかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.CommentOutSetVarDeclarations">
|
||||
<source xml:lang="en">Specifies whether the declaration of SETVAR variables should be commented out in the generated publish script. You might choose to do this if you plan to specify the values on the command line when you publish by using a tool such as SQLCMD.EXE.</source>
|
||||
<target state="translated">生成された公開スクリプトで SETVAR 変数の宣言をコメントにするかを指定します。SQLCMD.EXE などのツールを使用して公開するときにコマンド ラインに値を指定する場合は、このオプションを選択することをお勧めします。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.CompareUsingTargetCollation">
|
||||
<source xml:lang="en">This setting dictates how the database's collation is handled during deployment; by default the target database's collation will be updated if it does not match the collation specified by the source. When this option is set, the target database's (or server's) collation should be used.</source>
|
||||
<target state="translated">この設定は、デプロイの際にデータベースの照合順序を処理する方法を決定します。既定では、ターゲット データベースの照合順序がソースによって指定された照合順序と一致しない場合は更新されます。このオプションを設定すると、ターゲット データベース (またはサーバー) の照合順序を使用する必要があります。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.CreateNewDatabase">
|
||||
<source xml:lang="en">Specifies whether the target database should be updated or whether it should be dropped and re-created when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するときに、ターゲット データベースを更新するか、削除して作成し直すかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DeployDatabaseInSingleUserMode">
|
||||
<source xml:lang="en">If true, the database is set to Single User Mode before deploying.</source>
|
||||
<target state="translated">true の場合、データベースはデプロイ前にシングル ユーザー モードに設定されます。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DisableAndReenableDdlTriggers">
|
||||
<source xml:lang="en">Specifies whether Data Definition Language (DDL) triggers are disabled at the beginning of the publish process and re-enabled at the end of the publish action.</source>
|
||||
<target state="translated">Data Definition Language (DDL) トリガーを公開プロセスの開始時点で無効にし、公開操作の終了時点で再び有効にするかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects">
|
||||
<source xml:lang="en">If true, Change Data Capture objects are not altered.</source>
|
||||
<target state="translated">true の場合、Change Data Capture オブジェクトは変更されません。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DoNotAlterReplicatedObjects">
|
||||
<source xml:lang="en">Specifies whether objects that are replicated are identified during verification.</source>
|
||||
<target state="translated">検証中に、レプリケートされるオブジェクトを特定するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropConstraintsNotInSource">
|
||||
<source xml:lang="en">Specifies whether constraints that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース スナップショット (.dacpac) ファイルに存在しない制約をターゲット データベースから削除するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropDmlTriggersNotInSource">
|
||||
<source xml:lang="en">Specifies whether DML triggers that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース スナップショット (.dacpac) ファイルに存在しない DML トリガーが、ターゲット データベースから削除されるかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropExtendedPropertiesNotInSource">
|
||||
<source xml:lang="en">Specifies whether extended properties that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース スナップショット (.dacpac) ファイルに存在しない拡張プロパティをターゲット データベースから削除するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropIndexesNotInSource">
|
||||
<source xml:lang="en">Specifies whether indexes that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース スナップショット (.dacpac) ファイルに存在しないインデックスをターゲット データベースから削除するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropObjectsNotInSource">
|
||||
<source xml:lang="en">Specifies whether objects that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database. This value takes precedence over DropExtendedProperties.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース スナップショット (.dacpac) ファイルに存在しないオブジェクトをターゲット データベースから削除するかを指定します。この値は DropExtendedProperties よりも優先されます。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropPermissionsNotInSource">
|
||||
<source xml:lang="en">Specifies whether permissions that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.</source>
|
||||
<target state="translated">データベースに更新を公開するとき、データベース スナップショット (.dacpac) ファイルに存在しない権限をターゲット データベースから削除するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropRoleMembersNotInSource">
|
||||
<source xml:lang="en">Specifies whether role members that are not defined in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.</</source>
|
||||
<target state="translated">データベースに更新を公開するとき、データベース スナップショット (.dacpac) ファイルで定義されていないロール メンバーをターゲット データベースから削除するかを指定します。</</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.DropStatisticsNotInSource">
|
||||
<source xml:lang="en">Specifies whether statistics that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース スナップショット (.dacpac) ファイルに存在しない統計をターゲット データベースから削除するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.GenerateSmartDefaults">
|
||||
<source xml:lang="en">Automatically provides a default value when updating a table that contains data with a column that does not allow null values.</source>
|
||||
<target state="translated">NULL 値を許可しない列を使用してデータが含まれるテーブルを更新するときに、自動的に既定値を指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreAnsiNulls">
|
||||
<source xml:lang="en">Specifies whether differences in the ANSI NULLS setting should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ANSI NULLS 設定の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreAuthorizer">
|
||||
<source xml:lang="en">Specifies whether differences in the Authorizer should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、Authorizer の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreColumnCollation">
|
||||
<source xml:lang="en">Specifies whether differences in the column collations should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、列の照合順序の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreColumnOrder">
|
||||
<source xml:lang="en">Specifies whether differences in table column order should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するときに、テーブルの列の順序の違いを無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreComments">
|
||||
<source xml:lang="en">Specifies whether differences in the comments should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、コメントの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreCryptographicProviderFilePath">
|
||||
<source xml:lang="en">Specifies whether differences in the file path for the cryptographic provider should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、暗号化プロバイダーのファイル パスの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerOrder">
|
||||
<source xml:lang="en">Specifies whether differences in the order of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database or server.</source>
|
||||
<target state="translated">データベースまたはサーバーに公開するとき、データ定義言語 (DDL) トリガーの順序の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerState">
|
||||
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データ定義言語 (DDL) トリガーの有効または無効にされた状態の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreDefaultSchema">
|
||||
<source xml:lang="en">Specifies whether differences in the default schema should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、既定のスキーマの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerOrder">
|
||||
<source xml:lang="en">Specifies whether differences in the order of Data Manipulation Language (DML) triggers should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データ操作言語 (DML) トリガーの順序の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerState">
|
||||
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of DML triggers should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、DML トリガーの有効または無効にされた状態の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreExtendedProperties">
|
||||
<source xml:lang="en">Specifies whether extended properties should be ignored.</source>
|
||||
<target state="translated">拡張プロパティを無視するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreFileAndLogFilePath">
|
||||
<source xml:lang="en">Specifies whether differences in the paths for files and log files should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ファイルおよびログ ファイルのパスの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreFileSize">
|
||||
<source xml:lang="en">Specifies whether differences in the file sizes should be ignored or whether a warning should be issued when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ファイル サイズの相違を無視するか、または警告を発するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreFilegroupPlacement">
|
||||
<source xml:lang="en">Specifies whether differences in the placement of objects in FILEGROUPs should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、FILEGROUP 内のオブジェクトの配置の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreFillFactor">
|
||||
<source xml:lang="en">Specifies whether differences in the fill factor for index storage should be ignored or whether a warning should be issued when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、インデックス格納の FILL FACTOR の相違を無視するか、または警告を発するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreFullTextCatalogFilePath">
|
||||
<source xml:lang="en">Specifies whether differences in the file path for the full-text catalog should be ignored or whether a warning should be issued when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、フルテキスト カタログのファイル パスの相違を無視するか、または警告を発するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreIdentitySeed">
|
||||
<source xml:lang="en">Specifies whether differences in the seed for an identity column should be ignored or updated when you publish updates to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ID 列のシードの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreIncrement">
|
||||
<source xml:lang="en">Specifies whether differences in the increment for an identity column should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ID 列のインクリメントの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreIndexOptions">
|
||||
<source xml:lang="en">Specifies whether differences in the index options should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、インデックス オプションの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreIndexPadding">
|
||||
<source xml:lang="en">Specifies whether differences in the index padding should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、インデックス パディングの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreKeywordCasing">
|
||||
<source xml:lang="en">Specifies whether differences in the casing of keywords should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、キーワードの大文字と小文字の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreLockHintsOnIndexes">
|
||||
<source xml:lang="en">Specifies whether differences in the lock hints on indexes should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、インデックスのロック ヒントの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreLoginSids">
|
||||
<source xml:lang="en">Specifies whether differences in the security identification number (SID) should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、セキュリティ ID 番号 (SID) の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreNotForReplication">
|
||||
<source xml:lang="en">Specifies whether the not for replication settings should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、レプリケーションでは使わない設定を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme">
|
||||
<source xml:lang="en">Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、パーティション構成でのオブジェクトの位置を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnorePartitionSchemes">
|
||||
<source xml:lang="en">Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、パーティション構成と関数の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnorePermissions">
|
||||
<source xml:lang="en">Specifies whether permissions should be ignored.</source>
|
||||
<target state="translated">権限を無視するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreQuotedIdentifiers">
|
||||
<source xml:lang="en">Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、引用符で囲まれた識別子の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreRoleMembership">
|
||||
<source xml:lang="en">Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ログインのロール メンバーシップの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreRouteLifetime">
|
||||
<source xml:lang="en">Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、SQL Server がルーティング テーブルにルートを保持する時間の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreSemicolonBetweenStatements">
|
||||
<source xml:lang="en">Specifies whether differences in the semi-colons between T-SQL statements will be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、T-SQL ステートメント間のセミコロンの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreTableOptions">
|
||||
<source xml:lang="en">Specifies whether differences in the table options will be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、テーブル オプションの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreUserSettingsObjects">
|
||||
<source xml:lang="en">Specifies whether differences in the user settings objects will be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、ユーザー設定オブジェクトの相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreWhitespace">
|
||||
<source xml:lang="en">Specifies whether differences in white space will be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、空白の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints">
|
||||
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for check constraints will be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、CHECK 制約の WITH NOCHECK 句の値の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys">
|
||||
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for foreign keys will be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、外部キーの WITH NOCHECK 句の値の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IncludeCompositeObjects">
|
||||
<source xml:lang="en">Include all composite elements as part of a single publish operation.</source>
|
||||
<target state="translated">単一の公開操作の一部としてすべての複合要素を含めます。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.IncludeTransactionalScripts">
|
||||
<source xml:lang="en">Specifies whether transactional statements should be used where possible when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、可能であればトランザクション ステートメントを使用するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.NoAlterStatementsToChangeClrTypes">
|
||||
<source xml:lang="en">Specifies that publish should always drop and re-create an assembly if there is a difference instead of issuing an ALTER ASSEMBLY statement</source>
|
||||
<target state="translated">アセンブリに相違がある場合、公開で ALTER ASSEMBLY ステートメントを発行するのではなく、常にアセンブリを削除して作成し直すことを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.PopulateFilesOnFileGroups">
|
||||
<source xml:lang="en">Specifies whether a new file is also created when a new FileGroup is created in the target database.</source>
|
||||
<target state="translated">ターゲット データベースで新しいファイル グループが作成されたときに新しいファイルも作成するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.RegisterDataTierApplication">
|
||||
<source xml:lang="en">Specifies whether the schema is registered with the database server.</source>
|
||||
<target state="translated">スキーマをデータベース サーバーに登録するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.RunDeploymentPlanExecutors">
|
||||
<source xml:lang="en">Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed.</source>
|
||||
<target state="translated">他の操作が実行されているときに、DeploymentPlanExecutor の共同作成者を実行するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCollation">
|
||||
<source xml:lang="en">Specifies whether differences in the database collation should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース照合順序の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCompatibility">
|
||||
<source xml:lang="en">Specifies whether differences in the database compatibility should be ignored or updated when you publish to a database.</source>
|
||||
<target state="translated">データベースに公開するとき、データベース互換性の相違を無視するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptDatabaseOptions">
|
||||
<source xml:lang="en">Specifies whether target database properties should be set or updated as part of the publish action.</source>
|
||||
<target state="translated">ターゲット データベースのプロパティを公開操作の一部として設定するか、更新するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptDeployStateChecks">
|
||||
<source xml:lang="en">Specifies whether statements are generated in the publish script to verify that the database name and server name match the names specified in the database project.</source>
|
||||
<target state="translated">データベース名とサーバー名がデータベース プロジェクトで指定された名前と一致していることを確認するステートメントを公開スクリプト内に生成するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptFileSize">
|
||||
<source xml:lang="en">Controls whether size is specified when adding a file to a filegroup.</source>
|
||||
<target state="translated">ファイル グループにファイルを追加するときにサイズを指定するかを設定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptNewConstraintValidation">
|
||||
<source xml:lang="en">At the end of publish all of the constraints will be verified as one set, avoiding data errors caused by a check or foreign key constraint in the middle of publish. If set to False, your constraints will be published without checking the corresponding data.</source>
|
||||
<target state="translated">公開の最後に、すべての制約が 1 つのセットとしてチェックされるため、公開の途中でチェックまたは外部キー制約によってデータ エラーが発生することを回避できます。False に設定した場合、対応するデータをチェックすることなく制約が公開されます。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.ScriptRefreshModule">
|
||||
<source xml:lang="en">Include refresh statements at the end of the publish script.</source>
|
||||
<target state="translated">公開スクリプトの末尾に更新ステートメントを含めます。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.TreatVerificationErrorsAsWarnings">
|
||||
<source xml:lang="en">Specifies whether errors encountered during publish verification should be treated as warnings. The check is performed against the generated deployment plan before the plan is executed against your target database. Plan verification detects problems such as the loss of target-only objects (such as indexes) that must be dropped to make a change. Verification will also detect situations where dependencies (such as a table or view) exist because of a reference to a composite project, but do not exist in the target database. You might choose to do this to get a complete list of all issues, instead of having the publish action stop on the first error.</source>
|
||||
<target state="translated">公開の検証中に発生したエラーを警告として扱うかを指定します。デプロイ計画をターゲット データベースに対して実行する前に、生成されたデプロイ計画がチェックされます。計画の検証では、変更を加えるために取り除く必要のあるターゲットのみのオブジェクト (インデックスなど) の損失などの問題が検出されます。また、複合プロジェクトへの参照のためテーブルやビューなどに依存関係が存在するのに、それがターゲット データベースに存在しない状況も検出されます。すべての問題の完全な一覧を取得するには、最初のエラー発生時に公開操作を停止するのではなく、この方法を使用することをお勧めします。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.UnmodifiableObjectWarnings">
|
||||
<source xml:lang="en">Specifies whether warnings should be generated when differences are found in objects that cannot be modified, for example, if the file size or file paths were different for a file.</source>
|
||||
<target state="translated">ファイルのサイズまたはパスが異なるなど、変更できない相違がオブジェクトに見つかった場合に、警告を生成するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.VerifyCollationCompatibility">
|
||||
<source xml:lang="en">Specifies whether collation compatibility is verified.</source>
|
||||
<target state="translated">照合順序の互換性を確認するかを指定します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.Description.VerifyDeployment">
|
||||
<source xml:lang="en">Specifies whether checks should be performed before publishing that will stop the publish action if issues are present that might block successful publishing. For example, your publish action might stop if you have foreign keys on the target database that do not exist in the database project, and that will cause errors when you publish.</source>
|
||||
<target state="translated">公開の成功を妨げるような問題が生じた場合に、公開操作を停止する前にチェックを実行するかを指定します。たとえば、データベース プロジェクトに存在しない外部キーがターゲット データベースにあって、公開時にエラーが発生すると、公開操作が停止することがあります。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.DisableAndReenableDdlTriggers">
|
||||
<source xml:lang="en">Disable And Reenable Ddl Triggers</source>
|
||||
<target state="translated">DDL トリガーを無効にし、再び有効にする</target>
|
||||
|
||||
Reference in New Issue
Block a user