Update to localization source files and xlfs for June release (#19603)

This commit is contained in:
Alex Ma
2022-06-06 10:56:58 -07:00
committed by GitHub
parent 4fd2f92e27
commit 5fbf2b69bf
220 changed files with 10908 additions and 5598 deletions

View File

@@ -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">Определяет, отключаются ли триггеры языка описания данных 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, объекты отслеживания измененных данных не изменяются.</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">Определяет, будут ли триггеры DML, которые не существуют в моментальном снимке базы данных (DACPAC), удаляться из целевой базы данных при публикации в базе данных.</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.&lt;/</source>
<target state="translated">Определяет, будут ли члены ролей, которые не определены в моментальном снимке базы данных (DACPAC), удаляться из целевой базы данных при публикации обновлений в базе данных.&lt;/</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">Определяет, пропускаются или обновляются различия в порядке триггеров языка обработки данных Data Manipulation Language (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">Определяет, создается ли предупреждение о различиях в коэффициенте заполнения для хранилища индексов при публикации в базе данных.</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">Определяет, пропускаются или обновляются различия в начальном значении для столбца идентификаторов при публикации обновлений в базе данных.</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">Определяет, пропускаются или обновляются различия в шаге приращения для столбца идентификаторов при публикации в базе данных.</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">Определяет, пропускаются или обновляются различия в идентификаторе безопасности (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">Определяет, пропускаются или обновляются различия в значении предложения 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">Указывает, будет ли также создан файл при создании файловой группы FileGroup в целевой базе данных.</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">Определяет, указывается ли размер при добавлении файла в файловую группу filegroup.</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">В конце публикации все ограничения будут проверяться как один набор, что позволяет избежать ошибок данных, вызванных проверочным ограничением или ограничением внешнего ключа в середине публикации. Если задано значение 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>