mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Loc checkin for November update (#548)
This commit is contained in:
@@ -2703,13 +2703,13 @@
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="BackupPathIsFolderError">
|
||||
<source>The provided path specifies a directory but a file path is required: {0}</source>
|
||||
<source>Please provide a file path instead of directory path</source>
|
||||
<target state="new">Le nom de fichier spécifié est également un nom de répertoire: {0}</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidBackupPathError">
|
||||
<source> Cannot verify the existence of the backup file location: {0}</source>
|
||||
<source> The provided path is invalid</source>
|
||||
<target state="new">Impossible de vérifier l'existence de l'emplacement du fichier de sauvegarde: {0}</target>
|
||||
|
||||
<note/>
|
||||
@@ -2720,6 +2720,55 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoBackupsetsToRestore">
|
||||
<source>No backupset selected to be restored</source>
|
||||
<target state="new">Aucun jeu de sauvegarde n'a été sélectionné pour être restauré.</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="NeverBackedUp">
|
||||
<source>Never</source>
|
||||
<target state="new">Jamais</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="AzureSqlDbEdition">
|
||||
<source>Azure SQL DB</source>
|
||||
<target state="new">Azure SQL DB</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="AzureSqlDwEdition">
|
||||
<source>Azure SQL Data Warehouse</source>
|
||||
<target state="new">Azure SQL Data Warehouse</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="AzureSqlStretchEdition">
|
||||
<source>Azure SQL Stretch Database</source>
|
||||
<target state="new">Azure SQL Stretch Database</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="Error_InvalidDirectoryName">
|
||||
<source>Path {0} is not a valid directory </source>
|
||||
<target state="new">Le chemin {0} n'est pas un répertoire valide.</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="Error_ExistingDirectoryName">
|
||||
<source>For directory {0} a file with name {1} already exists</source>
|
||||
<target state="new"> Pour le répertoire {0} un fichier avec le nom {1} existe déjà</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataValueTooLarge">
|
||||
<source>Value {0} is too large to fit in column of type {1}</source>
|
||||
<target state="new">La valeur {0} est trop grande pour tenir dans la colonne de type {1}</target>
|
||||
|
||||
<note>.
|
||||
Parameters: 0 - value (string), 1 - columnType (string) </note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user