diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 1fcb2bf739..01b1b2598b 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -540,9 +540,11 @@ gulp.task('vscode-translations-import', function () { gulp.src(`../vscode-localization/${language.id}/build/*/*.xlf`) .pipe(i18n.prepareI18nFiles()) .pipe(vfs.dest(`./i18n/${language.folderName}`)); - gulp.src(`../vscode-localization/${language.id}/setup/*/*.xlf`) - .pipe(i18n.prepareIslFiles(language, innoSetupConfig[language.id])) - .pipe(vfs.dest(`./build/win32/i18n`)); + + // {{SQL CARBON EDIT}} + // gulp.src(`../vscode-localization/${language.id}/setup/*/*.xlf`) + // .pipe(i18n.prepareIslFiles(language, innoSetupConfig[language.id])) + // .pipe(vfs.dest(`./build/win32/i18n`)); }); }); diff --git a/build/lib/i18n.js b/build/lib/i18n.js index 10cafc2703..a7e837b01a 100644 --- a/build/lib/i18n.js +++ b/build/lib/i18n.js @@ -37,8 +37,9 @@ exports.defaultLanguages = [ // languages requested by the community to non-stable builds exports.extraLanguages = [ { id: 'pt-br', folderName: 'ptb' }, - { id: 'hu', folderName: 'hun' }, - { id: 'tr', folderName: 'trk' } + // {{SQL CARBON EDIT}} + // { id: 'hu', folderName: 'hun' }, + // { id: 'tr', folderName: 'trk' } ]; // non built-in extensions also that are transifex and need to be part of the language packs var externalExtensionsWithTranslations = { diff --git a/i18n/chs/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/chs/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..02037bf014 --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dropdownAction.toggle": "切换下拉列表" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/chs/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/chs/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..3ac696d33f --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "确定" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/chs/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/chs/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..1f6d3521eb --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "确定" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/chs/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..b5f75b84d1 --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "关闭" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/chs/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..9e1236a650 --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertWarningMessage": "警告: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/chs/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/chs/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/common/theme/colors.i18n.json b/i18n/chs/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/chs/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/chs/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/chs/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..5f1dc5ce81 --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "manageLinedAccounts": "管理链接帐户" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/chs/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..e802f16caa --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "website": "网站" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/chs/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/chs/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..4498322602 --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "applyFilters": "应用筛选器" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/chs/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/chs/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/chs/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..484772068e --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "azureAccount": "Azure 帐户", + "addIPAddressLabel": "添加我的客户端 IP" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/chs/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/admin/common/adminService.i18n.json b/i18n/chs/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..31436ebf94 --- /dev/null +++ b/i18n/chs/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "adminService.providerIdNotValidError": "为了与 adminservice 交互, 需要连接" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/chs/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/chs/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/chs/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..a9e83af889 --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "delete": "删除" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/chs/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..d430ee4429 --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidServerName": "已存在同名的服务器组。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/chs/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..5b9d529e71 --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionService.no": "否" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/chs/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..5ba0fee53b --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidDisconnectMessage": "已断开连接" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/chs/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/chs/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..fd557c519c --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionError": "连接错误", + "kerberosKinit": "  如果你之前已连接过, 可能需要重新运行 kinit。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/chs/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..03b698e2d2 --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connection": "连接", + "connectionDialog.connect": "连接", + "clearRecentConnectionMessage": "确定要删除列表中的所有连接吗?", + "connectionDialog.no": "否" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/chs/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..9fd00616cd --- /dev/null +++ b/i18n/chs/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup": "服务器组", + "advanced": "高级选项..." +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/chs/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..2893ae8726 --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshWidget": "刷新", + "clickToUnpin": "单击以解除锁定" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/chs/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/chs/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..da9bb52f18 --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.description": "将显示给用户的此选项卡的说明。", + "sqlops.extension.contributes.dashboard.tab.alwaysShow": "此选项卡是否应始终显示或仅当用户添加时显示。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..637ddcceef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.icon.dark": "使用暗色主题时的图标路径", + "dashboard.container.left-nav-bar": "将显示在此导航节中的仪表板容器的列表。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/chs/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..d080246de5 --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardTabError": "\"扩展\" 选项卡未知或未安装。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/chs/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..560310f41d --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.databaseproperties": "要显示的属性值", + "dashboardDatabaseTabs": "自定义数据库仪表板选项卡" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/chs/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..6a69f83489 --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.serverproperties.displayName": "属性的显示名称", + "computerName": "计算机名" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/chs/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/chs/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..1a4d1f90c8 --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMax": "y 轴的最大值", + "yAxisLabel": "y 轴的标签", + "xAxisMin": "x 轴的最小值", + "xAxisMax": "x 轴的最大值" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..4b0de0fcb2 --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataTypeDescription": "指示图表数据集的数据属性。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/chs/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/chs/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..468ef601cd --- /dev/null +++ b/i18n/chs/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.mediaOptionFormat": "备份到新媒体集", + "backup.setBackupCompression": "设置备份压缩", + "backup.noEncryptorWarning": "没有可用的证书或非对称密钥", + "addFile": "添加文件", + "backupComponent.backup": "备份", + "backup.containsBackupToUrlError": "只支持备份到文件" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/chs/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/chs/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..931a69d073 --- /dev/null +++ b/i18n/chs/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "还原数据库", + "restoreDialog.restore": "恢复", + "database": "数据库", + "restorePlan": "还原计划", + "restoreDatabaseFileAs": "将数据库文件还原为", + "restoreDatabaseFileDetails": "还原数据库文件详细信息", + "restoreOptions": "还原选项", + "filesTitle": "文件" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/chs/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/chs/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/chs/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..e4e90bb1b0 --- /dev/null +++ b/i18n/chs/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData.refresh": "刷新" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/chs/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..219d6b1daf --- /dev/null +++ b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.selectFile": "选择文件" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/chs/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/chs/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/chs/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..6369b58fec --- /dev/null +++ b/i18n/chs/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartTypeLabel": "图表类型", + "legendLabel": "图例位置" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/chs/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..a1314ab086 --- /dev/null +++ b/i18n/chs/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "copyChartLabel": "复制为图像", + "saveImageLabel": "另存为图像" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/chs/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..e7f5a78629 --- /dev/null +++ b/i18n/chs/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "property": "属性" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/chs/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/chs/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/chs/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/chs/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/chs/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..f4792417f7 --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.clear": "清除数据", + "profiler.findPrevious": "查找上一个字符串" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/chs/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/chs/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/chs/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/chs/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..e798750e10 --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerEditor.value": "值" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/chs/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/chs/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/chs/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/chs/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..b5662e3011 --- /dev/null +++ b/i18n/chs/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "msgStatusRunQueryInProgress": "正在执行查询...", + "executeQueryLabel": "执行查询" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/chs/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..09eeb1dc74 --- /dev/null +++ b/i18n/chs/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "defaultChartType": "[可选] 从查询结果打开图表查看器时要使用的默认图表类型", + "tabColorMode.border": "每个编辑器选项卡的上边框将被着色以匹配相关的服务器组", + "mssql.intelliSense.enableQuickInfo": "是否应启用智能感知快速信息", + "mssql.intelliSense.lowerCaseSuggestions": "智能感知建议是否应为小写" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/chs/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..37f04f72d1 --- /dev/null +++ b/i18n/chs/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "扩展" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/chs/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/chs/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..ce09e54e7e --- /dev/null +++ b/i18n/chs/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runCurrentQueryKeyboardAction": "运行当前查询", + "runCurrentQueryWithActualPlanKeyboardAction": "使用实际计划运行当前查询", + "cancelQueryKeyboardAction": "取消查询" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/chs/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..f249875e34 --- /dev/null +++ b/i18n/chs/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryLabel": "运行", + "selectDatabase": "选择数据库" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/chs/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/chs/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/chs/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..f170a864d0 --- /dev/null +++ b/i18n/chs/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeUnsupportedError": "未保存的查询不支持更改语言模式" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/chs/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..79eb915ec8 --- /dev/null +++ b/i18n/chs/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "结果", + "chartViewer": "图表查看器" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/chs/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..68969756d4 --- /dev/null +++ b/i18n/chs/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.actualExecutions": "实际执行", + "topOperations.parallel": "并行" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/chs/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..b4c6449810 --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "OeSessionFailedError": "未能创建对象资源管理器会话" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/chs/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..2f4531dc3c --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "startupConfig": "启动配置" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/chs/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/chs/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..4856cfcf88 --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.editServerGroup": "编辑服务器组" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/chs/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..9c047d18f7 --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.editServerGroup": "编辑服务器组", + "clearAll": "全部清除" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/chs/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/chs/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/chs/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/chs/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/chs/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/chs/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..fab2032f26 --- /dev/null +++ b/i18n/chs/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "一个或多个任务正在运行中,确定要退出吗?" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/chs/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..12dfe77513 --- /dev/null +++ b/i18n/chs/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelTask.cancel": "取消" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/chs/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/chs/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..e23e7e904b --- /dev/null +++ b/i18n/chs/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noTaskMessage": "没有要显示的任务历史记录。尝试备份或还原任务以查看其执行状态。" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/chs/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..e06e57aa12 --- /dev/null +++ b/i18n/chs/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.serverProperties": "用于显示服务器页的属性", + "dashboard.id": "提供程序ID (如: MSSQL)" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/chs/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/chs/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..faf58e2686 --- /dev/null +++ b/i18n/chs/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.all": "仪表板中使用的小部件" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/chs/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/workbench/common/actions.i18n.json b/i18n/chs/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/chs/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..086fa240ff --- /dev/null +++ b/i18n/chs/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectOperationName": "选择", + "createOperationName": "创建" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/chs/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..ca765ced91 --- /dev/null +++ b/i18n/chs/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "确定" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/chs/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..70f38b0b8d --- /dev/null +++ b/i18n/chs/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error": "错误", + "info": "信息" +} \ No newline at end of file diff --git a/i18n/chs/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/chs/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/cht/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/cht/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/cht/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/cht/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..056284bfe4 --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.missingRequireField": "是必需的。", + "optionsDialog.invalidInput": "輸入無效。預期為數字。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/cht/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..29a71d87cf --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.close": "關閉" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/cht/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..5d16a17b0a --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "關閉" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/cht/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..0963a79c30 --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertInfoMessage": "資訊: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/cht/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/cht/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/common/theme/colors.i18n.json b/i18n/cht/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/cht/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..85286717ee --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "linkedAccounts": "連結帳戶", + "accountDialog.close": "關閉" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/cht/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/cht/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/cht/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..c73865ae70 --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancel": "取消", + "website": "網站" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/cht/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..b45ab1a951 --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "oauthFlyoutIsAlreadyOpen": "無法啟動自動 OAuth。自動 OAuth 已在進行中。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/cht/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..043083d418 --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "removeAccount": "移除帳號" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/cht/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..4770f38fed --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshCredentials": "您需要更新此帳號驗證資訊。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/cht/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..bfb669b515 --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account.icon.light": "使用亮色主題時的圖示路徑", + "carbon.extension.contributes.account": "貢獻圖示給帳戶供應者。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/cht/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..a76a03bda6 --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewall.ok": "確定", + "firewall.cancel": "取消", + "to": "至" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/cht/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..b0f11ff0f7 --- /dev/null +++ b/i18n/cht/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallDialog.addAccountErrorTitle": "增加帳號錯誤" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/admin/common/adminService.i18n.json b/i18n/cht/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..9c0a62d759 --- /dev/null +++ b/i18n/cht/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "adminService.providerIdNotValidError": "必需連線以便與 adminservice 互動" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/cht/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..21051a2fb1 --- /dev/null +++ b/i18n/cht/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createDatabase.noRecordsFound": "未找到紀錄" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/cht/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/cht/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..21ee1a5552 --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ClearRecentlyUsedLabel": "清除最近的連接清單" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/cht/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..5723973adf --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidServerName": "伺服器群組名稱已經存在。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/cht/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..d5acfcc67c --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "連接未被接受", + "connectionService.no": "否" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/cht/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/cht/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/cht/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/cht/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..e328376bec --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "recentConnectionTitle": "最近使用的連接", + "connectionDialog.no": "否" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/cht/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..3894ebbc90 --- /dev/null +++ b/i18n/cht/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "defaultDatabaseOption": "<預設>", + "loadingDatabaseOption": "正在載入...", + "connectionWidget.missingRequireField": "是必需的。", + "rememberPassword": "記住密碼" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/cht/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..b095e14e47 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clickToUnpin": "點擊以取消釘選" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/cht/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..e7bf32ddaf --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDashboardContainerError": "指定的儀表板容器為未知。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/cht/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..f34acdaf80 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.provider": "此標籤應該是被允許的提供者。", + "sqlops.extension.contributes.dashboard.tab.edition": "允許此索引標籤的版本。", + "sqlops.extension.contributes.dashboard.tab.container": "將在此索引標籤中顯示的容器。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..1bf1935495 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "此容器的唯一識別碼。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..8e3874e238 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.icon.light": "使用亮色主題時的圖示路徑", + "dashboard.container.left-nav-bar.title": "顯示給使用者的導覽區標題。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/cht/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..2e3c710066 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.cancel": "取消", + "allFeatures": "所有功能" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/cht/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..2e36668191 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.databaseproperties": "要顯示的屬性值", + "dashboard.databaseproperties.value": "資料庫資訊物件中的值", + "dashboardDatabase": "自訂 \"資料庫儀表板\" 頁" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/cht/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..493e04bd50 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.serverproperties.value": "伺服器資訊物件中的值" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/cht/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/cht/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..8c0cbd5f8a --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "seachObjects": "按類型名稱搜索 (a:, t:, v:, f: 或 sp:)", + "searchDatabases": "搜尋資料庫", + "dashboard.explorer.databaseError": "無法載入資料庫" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..a51115eb63 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noResults": "沒有可顯示的結果" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..3bb0a33ec9 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightIdDescription": "用於快取 insight 結果的唯一識別碼。", + "insightQueryFileDescription": "[選用] 包含查詢之檔案的路徑。請於未設定 \"query\" 時使用", + "actionTypes": "要使用的動作", + "actionDatabaseDescription": "此行為的目標資料庫; 透過 \"${columnName}\" 格式來使用資料驅動欄位名稱。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..62fa7a3891 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartInsightDescription": "將查詢結果以圖表方式顯示在儀表板上" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..2ff9841129 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisLabel": "Y 軸的標籤", + "xAxisMin": "X 軸的最小值" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..70b3513689 --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "encodingDescription": "此編碼為十六進位、base64 或是其他格式?" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/cht/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/cht/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..bb671d0522 --- /dev/null +++ b/i18n/cht/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.recoveryModel": "復原模式", + "backup.backupType": "備份類型", + "backup.media": "媒體", + "backup.mediaOption": "備份到現有的媒體集", + "backup.existingMediaAppend": "附加至現有的備份組", + "backup.continueOnErrorContainer": "錯誤時仍繼續", + "backup.copyOnly": "僅複製備份", + "addFile": "增加檔案", + "backupComponent.invalidInput": "輸入無效。值必須大於或等於 0。", + "backupComponent.script": "指令碼", + "backupComponent.backup": "備份" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/cht/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..0b12353ce2 --- /dev/null +++ b/i18n/cht/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.filterBackupFiles": "備份檔案" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/cht/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..13fd884bc3 --- /dev/null +++ b/i18n/cht/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "還原資料庫", + "restoreDialog.backupFile": "備份檔案", + "restoreDialog.restore": "還原", + "targetDatabase": "目標資料庫", + "restoreTo": "還原到", + "backupSetsToRestore": "要還原的備份組", + "restoreDatabaseFileAs": "將資料庫檔案還原為", + "fileType": "檔案類型", + "restoreAs": "還原為", + "taillogBackup": "結尾記錄備份", + "serverConnection": "伺服器連接", + "generalTitle": "一般" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/cht/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..67a39e2c79 --- /dev/null +++ b/i18n/cht/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionFailure": "編輯資料工作階段連接失敗" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/cht/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..1e1cc7ca7a --- /dev/null +++ b/i18n/cht/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maxRowTaskbar": "最大行數:" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/cht/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..36e473c2f8 --- /dev/null +++ b/i18n/cht/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData.refresh": "重新整理" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/cht/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..9e5975f6ca --- /dev/null +++ b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.filepath": "選擇的路徑", + "fileBrowser.ok": "確定" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..d340df2b19 --- /dev/null +++ b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowser.regTreeAriaLabel": "樹狀結構檔案瀏覽器" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..cde9853a71 --- /dev/null +++ b/i18n/cht/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "allFiles": "所有檔案" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/cht/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..57fae7df5c --- /dev/null +++ b/i18n/cht/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revertRow": "還原行" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/cht/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..1ad5f079c4 --- /dev/null +++ b/i18n/cht/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "另存為 CSV", + "saveAsJson": "另存為 JSON", + "saveAsExcel": "另存為 Excel", + "copySelection": "複製", + "copyMessages": "複製" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/cht/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..111ee4c8a3 --- /dev/null +++ b/i18n/cht/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataDirectionLabel": "資料方向", + "dataTypeLabel": "資料型態", + "pointLabel": "點", + "legendLabel": "圖例位置", + "saveAsFileTitle": "選擇結果檔案", + "createInsightNoDataService": "無法建立 insight, 找不到支援資料模型", + "myWidgetName": "我的小工具" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/cht/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..457e4baf45 --- /dev/null +++ b/i18n/cht/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartContextRequired": "執行此動作需要圖表檢視內文" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/cht/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..c48e31a012 --- /dev/null +++ b/i18n/cht/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.item": "項目", + "property": "屬性" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/cht/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/cht/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..7dec2ad639 --- /dev/null +++ b/i18n/cht/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsConfigError": "解析 insight 設定時發生錯誤。找不到查詢陣列/字串或 queryfile" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/cht/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..b81d3863f3 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.settings.sessionTemplates": "指定工作階段範本" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/cht/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..979b3bb239 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerCategory": "分析器" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/cht/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..6db3d95530 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "連接", + "profilerAction.disconnect": "已中斷連線", + "profilerAction.connect": "連接", + "pause": "暫停", + "profiler.clear": "清除資料", + "profiler.toggleCollapsePanel": "切換折疊面板", + "profiler.editColumns": "編輯欄位", + "profiler.findNext": "尋找下一個字串" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/cht/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/cht/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..82382aed38 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "按事件排序", + "profilerColumnDialog.cancel": "取消" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/cht/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..1a24be5596 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "label.find": "尋找", + "label.previousMatchButton": "上一個符合項目" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/cht/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..f639697d98 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "label": "標籤", + "profilerEditor.value": "值" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/cht/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..027fb05d0b --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerInput.profiler": "分析器" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/cht/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..1445f3bcb5 --- /dev/null +++ b/i18n/cht/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerTextEditorAriaLabel": "事件文字的分析編輯器。唯讀" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/cht/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..a6ccb56a94 --- /dev/null +++ b/i18n/cht/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chooseSqlLang": "選擇 SQL 語言", + "pickSqlProvider": "選擇 SQL 語言提供者" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/cht/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..8691c22118 --- /dev/null +++ b/i18n/cht/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryBatchStartLine": "行 {0}", + "msgCancelQueryFailed": "取消查詢失敗: {0}", + "msgSaveFailed": "儲存結果失敗。", + "msgSaveSucceeded": "成功儲存結果至", + "saveJSONLabel": "另存為 JSON", + "viewChartLabel": "以圖表查看", + "resultPaneLabel": "結果", + "executeQueryLabel": "執行查詢", + "msgCannotSaveMultipleSelections": "儲存結果命令不能與多重選擇一起使用。" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/cht/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..074faf3a0a --- /dev/null +++ b/i18n/cht/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mssql.intelliSense.enableIntelliSense": "是否啟用智慧感知", + "mssql.intelliSense.lowerCaseSuggestions": "智慧感知建議是否應為小寫" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/cht/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/cht/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/cht/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..2562a20b0b --- /dev/null +++ b/i18n/cht/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runCurrentQueryWithActualPlanKeyboardAction": "使用實際計畫執行目前的查詢", + "queryShortcutNoEditor": "要執行的捷徑需要編輯器參數" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/cht/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..583f3d2113 --- /dev/null +++ b/i18n/cht/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "estimatedQueryPlan": "解釋", + "actualQueryPlan": "實際", + "changeDatabase.failed": "無法變更資料庫" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/cht/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..26ccd697a0 --- /dev/null +++ b/i18n/cht/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "commitEditFailed": "提交行失敗:" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/cht/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..89bdaef55f --- /dev/null +++ b/i18n/cht/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.moreRowsFailedError": "獲取更多行時發生錯誤:", + "elapsedBatchTime": "批次處理執行時間: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/cht/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..60a46b96a9 --- /dev/null +++ b/i18n/cht/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeError": "請在切換到 SQL 語言模式之前儲存或捨棄變更" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/cht/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/cht/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..7fc5116d38 --- /dev/null +++ b/i18n/cht/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.actualRows": "實際行數", + "topOperations.actualExecutions": "實際執行", + "topOperations.estCPUCost": "估計 CPU 成本", + "topOperations.actualRebinds": "實際重新綁定", + "topOperations.estRebinds": "估計重新繫結", + "topOperations.estRewinds": "估計倒轉" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/cht/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/cht/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..0016f989f1 --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "databaseConnections": "資料庫連接", + "startup.alwaysShowServersView": "預設 True, 啟動 SQL Operations Studio 時顯示伺服器檢視; false 則顯示上次開啟時的檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/cht/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..cf4acfba82 --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.ok": "確定", + "connectionGroupName": "伺服器群組名稱" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/cht/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..55b86319a6 --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.addServerGroup": "新增伺服器群組" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/cht/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..4c7cc7bc6a --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.refresh": "重新整理", + "deleteConnection": "刪除連接", + "deleteConnectionGroup": "刪除群組" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/cht/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/cht/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/cht/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..8473313403 --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverTree.addConnection": "加入連接" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/cht/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/cht/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..1da90eb552 --- /dev/null +++ b/i18n/cht/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskHistory.view": "檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/cht/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/cht/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/cht/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..7fc2aa1c2d --- /dev/null +++ b/i18n/cht/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "succeeded": "已成功", + "failed": "失敗", + "notStarted": "未啟動", + "canceled": "已取消" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/cht/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..cc523ea381 --- /dev/null +++ b/i18n/cht/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskError": "工作錯誤" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/cht/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..aa33fa7e0f --- /dev/null +++ b/i18n/cht/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property.ignore": "指定要忽略的值", + "dashboard.properties.flavor.condition": "使用此類別的條件", + "dashboard.properties.flavor.condition.field": "要比較的欄位", + "dashboard.properties.databaseProperties": "顯示資料庫頁的屬性", + "dashboard.properties.serverProperties": "顯示伺服器頁的屬性", + "dashboard.properties": "在儀表板上顯示的屬性值" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/cht/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/cht/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/cht/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/workbench/common/actions.i18n.json b/i18n/cht/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..f854b4430a --- /dev/null +++ b/i18n/cht/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "scriptSelect": "選取前 1000", + "scriptExecute": "作為指令碼執行", + "scriptAlter": "修改指令碼", + "editData": "編輯資料", + "scriptDelete": "編寫為 Delete", + "backupAction.backup": "備份" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/cht/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..3817feeeec --- /dev/null +++ b/i18n/cht/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createOperationName": "建立", + "scriptNotFound": "指令碼為 {0} 時無回傳任何指令" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/cht/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..478d0f9552 --- /dev/null +++ b/i18n/cht/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "確定", + "errorMessageDialog.close": "關閉" +} \ No newline at end of file diff --git a/i18n/cht/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/cht/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/cht/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/deu/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/deu/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..3871037156 --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editableDropdown.errorValidate": "Muss eine Option aus der Liste sein" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/deu/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..67e41516ea --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "OK", + "optionsDialog.cancel": "Abbrechen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/deu/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/deu/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..2e54e29cfb --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "OK", + "webViewDialog.close": "Schließen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/deu/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..33d42ca220 --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "Schließen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/deu/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..cbd0b6b462 --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Fehler: {0}", + "alertInfoMessage": "Info: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/deu/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/deu/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/common/theme/colors.i18n.json b/i18n/deu/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/deu/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..0c2ba0132f --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.close": "Schließen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/deu/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/deu/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/deu/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..a25ad79f85 --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "copyAndOpen": "Kopieren und öffnen", + "website": "Webseite" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/deu/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/deu/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..46342554ca --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "removeAccount": "Konto entfernen", + "confirmRemoveUserAccountMessage": "Sind Sie sicher, dass Sie \"{0}\" entfernen möchten?", + "accountActions.yes": "Ja", + "accountActions.no": "Nein", + "refreshAccount": "Geben Sie Ihre Anmeldeinformationen erneut ein" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/deu/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..9cec63e9da --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshCredentials": "Sie müssen die Anmeldeinformationen für dieses Konto aktualisieren." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/deu/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..d696fa02dd --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account": "Stellt Symbole für den Kontoanbieter zur Verfügung." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/deu/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..0c3527ea45 --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createNewFirewallRule": "Neue Firewall-Regel erstellen", + "firewall.ok": "OK", + "azureAccount": "Azure-Konto", + "from": "Von", + "filewallRule": "Firewall-Regel" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/deu/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..58bdc7ddb4 --- /dev/null +++ b/i18n/deu/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallRuleError": "Firewall-Regel Fehler" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/admin/common/adminService.i18n.json b/i18n/deu/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..1587517dc6 --- /dev/null +++ b/i18n/deu/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noHandlerRegistered": "Kein Handler registriert" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/deu/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/deu/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..005a78f98f --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.defaultEngineDescription": "Zu verwendende Standard-SQL-Engine. Dies bestimmt den Standardsprachanbieter in .sql Dateien und die Standardeinstellungen für neue Verbindungen. Gültige Option ist derzeit MSSQL" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/deu/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..cb42e2e47b --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ClearRecentlyUsedLabel": "Liste kürzlich verwendeter Verbindungen löschen", + "ClearedRecentConnections": "Liste der zuletzt verwendeten Verbindungen gelöscht", + "connectionAction.yes": "Ja" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/deu/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/deu/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..83d85a11c5 --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "Verbindung nicht akzeptiert", + "connectionService.yes": "Ja", + "connectionService.no": "Nein" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/deu/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..35ab831dc3 --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidConnectMessage": "Verbunden mit", + "onDidDisconnectMessage": "Verbindung getrennt" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/deu/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..622678de82 --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "advancedProperties.discard": "Verwerfen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/deu/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/deu/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..94aef114af --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "recentConnectionTitle": "Kürzlich verwendete Verbindungen", + "connectionDialog.connect": "Verbinden", + "connectionDialog.cancel": "Abbrechen", + "clearRecentConnectionMessage": "Sind Sie sicher, dass Sie alle Verbindungen aus der Liste löschen möchten?", + "connectionDialog.yes": "Ja", + "connectionDialog.no": "Nein" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/deu/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..34df47e624 --- /dev/null +++ b/i18n/deu/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loadingDatabaseOption": "Wird geladen..." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/deu/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..883b5747e5 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleMore": "Mehr umschalten", + "addFeatureAction.openInstalledFeatures": "Installierte Features öffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/deu/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..09864310d5 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "providerMissingEdition": "Widget Filter basierend auf der Edition, aber der Anbieter hat keine Edition", + "moreThanOneDashboardContainersError": "Pro Umgebung muss genau 1 Dashboard Container definiert werden", + "unknownDashboardContainerError": "Der angegebene Dashboard-Container ist unbekannt." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/deu/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..378cb03a31 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "missingConnectionInfo": "Für dieses Dashboard wurden keine Verbindungsinformationen gefunden" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..f9e76edc22 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.id": "Eindeutiger Bezeichner für diese Registerkarte. Wird für alle Anfragen an die Erweiterung übergeben.", + "sqlops.extension.contributes.dashboard.tab.title": "Titel der Registerkarte, die dem Benutzer angezeigt wird.", + "sqlops.extension.contributes.dashboard.tab.description": "Beschreibung dieser Registerkarte, die dem Benutzer angezeigt werden.", + "sqlops.extension.contributes.tabs": "Trägt eine oder mehrere Registerkarten bei, die Benutzer ihren Dashboards hinzufügen können." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..ddaf0319c9 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "Eindeutiger Bezeichner für diesen Container." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..184868d4d9 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.id": "Eindeutiger Bezeichner für diesen Navigationsbereich. Wird für alle Anfragen an die Erweiterung übergeben.", + "dashboard.container.left-nav-bar.icon.light": "Symbol-Pfad, wenn ein helles Theme verwendet wird" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/deu/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..929d44b3e3 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.ok": "OK", + "newDashboardTab.cancel": "Abbrechen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..de2b46d137 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboardPage.tab.id": "Eindeutiger Bezeichner für diese Registerkarte. Wird für alle Anfragen an die Erweiterung übergeben werden." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/deu/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..25ca0b0c12 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.databaseproperties": "Anzuzeigende Eigenschaftswerte", + "dashboard.databaseproperties.value": "Wert im Datenbank-Info-Objekt", + "dashboard.databaseproperties.ignore": "Spezifische zu ignorierende Werte angeben", + "recoveryModel": "Wiederherstellungsmodell" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/deu/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..301d53bd2e --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.serverproperties": "Zu zeigende Eigenschaftswerte", + "dashboard.serverproperties.displayName": "Anzeigename der Eigenschaft", + "dashboard.serverproperties.value": "Wert im Server-Info-Objekt", + "version": "Version", + "computerName": "Computername", + "dashboardServerTabs": "Passt die Server Dashboard Registerkarten an" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/deu/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/deu/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..a68eb33945 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "searchDatabases": "Datenbanken suchen", + "dashboard.explorer.objectError": "Objekte konnten nicht geladen werden", + "dashboard.explorer.databaseError": "Datenbanken konnten nicht geladen werden" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..0cd390b162 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noResults": "Keine anzuzeigende Ergebnisse" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..fb38e0aea6 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightIdDescription": "Eindeutiger Bezeichner verwendet für Zwischenspeicherungen der Ergebnisse des Insight.", + "actionDatabaseDescription": "Zieldatenbank für die Aktion; kann das Format \"${ColumnName} für einen datengesteuerten Spaltennamen verwenden.", + "actionServerDescription": "Zielserver für die Aktion; kann das Format \"${ColumnName} für einen datengesteuerten Spaltennamen verwenden.", + "actionUserDescription": "Zielbenutzer für die Aktion; kann das Format \"${ColumnName} für datengesteuerte Spaltennamen verwenden.", + "carbon.extension.contributes.insights": "Liefert Einblicke in die Dashboard-Palette." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..b8a42a06ed --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartInsightDescription": "Zeigt die Ergebnisse einer Abfrage als Diagramm auf dem Dashboard", + "labelFirstColumnDescription": "Wenn dataDirection horizontal ausgewählt ist, werden die Werte aus der ersten Spalte als Legende verwendet, sobald diese Einstellung auf True gesetzt wird.", + "dataDirectionDescription": "Legt fest, ob die Daten aus einer Spalte (vertikal) oder eine Zeile (horizontal) gelesen werden. Für Zeitreihen wird dies ignoriert, da die Richtung vertikal sein muss." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..394dfa68dc --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMax": "Maximalwert der y-Achse" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..d9ed393c79 --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataTypeDescription": "Zeigt die Daten-Eigenschaft eines Datensatzes für ein Diagramm an." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/deu/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/deu/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..28a287f6cd --- /dev/null +++ b/i18n/deu/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,29 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupName": "Backup-Name", + "backup.recoveryModel": "Wiederherstellungsmodell", + "backup.backupType": "Backup-Typ", + "backup.algorithm": "Algorithmus", + "backup.certificateOrAsymmetricKey": "Zertifikat oder asymmetrische Schlüssel", + "backup.mediaOption": "Sicherung auf den vorhandenen Mediensatz", + "backup.existingMediaAppend": "An vorhandenem Backup-Satz anhängen", + "backup.newMediaSetDescription": "Neue Mediensatz-Beschreibung", + "backup.verifyContainer": "Sicherung nach Abschluss überprüfen", + "backup.continueOnErrorContainer": "Bei Fehler fortsetzen", + "backup.advancedConfiguration": "Erweiterte Einstellungen", + "backup.setBackupCompression": "Sicherungskomprimierung festlegen", + "backup.encryption": "Verschlüsselung", + "backup.reliability": "Zuverlässigkeit", + "backup.noEncryptorWarning": "Kein Zertifikat oder asymmetrischer Schlüssel steht zur Verfügung", + "addFile": "Datei hinzufügen", + "backupComponent.invalidInput": "Ungültige Eingabe. Wert muss größer oder gleich 0 sein.", + "backupComponent.script": "Skript", + "backupComponent.backup": "Datensicherung", + "backup.backupFileRequired": "Pfad für Backup-Datei erforderlich" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/deu/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/deu/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..182174a9d6 --- /dev/null +++ b/i18n/deu/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "Datenbank wiederherstellen", + "restoreDialog.database": "Datenbank", + "restoreDialog.cancel": "Abbrechen", + "source": "Quelle", + "restoreFrom": "Wiederherstellen von", + "database": "Datenbank", + "targetDatabase": "Zieldatenbank", + "restoreTo": "Wiederherstellen nach", + "restoreDatabaseFileAs": "Wiederherstellen der Datenbank-Dateien als", + "restoreDatabaseFileDetails": "Wiederherstellen der Datenbankdatei-Details", + "logicalFileName": "Logischer Dateiname", + "fileType": "Dateityp", + "restoreAs": "Wiederherstellen als", + "serverConnection": "Serververbindungen", + "generalTitle": "Allgemein", + "filesTitle": "Dateien", + "optionsTitle": "Optionen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/deu/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/deu/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..c7638b2e59 --- /dev/null +++ b/i18n/deu/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maxRowTaskbar": "Max. Zeilen:" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/deu/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..dc6d8fb7d4 --- /dev/null +++ b/i18n/deu/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "disposeEditFailure": "\"Dispose Edit\" ist mit Fehler fehlgeschlagen:" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/deu/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..b67164f85c --- /dev/null +++ b/i18n/deu/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "Fehler beim Laden des Datei-Browser." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..35ad0850d7 --- /dev/null +++ b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.filepath": "Ausgewählter Pfad", + "fileFilter": "Dateien des Typs", + "fileBrowser.ok": "OK" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..e66ad084bd --- /dev/null +++ b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.selectFile": "Datei auswählen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..e0e78ada66 --- /dev/null +++ b/i18n/deu/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "allFiles": "Alle Dateien" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/deu/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..c67e06332f --- /dev/null +++ b/i18n/deu/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revertRow": "Zeile zurücksetzen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/deu/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..6137b8fafd --- /dev/null +++ b/i18n/deu/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "Als CSV speichern", + "saveAsExcel": "Als Excel speichern", + "copyWithHeaders": "Kopieren mit Überschriften" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/deu/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..2f44d1653b --- /dev/null +++ b/i18n/deu/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "horizontalLabel": "Horizontal", + "labelFirstColumnLabel": "Erste Spalte als Zeilenbezeichnung verwenden?", + "columnsAsLabelsLabel": "Spaltennamen als Label verwenden?", + "legendLabel": "Legendenposition", + "chartSaved": "Diagramm in Pfad gespeichert: {0}", + "createInsightNoDataService": "Einblick kann nicht erzeugt werden, zugrunde liegendes Datenmodell nicht gefunden." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/deu/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..9a3bbaaf80 --- /dev/null +++ b/i18n/deu/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveImageLabel": "Als Bild speichern" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/deu/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..fc2975e600 --- /dev/null +++ b/i18n/deu/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.value": "Wert", + "value": "Wert", + "InsightsDialogTitle": "Einblicke" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/deu/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/deu/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..79ab56be97 --- /dev/null +++ b/i18n/deu/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsError": "Insights-Fehler", + "insightsFileError": "Es gab einen Fehler beim Lesen der Datei: " +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/deu/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..52811544a4 --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.settings.sessionTemplates": "Spezifiziert Sitzungsvorlagen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/deu/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..1b4622df42 --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerCategory": "Profiler", + "carbon.actions.newProfiler": "Neues Profiler-Fenster öffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/deu/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..8e0ad967d4 --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "Verbinden", + "profilerAction.connect": "Verbinden", + "pause": "Pause", + "profilerStop.stop": "Stop", + "profiler.clear": "Daten löschen", + "profiler.editColumns": "Spalten bearbeiten", + "profiler.findNext": "Nächste Zeichenfolge suchen", + "profiler.findPrevious": "Vorhergehende Zeichenfolge suchen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/deu/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..9db727b07b --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerWorkbenchAction.newProfiler": "Neuer Profiler" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/deu/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..eb8228ede1 --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "Sortieren nach Ereignis", + "profilerColumnDialog.ok": "OK", + "profilerColumnDialog.cancel": "Abbrechen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/deu/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..c82b44ea95 --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "placeholder.find": "Finden", + "label.previousMatchButton": "Vorheriger Treffer", + "label.matchesLocation": "{0} von {1}", + "label.noResults": "Keine Ergebnisse" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/deu/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..4af1edf1cb --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerEditor.value": "Wert", + "details": "Details" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/deu/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..48b2895108 --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerInput.profiler": "Profiler" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/deu/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/deu/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..b6533f869d --- /dev/null +++ b/i18n/deu/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chooseSqlLang": "SQL-Sprache auswählen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/deu/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..0ff4349bc4 --- /dev/null +++ b/i18n/deu/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "msgCancelQueryFailed": "Abbruch der Abfrage fehlgeschlagen: {0}", + "msgSaveSucceeded": "Ergebnisse erfolgreich gespeichert nach", + "msgStatusRunQueryInProgress": "Abfrage wird ausgeführt...", + "maximizeLabel": "Maximieren", + "resultsPane.restoreLabel": "Wiederherstellen", + "saveCSVLabel": "Als CSV speichern", + "saveJSONLabel": "Als JSON speichern", + "saveExcelLabel": "Speichern als Excel", + "messagePaneLabel": "Nachrichten" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/deu/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..ccf19cfad9 --- /dev/null +++ b/i18n/deu/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.saveAsCsv.includeHeaders": "[Optional] Wenn \"wahr\", werden Spaltenüberschriften beim Speichern der Ergebnisse als CSV inkludiert", + "sql.showBatchTime": "[Optional] Soll die Ausführungszeit für einzelne Batches angezeigt werden", + "tabColorMode.off": "Einfärbung der Registerkarten wird deaktiviert", + "mssql.intelliSense.enableSuggestions": "Sollen IntelliSense Vorschläge aktiviert werden", + "mssql.intelliSense.enableQuickInfo": "Soll Quick-Info IntelliSense aktiviert werden", + "mssql.intelliSense.lowerCaseSuggestions": "Sollen IntelliSense Vorschläge in Kleinbuchstaben sein", + "queryShortcutDescription": "Tastenkürzel workbench.action.query.shortcut{0} festlegen, um den Verknüpfungstext als Prozeduraufruf auszuführen. Beliebiger ausgewählter Text im Abfrage-Editor wird als Parameter übergeben." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/deu/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..2fb2d954be --- /dev/null +++ b/i18n/deu/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "Erweiterung" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/deu/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..fd66c28e0c --- /dev/null +++ b/i18n/deu/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "resultsSerializer.saveAsFileTitle": "Ergebnisdatei auswählen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/deu/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..eaf0329f76 --- /dev/null +++ b/i18n/deu/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runCurrentQueryWithActualPlanKeyboardAction": "Aktuelle Abfrage mit aktuellem Plan ausführen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/deu/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..dcb26ee395 --- /dev/null +++ b/i18n/deu/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryLabel": "Starten", + "estimatedQueryPlan": "Erklären", + "actualQueryPlan": "Tatsächlich", + "disconnectDatabaseLabel": "Trennen", + "changeDatabase.failed": "Fehler beim Ändern der Datenbank" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/deu/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..5351a054ff --- /dev/null +++ b/i18n/deu/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateCellFailed": "Aktualisieren der Zelle gescheitert:" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/deu/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..d78d560473 --- /dev/null +++ b/i18n/deu/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.ExecutionFailedError": "Ausführung ist aufgrund eines unerwarteten Fehlers fehlgeschlagen: {0} {1}", + "query.initEditExecutionFailed": "Initiale Bearbeitungsausführung fehlgeschlagen:", + "elapsedBatchTime": "Batch-Ausführungszeit: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/deu/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..14c637452f --- /dev/null +++ b/i18n/deu/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeUnsupportedError": "Änderung des Sprach-Modus wird für nicht gespeicherte Abfragen nicht unterstützt." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/deu/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..aae6596bbf --- /dev/null +++ b/i18n/deu/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "Ergebnisse", + "topOperations": "Top-Operationen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/deu/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..7085163f72 --- /dev/null +++ b/i18n/deu/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.estCost": "Geschätzte Kosten", + "topOperations.estRows": "Zeilen ca.", + "topOperations.estCPUCost": "Geschätzte CPU-Kosten", + "topOperations.estIOCost": "Geschätzte E/A Kosten", + "topOperations.parallel": "Parallel", + "topOperations.estRebinds": "geschätzte Zurückspulvorgänge" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/deu/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..a52c37c3d8 --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "OeSessionFailedError": "Fehler beim Erstellen der Objekt-Explorer-Sitzung" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/deu/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..c7534226e3 --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "registeredServers.view": "Ansicht", + "databaseConnections": "Datenbank-Verbindungen", + "datasource.connections": "Datenquellenverbindungen", + "startup.alwaysShowServersView": "\"True\" falls die Server-Ansicht beim Start des SQL Operations Studio Standard angezeigt werden soll; \"False\" wenn die letzte geöffnete Ansicht angezeigt werden soll" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/deu/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..122bc807af --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ServerGroupsDialogTitle": "Servergruppen", + "serverGroup.ok": "OK", + "serverGroup.cancel": "Abbrechen", + "connectionGroupName": "Servergruppen-Name", + "groupDescription": "Gruppenbeschreibung", + "groupColor": "Gruppenfarbe" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/deu/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..4b4aaa8cdc --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.addServerGroup": "Servergruppe hinzufügen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/deu/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..d3589be78c --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "DisconnectAction": "Trennen", + "connectionTree.addConnection": "Neue Verbindung", + "connectionTree.addServerGroup": "Neue Servergruppe", + "clearAll": "Alle löschen", + "deleteConnection": "Verbindung löschen", + "deleteConnectionGroup": "Gruppe löschen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/deu/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..7c4e812731 --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "objectExplorAction.disconnect": "Verbindung trennen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/deu/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..a82099107a --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loading": "Wird geladen..." +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/deu/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/deu/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..f3b1fe6f61 --- /dev/null +++ b/i18n/deu/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "treeAriaLabel": "Kürzlich verwendete Verbindungen", + "treeCreation.regTreeAriaLabel": "Server" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/deu/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..16d52ce977 --- /dev/null +++ b/i18n/deu/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "datasource.task": "Status der Aufgabe" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/deu/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..39639989dd --- /dev/null +++ b/i18n/deu/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "Eine oder mehrere Aufgaben werden ausgeführt. Wollen Sie wirklich abbrechen?", + "yes": "Ja", + "no": "Nein" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/deu/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..3841c1efac --- /dev/null +++ b/i18n/deu/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskAction.script": "Skript" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/deu/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..a6de980898 --- /dev/null +++ b/i18n/deu/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "succeeded": "erfolgreich", + "failed": "fehlgeschlagen", + "canceled": "abgebrochen", + "canceling": "Wird abgebrochen" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/deu/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..9e9995041a --- /dev/null +++ b/i18n/deu/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskHistory.regTreeAriaLabel": "Aufgabenverlauf", + "taskError": "Aufgabenfehler" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/deu/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..63371e7612 --- /dev/null +++ b/i18n/deu/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property": "Definiert eine Eigenschaft, die auf dem Dashboard angezeigt werden soll", + "dashboard.properties.property.displayName": "Welcher Wert soll als Kennzeichnung für die Eigenschaft verwendet werden", + "dashboard.properties.flavor": "Ein Eindruck für das Festlegen von Dashboard-Eigenschaften", + "dashboard.properties.flavor.condition.field": "Vergleichsfeld", + "dashboard.properties.flavor.condition.operator": "Vergleichsoperator auswählen", + "dashboard.properties.databaseProperties": "Eigenschaften für Datenbank-Seite zeigen", + "dashboard.id": "Anbieter-ID (z.B. MSSQL)" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/deu/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/deu/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/deu/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/src/sql/workbench/common/actions.i18n.json b/i18n/deu/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..a2fbeffa61 --- /dev/null +++ b/i18n/deu/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "scriptExecute": "Skript als Ausführung", + "editData": "Daten bearbeiten", + "scriptDelete": "Lösch-Skript erzeugen", + "restoreAction.restore": "Wiederherstellen", + "manage": "Verwalten", + "showDetails": "Details anzeigen", + "newDatabase": "Neue Datenbank", + "configureDashboard": "Konfigurieren" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/deu/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..f3000e84f2 --- /dev/null +++ b/i18n/deu/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectOperationName": "Auswählen", + "insertOperationName": "Einfügen", + "updateOperationName": "Aktualisieren", + "deleteOperationName": "Löschen", + "scriptNotFoundForObject": "Beim scripten von {0} auf Objekt {1} wurde kein Script zurückgegeben" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/deu/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..6993d7e0ab --- /dev/null +++ b/i18n/deu/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "OK", + "errorMessageDialog.close": "Schließen", + "copyDetails": "Details kopieren" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/deu/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..68603526b0 --- /dev/null +++ b/i18n/deu/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error": "Fehler" +} \ No newline at end of file diff --git a/i18n/deu/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/deu/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..a8336975d1 --- /dev/null +++ b/i18n/deu/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "gettingStarted": "Erste Schritte", + "showReleaseNotes": "Zeige \"Erste Schritte\"" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/esn/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..48a4d4d4a6 --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dropdownAction.toggle": "Alternar menú desplegable" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/esn/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/esn/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..9c6651f003 --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "Aceptar", + "optionsDialog.cancel": "Cancelar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/esn/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..22ae497ef7 --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.missingRequireField": " se requiere.", + "optionsDialog.invalidInput": "Entrada no válida. Se espera un valor numérico." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/esn/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..2ae85304d3 --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "Aceptar", + "webViewDialog.close": "Cerrar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/esn/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..862016aa10 --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "Cerrar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/esn/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..0046c3ded6 --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Error: {0}", + "alertWarningMessage": "Advertencia: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/esn/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/esn/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/common/theme/colors.i18n.json b/i18n/esn/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..79fafcdb34 --- /dev/null +++ b/i18n/esn/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "tableHeaderBackground": "Color de fondo de encabezado de tabla", + "disabledInputBoxForeground": "Se ha deshabilitado el cuadro de entrada en primer plano." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/esn/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/esn/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/esn/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/esn/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..d44e03fe6f --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancel": "Cancelar", + "userCode": "Código de usuario", + "website": "Sitio web" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/esn/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/esn/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..a76c080ef5 --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addAccount": "Agregar una cuenta", + "removeAccount": "Eliminar cuenta", + "confirmRemoveUserAccountMessage": "¿Está seguro que desea eliminar '{0}'?", + "accountActions.yes": "Sí", + "refreshAccount": "Vuelva a introducir sus credenciales" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/esn/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/esn/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..1b4fea018d --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account.icon": "(Opcional) El icono que se usa para representar el comando en la UI. Ya sea una ruta de acceso al archivo o una configuración con temas", + "carbon.extension.contributes.account.icon.dark": "Ruta del icono cuando se utiliza un tema oscuro" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/esn/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..eb4a8f8d8b --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewall.ok": "Aceptar", + "firewallRuleDialogDescription": "Su dirección IP no tiene acceso al servidor. Inicie sesión con una cuenta de Azure y cree una regla en el firewall para permitir el acceso.", + "firewallRuleHelpDescription": "Más información sobre configuración de firewall", + "azureAccount": "Cuenta de Azure" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/esn/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..72641c6bb3 --- /dev/null +++ b/i18n/esn/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallDialog.addAccountErrorTitle": "Error al agregar cuenta" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/admin/common/adminService.i18n.json b/i18n/esn/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..d6932a7dbb --- /dev/null +++ b/i18n/esn/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "adminService.providerIdNotValidError": "Se necesita la conexión para interactuar con el servicio de administración", + "noHandlerRegistered": "Ningún controlador registrado" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/esn/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..5da34cece2 --- /dev/null +++ b/i18n/esn/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createDatabase.databaseFiles": "Archivos de base de datos:" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/esn/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..f23ad04358 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.maxRecentConnectionsDescription": "El número máximo de conexiones recientemente utilizadas para almacenar en la lista de conexiones.", + "sql.defaultEngineDescription": "Motor de SQL predeterminado a utilizar. Esto indica el proveedor de idioma predeterminado en archivos .sql y el predeterminado a utilizar al crear una nueva conexión. La opción válida es actualmente MSSQL" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/esn/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..3bc8531bce --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ClearedRecentConnections": "Lista de conexiones recientes borrada", + "connectionAction.yes": "Sí", + "connectionAction.no": "No", + "delete": "Eliminar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/esn/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..8486effc56 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidServerName": "Ya existe un grupo de servidores con el mismo nombre." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/esn/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..ca5d58cdb5 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionService.yes": "Sí", + "connectionService.no": "No", + "cancelConnectionConfirmation": "¿Está seguro que desea cancelar esta conexión?" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/esn/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..65d522e755 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidConnectMessage": "Conectado a", + "onDidDisconnectMessage": "Desconectado", + "unsavedGroupLabel": "Conexiones sin guardar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/esn/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..9d2b4a1d76 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionAdvancedProperties": "Propiedades avanzadas", + "advancedProperties.discard": "Descartar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/esn/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..86dc5dbe70 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionError": "Error de conexión", + "kerberosErrorStart": "Error en la conexión debido a un error de Kerberos.", + "kerberosHelpLink": " La ayuda para la configuración de Kerberos está disponible en" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/esn/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..cddfb3beec --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connection": "Conexión", + "recentConnectionTitle": "Conexiones recientes", + "savedConnectionTitle": "Conexiones guardadas", + "connectType": "Tipo de conexión", + "connectionDialog.connect": "Conectar", + "connectionDialog.cancel": "Cancelar", + "connectionDialog.no": "No", + "noRecentConnections": "Ninguna conexión reciente" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/esn/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..5f1457fff4 --- /dev/null +++ b/i18n/esn/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loadingDatabaseOption": "Cargando...", + "rememberPassword": "Recordar contraseña", + "serverGroup": "Grupo de servidores", + "advanced": "Avanzado..." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/esn/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..5c06f12430 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editDashboardExit": "Salir", + "refreshWidget": "Actualizar", + "clickToPin": "Haga clic para anclar", + "addFeatureAction.openInstalledFeatures": "Abrir características instaladas" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/esn/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..446d470ae5 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "providerMissingEdition": "El widget filtra en función de la edición, pero el proveedor no tiene una edición", + "moreThanOneDashboardContainersError": "Debe definirse exactamente 1 contenedor de paneles por espacio" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/esn/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..d34e56221c --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "missingConnectionInfo": "No se encontró información de conexión para este panel" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..d16e31b9c4 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.title": "Título de la pestaña para mostrar al usuario.", + "sqlops.extension.contributes.dashboard.tab.provider": "Proveedores para los que esta pestaña debe permitirse.", + "sqlops.extension.contributes.dashboard.tab.edition": "Ediciones para las cuales esta ficha debe ser permitida.", + "sqlops.extension.contributes.tabs": "Aporta una o varias pestañas que los usuarios pueden agregar a su panel." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..6014540f17 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "Identificador único para este contenedor." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..860dc31730 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.gridtab.items": "La lista de widgets o webviews que se muestran en esta ficha." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..0de0aaccaf --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.id": "Identificador único para esta sección de navegación. Se pasará a la extensión de las solicitudes.", + "dashboard.container.left-nav-bar.title": "Título de la sección de navegación para mostrar al usuario." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/esn/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..427ccb217c --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.ok": "Aceptar", + "newDashboardTab.cancel": "Cancelar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/esn/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..3689449017 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardDatabaseProperties": "Activar o desactivar el widget de propiedades", + "dashboard.databaseproperties": "Valores de la propiedad a mostrar", + "dashboard.databaseproperties.displayName": "Nombre para mostrar de la propiedad", + "dashboard.databaseproperties.value": "Valor en el objeto de la información de la base de datos", + "dashboard.databaseproperties.ignore": "Especificar valores específicos que ignorar", + "recoveryModel": "Modelo de recuperación", + "lastDatabaseBackup": "Última copia de seguridad de base de datos", + "owner": "Propietario", + "dashboardDatabaseTabs": "Personaliza las pestañas de consola de base de datos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/esn/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..9b2b8bfa3c --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.serverproperties": "Valores de propiedad a mostrar", + "dashboard.serverproperties.displayName": "Nombre de la propiedad", + "dashboard.serverproperties.value": "Valor en el objeto de información de servidor", + "dashboardServer": "Personaliza la página de panel de servidor" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/esn/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/esn/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..0ce5b53d4c --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.explorer.databaseError": "No se pueden cargar las bases de datos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..fa51674909 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.runQuery": "Ejecutar consulta" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..539ec949c7 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.lastUpdated": "Última actualización: {0} {1}", + "noResults": "No hay resultados para mostrar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..9a7e4f1801 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightWidgetDescription": "Añade un widget que puede consultar un servidor o base de datos y mostrar los resultados de múltiples maneras, como un gráfico o una cuenta de resumen, entre otras.", + "insightIdDescription": "Identificador único para el almacenamiento en cache de los resultados de la revisión.", + "insightQueryDescription": "Consulta SQL para ejecutar. Esto debería devolver exactamente un conjunto de datos.", + "actionTypes": "Qué acciones utilizar", + "actionDatabaseDescription": "Base de datos de destino para la acción; puede utilizar el formato \"${columnName} para usar unas nombre de columna de datos.", + "actionUserDescription": "Usuario de destino para la acción; puede usar el formato \"${columnName}\" para utilizar un nombre de columna controlado por datos.", + "carbon.extension.contributes.insights": "Aporta conocimientos a la paleta del panel." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..b8c00b5aa5 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "labelFirstColumnDescription": "Si dataDirection es horizontal, al establecerlo como verdadero se utilizará los valores de las primeras columnas para la leyenda.", + "columnsAsLabels": "Si dataDirection es vertical, al configurarlo como verdadero utilizará los valores de las primeras columnas para la leyenda.", + "dataDirectionDescription": "Define si se leen los datos de una fila (horizontal) o una columna (vertical). Para series de tiempo esto se omite la dirección debe ser vertical." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..7921abcae8 --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMin": "Valor mínimo del eje y", + "xAxisLabel": "Etiqueta para el eje x" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..e816de31dc --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "encodingDescription": "¿Está codificado como hexadecimal, base64 o algún otro formato?" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/esn/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/esn/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..3b53ee1ade --- /dev/null +++ b/i18n/esn/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,24 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupType": "Tipo de copia de seguridad", + "backup.algorithm": "Algoritmo", + "backup.mediaOptionFormat": "Realizar copia de seguridad en un nuevo conjunto de medios", + "backup.existingMediaOverwrite": "Sobrescribir todos los conjuntos de copia de seguridad existentes", + "backup.checksumContainer": "Realizar la suma de comprobación antes de escribir en los medios", + "backup.verifyContainer": "Comprobar copia de seguridad cuando haya terminado", + "backup.continueOnErrorContainer": "Seguir en caso de error", + "backup.setBackupRetainDays": "Configure los días de conservación de la copia de seguridad", + "backup.encryption": "Cifrado", + "backup.transactionLog": "Registro de transacciones", + "removeFile": "Eliminar archivos", + "backupComponent.script": "Script", + "backupComponent.backup": "Copia de seguridad", + "backup.containsBackupToUrlError": "Únicamente respaldo a archivo es soportado", + "backup.backupFileRequired": "La ruta del archivo de copia de seguridad es obligatoria" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/esn/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..17647b1e2e --- /dev/null +++ b/i18n/esn/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.filterBackupFiles": "Copia de seguridad de archivos", + "backup.allFiles": "Todos los archivos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/esn/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..10a0864428 --- /dev/null +++ b/i18n/esn/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,23 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "Restaurar base de datos", + "restoreDialog.backupFile": "Archivo de respaldo", + "restoreDialog.cancel": "Cancelar", + "source": "Origen", + "missingBackupFilePathError": "Se requiere la ruta de acceso del archivo de copia de seguridad.", + "backupFilePath": "Ruta del archivo de copia de seguridad", + "database": "Base de datos", + "destination": "Destino", + "logicalFileName": "Nombre lógico de archivo", + "fileType": "Tipo de archivo", + "originalFileName": "Nombre de archivo original", + "restoreAs": "Restaurar como", + "restoreOptions": "Opciones de restaurar", + "filesTitle": "Archivos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/esn/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/esn/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..8316b7c0ee --- /dev/null +++ b/i18n/esn/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maxRowTaskbar": "Máximo de filas:" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/esn/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/esn/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..9760b74179 --- /dev/null +++ b/i18n/esn/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "Se ha producido un error al cargar el navegador de archivos.", + "fileBrowserErrorDialogTitle": "Error del navegador de archivos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..54851c37b4 --- /dev/null +++ b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.filepath": "Ruta seleccionada", + "fileFilter": "Archivos de tipo" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..2fd4a55b59 --- /dev/null +++ b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowser.regTreeAriaLabel": "Árbol explorador de archivos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..376939e5ca --- /dev/null +++ b/i18n/esn/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "allFiles": "Todos los archivos" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/esn/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..2cfbc2944e --- /dev/null +++ b/i18n/esn/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "deleteRow": "Eliminar fila", + "revertRow": "Revertir la fila" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/esn/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..7a4bc8d6b8 --- /dev/null +++ b/i18n/esn/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "Guardar como CSV", + "saveAsJson": "Guardar como JSON", + "saveAsExcel": "Guardar como Excel", + "copySelection": "Copiar", + "copyWithHeaders": "Copiar con encabezados", + "selectAll": "Seleccionar todo", + "copyMessages": "Copiar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/esn/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..e48a55ebc5 --- /dev/null +++ b/i18n/esn/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "verticalLabel": "Vertical", + "horizontalLabel": "Horizontal", + "dataTypeLabel": "Tipo de datos", + "columnsAsLabelsLabel": "¿Usar nombres de columna como etiquetas?", + "chartNotFound": "No se pudo encontrar el gráfico a guardar", + "saveAsFileTitle": "Seleccione archivo de resultados", + "createInsightNoEditor": "No se puede crear la perspectiva porque el editor activo no es un Editor de SQL", + "createInsightNoDataService": "No se puede crear inspección, modelo de datos de respaldo no encontrado", + "myWidgetName": "Mi Widget" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/esn/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..b2e5c122f6 --- /dev/null +++ b/i18n/esn/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createInsightLabel": "Crear Insight", + "copyChartLabel": "Copiar como imagen", + "saveImageLabel": "Guardar como imagen" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/esn/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..3e77e5c89b --- /dev/null +++ b/i18n/esn/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.value": "Valor", + "property": "Propiedad", + "insights.dialog.items": "Artículos", + "insights.dialog.itemDetails": "Detalles del artículo" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/esn/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..dea9d8d4e5 --- /dev/null +++ b/i18n/esn/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbench.action.insights.copySelection": "Copiar celda" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/esn/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..fe2bb034a6 --- /dev/null +++ b/i18n/esn/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsInputError": "No se pasó ningún perfil de conexión al menú desplegable de información", + "insightsConfigError": "Error al analizar la configuración de la perspectiva; no se pudo encontrar la matriz/cadena de consulta o el archivo de consulta" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/esn/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/esn/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..a50fb512a8 --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerCategory": "Generador de perfiles" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/esn/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..da8965413f --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "Conectar", + "profilerAction.connect": "Conectar", + "pause": "Pausa", + "profilerStop.stop": "Detener", + "profiler.toggleAutoscroll": "Cambiar Auto Scroll", + "profiler.toggleCollapsePanel": "Alternar el Panel contraído" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/esn/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..7fb74e2dd9 --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerWorkbenchAction.newProfiler": "Nuevo analizador" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/esn/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..cb162ac85c --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "Ordenar por evento", + "nameColumn": "Ordenar por columna", + "profilerColumnDialog.cancel": "Cancelar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/esn/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..b85f6c98ed --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "placeholder.find": "Buscar", + "label.previousMatchButton": "Coincidencia anterior", + "label.nextMatchButton": "Próxima coincidencia", + "label.closeButton": "Cerrar", + "title.matchesCountLimit": "Se destacan solo los primeros 999 resultados, pero todas las operaciones de búsqueda se aplican a todo el texto.", + "label.noResults": "No hay resultados" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/esn/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..57514ce6cf --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "text": "Texto", + "profilerEditor.value": "Valor", + "details": "Detalles" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/esn/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..0a19e0fcf0 --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerInput.profiler": "Generador de perfiles" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/esn/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..10ee5912a0 --- /dev/null +++ b/i18n/esn/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerTextEditorAriaLabel": "Editor de Profiler para el texto del evento. Sólo lectura" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/esn/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..995bd50644 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chooseSqlLang": "Elegir lenguaje SQL", + "changeProvider": "Cambiar proveedor de lenguaje SQL", + "alreadyConnected": "Existe una conexión mediante el motor {0}. Para cambiar, por favor desconecte o cambie la conexión", + "pickSqlProvider": "Seleccione proveedor de lenguaje de SQL" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/esn/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..e8d349207f --- /dev/null +++ b/i18n/esn/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryBatchStartMessage": "Comenzó la ejecución de la consulta en", + "runQueryBatchStartLine": "Línea {0}", + "msgSaveFailed": "Error al guardar resultados. ", + "msgSaveSucceeded": "Resultados guardados correctamente para", + "msgStatusRunQueryInProgress": "Ejecutar consulta...", + "maximizeLabel": "Maximizar", + "saveCSVLabel": "Guardar como CSV", + "saveJSONLabel": "Guardar como JSON", + "viewChartLabel": "Ver como gráfico", + "resultPaneLabel": "Resultados", + "executeQueryLabel": "Ejecutando consulta", + "elapsedTimeLabel": "Tiempo total de ejecución: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/esn/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..44d72bbf10 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.copyIncludeHeaders": "[Opcional] Opciones de configuración para copiar resultados desde el punto de vista de resultados", + "sql.copyRemoveNewLine": "[Opcional] Opciones de configuración para copiar resultados de varias líneas de la vista de resultados", + "sql.showBatchTime": "[Opcional] Si el tiempo de ejecución se mostrará para lotes individuales", + "defaultChartType": "[Opcional] El tipo de gráfico predeterminado para usar al abrir el visor de gráficos desde los resultados de una consulta", + "tabColorMode.off": "Se deshabilitará el coloreado de las pestañas", + "mssql.intelliSense.enableIntelliSense": "IntelliSense debe habilitarse", + "mssql.intelliSense.enableErrorChecking": "Debe habilitarse la comprobación de errores de IntelliSense", + "queryShortcutDescription": "Establece los puntos clave workbench.action.query.shortcut{0} para ejecutar el acceso directo del texto como un procedimiento almacenado. Caulquier texto seleccionado en el editor de consultas será pasado como un parámetro." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/esn/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..bba6123a54 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "Extensión" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/esn/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..af2bcf1423 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "resultsSerializer.saveAsFileTitle": "Seleccionar Archivo de Resultados" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/esn/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..894b29a721 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryKeyboardAction": "Ejecutar consulta", + "runCurrentQueryKeyboardAction": "Ejecutar la consulta actual", + "cancelQueryKeyboardAction": "Cancelar consulta", + "toggleQueryResultsKeyboardAction": "Alternar resultados de la consulta" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/esn/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..813753af38 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelQueryLabel": "Cancelar", + "actualQueryPlan": "Actual", + "changeDatabase.failed": "Error al cambiar la base de datos", + "changeDatabase.failedWithError": "No se pudo cambiar de base de datos {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/esn/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..14d29721ac --- /dev/null +++ b/i18n/esn/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateCellFailed": "Error en la celda de actualización: " +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/esn/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..2bc41f4cf0 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.ExecutionFailedError": "Ejecución falló debido a un error inesperado: {0} {1}" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/esn/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..25a99eaa05 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeUnsupportedError": "El modo de cambio de idioma no está soportado con consultas no guardadas", + "queryEditorServiceChangeError": "Guarde o descarte los cambios antes de cambiar a o desde el modo de lenguaje SQL" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/esn/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..51e45c2841 --- /dev/null +++ b/i18n/esn/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "Resultados" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/esn/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..cf9cba354d --- /dev/null +++ b/i18n/esn/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.operation": "Operación", + "topOperations.object": "Objeto", + "topOperations.estCost": "Costo estimado", + "topOperations.estSubtreeCost": "Estimación de coste del subárbol", + "topOperations.estRows": "Filas estimadas", + "topOperations.actualExecutions": "Ejecuciones reales", + "topOperations.estCPUCost": "Costo estimado de CPU", + "topOperations.estIOCost": "Costo estimado de IO", + "topOperations.parallel": "Paralelo", + "topOperations.actualRebinds": "Reenlaces reales", + "topOperations.estRebinds": "Reenlaces estimados", + "topOperations.actualRewinds": "'Rewinds' reales", + "topOperations.partitioned": "Particionado" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/esn/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/esn/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..f9a292b2c1 --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "databaseConnections": "Conexiones de base de datos", + "datasource.connections": "Conexiones de fuentes de datos", + "datasource.connectionGroups": "grupos de origen de datos", + "startupConfig": "Configuración de inicio" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/esn/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..2ea90f950a --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ServerGroupsDialogTitle": "Grupos de servidores", + "groupDescription": "Descripción del grupo", + "groupColor": "Color de grupo" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/esn/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/esn/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..a09168b680 --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.refresh": "Actualizar", + "DisconnectAction": "Desconectar", + "connectionTree.addServerGroup": "Nuevo grupo de servidores", + "connectionTree.editServerGroup": "Editar grupo de servidores", + "activeConnections": "Mostrar conexiones activas", + "clearAll": "Borrar todo", + "recentConnections": "Conexiones recientes", + "registeredServers.newQuery": "Nueva consulta", + "deleteConnection": "Eliminar conexión", + "deleteConnectionGroup": "Eliminar grupo" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/esn/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..7b4a664fd8 --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ManageAction": "Administrar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/esn/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..10d2b4ea87 --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loading": "Cargando..." +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/esn/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..2b86922b37 --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverTree.addConnection": "Agregar conexión" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/esn/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..d44a0f31bf --- /dev/null +++ b/i18n/esn/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "treeAriaLabel": "Conexiones recientes", + "treeCreation.regTreeAriaLabel": "Servidores" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/esn/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..a08f9a7537 --- /dev/null +++ b/i18n/esn/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "inProgressTasksChangesBadge": "{0} tareas en progreso", + "showTaskHistory": "Mostrar historial de tareas" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/esn/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..af8753d538 --- /dev/null +++ b/i18n/esn/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "1 o más tareas están en curso. ¿Está seguro que desea salir?", + "no": "No" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/esn/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..3a9d93b2d4 --- /dev/null +++ b/i18n/esn/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelTask.cancel": "Cancelar", + "taskAction.script": "Script" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/esn/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..a55ee3fff3 --- /dev/null +++ b/i18n/esn/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notStarted": "no se inició", + "canceling": "Cancelando" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/esn/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..98908de8ca --- /dev/null +++ b/i18n/esn/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskHistory.regTreeAriaLabel": "Historial de tareas" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/esn/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..a9ba21b152 --- /dev/null +++ b/i18n/esn/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property.ignore": "Especificar los valores a ser ignorados", + "dashboard.properties.flavor.condition": "Condición para utilizar este tipo", + "dashboard.properties.flavor.condition.operator": "Operador a utilizar para la comparación", + "dashboard.properties.flavor.condition.value": "Valor con que comparar el campo", + "dashboard.properties.serverProperties": "Propiedades a mostrar de la página de servidor" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/esn/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/esn/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..4bc84a4dab --- /dev/null +++ b/i18n/esn/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.database": "Widget utilizado en los paneles" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/esn/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/esn/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/esn/src/sql/workbench/common/actions.i18n.json b/i18n/esn/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..bbe63009ca --- /dev/null +++ b/i18n/esn/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newQueryAction.newQuery": "Nueva consulta", + "scriptAlter": "Generar script como Alter", + "scriptCreate": "Escribir como Crear", + "scriptDelete": "Script as Delete", + "manage": "Administrar" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/esn/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..4bd384635a --- /dev/null +++ b/i18n/esn/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateOperationName": "Actualizar", + "scriptNotFoundForObject": "No se devolvió ningún script al escribir como {0} en el objeto {1}", + "scriptNotFound": "No se devolvió ningún script al interpretado como {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/esn/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..7500903303 --- /dev/null +++ b/i18n/esn/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "Aceptar", + "errorMessageDialog.close": "Cerrar", + "copyDetails": "Copiar detalles" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/esn/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..a0b23a47bc --- /dev/null +++ b/i18n/esn/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "warning": "Advertencia", + "info": "Información" +} \ No newline at end of file diff --git a/i18n/esn/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/esn/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..476ec1ba8e --- /dev/null +++ b/i18n/esn/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "gettingStarted": "Iniciar" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/fra/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..142b063f04 --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dropdownAction.toggle": "Activer/désactiver la liste déroulante" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/fra/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..627cbb49d0 --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editableDropdown.errorValidate": "Doit être une option dans la liste" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/fra/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..4ad043135a --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "OK", + "optionsDialog.cancel": "Annuler" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/fra/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..a5b4c25221 --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.missingRequireField": "est nécessaire." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/fra/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..a47bd12c38 --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "OK", + "webViewDialog.close": "Fermer" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/fra/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..d8e09ddf0a --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "Fermer" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/fra/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..6f9ff5e526 --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Erreur : {0}", + "alertWarningMessage": "Avertissement : {0}", + "alertInfoMessage": "Info : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/fra/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..3f27571c7c --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectDeselectAll": "Sélectionner/désélectionner tout" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/fra/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/common/theme/colors.i18n.json b/i18n/fra/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..8c653cdbaf --- /dev/null +++ b/i18n/fra/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "tableHeaderBackground": "Couleur d’arrière-plan de l'entete du tableau", + "tableHeaderForeground": "Couleur de premier plan d'en-tête de table", + "buttonFocusOutline": "Couleur du contour de bouton quand il a le focus." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/fra/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..c3aa4a2ae7 --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.close": "Fermer" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/fra/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..ab329488db --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.addAccountErrorTitle": "Erreur lors de l'ajout du compte" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/fra/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..c4d1e80ade --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "manageLinedAccounts": "Gérer les comptes liés" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/fra/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..7ad686de94 --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancel": "Annuler", + "userCode": "Code utilisateur", + "website": "Site Web" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/fra/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/fra/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..68c0cd0d8d --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addAccount": "Ajouter un compte", + "accountActions.yes": "Oui", + "accountActions.no": "Non", + "removeAccountFailed": "Échec de suppression du compte", + "applyFilters": "Appliquer des filtres", + "refreshAccount": "Entrez à nouveau vos informations d’identification", + "NoAccountToRefresh": "Il n’y a aucun compte à actualiser" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/fra/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..ab7b69aa17 --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshCredentials": "Vous devez actualiser les informations d’identification pour ce compte." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/fra/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..6bcf61f6e5 --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account.id": "Identificateur du type de compte", + "carbon.extension.contributes.account.icon.dark": "Chemin de l’icône quand un thème sombre est utilisé", + "carbon.extension.contributes.account": "Icônes de contribution au fournisseur de compte." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/fra/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..9f6a5e1e34 --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createNewFirewallRule": "Créer une nouvelle règle de pare-feu", + "firewall.ok": "OK", + "firewall.cancel": "Annuler", + "azureAccount": "Compte Azure", + "from": "De", + "to": "Vers", + "filewallRule": "Règle de pare-feu", + "addIPAddressLabel": "Ajouter l'adresse IP de mon client", + "addIpRangeLabel": "Ajouter ma plage d'adresses de sous-réseau IP" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/fra/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..3e25918732 --- /dev/null +++ b/i18n/fra/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallRuleError": "Erreur de règle du pare-feu" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/admin/common/adminService.i18n.json b/i18n/fra/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..186ae72cfb --- /dev/null +++ b/i18n/fra/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "adminService.providerIdNotValidError": "La connexion est nécessaire pour interagir avec adminservice", + "noHandlerRegistered": "Aucun gestionnaire enregistré" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/fra/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..01c4c882ba --- /dev/null +++ b/i18n/fra/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createDatabase.databaseFiles": "Fichiers de base de données :", + "createDatabase.noRecordsFound": "Aucun enregistrement trouvé" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/fra/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..5d9314da75 --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.maxRecentConnectionsDescription": "Le nombre maximal de connexions récemment utilisées à stocker dans la liste de connexions." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/fra/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..936a6a6cfb --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ClearRecentlyUsedLabel": "Effacer la liste des connexions récentes", + "ClearedRecentConnections": "Liste des connexions récentes supprimée", + "connectionAction.yes": "Oui", + "connectionAction.no": "Non", + "delete": "Supprimer" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/fra/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..5c26c908a3 --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidServerName": "Un groupe de serveurs avec le même nom existe déjà." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/fra/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..506bae0d8a --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "Connexion non acceptée", + "connectionService.yes": "Oui", + "connectionService.no": "Non", + "cancelConnectionConfirmation": "Êtes-vous certain de vouloir annuler cette connexion ?" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/fra/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..1ef0d141f6 --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidConnectMessage": "Connecté à", + "onDidDisconnectMessage": "Déconnecté", + "unsavedGroupLabel": "Connexions non enregistrées" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/fra/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..26eac17c73 --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionAdvancedProperties": "Propriétés avancées", + "advancedProperties.discard": "Annuler" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/fra/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..a612856979 --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionError": "Erreur de connexion", + "kerberosErrorStart": "La connexion a échoué en raison d'une erreur Kerberos.", + "kerberosHelpLink": " Une aide pour configurer Kerberos est disponible à", + "kerberosKinit": "Si vous étiez connecté précédemment, vous devrez peut-être relancer kinit." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/fra/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..4c1cd7b43c --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connection": "Connexion", + "recentConnectionTitle": "Dernières connexions", + "savedConnectionTitle": "Connexions enregistrées", + "connectType": "Type de connexion", + "connectionDialog.cancel": "Annuler", + "clearRecentConnectionMessage": "Êtes-vous sûr de vouloir supprimer toutes les connexions de la liste ?", + "connectionDialog.yes": "Oui", + "connectionDialog.no": "Non", + "recentHistory": "Historique récent", + "noRecentConnections": "Aucune connexion récente", + "noSavedConnections": "Aucune connexion enregistrée" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/fra/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..9633841cde --- /dev/null +++ b/i18n/fra/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loadingDatabaseOption": "Chargement en cours...", + "addNewServerGroup": "Ajouter un nouveau groupe...", + "connectionWidget.missingRequireField": "est requis.", + "rememberPassword": "Se souvenir du mot de passe", + "serverGroup": "Groupe de serveurs" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/fra/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..8f91182e7c --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editDashboard": "Modifier", + "editDashboardExit": "Quitter", + "refreshWidget": "Actualiser", + "toggleMore": "Activer/désactiver plus", + "deleteWidget": "Supprimer le Widget", + "clickToPin": "Cliquer pour épingler", + "addFeatureAction.openInstalledFeatures": "Ouvrir les fonctionnalités installées" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/fra/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..708eac86bb --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "providerMissingEdition": "Les filtres de Widget sont basés sur l'édition, mais le fournisseur n’a pas d'édition", + "unknownDashboardContainerError": "Le conteneur de tableau de bord spécifié est inconnu." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/fra/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..f9a9bfcd59 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "home": "Accueil", + "missingConnectionInfo": "Aucune information de connexion n'a pu être trouvée pour ce tableau de bord" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..e638d04590 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.id": "Identificateur unique pour cet onglet. Sera transmis à l’extension pour toutes les demandes.", + "sqlops.extension.contributes.dashboard.tab.description": "Description de cet onglet qui sera affiché à l’utilisateur.", + "sqlops.extension.contributes.dashboard.tab.provider": "Fournisseurs pour lesquels cet onglet devrait être autorisé.", + "sqlops.extension.contributes.dashboard.tab.edition": "Modifications pour lesquelles cet onglet devrait être autorisé.", + "sqlops.extension.contributes.dashboard.tab.container": "Le conteneur qui s’affichera dans cet onglet.", + "sqlops.extension.contributes.tabs": "Fournit un onglet simple ou multiple que les utilisateurs peuvent ajouter à leur tableau de bord." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..085ae3170e --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "Identificateur unique pour ce conteneur.", + "sqlops.extension.contributes.dashboard.container.container": "Le conteneur qui sera affiché dans l’onglet.", + "sqlops.extension.contributes.containers": "Contribue à un ou plusieurs conteneurs de tableau de bord pour que les utilisateurs l'ajoutent à leur tableau de bord." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..e01e9ccfca --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.gridtab.items": "La liste des widgets ou webviews qui s’afficheront dans cet onglet." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..1709535c3e --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.icon.dark": "Chemin de l’icône quand un thème sombre est utilisé" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..21d2fc2c00 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.widgets": "La liste des widgets qui s’afficheront dans cet onglet." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/fra/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..0f9be1ad46 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.openInstalledFeatures": "Ouvrir les fonctionnalités installées", + "newDashboardTab.ok": "OK", + "newDashboardTab.cancel": "Annuler", + "allFeatures": "Toutes les fonctionnalités" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..5fe2c122a1 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboardPage.tab.id": "Identificateur unique pour cet onglet. Sera transmis à l’extension pour toutes les demandes." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/fra/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..b9ee202507 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "databasePageName": "TABLEAU DE BORD DE BASE DE DONNÉES" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..962c1c5d0a --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardDatabaseProperties": "Activer ou désactiver le widget de propriétés", + "dashboard.databaseproperties": "Valeurs de propriété à afficher", + "dashboard.databaseproperties.ignore": "Spécifiez des valeurs spécifiques à ignorer", + "recoveryModel": "Modèle de récupération", + "lastDatabaseBackup": "Dernière sauvegarde de base de données", + "lastLogBackup": "Dernière sauvegarde du journal", + "compatibilityLevel": "Niveau de compatibilité", + "owner": "Propriétaire", + "dashboardDatabase": "Personnalise la page \"Tableau de bord de la base de données\"", + "dashboardDatabaseTabs": "Personnalise les onglets du tableau de bord de base de données" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/fra/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..c19950a7e0 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardServerProperties": "Activer ou désactiver le widget de propriétés", + "dashboard.serverproperties": "Valeurs de propriété à afficher", + "dashboard.serverproperties.displayName": "Nom d'affichage de la propriété", + "version": "Version", + "edition": "Edition", + "computerName": "Nom de l'ordinateur", + "osVersion": "Version du système d'exploitation", + "dashboardServer": "Personnalise la page de tableau de bord du serveur" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/fra/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..fc31be5b6b --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "homeCrumb": "Accueil" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/fra/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..5289d7104a --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.changeDatabaseFailure": "Impossible de changer la base de données" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..528577a800 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "seachObjects": "Recherche par nom de type (a:, t:, v:, f: ou sp :)", + "searchDatabases": "Rechercher les bases de données", + "dashboard.explorer.objectError": "Impossible de charger les objets", + "dashboard.explorer.databaseError": "Impossible de charger les bases de données" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..b6a245735a --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.lastUpdated": "Dernière mise à jour : {0} {1}" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..3f29c8e314 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightWidgetDescription": "Ajoute un widget qui peut interroger un serveur ou une base de données et afficher les résultats de plusieurs façons - tel qu'un graphique, un compte résumé, ou autre...", + "insightIdDescription": "Identificateur unique utilisé pour mettre en cache les résultats de l'aperçu.", + "insightQueryDescription": "Requête SQL à exécuter. Cela devrait renvoyer exactement 1 jeu de résultat.", + "insightQueryFileDescription": "[Facultatif] chemin vers un fichier qui contient une requête. A utiliser si la « requête » n’est pas définie", + "actionDatabaseDescription": "Base de données cible pour l’action ; Vous pouvez utiliser le format ${columnName} pour définir un nom de colonne basé sur les données.", + "actionServerDescription": "Serveur cible pour l’action ; Vous pouvez utiliser le format ${columnName} pour définir un nom de colonne basé sur les données." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..a5e06e0fca --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartInsightDescription": "Affiche les résultats d’une requête sous forme de diagramme sur le tableau de bord", + "colorMapDescription": "Mappe \"nom de la colonne\" -> couleur. par exemple, ajoutez \"colonne1\" : rouge pour s'assurer que cette colonne utilise une couleur rouge", + "legendDescription": "Indique la position préférée et la visibilité de la légende du graphique. Ce sont les noms des colonnes de votre requête reliés à l’étiquette de chaque entrée du tableau", + "columnsAsLabels": "Si dataDirection est verticale, mettre ceci à vrai fera que les noms de colonnes seront utilisés pour la légende." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..c43775ef1d --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMin": "Valeur minimale de l’axe y", + "yAxisMax": "Valeur maximale de l’axe y", + "yAxisLabel": "Étiquette pour l’axe y", + "xAxisMin": "Valeur minimale de l’axe x", + "xAxisMax": "Valeur maximale de l’axe des x", + "xAxisLabel": "Étiquette de l’axe des x" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..84277325af --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataTypeDescription": "Indique la propriété d'une donnée d’un jeu de données pour un graphique." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..78a120cf8a --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "imageFormatDescription": "Quel format est attendu - est-ce un JPEG, PNG ou autre format ?" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/fra/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c130332f56 --- /dev/null +++ b/i18n/fra/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.error": "Impossible de charger les propriétés du tableau de bord" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/fra/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..46d3905930 --- /dev/null +++ b/i18n/fra/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,34 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupName": "Nom de la sauvegarde", + "backup.backupType": "Type de sauvegarde", + "backup.backupDevice": "Fichiers de sauvegarde", + "backup.algorithm": "Algorithme", + "backup.certificateOrAsymmetricKey": "Certificat ou clé asymétrique", + "backup.media": "Support", + "backup.existingMediaAppend": "Ajouter au jeu de sauvegarde existant", + "backup.newMediaSetName": "Nouveau nom de jeu de supports", + "backup.verifyContainer": "Vérifier la sauvegarde après son achèvement", + "backup.continueOnErrorContainer": "Continuer en cas d’erreur", + "backup.expiration": "Expiration", + "backup.setBackupRetainDays": "Définir le délai de rétention en jours", + "backup.advancedConfiguration": "Configuration avancée", + "backup.compression": "Compression", + "backup.setBackupCompression": "Activer la compression de la sauvegarde", + "backup.encryption": "Chiffrement", + "backup.transactionLog": "Journal des transactions", + "backup.reliability": "Fiabilité", + "addFile": "Ajouter un fichier", + "removeFile": "Supprimer les fichiers", + "backupComponent.invalidInput": "Entrée incorrecte. La valeur doit être supérieure ou égale à 0.", + "backupComponent.script": "Script", + "backupComponent.backup": "Sauvegarde", + "backupComponent.cancel": "Annuler", + "backup.backupFileRequired": "Le chemin du fichier de sauvegarde est nécessaire" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/fra/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..c72ba2aeeb --- /dev/null +++ b/i18n/fra/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.filterBackupFiles": "Fichiers de sauvegarde", + "backup.allFiles": "Tous les fichiers" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/fra/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..b304df9b9a --- /dev/null +++ b/i18n/fra/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,33 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "Restaurer la base de données", + "restoreDialog.restoreTitle": "Restaurer la base de données", + "restoreDialog.database": "Base de données", + "restoreDialog.backupFile": "Fichier de sauvegarde", + "restoreDialog.restore": "Restaurer", + "restoreDialog.cancel": "Annuler", + "restoreDialog.script": "Script", + "source": "Source", + "restoreFrom": "Restaurer à partir de", + "missingBackupFilePathError": "Le chemin du fichier de sauvegarde est requis.", + "multipleBackupFilePath": "Veuillez saisir un ou plusieurs chemins d’accès séparés par des virgules", + "backupFilePath": "Chemin du fichier de sauvegarde", + "database": "Base de données", + "destination": "Destination", + "restorePlan": "Plan de restauration", + "backupSetsToRestore": "Jeux de sauvegarde à restaurer", + "restoreDatabaseFileDetails": "Restaurer les détails du fichier de base de données", + "logicalFileName": "Nom de fichier logique", + "fileType": "Type de fichier", + "restoreAs": "Restaurer en tant que", + "serverConnection": "Connexions serveur", + "generalTitle": "Général", + "filesTitle": "Fichiers", + "optionsTitle": "Options" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/fra/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/fra/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..a4446613f0 --- /dev/null +++ b/i18n/fra/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maxRowTaskbar": "Nombre maximum de lignes :" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/fra/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..3ae0f11112 --- /dev/null +++ b/i18n/fra/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData.refresh": "Actualiser", + "editData.stop": "Arrêter" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/fra/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..37404ee3af --- /dev/null +++ b/i18n/fra/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "Une erreur s’est produite lors du chargement de l’Explorateur de fichiers.", + "fileBrowserErrorDialogTitle": "Erreur du navigateur de fichier" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..af22796035 --- /dev/null +++ b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.filepath": "Chemin sélectionné", + "fileFilter": "Fichiers de type", + "fileBrowser.ok": "OK", + "fileBrowser.discard": "Annuler" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..dab132106f --- /dev/null +++ b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.selectFile": "Sélectionnez un fichier" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..58645572ab --- /dev/null +++ b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowser.regTreeAriaLabel": "Arborescence du navigateur de fichiers" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..fbea17e957 --- /dev/null +++ b/i18n/fra/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "allFiles": "Tous les fichiers" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/fra/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..2ac70e5701 --- /dev/null +++ b/i18n/fra/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "deleteRow": "Supprimer la ligne", + "revertRow": "Rétablir la ligne" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/fra/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..272a2d6aad --- /dev/null +++ b/i18n/fra/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "Enregistrer au format CSV", + "saveAsJson": "Enregistrer au format JSON", + "saveAsExcel": "Enregistrer au format Excel", + "copySelection": "Copier", + "copyWithHeaders": "Copier avec en-têtes", + "selectAll": "Tout sélectionner", + "copyMessages": "Copie" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/fra/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..5523315327 --- /dev/null +++ b/i18n/fra/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataDirectionLabel": "Direction des données", + "verticalLabel": "Vertical", + "horizontalLabel": "Horizontal", + "dataTypeLabel": "Type de données", + "numberLabel": "Nombre", + "pointLabel": "Point", + "labelFirstColumnLabel": "Utiliser la première colonne comme étiquette de ligne ?", + "legendLabel": "Position de la légende", + "chartNotFound": "Le graphique à sauvegarder n'a pas été trouvé", + "saveAsFileTitle": "Choisissez le fichier de résultats", + "createInsightNoEditor": "Impossible de créer un aperçu car l’éditeur actif n’est pas un éditeur SQL" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/fra/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..9563607e54 --- /dev/null +++ b/i18n/fra/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createInsightLabel": "Créer un Insight", + "saveImageLabel": "Enregistrer comme image" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/fra/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..90539db6ae --- /dev/null +++ b/i18n/fra/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.item": "Elément", + "insights.value": "Valeur", + "property": "Propriété", + "value": "Valeur", + "InsightsDialogTitle": "Aperçus", + "insights.dialog.items": "Éléments" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/fra/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..ec647467b5 --- /dev/null +++ b/i18n/fra/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbench.action.insights.copySelection": "Copier la cellule" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/fra/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..664a0f9e4d --- /dev/null +++ b/i18n/fra/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsError": "Erreur d'aperçus" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/fra/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/fra/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..4d4f365953 --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.actions.newProfiler": "Ouvrir une nouvelle fenêtre de profileur" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/fra/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..e26d35ce64 --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "Se connecter", + "profilerAction.disconnect": "Déconnecté", + "profilerAction.connect": "Connecter", + "start": "Démarrer", + "pause": "Pause", + "profilerStop.stop": "Arrêter", + "profiler.clear": "Effacer les données", + "profiler.toggleAutoscroll": "Activer/désactiver le défilement automatique", + "profiler.editColumns": "Modifier les colonnes", + "profiler.findPrevious": "Trouvez la chaîne précédente", + "profilerAction.newProfiler": "Nouveau Profiler" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/fra/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..a19b0cd86d --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerWorkbenchAction.newProfiler": "Nouveau profileur" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/fra/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..763a56b7d0 --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "Trier par événement", + "profilerColumnDialog.ok": "OK", + "profilerColumnDialog.cancel": "Annuler" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/fra/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..e349c52700 --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "label.find": "Trouver", + "placeholder.find": "Trouver", + "label.previousMatchButton": "Correspondance précédente", + "label.nextMatchButton": "Prochaine correspondance", + "label.closeButton": "Fermer", + "title.matchesCountLimit": "Seuls les premiers 999 résultats sont mis en évidence, mais toutes les opérations de recherche fonctionnent sur l’ensemble du texte.", + "label.matchesLocation": "{0} sur {1}", + "label.noResults": "Aucun résultat" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/fra/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..7eba8d5440 --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "text": "Texte", + "label": "Étiquette", + "profilerEditor.value": "Valeur", + "details": "Détails" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/fra/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..393111e9f1 --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerInput.profiler": "Profileur" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/fra/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/fra/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..a88d38f89c --- /dev/null +++ b/i18n/fra/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "changeProvider": "Changer de fournisseur de langage SQL", + "alreadyConnected": "Une connexion utilisant le moteur {0} existe déjà. Pour changer, veuillez vous déconnecter ou modifier la connexion.", + "noEditor": "Aucun éditeur de texte actif en ce moment", + "pickSqlProvider": "Sélectionner le fournisseur de langage SQL" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/fra/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..15fd06f26b --- /dev/null +++ b/i18n/fra/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,24 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryBatchStartLine": "Ligne {0}", + "msgCancelQueryFailed": "L'annulation de la requête a échoué : {0}", + "msgSaveStarted": "A commencé à enregistrer les résultats vers", + "msgSaveFailed": "Echec de l'enregistrement des résultats.", + "msgStatusRunQueryInProgress": "Requête en cours d'exécution...", + "maximizeLabel": "Maximiser", + "resultsPane.restoreLabel": "Restaurer", + "saveCSVLabel": "Enregistrer au format CSV", + "saveJSONLabel": "Enregistrer au format JSON", + "saveExcelLabel": "Enregistrer au format Excel", + "viewChartLabel": "Vue sous forme de graphique", + "resultPaneLabel": "Résultats", + "executeQueryLabel": "Requête en cours d'exécution", + "messagePaneLabel": "Messages", + "elapsedTimeLabel": "Temps d’exécution total : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/fra/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..3479ce481e --- /dev/null +++ b/i18n/fra/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.showBatchTime": "[Facultatif] Le temps d’exécution doit-il être indiqué pour chaque lot", + "defaultChartType": "[Optionnel] le type de graphique par défaut à utiliser lors de l’ouverture de la visionneuse graphique à partir d’un résultat de requête", + "tabColorMode.border": "La bordure supérieure de chaque onglet Éditeur sera colorée pour correspondre au groupe concerné", + "mssql.intelliSense.enableSuggestions": "Les suggestions IntelliSense devraient être activées" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/fra/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..25d26ea5c0 --- /dev/null +++ b/i18n/fra/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "Extension" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/fra/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..69e5ed6a70 --- /dev/null +++ b/i18n/fra/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "resultsSerializer.saveAsFileTitle": "Choisissez le fichier de résultats" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/fra/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..d5465d2064 --- /dev/null +++ b/i18n/fra/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryKeyboardAction": "Exécutez la requête", + "runCurrentQueryKeyboardAction": "Exécutez la requête en cours", + "cancelQueryKeyboardAction": "Annuler la requête", + "refreshIntellisenseKeyboardAction": "Actualiser le Cache IntelliSense", + "toggleQueryResultsKeyboardAction": "Activer/désactiver les résultats de requête", + "queryShortcutNoEditor": "Le paramètre de l’éditeur est nécessaire pour qu'un raccourci soit exécuter" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/fra/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..cbe97b72c0 --- /dev/null +++ b/i18n/fra/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryLabel": "Exécuter", + "cancelQueryLabel": "Annuler", + "estimatedQueryPlan": "Expliquer", + "actualQueryPlan": "Actuel", + "disconnectDatabaseLabel": "Déconnecter", + "changeConnectionDatabaseLabel": "Changer la connexion", + "connectDatabaseLabel": "Se connecter", + "selectDatabase": "Sélectionnez la base de données" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/fra/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..3e104fe08a --- /dev/null +++ b/i18n/fra/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateCellFailed": "Échec de la mise à jour de la cellule :" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/fra/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..2b1160033b --- /dev/null +++ b/i18n/fra/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.ExecutionFailedError": "L’exécution a échoué en raison d’une erreur inattendue : {0} {1}", + "query.initEditExecutionFailed": "Echec à l'initialisation de l'exécution de la modification", + "elapsedBatchTime": "Temps d’exécution par lots : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/fra/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/fra/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..555472a974 --- /dev/null +++ b/i18n/fra/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "Résultats", + "queryPlan": "Plan de requête", + "chartViewer": "Afficheur de graphique" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/fra/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..a000dec80b --- /dev/null +++ b/i18n/fra/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.operation": "Opération", + "topOperations.object": "Objet", + "topOperations.estCost": "Coût estimé", + "topOperations.estSubtreeCost": "Coût estimé de la sous-arborescence", + "topOperations.actualRows": "Lignes actuelles", + "topOperations.estRows": "Nombre de lignes estimées", + "topOperations.actualExecutions": "Exécutions actuelles", + "topOperations.estCPUCost": "Coût processeur estimé", + "topOperations.estIOCost": "Coût Estimé des E/S", + "topOperations.parallel": "Parallèle", + "topOperations.estRewinds": "Rembobinages estimés", + "topOperations.partitioned": "Partitionné" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/fra/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..f9761f7d49 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "OeSessionFailedError": "Echec de la création d'une session de l’Explorateur d’objets" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/fra/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..6aa3a61cc3 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "registeredServers.view": "Vue", + "databaseConnections": "Connexions de base de données", + "datasource.connectionGroups": "groupes de source de données", + "startupConfig": "Configuration de démarrage" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/fra/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..8916e62371 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ServerGroupsDialogTitle": "Groupes de serveurs", + "serverGroup.ok": "OK", + "serverGroup.cancel": "Annuler", + "connectionGroupName": "Nom de groupe serveur", + "MissingGroupNameError": "Le nom du groupe est nécessaire.", + "groupDescription": "Description du groupe", + "groupColor": "Couleur de groupe" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/fra/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..b252bc93b2 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.addServerGroup": "Ajouter le groupe de serveurs", + "serverGroup.editServerGroup": "Modifier le groupe de serveurs" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/fra/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..fe0b9689e8 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.refresh": "Actualiser", + "DisconnectAction": "Se déconnecter", + "connectionTree.addConnection": "Nouvelle connexion", + "connectionTree.addServerGroup": "Nouveau groupe de serveurs", + "connectionTree.editServerGroup": "Modifier le groupe serveur", + "activeConnections": "Voir les connexions actives", + "clearAll": "Effacer tout", + "recentConnections": "Connexions récentes", + "registeredServers.newQuery": "Nouvelle requête", + "deleteConnection": "Supprimer la connexion", + "deleteConnectionGroup": "Supprimer le groupe", + "clearSearch": "Effacer la recherche" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/fra/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..e92cd1ce3d --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ManageAction": "Gérer", + "objectExplorAction.disconnect": "Déconnecter" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/fra/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..9df1c37e82 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loading": "Chargement en cours..." +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/fra/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..851ab71a75 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverTree.addConnection": "Ajouter une connexion" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/fra/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..6c29a26ab1 --- /dev/null +++ b/i18n/fra/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "treeAriaLabel": "Connexions récentes", + "treeCreation.regTreeAriaLabel": "Serveurs" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/fra/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..881742b4a6 --- /dev/null +++ b/i18n/fra/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "inProgressTasksChangesBadge": "{0} tâches en cours", + "taskHistory.view": "Vue", + "taskHistory": "Historique de la tâche" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/fra/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..f2ff213f14 --- /dev/null +++ b/i18n/fra/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "1 ou plusieurs tâches sont en cours. Êtes-vous sûr de vouloir quitter ?", + "yes": "Oui", + "no": "Non" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/fra/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..5576bc9edc --- /dev/null +++ b/i18n/fra/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelTask.cancel": "Annuler", + "errorMsgFromCancelTask": "L'annulation de la tâche a échoué.", + "taskAction.script": "Script" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/fra/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..00cdb57045 --- /dev/null +++ b/i18n/fra/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "failed": "Échec", + "inProgress": "en cours", + "canceled": "annulé", + "canceling": "annulation" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/fra/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..59c2d62483 --- /dev/null +++ b/i18n/fra/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noTaskMessage": "Aucun historique de tâche à afficher. Essayez de sauvegarder ou de restaurer la tâche pour voir son statut d’exécution.", + "taskError": "Erreur de la tâche" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/fra/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..5c82b00e9d --- /dev/null +++ b/i18n/fra/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property": "Définit une propriété à afficher sur le tableau de bord", + "dashboard.properties.property.displayName": "Quelle est la valeur à utiliser comme étiquette pour la propriété", + "dashboard.properties.property.value": "Quelle valeur dans les objets pour accéder à la valeur", + "dashboard.properties.property.ignore": "Spécifiez des valeurs à ignorer", + "dashboard.properties.property.default": "Valeur par défaut à afficher si ignoré ou aucune valeur", + "dashboard.properties.flavor.condition.operator": "Quel opérateur utiliser pour la comparaison", + "dashboard.properties.flavor.condition.value": "Valeur avec laquelle comparer le champ", + "dashboard.properties.serverProperties": "Propriétés à afficher pour la page du serveur", + "carbon.extension.dashboard": "Définit que ce fournisseur prend en charge le tableau de bord", + "dashboard.id": "Id du fournisseur (p. ex. MSSQL)", + "dashboard.properties": "Valeurs de propriétés à afficher sur le tableau de bord" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/fra/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/fra/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..3dc66a78a1 --- /dev/null +++ b/i18n/fra/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.all": "Widget utilisé dans les tableaux de bord", + "schema.dashboardWidgets.database": "Widget utilisé dans les tableaux de bord", + "schema.dashboardWidgets.server": "Widget utilisé dans les tableaux de bord" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/fra/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..e361a08804 --- /dev/null +++ b/i18n/fra/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountManagementNoProvider": "Le fournisseur de compte n’existe pas" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/workbench/common/actions.i18n.json b/i18n/fra/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..3e0404fd07 --- /dev/null +++ b/i18n/fra/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newQueryAction.newQuery": "Nouvelle requête", + "scriptSelect": "Sélectionnez les 1000 premiers", + "editData": "Modifier les données", + "scriptCreate": "Script de création", + "backupAction.backup": "Sauvegarde", + "restoreAction.restore": "Restaurer", + "manage": "Gérer", + "showDetails": "Afficher les détails", + "newDatabase": "Nouvelle base de données", + "configureDashboard": "Configurer" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/fra/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..01c1d75e01 --- /dev/null +++ b/i18n/fra/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectOperationName": "Sélectionner", + "createOperationName": "Créer", + "insertOperationName": "Insérer", + "updateOperationName": "Mettre à jour", + "deleteOperationName": "Supprimer", + "scriptingFailed": "Échec de l’écriture de scripts" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/fra/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..58bcfc9478 --- /dev/null +++ b/i18n/fra/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "OK", + "errorMessageDialog.close": "Fermer", + "copyDetails": "Copier les détails" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/fra/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..a67eab2043 --- /dev/null +++ b/i18n/fra/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error": "Erreur", + "warning": "Attention", + "info": "Info" +} \ No newline at end of file diff --git a/i18n/fra/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/fra/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..7ba883eb0e --- /dev/null +++ b/i18n/fra/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "gettingStarted": "Mise en route", + "showReleaseNotes": "Voir la mise en route", + "read the release notes": "Bienvenue à {0} février Public Preview ! Souhaitez vous voir le guide de démarrage ?" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/ita/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..9cc81d1c1c --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dropdownAction.toggle": "Toggle a discesa" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/ita/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..c5c382cd3a --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editableDropdown.errorValidate": "Deve essere un'opzione dall'elenco" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/ita/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..6d21c67819 --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "OK", + "optionsDialog.cancel": "Annulla" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/ita/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..e542f9bd96 --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.missingRequireField": "obbligatorio.", + "optionsDialog.invalidInput": "Input non valido. Valore numerico previsto." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/ita/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..13f4d5afbb --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "OK", + "webViewDialog.close": "Chiudi" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/ita/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..4b71a9bdd0 --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "Chiudi" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/ita/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..18fbc67d2f --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Errore: {0}", + "alertWarningMessage": "Avviso: {0}", + "alertInfoMessage": "Info: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/ita/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..5312f83401 --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectDeselectAll": "Seleziona/deseleziona tutto" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/ita/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..ed82cd70c9 --- /dev/null +++ b/i18n/ita/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "viewToolbarAriaLabel": "{0} azioni" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/common/theme/colors.i18n.json b/i18n/ita/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..d096b2df99 --- /dev/null +++ b/i18n/ita/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "tableHeaderBackground": "Colore di sfondo intestazione tabella", + "tableHeaderForeground": "Colore di primo piano intestazione tabella", + "disabledInputBoxBackground": "Sfondo della casella di Input disabilitata.", + "disabledInputBoxForeground": "Colore di primo piano per il campo di input disabilitato.", + "buttonFocusOutline": "Colore di contorno del pulsante quando è selezionato." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/ita/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..1387a65cc3 --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "linkedAccounts": "Account collegati", + "accountDialog.close": "Chiudi" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/ita/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..6fe397efff --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.addAccountErrorTitle": "Errore durante l'aggiunta dell'account" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/ita/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..34adf8b1f9 --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "manageLinedAccounts": "Gestisci Account Collegati" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/ita/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..6558178461 --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "copyAndOpen": "Copia e Apri", + "cancel": "Annulla", + "userCode": "Codice utente", + "website": "Sito Web" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/ita/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..bbc2815264 --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "oauthFlyoutIsAlreadyOpen": "Impossibile avviare auto OAuth. Un auto OAuth è già in corso." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/ita/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..95cbfebcda --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addAccount": "Aggiungi un account", + "removeAccount": "Rimuovi account", + "confirmRemoveUserAccountMessage": "Sicuro di voler rimuovere '{0}'?", + "accountActions.yes": "Sì", + "accountActions.no": "No", + "removeAccountFailed": "Non è stato possibile rimuovere l'account", + "applyFilters": "Applica filtri", + "refreshAccount": "Immettere nuovamente le credenziali", + "NoAccountToRefresh": "Nessun account da aggiornare" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/ita/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..1c29b5348a --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshCredentials": "È necessario aggiornare le credenziali per questo account." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/ita/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..93379c141e --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account.id": "Identificatore del tipo di account", + "carbon.extension.contributes.account.icon": "(Opzionale) Icona utilizzata per rappresentare l'account nell'interfaccia utente. Un percorso di file o una configurazione themable", + "carbon.extension.contributes.account.icon.light": "Percorso icona per temi chiari", + "carbon.extension.contributes.account.icon.dark": "Percorso dell'icona quando è utilizzato un tema scuro", + "carbon.extension.contributes.account": "Fornisce icone al provider dell'account." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/ita/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..32d4f7ac82 --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createNewFirewallRule": "Crea nuova regola firewall", + "firewall.ok": "OK", + "firewall.cancel": "Annulla", + "firewallRuleDialogDescription": "Il tuo indirizzo IP client non è abilitato per l'accesso al server. Accedi ad un account Azure e crea una regola del firewall che lo abiliti.", + "firewallRuleHelpDescription": "Ulteriori informazioni sulle impostazioni del firewall", + "azureAccount": "Account Azure", + "from": "Da", + "to": "A", + "filewallRule": "Regola del firewall", + "addIPAddressLabel": "Aggiungi l'indirizzo IP del mio client", + "addIpRangeLabel": "Aggiungi intervallo di IP della mia sottorete" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/ita/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..edd80cbe91 --- /dev/null +++ b/i18n/ita/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallDialog.addAccountErrorTitle": "Errore durante l'aggiunta dell'account", + "firewallRuleError": "Errore della regola del firewall" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/admin/common/adminService.i18n.json b/i18n/ita/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..3433eb4c2c --- /dev/null +++ b/i18n/ita/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "adminService.providerIdNotValidError": "E' necessaria una connessione per interagire con adminservice", + "noHandlerRegistered": "Non ci sono gestori registrati" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/ita/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..4a0b04a336 --- /dev/null +++ b/i18n/ita/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createDatabase.databaseFiles": "File di database:", + "createDatabase.noRecordsFound": "Nessun record trovato" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/ita/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..e36803d991 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.maxRecentConnectionsDescription": "Il numero massimo di connessioni utilizzate di recente da memorizzare nell'elenco connessioni.", + "sql.defaultEngineDescription": "Motore SQL predefinito da utilizzare. Quest'ultimo stabilisce la lingua predefinita nel file .sql e il valore predefinito da utilizzare quando si crea una nuova connessione. L'opzione valida è attualmente MSSQL" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/ita/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..1ec6f7dd77 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ClearRecentlyUsedLabel": "Cancella lista connessioni recenti", + "ClearedRecentConnections": "Lista connessioni recenti svuotata", + "connectionAction.yes": "Sì", + "connectionAction.no": "No", + "delete": "Elimina" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/ita/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..5ccda8afc2 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidServerName": "Esiste già un gruppo di server con lo stesso nome." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/ita/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..a0aa2e2623 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "Connessione non accettata", + "connectionService.yes": "Sì", + "connectionService.no": "No", + "cancelConnectionConfirmation": "Sei sicuro di voler chiudere questa connessione?" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/ita/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..54d1d9002e --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidConnectMessage": "Connesso a", + "onDidDisconnectMessage": "Disconnesso", + "unsavedGroupLabel": "Connessioni non salvate" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/ita/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..9b4d305378 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionAdvancedProperties": "Proprietà avanzate", + "advancedProperties.discard": "Scarta" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/ita/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..f7b7081252 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionError": "Errore di connessione", + "kerberosErrorStart": "Connessione non riuscita a causa di un errore di Kerberos.", + "kerberosHelpLink": " La Guida per la configurazione di Kerberos è disponibile all'indirizzo", + "kerberosKinit": "Se in precedenza vi siete collegati è necessario eseguire nuovamente kinit." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/ita/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..d87184b3fa --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connection": "Connessione", + "recentConnectionTitle": "Connessioni recenti", + "savedConnectionTitle": "Connessioni salvate", + "connectType": "Tipo connessione", + "connectionDialog.connect": "Connetti", + "connectionDialog.cancel": "Annulla", + "clearRecentConnectionMessage": "Sei sicuro di voler eliminare tutte le connessioni dalla lista?", + "connectionDialog.yes": "Sì", + "connectionDialog.no": "No", + "recentHistory": "Storia recente", + "noRecentConnections": "Nessuna connessione recente", + "noSavedConnections": "Nessuna connessione salvata" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/ita/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..d0b2b31e23 --- /dev/null +++ b/i18n/ita/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "defaultDatabaseOption": "", + "loadingDatabaseOption": "Caricamento...", + "addNewServerGroup": "Aggiungi nuovo gruppo...", + "connectionWidget.missingRequireField": "obbligatorio.", + "rememberPassword": "Ricorda password", + "serverGroup": "Gruppo di server", + "advanced": "Avanzate..." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/ita/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..4cfbb38c49 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editDashboard": "Modifica", + "editDashboardExit": "Esci", + "refreshWidget": "Aggiorna", + "toggleMore": "Attiva/disattiva di più", + "deleteWidget": "Elimina Widget", + "clickToUnpin": "Fare clic per sbloccare", + "clickToPin": "Click per bloccare (pin)", + "addFeatureAction.openInstalledFeatures": "Mostra funzionalità installate" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/ita/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..2b94371119 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "providerMissingEdition": "Filtri del widget basati sull'edizione, tuttavia il provider non dispone di alcuna edizione.", + "moreThanOneDashboardContainersError": "È necessario definire esattamente un contenitore dashboard per ogni spazio", + "unknownDashboardContainerError": "Il dashboard container specificato è sconosciuto." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/ita/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..89ccb0799d --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "home": "Home", + "missingConnectionInfo": "Impossibile trovare informazioni di connessione per questa dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..0ccff71f5e --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.id": "Identificatore univoco per questa scheda. Verrà passato all'estensione ad ogni richiesta.", + "sqlops.extension.contributes.dashboard.tab.title": "Titolo della scheda da mostrare all'utente.", + "sqlops.extension.contributes.dashboard.tab.description": "Descrizione scheda da mostrare all'utente.", + "sqlops.extension.contributes.dashboard.tab.provider": "Provider per i quali questa scheda dovrebbe essere abilitata.", + "sqlops.extension.contributes.dashboard.tab.edition": "Edizioni per le quali deve essere consentita questa scheda.", + "sqlops.extension.contributes.dashboard.tab.container": "Il contenitore che verrà visualizzato in questa scheda.", + "sqlops.extension.contributes.dashboard.tab.alwaysShow": "Se questa scheda deve essere mostrata sempre oppure solo quando l'utente la aggiunge.", + "sqlops.extension.contributes.tabs": "Rende disponibili una o più schede agli utenti per l'aggiunta alla propria dashboard." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..147ae918a2 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "Identificatore univoco per questo contenitore.", + "sqlops.extension.contributes.dashboard.container.container": "Contenitore che sarà mostrato nella scheda.", + "sqlops.extension.contributes.containers": "Fornisce agli utenti uno o più dashboard container da aggiungere alle propria dashboard." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..75201555c4 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.gridtab.items": "Elenco di widget o webview che verranno visualizzati in questa scheda." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..88d616f7c9 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.id": "Identificatore univoco per questa sezione di navigazione. Verrà passato all'estensione per eventuali richieste.", + "dashboard.container.left-nav-bar.icon": "(Opzionale) Icona utilizzata per rappresentare la sezione di spostamento nell'interfaccia utente. Un percorso di file o una configurazione di applicazione del tema", + "dashboard.container.left-nav-bar.icon.light": "Percorso dell'icona quando è utilizzato un tema chiaro", + "dashboard.container.left-nav-bar.icon.dark": "Percorso dell'icona quando si utilizza un tema scuro", + "dashboard.container.left-nav-bar.title": "Titolo della sezione nav da mostrare all'utente.", + "dashboard.container.left-nav-bar.container": "Contenitore che sarrà visualizzato in questa sezione di navigazione.", + "dashboard.container.left-nav-bar": "L'elenco dei contenitori di dashboard che verrà visualizzato in questa sezione di navigazione." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..187c7cb987 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.webview": "Webview che verrà visualizzata in questa scheda." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..05fc743c89 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.widgets": "Elenco dei widget che verranno mostrati in questa scheda." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/ita/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..f98d7a8785 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.openInstalledFeatures": "Mostra funzionalità installate", + "newDashboardTab.ok": "OK", + "newDashboardTab.cancel": "Annulla", + "allFeatures": "Tutte le caratteristiche" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..315b1cafb4 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboardPage.tab.id": "Identificatore univoco per questa scheda. Verrà passato all'estensione per eventuali richieste.", + "dashboardTabError": "Scheda di estensione sconosciuta o non installata." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/ita/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..660c8c55b1 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "databasePageName": "DATABASE DASHBOARD" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..dedccb5d7c --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardDatabaseProperties": "Abilitare o disabilitare il widget delle proprietà", + "dashboard.databaseproperties": "Valori proprietà da mostrare", + "dashboard.databaseproperties.displayName": "Nome della proprietà da mostrare", + "dashboard.databaseproperties.value": "Valore nell'oggetto Database Info", + "dashboard.databaseproperties.ignore": "Indica i valori specifici da ignorare", + "recoveryModel": "Modello di recupero", + "lastDatabaseBackup": "Ultimo Backup del Database", + "lastLogBackup": "Ultimo Backup del Log", + "compatibilityLevel": "Livello di compatibilità", + "owner": "Proprietario", + "dashboardDatabase": "Personalizza la pagina della dashboard del database", + "dashboardDatabaseTabs": "Personalizza le schede della database dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/ita/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..a3c123ca8c --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverPageName": "SERVER DASHBOARD" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..7f3eee22db --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardServerProperties": "Abilitare o disabilitare il widget delle proprietà", + "dashboard.serverproperties": "Valori da mostrare per la proprietà", + "dashboard.serverproperties.displayName": "Nome da mostrare per la proprietà", + "dashboard.serverproperties.value": "Valore nell'oggetto informazioni server", + "version": "Versione", + "edition": "Edizione", + "computerName": "Nome computer", + "osVersion": "Versione OS", + "dashboardServer": "Personalizza la pagina della server dashboard", + "dashboardServerTabs": "Personalizza le schede della Server dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/ita/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..9fa7170492 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "homeCrumb": "Home" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/ita/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..54d8d936d6 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.changeDatabaseFailure": "Impossibile cambiare database" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..83a8a6144e --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "seachObjects": "Ricerca per nome della tipologia (a:, t:, v:, f:, o sp:)", + "searchDatabases": "Cerca database", + "dashboard.explorer.objectError": "Impossibile caricare gli oggetti", + "dashboard.explorer.databaseError": "Impossibile caricare i database" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..a8e7dcc270 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.runQuery": "Esegui Query" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..6f4c37d501 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.lastUpdated": "Ultimo aggiornamento: {0} {1}", + "noResults": "Nessun risultato da mostrare" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..94b97b327f --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightWidgetDescription": "Aggiunge un widget in grado di interrogare un server o un database e di visualizzare i risultati in vari modi - come ad esempio un grafico, un conteggio totalizzato e altro ancora", + "insightIdDescription": "Identificatore univoco usato per memorizzare nella cache i risultati del rilevamento intelligente.", + "insightQueryDescription": "Query SQL da eseguire. Dovrebbe restituire esattamente 1 solo set di risultati.", + "insightQueryFileDescription": "[Facoltativo] percorso di un file contenente una query. Utilizzare se la \"query\" non è impostata", + "actionTypes": "Azioni da utilizzare", + "actionDatabaseDescription": "Database di destinazione per l'azione; è possibile utilizzare il formato \"${columnName} per ottenre un nome colonna basato sul contenuto.", + "actionServerDescription": "Server di destinazione per l'azione; possibile utilizzare il formato \"${columnName} per utilizzare un nome di colonna data-driven.", + "actionUserDescription": "Utente di destinazione per l'azione; possibile utilizzare il formato \"${columnName} per utilizzare un nome colonna data-driven.", + "carbon.extension.contributes.insightType.id": "Identificatore dell'insight", + "carbon.extension.contributes.insights": "Fornisce insight per la dashboard palette." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..b1dda71a3b --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartInsightDescription": "Visualizza i risultati di una query come grafico sulla dashboard", + "colorMapDescription": "Mappa \"nome di colonna\"-> colore. ad esempio aggiungere \"colonna1\": red per assicurarsi che la colonna utilizzi un colore rosso", + "legendDescription": "Indica la posizione preferita e la visibilità della legenda del grafico. Questi sono i nomi di colonna estratti dalla query e mappati con l'etichetta di ogni voce del grafico", + "labelFirstColumnDescription": "Se dataDirection è orizzontale, impostando true il primo valore di ogni colonna sarà usato per la legenda.", + "columnsAsLabels": "Se dataDirection è verticale, impostando true saranno utilizzati i nomi colonna per la legenda.", + "dataDirectionDescription": "Definisce se i dati vengono letti da una colonna (verticale) o da una riga (orizzontale). Per la serie temporale la direzione è ignorata poiché deve essere verticale." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..e36354b76c --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMin": "Valore minimo dell'asse y", + "yAxisMax": "Valore massimo dell'asse y", + "yAxisLabel": "Etichetta per l'asse y", + "xAxisMin": "Valore minimo dell'asse x", + "xAxisMax": "Valore massimo dell'asse x", + "xAxisLabel": "Etichetta per l'asse x" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..69fcbde980 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataTypeDescription": "Indica la proprietà dati di un set di dati per un grafico." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..72f3eb5548 --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "countInsightDescription": "Per ogni colonna in un resultset, mostra il valore nella riga 0 come un conteggio seguito dal nome della colonna. Ad esempio \"1 attivi\", \"3 disabilitati\", dove \"attivi\" è il nome della colonna e 1 è il valore presente in riga 1 cella 1" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..c30e9b426a --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "imageInsightDescription": "Visualizza un'immagine, ad esempio una restituita da una query R che utilizza ggplot2", + "imageFormatDescription": "Quale formato è previsto - JPEG, PNG o altro formato?", + "encodingDescription": "È codificato come hex, base64 o altro formato?" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/ita/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..290610e3ec --- /dev/null +++ b/i18n/ita/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.error": "Non è possibile caricare le proprietà del dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/ita/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..a577c4c319 --- /dev/null +++ b/i18n/ita/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,44 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupName": "Nome backup", + "backup.recoveryModel": "Modello di ripristino", + "backup.backupType": "Tipo di backup", + "backup.backupDevice": "File di backup", + "backup.algorithm": "Algoritmo", + "backup.certificateOrAsymmetricKey": "Certificato o Chiave Asimmetrica", + "backup.media": "Media", + "backup.mediaOption": "Effettua il backup su supporto esistente", + "backup.mediaOptionFormat": "Backup su un nuovo set di supporti", + "backup.existingMediaAppend": "Appendi a set di backup esistente", + "backup.existingMediaOverwrite": "Sovrascrivi tutti i set di backup esistenti", + "backup.newMediaSetName": "Nuovo nome del media set", + "backup.newMediaSetDescription": "Nuova descrizione per il media-set", + "backup.checksumContainer": "Esegui checksum prima di aggiornare il supporto", + "backup.verifyContainer": "Verifica backup al termine", + "backup.continueOnErrorContainer": "Continua in caso di errore", + "backup.expiration": "Scadenza", + "backup.setBackupRetainDays": "Giorni di mantenimento del set di backup", + "backup.copyOnly": "Backup di sola copia", + "backup.advancedConfiguration": "Configurazione avanzata", + "backup.compression": "Compressione", + "backup.setBackupCompression": "Imposta compressione backup", + "backup.encryption": "Crittografia", + "backup.transactionLog": "Log delle transazioni", + "backup.reliability": "Affidabilità", + "backup.mediaNameRequired": "Nome del supporto richiesto", + "backup.noEncryptorWarning": "Nessun certificato o chiave asimmetrica disponibile", + "addFile": "Aggiungi file", + "removeFile": "Rimuovi i file", + "backupComponent.invalidInput": "Input non valido. Il valore deve essere maggiore o uguale 0.", + "backupComponent.script": "Script", + "backupComponent.backup": "Backup", + "backupComponent.cancel": "Annulla", + "backup.containsBackupToUrlError": "È supportato solo il backup su file", + "backup.backupFileRequired": "Percorso file di backup necessario" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/ita/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..9b4c011792 --- /dev/null +++ b/i18n/ita/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.filterBackupFiles": "File di backup", + "backup.allFiles": "Tutti i file" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/ita/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..e5ffd7b87c --- /dev/null +++ b/i18n/ita/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,39 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "Ripristina database", + "restoreDialog.restoreTitle": "Ripristina il database", + "restoreDialog.database": "Database", + "restoreDialog.backupFile": "File di backup", + "restoreDialog.restore": "Ripristina", + "restoreDialog.cancel": "Annulla", + "restoreDialog.script": "Script", + "source": "Origine", + "restoreFrom": "Ripristinare da", + "missingBackupFilePathError": "È necessario specificare un percorso per il file di backup.", + "multipleBackupFilePath": "Inserisci uno o più percorsi di file separati da virgole", + "backupFilePath": "Percorso del file di backup", + "database": "Database", + "destination": "Destinazione", + "targetDatabase": "Database di destinazione", + "restoreTo": "Ripristina a", + "restorePlan": "Piano di ripristino", + "backupSetsToRestore": "Set di backup da ripristinare", + "restoreDatabaseFileAs": "Ripristina i file di database come", + "restoreDatabaseFileDetails": "Dettagli del file di ripristino del database", + "logicalFileName": "Nome logico del file", + "fileType": "Tipo file", + "originalFileName": "Nome del File originale", + "restoreAs": "Ripristina come", + "restoreOptions": "Opzioni di ripristino", + "taillogBackup": "Tail-Log backup", + "serverConnection": "Connessioni server", + "generalTitle": "Generale", + "filesTitle": "File", + "optionsTitle": "Opzioni" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/ita/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..cb834d3e1b --- /dev/null +++ b/i18n/ita/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionFailure": "La modifica dei dati della sessione non è riuscita ad effettuare la connessione." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/ita/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..67cac6e00a --- /dev/null +++ b/i18n/ita/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maxRowTaskbar": "Numero massimo di righe:" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/ita/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..ccd38cd3d3 --- /dev/null +++ b/i18n/ita/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData.refresh": "Aggiorna", + "disposeEditFailure": "Modifica del metodo Dispose non riuscita. Errore:", + "editData.stop": "Arresta" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/ita/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..985ef27e3d --- /dev/null +++ b/i18n/ita/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "Si è verificato un errore durante il caricamento del browser di file.", + "fileBrowserErrorDialogTitle": "Errore del File Browser" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..1516aed158 --- /dev/null +++ b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.filepath": "Percorso selezionato", + "fileFilter": "File di tipo", + "fileBrowser.ok": "OK", + "fileBrowser.discard": "Scarta" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..529de1377a --- /dev/null +++ b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.selectFile": "Seleziona file" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..4a1ae46f26 --- /dev/null +++ b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowser.regTreeAriaLabel": "Navigazione file" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..59ed1f9c57 --- /dev/null +++ b/i18n/ita/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "allFiles": "Tutti i file" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/ita/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..2dfca97cb7 --- /dev/null +++ b/i18n/ita/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "deleteRow": "Elimina riga", + "revertRow": "Ripristina Riga" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/ita/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..24739a818f --- /dev/null +++ b/i18n/ita/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "Salva come CSV", + "saveAsJson": "Salva come JSON", + "saveAsExcel": "Salva come Excel", + "copySelection": "Copia", + "copyWithHeaders": "Copia con intestazioni", + "selectAll": "Seleziona tutto", + "copyMessages": "Copia" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/ita/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..54d034a05a --- /dev/null +++ b/i18n/ita/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,25 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartTypeLabel": "Tipo di grafico", + "dataDirectionLabel": "Direzione dei dati", + "verticalLabel": "Verticale", + "horizontalLabel": "Orizzontale", + "dataTypeLabel": "Tipo di dato", + "numberLabel": "Numero", + "pointLabel": "Punto", + "labelFirstColumnLabel": "Utilizzare la prima colonna come etichetta di riga?", + "columnsAsLabelsLabel": "Usare i nomi di colonna come etichette?", + "legendLabel": "Posizione Legenda", + "chartNotFound": "Impossibile trovare un grafico da salvare", + "chartSaved": "Grafico salvato in: {0}", + "saveAsFileTitle": "Scegli file dei risultati", + "createInsightNoEditor": "Impossibile creare l'insight perchè l'editor attivo non è un Editor SQL", + "createInsightNoDataService": "Non è possibile creare insight, modello di dati sottostante non trovato", + "myWidgetName": "My-Widget" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/ita/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..c8fd2c5a76 --- /dev/null +++ b/i18n/ita/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartContextRequired": "Per eseguire questa azione, è richiesto il contesto di visualizzazione grafico", + "createInsightLabel": "Crea Insight", + "copyChartLabel": "Copia come immagine", + "saveImageLabel": "Salva come immagine" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/ita/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..83b070f416 --- /dev/null +++ b/i18n/ita/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.item": "Elemento", + "insights.value": "Valore", + "property": "Proprietà.", + "value": "Valore", + "InsightsDialogTitle": "Insights", + "insights.dialog.items": "Elementi", + "insights.dialog.itemDetails": "Dettagli elemento" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/ita/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..04b1866727 --- /dev/null +++ b/i18n/ita/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbench.action.insights.copySelection": "Copia cella" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/ita/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..90f594b484 --- /dev/null +++ b/i18n/ita/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsInputError": "Nessun profilo di connessione passato all'insight flyout", + "insightsError": "Errore Insight", + "insightsFileError": "Si è verificato un errore durante la lettura del file di query", + "insightsConfigError": "C'è stato un errore nel parsing del file config di insight; non è stato possibile trovare l'array/stringa della query o il file della query" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/ita/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..895a1bc235 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.settings.sessionTemplates": "Specifica i modelli di sessione" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/ita/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..410a54fd6b --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerCategory": "Profiler", + "carbon.actions.newProfiler": "Apri una nuova finestra profiler" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/ita/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..160f790981 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "Connetti", + "profilerAction.disconnect": "Disconnesso", + "profilerAction.connect": "Connetti", + "start": "Inizia", + "pause": "Pausa", + "profilerStop.stop": "Arresta", + "profiler.clear": "Cancella dati", + "profiler.toggleAutoscroll": "Attiva/disattiva scorrimento automatico", + "profiler.toggleCollapsePanel": "Attiva/disattiva pannello compresso", + "profiler.editColumns": "Modifica colonne", + "profiler.findNext": "Trova la stringa successiva", + "profiler.findPrevious": "Trova la stringa precedente", + "profilerAction.newProfiler": "Nuovo Profiler" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/ita/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..a05fdeda5c --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerWorkbenchAction.newProfiler": "Nuovo Profiler" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/ita/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..7215aa4084 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "Ordina per evento", + "nameColumn": "Ordina per colonna", + "profilerColumnDialog.profiler": "Profiler", + "profilerColumnDialog.ok": "OK", + "profilerColumnDialog.cancel": "Annulla" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/ita/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..fc1b7a33a3 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "label.find": "Trova", + "placeholder.find": "Trova", + "label.previousMatchButton": "Corrispondenza precedente", + "label.nextMatchButton": "Trova successivo", + "label.closeButton": "Chiudi", + "title.matchesCountLimit": "Vengono evidenziati solo i primi 999 risultati, ma tutte le operazioni di ricerca vengono eseguite sull'intero testo.", + "label.matchesLocation": "{0} di {1}", + "label.noResults": "Nessun risultato" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/ita/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..aa7568c5f7 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "text": "Testo", + "label": "Etichetta", + "profilerEditor.value": "Valore", + "details": "Dettagli" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/ita/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..48b2895108 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerInput.profiler": "Profiler" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/ita/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..7c3e9bd442 --- /dev/null +++ b/i18n/ita/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerTextEditorAriaLabel": "Editor del Profiler per il testo dell'evento. Sola Lettura" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/ita/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..da5c0b9022 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chooseSqlLang": "Scegli il linguaggio SQL", + "changeProvider": "Cambia provider del linguaggio SQL", + "changeSqlProvider": "Cambia il provider di SQL Engine", + "alreadyConnected": "Esiste una connessione che utilizza il motore {0}. Per cambiare si prega di disconnetersi o cambiare connessione", + "noEditor": "Nessun editor di testo attivo in questo momento", + "pickSqlProvider": "Selezionare il Provider del linguaggio SQL" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/ita/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..a040dc7e55 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,27 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryBatchStartMessage": "Esecuzione query iniziata alle", + "runQueryBatchStartLine": "Riga {0}", + "msgCancelQueryFailed": "Errore durante l'annullamento della query: {0}", + "msgSaveStarted": "Avviato il salvataggio dei risultati in", + "msgSaveFailed": "Impossibile salvare i risultati. ", + "msgSaveSucceeded": "Risultati salvati correttamente in", + "msgStatusRunQueryInProgress": "Esecuzione query...", + "maximizeLabel": "Massimizza", + "resultsPane.restoreLabel": "Ripristina", + "saveCSVLabel": "Salva come CSV", + "saveJSONLabel": "Salva come JSON", + "saveExcelLabel": "Salva come file Excel", + "viewChartLabel": "Visualizza come Grafico", + "resultPaneLabel": "Risultati", + "executeQueryLabel": "Esecuzione query in corso", + "messagePaneLabel": "Messaggi", + "elapsedTimeLabel": "Tempo totale di esecuzione: {0}", + "msgCannotSaveMultipleSelections": "Il comando Salva risultati non può essere utilizzato con selezioni multiple." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/ita/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..a6ad296fd7 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,25 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.messagesDefaultOpen": "Vero per fare in modo che il pannello messaggi venga aperto di default; Falso per tenerlo chiuso", + "sql.saveAsCsv.includeHeaders": "[Facoltativo] Quando è true, le intestazioni di colonna sono incluse nel salvataggio dei risultati come file CSV", + "sql.copyIncludeHeaders": "[Facoltativo] Opzioni di configurazione per copiare i risultati dalla vista dei risultati", + "sql.copyRemoveNewLine": "[Facoltativo] Opzioni di configurazione per la copia di risultati multi-linea dalla vista dei risultati", + "sql.showBatchTime": "[Facoltativo] Il tempo di esecuzione deve essere mostrato per singoli batch", + "defaultChartType": "[Facoltativo] tipo di grafico predefinito da utilizzare quando si apre il visualizzatore grafico dai risultati di una Query", + "tabColorMode.off": "La colorazione delle schede verrà disabilitata", + "tabColorMode.border": "Il bordo superiore di ogni scheda sarà colorato con il colore del relativo gruppo di server", + "tabColorMode.fill": "Il colore di sfondo di ogni tab di editor corrisponderà con il rispettivo gruppo di server", + "tabColorMode": "Controlla la colorazione delle schede in base al gruppo di server della connessione attiva", + "mssql.intelliSense.enableIntelliSense": "IntelliSense dovrebbe essere abilitato", + "mssql.intelliSense.enableErrorChecking": "Il controllo errori di IntelliSense dovrebbe essere abilitato", + "mssql.intelliSense.enableSuggestions": "I suggerimenti dell'IntelliSense dovrebbero essere abilitati", + "mssql.intelliSense.enableQuickInfo": "Le informazioni rapide di IntelliSense dovrebbero essere abilitate", + "mssql.intelliSense.lowerCaseSuggestions": "I suggerimenti di IntelliSense dovrebbero essere in lettere minuscole", + "queryShortcutDescription": "Impostare la combinazione di tasti workbench.action.query.shortcut{0} per eseguire il testo come una chiamata a procedura. Qualsiasi testo selezionato nell'editor di query verrà passato come parametro" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/ita/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..2bb5b0c0d9 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "Estensione" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/ita/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..98bc679726 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "resultsSerializer.saveAsFileTitle": "Scegli file dei risultati" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/ita/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..c45a677659 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryKeyboardAction": "Esegui Query", + "runCurrentQueryKeyboardAction": "Esegui la query corrente", + "runCurrentQueryWithActualPlanKeyboardAction": "Esegui query corrente con piano effettivo", + "cancelQueryKeyboardAction": "Annulla la query", + "refreshIntellisenseKeyboardAction": "Agggiorna la cache di IntelliSense", + "toggleQueryResultsKeyboardAction": "Mostra/Nascondi Risultati Query", + "queryShortcutNoEditor": "Il parametro Editor è necessario affinchè un collegamento possa essere eseguito" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/ita/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..f23cb53bf4 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryLabel": "Esegui", + "cancelQueryLabel": "Annulla", + "estimatedQueryPlan": "Spiega", + "actualQueryPlan": "Effettivo", + "disconnectDatabaseLabel": "Disconnetti", + "changeConnectionDatabaseLabel": "Cambia connessione", + "connectDatabaseLabel": "Connetti", + "selectDatabase": "Seleziona Database", + "changeDatabase.failed": "Impossibile cambiare il database", + "changeDatabase.failedWithError": "Impossibile modificare il database {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/ita/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..0544a43ece --- /dev/null +++ b/i18n/ita/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "commitEditFailed": "Commit di riga non riuscito:", + "runQueryStringBatchStartMessage": "Esecuzione query \"{0}\" avviata", + "updateCellFailed": "Aggiornamento cella non riuscito:" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/ita/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..77d1dc7a99 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.ExecutionFailedError": "Esecuzione non riuscita a causa di un errore imprevisto: {0} {1}", + "query.gettingRowsFailedError": "Qualcosa è andato storto nel recuperare altre righe: {0}", + "query.initEditExecutionFailed": "Esecuzione di Init Edit non riuscita:", + "query.moreRowsFailedError": "Qualcosa è andato storto nell'ottenere più righe:", + "elapsedBatchTime": "Tempo di esecuzione del batch: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/ita/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..92af7180e8 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeUnsupportedError": "La modifica della modalità di linguaggio non è supportata per le query non salvate", + "queryEditorServiceChangeError": "Si prega di salvare o annullare le modifiche prima di passare dalla/alla modalità di linguaggio SQL" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/ita/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..80eef3a4b5 --- /dev/null +++ b/i18n/ita/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "Risultati", + "queryPlan": "Piano di esecuzione della query", + "topOperations": "Operazioni principali", + "chartViewer": "Visualizzatore Grafici" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/ita/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..dd51ca489d --- /dev/null +++ b/i18n/ita/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,24 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.operation": "Operazione", + "topOperations.object": "Oggetto", + "topOperations.estCost": "Costo Stimato", + "topOperations.estSubtreeCost": "Costo Stim. Sottoalbero", + "topOperations.actualRows": "Righe effettive", + "topOperations.estRows": "Righe stimate", + "topOperations.actualExecutions": "Esecuzioni effettive", + "topOperations.estCPUCost": "Costo Stimato di CPU", + "topOperations.estIOCost": "Costo stimato IO", + "topOperations.parallel": "Parallelo", + "topOperations.actualRebinds": "Rebind Effettivi", + "topOperations.estRebinds": "Rebind Stimati", + "topOperations.actualRewinds": "Rewind effettivi", + "topOperations.estRewinds": "Riavvolge", + "topOperations.partitioned": "Partizionato" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/ita/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..ccc2af5ca7 --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "OeSessionFailedError": "Impossibile creare la sessione di Esplora oggetti" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/ita/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..006e2c6c2e --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "registeredServers.view": "Vista", + "databaseConnections": "Connessioni di database", + "datasource.connections": "connessioni a origini dati", + "datasource.connectionGroups": "gruppi di origine dati", + "startupConfig": "Configurazione di avvio", + "startup.alwaysShowServersView": "Vero per le Server view da mostrare di default all'avvio di SQL Operations Studio; Falso per visualizzare l'ultima view aperta" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/ita/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..4d60b3c6b9 --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ServerGroupsDialogTitle": "Gruppi di server", + "serverGroup.ok": "OK", + "serverGroup.cancel": "Annulla", + "connectionGroupName": "Nome del gruppo di server", + "MissingGroupNameError": "È neccessario indicare il nome del gruppo.", + "groupDescription": "Descrizione del gruppo", + "groupColor": "Colore del gruppo" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/ita/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..ce7167013c --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.addServerGroup": "Aggiungi gruppo di server", + "serverGroup.editServerGroup": "Modifica il gruppo di server" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/ita/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..5436537830 --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.refresh": "Aggiorna", + "DisconnectAction": "Disconnetti", + "connectionTree.addConnection": "Nuova connessione", + "connectionTree.addServerGroup": "Nuovo gruppo di Server", + "connectionTree.editServerGroup": "Modifica Gruppo di Server", + "activeConnections": "Mostra connessioni attive", + "clearAll": "Cancella tutto", + "recentConnections": "Connessioni recenti", + "registeredServers.newQuery": "Nuova Query", + "deleteConnection": "Elimina Connessione", + "deleteConnectionGroup": "Elimina gruppo", + "clearSearch": "Pulisci Ricerca" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/ita/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..b9dfa35bac --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ManageAction": "Gestisci", + "objectExplorAction.disconnect": "Disconnetti" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/ita/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..310a32e30a --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loading": "Caricamento..." +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/ita/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..c982c12fd0 --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverTree.addConnection": "Aggiungi Connessione" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/ita/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..d1e72fda84 --- /dev/null +++ b/i18n/ita/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "treeAriaLabel": "Connessioni recenti", + "treeCreation.regTreeAriaLabel": "Server" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/ita/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..ff3fab6160 --- /dev/null +++ b/i18n/ita/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "inProgressTasksChangesBadge": "{0} attività in corso", + "showTaskHistory": "Visualizza la cronologia delle attività", + "taskHistory.view": "Vista", + "taskHistory": "Cronologia delle attività", + "datasource.task": "Stato dell'attività dell'operazione" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/ita/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..f4ef0890e9 --- /dev/null +++ b/i18n/ita/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "Una o più attività sono in corso. Sicuro di voler abbandonare?", + "yes": "Sì", + "no": "No" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/ita/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..7fdad6dd2f --- /dev/null +++ b/i18n/ita/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelTask.cancel": "Annulla", + "errorMsgFromCancelTask": "La cancellazione dell'attività non è andata a buon fine.", + "taskAction.script": "Script" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/ita/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..bcebec8862 --- /dev/null +++ b/i18n/ita/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "succeeded": "riuscito", + "failed": "non riuscito", + "inProgress": "in corso", + "notStarted": "non avviato", + "canceled": "annullato", + "canceling": "annullamento in corso" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/ita/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..2102731ab1 --- /dev/null +++ b/i18n/ita/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noTaskMessage": "Nessuna cronologia disponibile. Provare un'attività di backup o ripristino per visualizzarne lo stato di esecuzione.", + "taskHistory.regTreeAriaLabel": "Cronologia delle attività", + "taskError": "Errore Task" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/ita/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..fc71dd482f --- /dev/null +++ b/i18n/ita/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,25 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property": "Definisce una proprietà da mostrare sulla dashboard", + "dashboard.properties.property.displayName": "Indica il valore da usare come etichetta per la proprietà", + "dashboard.properties.property.value": "Quale valore nell'oggetto per accedere al valore", + "dashboard.properties.property.ignore": "Specifica i valori da ignorare", + "dashboard.properties.property.default": "Valore predefinito da mostrare se ignorato o senza valore", + "dashboard.properties.flavor": "Una nuova operatività per la definizione di proprietà dashboard", + "dashboard.properties.flavor.id": "Identificativo dell'operatività", + "dashboard.properties.flavor.condition": "Condizione per utilizzare questa operatività", + "dashboard.properties.flavor.condition.field": "Campo da confrontare", + "dashboard.properties.flavor.condition.operator": "Quale operatore utilizzare per il confronto", + "dashboard.properties.flavor.condition.value": "Valore con cui confrontare il campo", + "dashboard.properties.databaseProperties": "Proprietà da visualizzare per la pagina di database", + "dashboard.properties.serverProperties": "Proprietà da visualizzare per la pagina server", + "carbon.extension.dashboard": "Definisce che questo provider supporta la dashboard", + "dashboard.id": "Id del provider (es. MSSQL)", + "dashboard.properties": "Valori delle proprietà per visualizzare la dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/ita/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..980f622924 --- /dev/null +++ b/i18n/ita/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.InsightsRegistry": "Widget utilizzati nelle dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/ita/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..38ef199a9d --- /dev/null +++ b/i18n/ita/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.all": "Widget usato nelle dashboard", + "schema.dashboardWidgets.database": "Widget utilizzati nelle dashboard", + "schema.dashboardWidgets.server": "Widget utilizzato nelle dashboard" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/ita/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..2ce56707a6 --- /dev/null +++ b/i18n/ita/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountManagementNoProvider": "Provider Account inesistente" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/workbench/common/actions.i18n.json b/i18n/ita/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..96ba2cb385 --- /dev/null +++ b/i18n/ita/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newQueryAction.newQuery": "Nuova Query", + "scriptSelect": "Select Top 1000", + "scriptExecute": "Genera Script di Execute", + "scriptAlter": "Genera script di Alter", + "editData": "Modifica Dati", + "scriptCreate": "Genera script Create", + "scriptDelete": "Genera Script di Delete", + "backupAction.backup": "Backup", + "restoreAction.restore": "Ripristino", + "manage": "Gestisci", + "showDetails": "Mostra dettagli", + "newDatabase": "Nuovo Database", + "configureDashboard": "Configura" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/ita/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..6a8cfafe54 --- /dev/null +++ b/i18n/ita/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectOperationName": "Seleziona", + "createOperationName": "Crea", + "insertOperationName": "Insert", + "updateOperationName": "Aggiorna", + "deleteOperationName": "Elimina", + "scriptSelectNotFound": "Nessuno script è stato restituito nell'eseguire script sull'oggetto", + "scriptNotFoundForObject": "Nessuno script è stato restituito da \"Script come {0}\" per l'oggetto {1}", + "scriptingFailed": "Generazione Script non riuscita", + "scriptNotFound": "Nessuno script è stato restituito nel generare lo script di {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/ita/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..71d3fff93a --- /dev/null +++ b/i18n/ita/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "OK", + "errorMessageDialog.close": "Chiudi", + "copyDetails": "Copia dettagli" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/ita/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..7592345fa7 --- /dev/null +++ b/i18n/ita/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error": "Errore", + "warning": "Avviso", + "info": "Info" +} \ No newline at end of file diff --git a/i18n/ita/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/ita/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..e6a7442de8 --- /dev/null +++ b/i18n/ita/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "gettingStarted": "Per iniziare", + "showReleaseNotes": "Visualizza Guida introduttiva", + "read the release notes": "Benvenuti all'anteprima pubblica di febbraio di {0}. Visualizzare la Guida introduttiva?" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/kor/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/kor/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/kor/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/kor/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/kor/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..4042079307 --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "확인" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/kor/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/kor/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..82dc14803c --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "오류: {0}", + "alertWarningMessage": "경고: {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/kor/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/kor/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/common/theme/colors.i18n.json b/i18n/kor/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/kor/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/kor/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..a850f1d46a --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.addAccountErrorTitle": "계정을 추가하는 도중 오류가 생겼습니다" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/kor/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..19f4e9bd4d --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "manageLinedAccounts": "연결 된 계정 관리" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/kor/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..ff532779c7 --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancel": "취소", + "website": "웹사이트" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/kor/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/kor/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..78e322792f --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "NoAccountToRefresh": "갱신할 계정이 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/kor/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/kor/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/kor/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..b9527f7bda --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewall.ok": "확인", + "to": "받는 사람", + "addIpRangeLabel": "내 서브넷 IP 범위를 추가" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/kor/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/admin/common/adminService.i18n.json b/i18n/kor/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/kor/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/kor/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/kor/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..75e9aef807 --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionAction.yes": "예" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/kor/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/kor/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..73197290f9 --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "연결이 허용되지 않습니다", + "connectionService.no": "아니요" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/kor/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/kor/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..5177b419f7 --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "advancedProperties.discard": "폐기" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/kor/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/kor/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..39dc6e9fec --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "recentConnectionTitle": "최근 연결", + "savedConnectionTitle": "저장된 연결", + "connectionDialog.yes": "예", + "noSavedConnections": "저장된 연결 없음" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/kor/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..7e2514fb16 --- /dev/null +++ b/i18n/kor/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "defaultServerGroup": "<기본>" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/kor/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..f8ab20c6bd --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editDashboard": "편집", + "toggleMore": "추가 설정", + "clickToUnpin": "클릭하여 고정 해제" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/kor/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/kor/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..596cfa070c --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.description": "탭의 기능 설명입니다. 이 탭은 사용자에게 표시됩니다." +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..a29ea06248 --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "이 컨테이너의 고유 식별자입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..e2f8db4ed7 --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.id": "이 탐색 영역에 대한 고유 식별자 입니다. 모든 확장 요청에 대해 전달됩니다.", + "dashboard.container.left-nav-bar.icon": "(선택 사항) UI에서 탐색 섹션을 나타내는 아이콘입니다. 파일 경로를 지정하거나 테마 구성을 이용할 수 있습니다.", + "dashboard.container.left-nav-bar.icon.light": "밝은 테마를 사용하는 경우의 아이콘 경로" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/kor/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..a82036d005 --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.cancel": "취소", + "allFeatures": "모든 기능" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/kor/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..040fe83edc --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardDatabaseProperties": "속성 위젯을 활성화 또는 비활성화합니다", + "dashboard.databaseproperties.displayName": "속성 표시 이름", + "owner": "소유자", + "dashboardDatabase": "데이터베이스 대시보드 페이지를 수정합니다" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/kor/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..df8f92b5cc --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardServerProperties": "속성 위젯을 활성화 또는 비활성화합니다.", + "dashboard.serverproperties.displayName": "속성의 표시 이름", + "edition": "에디션" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/kor/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/kor/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/kor/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/kor/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..2863e0f20f --- /dev/null +++ b/i18n/kor/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupDevice": "백업 파일", + "backup.algorithm": "알고리즘", + "backup.mediaOptionFormat": "새 미디어 세트에 백업", + "backup.existingMediaOverwrite": "모든 기존 백업 세트 덮어쓰기", + "backup.advancedConfiguration": "고급 구성", + "backup.setBackupCompression": "백업 압축 설정", + "backup.noEncryptorWarning": "사용 가능한 인증서 또는 비대칭 키가 없습니다" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/kor/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..3f916c57fc --- /dev/null +++ b/i18n/kor/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.allFiles": "모든 파일" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/kor/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..a11e870730 --- /dev/null +++ b/i18n/kor/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restoreDialog.database": "데이터베이스", + "restoreDialog.cancel": "취소", + "backupFilePath": "백업 파일 경로", + "destination": "대상", + "restoreOptions": "복원 옵션" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/kor/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/kor/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/kor/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/kor/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..b152ce87d0 --- /dev/null +++ b/i18n/kor/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "파일 브라우저를 로드 하는 동안 오류가 발생 했습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/kor/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/kor/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..22fa5f051f --- /dev/null +++ b/i18n/kor/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsJson": "JSON으로 저장" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/kor/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..a2585146d5 --- /dev/null +++ b/i18n/kor/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataDirectionLabel": "데이터 방향", + "labelFirstColumnLabel": "첫 번째 열을 행 레이블로 사용하시겠습니까?", + "legendLabel": "범례 위치", + "createInsightNoEditor": "활성 편집기가 SQL 편집기가 아니기 때문에 인사이트를 만들 수 없습니다" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/kor/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/kor/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..c9eed47325 --- /dev/null +++ b/i18n/kor/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "value": "값", + "insights.dialog.items": "항목", + "insights.dialog.itemDetails": "항목 세부 정보" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/kor/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..7f8efa77d7 --- /dev/null +++ b/i18n/kor/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbench.action.insights.copySelection": "셀 복사" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/kor/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/kor/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..b9c69ba954 --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.settings.sessionTemplates": "세션 템플릿 지정" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/kor/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..2a817aef23 --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerCategory": "프로파일러" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/kor/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..1aac92b213 --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.toggleAutoscroll": "자동 스크롤 토글", + "profiler.editColumns": "열 편집", + "profiler.findNext": "다음 문자열 찾기", + "profiler.findPrevious": "이전 문자열 찾기" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/kor/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/kor/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..9c60716911 --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "nameColumn": "열 정렬" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/kor/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/kor/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/kor/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/kor/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/kor/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..a47af2b5c7 --- /dev/null +++ b/i18n/kor/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "pickSqlProvider": "SQL 공급자를 선택하세요" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/kor/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..7f95e46703 --- /dev/null +++ b/i18n/kor/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maximizeLabel": "최대화", + "resultPaneLabel": "결과", + "executeQueryLabel": "쿼리 실행 " +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/kor/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..5932f1b657 --- /dev/null +++ b/i18n/kor/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.messagesDefaultOpen": "메세지 창을 띄우려면 True를 선택하십시오(기본값). 닫으려면 false를 선택하십시오.", + "tabColorMode.off": "탭 색칠 비활성화" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/kor/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/kor/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..5466086d89 --- /dev/null +++ b/i18n/kor/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "resultsSerializer.saveAsFileTitle": "결과 파일 선택" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/kor/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/kor/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..94890b40a1 --- /dev/null +++ b/i18n/kor/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "changeConnectionDatabaseLabel": "연결 변경" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/kor/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/kor/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..a9fab8d5b5 --- /dev/null +++ b/i18n/kor/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.moreRowsFailedError": "더 많은 행을 가져오는 중에 문제가 발생했습니다:" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/kor/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/kor/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..a8a32252ca --- /dev/null +++ b/i18n/kor/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryPlan": "쿼리 실행 계획" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/kor/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..2710e6e13d --- /dev/null +++ b/i18n/kor/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.parallel": "병렬", + "topOperations.actualRebinds": "실제 리바인딩" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/kor/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/kor/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..a34eb78273 --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "startupConfig": "시작 구성" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/kor/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..a09432e0b0 --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "MissingGroupNameError": "그룹 이름이 필요합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/kor/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..635d19d045 --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.editServerGroup": "서버 그룹 편집" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/kor/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..897b3b115c --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.addServerGroup": "새 서버 그룹" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/kor/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/kor/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/kor/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..e1d8a9274d --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverTree.addConnection": "연결 추가" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/kor/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/kor/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..53c742086b --- /dev/null +++ b/i18n/kor/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskHistory": "작업 기록" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/kor/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..f28974be04 --- /dev/null +++ b/i18n/kor/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "1개 이상의 작업이 진행 중입니다. 그래도 작업을 종료하시겠습니까?", + "yes": "예", + "no": "아니오" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/kor/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/kor/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/kor/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/kor/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/kor/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/kor/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/kor/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..5bcacf4e7c --- /dev/null +++ b/i18n/kor/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountManagementNoProvider": "계정 공급자가 존재하지 않습니다" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/workbench/common/actions.i18n.json b/i18n/kor/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..0cdb26c30c --- /dev/null +++ b/i18n/kor/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backupAction.backup": "백업" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/kor/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/kor/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..3fb42047a0 --- /dev/null +++ b/i18n/kor/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "copyDetails": "세부 내용 복사" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/kor/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..b5bf8bc9cf --- /dev/null +++ b/i18n/kor/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "warning": "경고" +} \ No newline at end of file diff --git a/i18n/kor/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/kor/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/ptb/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..17472893b0 --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dropdownAction.toggle": "Alternar menu suspenso" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/ptb/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..7007ee6eb3 --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editableDropdown.errorValidate": "Deve ser uma opção da lista" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/ptb/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..974e2b5234 --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "OK", + "optionsDialog.cancel": "Cancelar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/ptb/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..34218ee735 --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.missingRequireField": " é necessário.", + "optionsDialog.invalidInput": "Entrada inválida. Valor numérico esperado" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/ptb/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..91a8ec7a10 --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "OK", + "webViewDialog.close": "Fechar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/ptb/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..adc04c3c6f --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "Fechar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/ptb/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..ae59711221 --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Erro: {0}", + "alertWarningMessage": "Aviso: {0}", + "alertInfoMessage": "Info: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/ptb/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..d070792ace --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectDeselectAll": "Seleccionar/desmarcar tudo" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/ptb/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..3ba3e4e19f --- /dev/null +++ b/i18n/ptb/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "viewToolbarAriaLabel": "{0} ações" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/common/theme/colors.i18n.json b/i18n/ptb/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..0097e44c70 --- /dev/null +++ b/i18n/ptb/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "tableHeaderBackground": "Cor de fundo do cabeçalho de tabela", + "tableHeaderForeground": "Cor de primeiro plano de cabeçalho de tabela", + "disabledInputBoxBackground": "Fundo de caixa de entrada desativado.", + "buttonFocusOutline": "Cor de contorno do botão quando possui o foco." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..b818d7c0fb --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "linkedAccounts": "Contas vinculadas", + "accountDialog.close": "Fechar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..37f2b9e31e --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.addAccountErrorTitle": "Erro ao adicionar conta" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..263ef70b6a --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "manageLinedAccounts": "Gerenciar contas vinculadas" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..e56275fb05 --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "copyAndOpen": "Copiar & Abrir", + "cancel": "Cancelar", + "userCode": "Código do usuário", + "website": "Web site" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..bed5a59ea9 --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "oauthFlyoutIsAlreadyOpen": "Não é possível iniciar o auto OAuth. Um auto OAuth já está em andamento." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..bd03a6c338 --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addAccount": "Adicionar uma conta", + "removeAccount": "Remover conta", + "confirmRemoveUserAccountMessage": "Tem certeza que deseja remover '{0}'?", + "accountActions.yes": "Sim", + "accountActions.no": "Não", + "removeAccountFailed": "Falha ao remover conta", + "applyFilters": "Aplicar filtros", + "refreshAccount": "Digite novamente suas credenciais", + "NoAccountToRefresh": "Não há nenhuma conta para atualizar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..7620315357 --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshCredentials": "Você precisa atualizar as credenciais para esta conta." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..f54ead5fe1 --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account.id": "Identificador do tipo de conta", + "carbon.extension.contributes.account.icon": "(Opcional) Ícone que é usado para representar o accpunt na interface do usuário. Um caminho de arquivo ou uma configuração tematizáveis", + "carbon.extension.contributes.account.icon.light": "Caminho do ícone quando um tema leve é usado", + "carbon.extension.contributes.account.icon.dark": "Caminho de ícone quando é usado um tema escuro", + "carbon.extension.contributes.account": "Contribui ícones para provedor de conta." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..b75a400b6d --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createNewFirewallRule": "Criar nova regra de firewall", + "firewall.ok": "OK", + "firewall.cancel": "Cancelar", + "firewallRuleDialogDescription": "Seu endereço IP de cliente não tem acesso ao servidor. Acesse uma conta Azure e criar uma nova regra de firewall para permitir o acesso.", + "firewallRuleHelpDescription": "Saiba mais sobre as configurações do firewall", + "azureAccount": "Conta do Microsoft Azure", + "from": "De", + "to": "Para", + "filewallRule": "Regra de firewall", + "addIPAddressLabel": "Adicionar o meu IP do cliente ", + "addIpRangeLabel": "Adicionar a minha faixa de IP de sub-rede" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/ptb/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..bd4e5c4689 --- /dev/null +++ b/i18n/ptb/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallDialog.addAccountErrorTitle": "Erro ao adicionar conta", + "firewallRuleError": "Erro de regra de firewall" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/admin/common/adminService.i18n.json b/i18n/ptb/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..de8acd68d3 --- /dev/null +++ b/i18n/ptb/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "adminService.providerIdNotValidError": "Conexão é necessário para interagir com adminservice", + "noHandlerRegistered": "Nenhum manipulador registrado" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/ptb/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..da259a6076 --- /dev/null +++ b/i18n/ptb/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createDatabase.databaseFiles": "Arquivos de banco de dados:", + "createDatabase.noRecordsFound": "Nenhum registro encontrado" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/ptb/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..1090ded19c --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.maxRecentConnectionsDescription": "O número máximo de conexões usados recentemente para armazenar na lista de conexão.", + "sql.defaultEngineDescription": "Mecanismo de SQL padrão para uso. Isso leva o provedor de idioma padrão em arquivos .sql e o padrão para usar ao criar uma nova conexão. Opção válida atualmente é MSSQL" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/ptb/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..db0ab7fbd3 --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ClearRecentlyUsedLabel": "Lista de conexões recentemente limpas", + "ClearedRecentConnections": "Lista de ligações recentes desmarcada", + "connectionAction.yes": "Sim", + "connectionAction.no": "Não", + "delete": "Excluir" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/ptb/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..0ec7357a7e --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidServerName": "Um grupo de servidores com o mesmo nome já existe." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/ptb/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..aebe93aeaf --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "Conexão não aceita", + "connectionService.yes": "Sim", + "connectionService.no": "Não", + "cancelConnectionConfirmation": "Tem certeza que deseja cancelar esta conexão?" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/ptb/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..d7c7d0bfab --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidConnectMessage": "Conectado a", + "onDidDisconnectMessage": "Desconectado", + "unsavedGroupLabel": "Conexões não salvas" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/ptb/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..0d0e701874 --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionAdvancedProperties": "Propriedades avançadas", + "advancedProperties.discard": "Descarte" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..f42027b15f --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionError": "Erro de Conexão", + "kerberosErrorStart": "Conexão falhou devido a um erro de Kerberos.", + "kerberosHelpLink": "ajuda para configurar o Kerberos está disponível em ", + "kerberosKinit": "Se você já se conectou anteriormente, pode ser necessário executar novamente o kinit." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..8e4748e5c6 --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connection": "Conexão", + "recentConnectionTitle": "Conexões recentes", + "savedConnectionTitle": "Conexões salvas", + "connectType": "Tipo de Conexão", + "connectionDialog.connect": "Conectar-se", + "connectionDialog.cancel": "Cancelar", + "clearRecentConnectionMessage": "Você tem certeza que deseja excluir todas as conexões da lista?", + "connectionDialog.yes": "Sim", + "connectionDialog.no": "Não", + "recentHistory": "Histórico recente", + "noRecentConnections": "Nenhuma conexão recente", + "noSavedConnections": "Nenhuma conexão salva" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..1366796fa9 --- /dev/null +++ b/i18n/ptb/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "defaultDatabaseOption": "", + "loadingDatabaseOption": "Carregando...", + "defaultServerGroup": "", + "addNewServerGroup": "Adicionar novo grupo...", + "noneServerGroup": "Nenhum", + "connectionWidget.missingRequireField": " é necessário.", + "rememberPassword": "Lembrar senha", + "serverGroup": "Grupo de servidores", + "advanced": "Avançada..." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/ptb/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..444864fbb6 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editDashboard": "Editar", + "editDashboardExit": "Sair", + "refreshWidget": "Atualizar", + "toggleMore": "Alternar entre mais", + "deleteWidget": "Excluir o Widget", + "clickToUnpin": "Clique para Desafixar", + "clickToPin": "Clique para fixar", + "addFeatureAction.openInstalledFeatures": "Recursos instalados abertos" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/ptb/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..6b1174e002 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "providerMissingEdition": "Widget filtros com base na edição, mas o provedor não tem uma edição", + "moreThanOneDashboardContainersError": "Exatamente 1 contêiner de painel deve ser definido por espaço" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/ptb/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..9ae70eb83d --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "home": "Home", + "missingConnectionInfo": "Nenhuma informação de conexão pôde ser encontrada para este painel" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..34a98c7467 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.id": "Identificador exclusivo para este guia. Será passado para a extensão para quaisquer solicitações.", + "sqlops.extension.contributes.dashboard.tab.title": "Título da guia para mostrar ao usuário.", + "sqlops.extension.contributes.dashboard.tab.description": "Descrição desta página que será mostrado ao usuário.", + "sqlops.extension.contributes.dashboard.tab.edition": "Edições para que este guia deve ser permitido para.", + "sqlops.extension.contributes.dashboard.tab.container": "O contêiner que será exibido nesta aba.", + "sqlops.extension.contributes.tabs": "Contribuir com uma única ou várias guias para que os usuários possam adicionar ao painel de controle." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..cd87cf5e6d --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.container.id": "Identificador exclusivo para este recipiente.", + "sqlops.extension.contributes.dashboard.container.container": "O contêiner que será exibido na guia.", + "sqlops.extension.contributes.containers": "Contribui um único ou vários recipientes de painel para os usuários para adicionar ao seu painel de controle." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..01e55e1e3e --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.gridtab.items": "A lista de widgets ou webviews que serão exibidos nesta aba." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..117ae6c5d4 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.id": "Identificador exclusivo para esta seção de nav. Será passado para a extensão para quaisquer solicitações.", + "dashboard.container.left-nav-bar.icon": "(Opcional) Ícone usado para representar essa seção de navegação na interface do usuário. Um caminho de arquivo ou uma configuração com tema", + "dashboard.container.left-nav-bar.icon.light": "Caminho do ícone quando um tema leve é usado", + "dashboard.container.left-nav-bar.icon.dark": "Caminho de ícone quando é usado um tema escuro", + "dashboard.container.left-nav-bar.title": "Título da seção de nav para mostrar ao usuário.", + "dashboard.container.left-nav-bar.container": "O contêiner que será exibido nesta seção de nav.", + "dashboard.container.left-nav-bar": "A lista de recipientes de painel de controle que será exibido nesta seção de navegação." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..d02477d43f --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.webview": "O webview que será exibido nesta aba." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..4bd5375af2 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.widgets": "A lista de widgets que serão exibidos nesta aba." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/ptb/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..728112fd3d --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.openInstalledFeatures": "Recursos instalados abertos", + "newDashboardTab.ok": "OK", + "newDashboardTab.cancel": "Cancelar", + "allFeatures": "Todos os recursos" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..9be563f9b6 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboardPage.tab.id": "Identificador exclusivo para esta guia. Será passado para a extensão para quaisquer solicitações.", + "dashboardTabError": "Guia de extensão é desconhecida ou não está instalado." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/ptb/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..eab7e8c51e --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "databasePageName": "PAINEL DE BANCO DE DADOS" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..a04919de75 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardDatabaseProperties": "Ativar ou desativar o widget de propriedades", + "dashboard.databaseproperties": "Valores de propriedade para mostrar", + "dashboard.databaseproperties.displayName": "Exibir nome da propriedade", + "dashboard.databaseproperties.value": "Valor no objeto de banco de dados de informação", + "dashboard.databaseproperties.ignore": "Especificar valores específicos para ignorar", + "recoveryModel": "Modo de Recuperação", + "lastDatabaseBackup": "Último Backup de banco de dados", + "lastLogBackup": "Último Backup de Log", + "compatibilityLevel": "Nível de compatibilidade", + "owner": "Proprietário", + "dashboardDatabase": "Personaliza a página do painel de banco de dados", + "dashboardDatabaseTabs": "Personaliza as guias do painel de controle de banco de dados" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/ptb/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c34cd94142 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverPageName": "PAINEL DO SERVIDOR" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..be735f950b --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboardServerProperties": "Habilitar ou desabilitar o widget Propriedades", + "dashboard.serverproperties": "Valores de propriedade para mostrar", + "dashboard.serverproperties.displayName": "Nome para exibição da propriedade", + "dashboard.serverproperties.value": "Valor no objeto de informação do servidor", + "version": "Versão", + "edition": "Edição", + "computerName": "Nome do Computador", + "osVersion": "Versão do sistema operacional", + "dashboardServer": "Personaliza a página de painel de controle do servidor", + "dashboardServerTabs": "Personaliza as guias do painel de controle de servidor" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/ptb/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..d9a3774fae --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "homeCrumb": "Casa" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/ptb/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..4cdc5355d6 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.changeDatabaseFailure": "Falha ao mudar o banco de dados" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..82d51ea5f1 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "seachObjects": "Pesquisar pelo nome do tipo (a:, t:, v:, f:, or sp:)", + "searchDatabases": "Bancos de dados de pesquisa", + "dashboard.explorer.objectError": "Não é possível carregar objetos", + "dashboard.explorer.databaseError": "Não é possível carregar bancos de dados" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..3b297d9791 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.runQuery": "Executar consulta" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..57bc3002e1 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.lastUpdated": "Ultima atualização: {0} {1}", + "noResults": "Nenhum resultado para mostrar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..1225c0ebe6 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightWidgetDescription": "Adiciona um widget que pode consultar um servidor ou banco de dados e exibir os resultados de várias maneiras - como um gráfico, resumida contagem e muito mais", + "insightIdDescription": "Identificador exclusivo usado para armazenar em cache os resultados do insight.", + "insightQueryDescription": "Consulta SQL para executar. Isso deve retornar exatamente 1 resultset.", + "insightQueryFileDescription": "[Opcional] caminho para um arquivo que contém uma consulta. Use se a \"consulta\" não estiver configurada", + "actionTypes": "Quais ações para usar", + "actionDatabaseDescription": "Banco de dados de destino para a ação; pode usar o formato \"$ {columnName} para usar um nome de coluna orientado por dados.", + "actionServerDescription": "Servidor destino para a ação; pode usar o formato \"$ {columnName} para usar um nome de coluna orientado por dados.", + "actionUserDescription": "Usuário de destino para a ação; pode usar o formato \"${columnName} para usar um orientado o nome da coluna de dados.", + "carbon.extension.contributes.insightType.id": "Identificador da percepção", + "carbon.extension.contributes.insights": "Contribuir com ideias para a paleta do painel de controle." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..422536993d --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartInsightDescription": "Exibe os resultados de uma consulta como um gráfico no painel", + "legendDescription": "Indica a posição preferida e a visibilidade da legenda do gráfico. Estes são os nomes das colunas da sua consulta e mapeados para o rótulo de cada entrada do gráfico", + "columnsAsLabels": "Se dataDirection for vertical, definindo como verdadeiro usará os nomes das colunas para a legenda.", + "dataDirectionDescription": "Define se os dados são lidos a partir de uma coluna (vertical) ou uma linha (horizontal). Para séries temporais, isso é ignorado, pois a direção deve ser vertical." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..ff589a15b2 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMin": "Valor mínimo do eixo y", + "yAxisMax": "Valor máximo do eixo y", + "yAxisLabel": "Rótulo para o eixo y", + "xAxisMin": "Valor mínimo do eixo x", + "xAxisMax": "Valor máximo do eixo x", + "xAxisLabel": "Rótulo para o eixo x" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..6c0200d45e --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataTypeDescription": "Indica a propriedade de um conjunto de dados para um gráfico." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..8be643a5a6 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "countInsightDescription": "Para cada coluna em um conjunto de resultados, exibe o valor na linha 0 como uma contagem seguida pelo nome da coluna. Suporta \"1 Saudável\", \"3 Insalubre\" por exemplo, onde \"Saudável\" é o nome da coluna e 1 é o valor na linha 1 célula 1" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..c30b45bf5c --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "imageInsightDescription": "Exibe uma imagem, por exemplo, um retornado por uma consulta R usando o ggplot2", + "imageFormatDescription": "Qual o formato que é esperado - este é um JPEG, PNG ou outro formato?", + "encodingDescription": "Isso é codificado como hex, base64 ou algum outro formato?" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/ptb/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..a7d714d687 --- /dev/null +++ b/i18n/ptb/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.error": "Não é possível carregar as propriedades do painel" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/ptb/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..aa90754f5c --- /dev/null +++ b/i18n/ptb/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,44 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupName": "Nome do backup", + "backup.recoveryModel": "Modo de Recuperação", + "backup.backupType": "Tipo de backup", + "backup.backupDevice": "Arquivos de backup", + "backup.algorithm": "Algoritmo de", + "backup.certificateOrAsymmetricKey": "Chave de certificado ou assimétrica", + "backup.media": "Mídia", + "backup.mediaOption": "Backup para o conjunto de mídia existente", + "backup.mediaOptionFormat": "Backup em um novo conjunto de mídias", + "backup.existingMediaAppend": "Acrescentar ao conjunto de backup existente", + "backup.existingMediaOverwrite": "Substituir todos os conjuntos de backup existentes", + "backup.newMediaSetName": "Novo nome do conjunto de mídia", + "backup.newMediaSetDescription": "Nova descrição do conjunto de mídia", + "backup.checksumContainer": "Realize o checksum antes de gravar na mídia", + "backup.verifyContainer": "Verificar backup quando terminar", + "backup.continueOnErrorContainer": "Continuar no erro", + "backup.expiration": "Expiração", + "backup.setBackupRetainDays": "Defina os dias de retenção de backup", + "backup.copyOnly": "Backup somente cópia", + "backup.advancedConfiguration": "Configuração avançada", + "backup.compression": "Compressão", + "backup.setBackupCompression": "Definir a compactação de backup", + "backup.encryption": "Criptografia", + "backup.transactionLog": "Log de transações", + "backup.reliability": "Confiabilidade", + "backup.mediaNameRequired": "Nome da mídia é necessária", + "backup.noEncryptorWarning": "Nenhum certificado ou chave assimétrica está disponível", + "addFile": "Adicione um arquivo", + "removeFile": "Remover arquivos", + "backupComponent.invalidInput": "Entrada inválida. O valor deve ser maior ou igual a 0.", + "backupComponent.script": "Script", + "backupComponent.backup": "Backup", + "backupComponent.cancel": "Cancelar", + "backup.containsBackupToUrlError": "Apenas backup em arquivo é suportado.", + "backup.backupFileRequired": "Caminho do arquivo de backup é necessário" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/ptb/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..d591cb4e9d --- /dev/null +++ b/i18n/ptb/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.filterBackupFiles": "Arquivos de backup", + "backup.allFiles": "Todos os Arquivos" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/ptb/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..a37ec15e97 --- /dev/null +++ b/i18n/ptb/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,39 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "Restaurar o banco de dados", + "restoreDialog.restoreTitle": "Restaurar o banco de dados", + "restoreDialog.database": "Banco de Dados", + "restoreDialog.backupFile": "Arquivo de backup", + "restoreDialog.restore": "Restaurar", + "restoreDialog.cancel": "Cancelar", + "restoreDialog.script": "Script", + "source": "Fonte", + "restoreFrom": "Restaurar a partir de", + "missingBackupFilePathError": "Caminho do arquivo de backup é necessário.", + "multipleBackupFilePath": "Por favor, digite um ou mais caminhos de arquivo separados por vírgulas", + "backupFilePath": "Caminho do arquivo de backup", + "database": "Banco de Dados", + "destination": "Destino", + "targetDatabase": "Banco de Dados de destino", + "restoreTo": "Restaurar para", + "restorePlan": "Restaurar o plano", + "backupSetsToRestore": "Conjuntos de backup para restaurar", + "restoreDatabaseFileAs": "Restaurar arquivos de banco de dados como", + "restoreDatabaseFileDetails": "Restaurar os detalhes do arquivo de banco de dados", + "logicalFileName": "Nome do arquivo lógico", + "fileType": "Tipo de arquivo", + "originalFileName": "Nome do arquivo original", + "restoreAs": "Restaurar como", + "restoreOptions": "Opções de restauração", + "taillogBackup": "Backup de Tail-Log", + "serverConnection": "Conexões de servidor", + "generalTitle": "Geral", + "filesTitle": "Arquivos", + "optionsTitle": "Opções" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/ptb/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..1f1f057f6b --- /dev/null +++ b/i18n/ptb/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionFailure": "Editar dados de sessão falhou ao conectar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/ptb/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ptb/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/ptb/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..41bde2b990 --- /dev/null +++ b/i18n/ptb/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData.refresh": "Atualizar", + "disposeEditFailure": "Editar Descarte Falhou com o Erro:", + "editData.stop": "Pare" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/ptb/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..33c1c79a8f --- /dev/null +++ b/i18n/ptb/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "Ocorreu um erro ao carregar o navegador de arquivos.", + "fileBrowserErrorDialogTitle": "Erro do navegador de arquivo" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..4b2715d60e --- /dev/null +++ b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.filepath": "Caminho selecionado", + "fileFilter": "Tipo de Arquivos", + "fileBrowser.ok": "OK", + "fileBrowser.discard": "Descarte" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..2892d0e19d --- /dev/null +++ b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.selectFile": "Selecione um arquivo" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..b4e37c19d9 --- /dev/null +++ b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowser.regTreeAriaLabel": "Árvore de navegador de arquivo" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..e4c01e0e9f --- /dev/null +++ b/i18n/ptb/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "allFiles": "Todos os arquivos" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/ptb/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..4bd0cdec16 --- /dev/null +++ b/i18n/ptb/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "deleteRow": "Excluir linha", + "revertRow": "Reverter a linha" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/ptb/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..c8dc979a2d --- /dev/null +++ b/i18n/ptb/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "Salve como CSV", + "saveAsJson": "Salvar como JSON", + "saveAsExcel": "Salvar como Excel", + "copySelection": "Copiar", + "copyWithHeaders": "Copie com cabeçalhos", + "selectAll": "Selecionar tudo", + "copyMessages": "Cópia" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/ptb/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..b6015b9501 --- /dev/null +++ b/i18n/ptb/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,24 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartTypeLabel": "Tipo de gráfico", + "dataDirectionLabel": "Direção de dados", + "verticalLabel": "Vertical", + "horizontalLabel": "Horizontal", + "dataTypeLabel": "Tipo de dados", + "numberLabel": "Número", + "pointLabel": "Ponto", + "columnsAsLabelsLabel": "Usar nomes de colunas como rótulos?", + "legendLabel": "Posição da legenda", + "chartNotFound": "Não foi possível encontrar o gráfico para salvar", + "chartSaved": "Gráfico Salvo no caminho: {0}", + "saveAsFileTitle": "Escolha o arquivo de resultados", + "createInsightNoEditor": "Não é possível criar informações como o editor ativo não é um Editor SQL", + "createInsightNoDataService": "Não é possível criar uma visão, apoiando o modelo de dados não encontrado", + "myWidgetName": "Meu Widget" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/ptb/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..5b7ed23bbd --- /dev/null +++ b/i18n/ptb/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chartContextRequired": "Contexto de exibição de gráfico é necessário para executar esta ação", + "copyChartLabel": "Copiar como imagem", + "saveImageLabel": "Salvar como imagem" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/ptb/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..a9d3ecafc4 --- /dev/null +++ b/i18n/ptb/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.item": "Item", + "insights.value": "Valor", + "property": "Propriedade.", + "value": "Valor", + "InsightsDialogTitle": "Insights", + "insights.dialog.items": "Itens", + "insights.dialog.itemDetails": "Detalhes do item" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/ptb/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..5ae6d0315c --- /dev/null +++ b/i18n/ptb/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbench.action.insights.copySelection": "Copie a célula" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/ptb/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..7ab8cef818 --- /dev/null +++ b/i18n/ptb/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsInputError": "Sem perfil de Conexão foi passado para o submenu de ideias", + "insightsError": "Erro de ideias", + "insightsFileError": "Houve um erro ao ler o arquivo de consulta: ", + "insightsConfigError": "Ocorreu um erro ao analisar a configuração de uma visão; Não foi possível encontrar a consulta vetor/string ou arquivo de consulta" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/ptb/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..ef0651ef11 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.settings.sessionTemplates": "Especifica modelos de sessão" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/ptb/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..4dc3c8158b --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerCategory": "Profiler", + "carbon.actions.newProfiler": "Abra uma nova janela do profiler" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/ptb/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..aea1ae4554 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "Conectar-se", + "profilerAction.disconnect": "Desconectado", + "profilerAction.connect": "Conectar-se", + "start": "Início", + "pause": "Pausa", + "profilerStop.stop": "Pare", + "profiler.clear": "Limpar dados", + "profiler.toggleAutoscroll": "Alternar Rolagem Automática", + "profiler.toggleCollapsePanel": "Alternar o painel recolhido", + "profiler.editColumns": "Editar colunas", + "profiler.findNext": "Encontrar a próxima sequência de caracteres", + "profiler.findPrevious": "Encontrar a sequência anterior" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/ptb/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/ptb/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..76563266b3 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "Ordenar por evento", + "nameColumn": "Ordenar por coluna", + "profilerColumnDialog.profiler": "Perfil", + "profilerColumnDialog.ok": "OK", + "profilerColumnDialog.cancel": "Cancelar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/ptb/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..a13b23a668 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "label.find": "Encontrar", + "placeholder.find": "Encontrar", + "label.previousMatchButton": "Correspondência anterior", + "label.nextMatchButton": "Próxima correspondência", + "label.closeButton": "Fechar", + "title.matchesCountLimit": "Destacam-se apenas os primeiro 999 resultados, mas tudo o que encontrar operações funcionam em todo o texto.", + "label.matchesLocation": "{0} de {1}", + "label.noResults": "Nenhum resultado" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/ptb/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..76393808d8 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "text": "Texto", + "label": "Rótulo", + "profilerEditor.value": "Valor", + "details": "Detalhes" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/ptb/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..48b2895108 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerInput.profiler": "Profiler" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/ptb/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..38178eb268 --- /dev/null +++ b/i18n/ptb/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerTextEditorAriaLabel": "Editor do Profiler para o texto do evento. ReadOnly" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/ptb/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..60ab2e3aa2 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "chooseSqlLang": "Escolha a linguagem SQL", + "changeProvider": "Alterar provedor de idiomas SQL", + "changeSqlProvider": "Alterar o provedor de mecanismo SQL", + "alreadyConnected": "Existe uma conexão usando o mecanismo {0}. Para alterar, por favor desconecte ou altere a conexão", + "noEditor": "Nenhum editor de texto ativo neste momento", + "pickSqlProvider": "Selecione o provedor de linguagem SQL" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/ptb/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..242ec89409 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,27 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryBatchStartMessage": "Começou a executar a consulta no ", + "runQueryBatchStartLine": "Linha {0}", + "msgCancelQueryFailed": "Falha ao cancelar a consulta: {0}", + "msgSaveStarted": "Começou a salvar resultados para ", + "msgSaveFailed": "Falha ao salvar os resultados. ", + "msgSaveSucceeded": "Resultados salvos com sucesso para", + "msgStatusRunQueryInProgress": "Executando consulta ...", + "maximizeLabel": "Maximizar", + "resultsPane.restoreLabel": "Restaurar", + "saveCSVLabel": "Salve como CSV", + "saveJSONLabel": "Salve como JSON", + "saveExcelLabel": "Salvar como Excel", + "viewChartLabel": "Ver como gráfico", + "resultPaneLabel": "Resultados", + "executeQueryLabel": "Executando consulta", + "messagePaneLabel": "Mensagens", + "elapsedTimeLabel": "Tempo total de execução: {0}", + "msgCannotSaveMultipleSelections": "O comando Salvar resultados não pode ser usado com seleções múltiplas." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/ptb/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..cbb767d093 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,25 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.messagesDefaultOpen": "Verdadeiro para o painel de mensagens ser aberto por padrão; false para fechado", + "sql.saveAsCsv.includeHeaders": "[Opcional] Quando verdadeiro, os cabeçalhos de coluna são incluídos ao salvar os resultados como CSV", + "sql.copyIncludeHeaders": "[Opcional] Opções de configuração para copiar os resultados da exibição de resultados", + "sql.copyRemoveNewLine": "[Opcional] Opções de configuração para copiar os resultados de várias linhas do modo de exibição de resultados", + "sql.showBatchTime": "[Opcional] Tempo de execução deve ser mostrado para lotes individuais", + "defaultChartType": "[Opcional] o tipo de gráfico padrão para usar ao abrir o visualizador gráfico dos resultados da consulta", + "tabColorMode.off": "Coloração de guia será desativada", + "tabColorMode.border": "Borda superior de cada guia editor irá ser colorida para combinar com o grupo de servidor relevantes", + "tabColorMode.fill": "Cor de fundo de cada editor do guia irá corresponder o grupo relevante no servidor", + "tabColorMode": "Controla como colorir as abas com base no grupo de servidores de sua conexão ativa", + "mssql.intelliSense.enableIntelliSense": "O IntelliSense deve ser habilitado", + "mssql.intelliSense.enableErrorChecking": "Verificação de erros IntelliSense deve ser habilitado", + "mssql.intelliSense.enableSuggestions": "Sugestões de IntelliSense devem ser habilitados", + "mssql.intelliSense.enableQuickInfo": "Devem ser habilitada para IntelliSense informações rápidas", + "mssql.intelliSense.lowerCaseSuggestions": "IntelliSense sugestões devem ser em letras minúsculas", + "queryShortcutDescription": "Defina keybinding workbench.action.query.shortcut {0} para executar o texto do atalho como uma chamada de procedimento. Qualquer texto selecionado no editor de consultas será passado como um parâmetro" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/ptb/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..c07fc870d0 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "Extensão" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/ptb/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..b642b9a1e8 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "resultsSerializer.saveAsFileTitle": "Escolha o arquivo de resultados" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/ptb/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..922aac5489 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryKeyboardAction": "Executar consulta", + "runCurrentQueryKeyboardAction": "Executar consulta atual", + "runCurrentQueryWithActualPlanKeyboardAction": "Executar a consulta atual com o plano real", + "cancelQueryKeyboardAction": "Cancelar a consulta", + "refreshIntellisenseKeyboardAction": "Atualizar Cache do IntelliSense", + "toggleQueryResultsKeyboardAction": "Alternar resultados da consulta", + "queryShortcutNoEditor": "Editor de parâmetro é necessário para um atalho a ser executado" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/ptb/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..b08fa7c8b7 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryLabel": "Executar", + "cancelQueryLabel": "Cancelar", + "estimatedQueryPlan": "Explicar", + "actualQueryPlan": "Real", + "disconnectDatabaseLabel": "Desconectar-se", + "changeConnectionDatabaseLabel": "Alterar a Conexão", + "connectDatabaseLabel": "Conectar-se", + "selectDatabase": "Selecione o banco de dados", + "changeDatabase.failed": "Falha ao mudar o banco de dados", + "changeDatabase.failedWithError": "Falha ao alterar o banco de dados {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/ptb/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..6444383153 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "commitEditFailed": "A linha de confirmação falhou:", + "runQueryStringBatchStartMessage": "Começou a executar consulta \"{0}\"", + "updateCellFailed": "Falha na célula de atualização:" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/ptb/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..448d4ee2dc --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "query.ExecutionFailedError": "Execução falhou devido a um erro inesperado: {0} {1}", + "query.gettingRowsFailedError": "Algo deu errado, ficando mais linhas: {0}", + "query.initEditExecutionFailed": "Falha na execução de editar init: ", + "query.moreRowsFailedError": "Algo deu errado ao obter mais linhas:", + "elapsedBatchTime": "Tempo de execução em lote: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/ptb/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..2a047b9c42 --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeUnsupportedError": "Alterar o modo de idioma não é suportado para consultas não salvas", + "queryEditorServiceChangeError": "Por favor, salvar ou descartar as alterações antes de mudar de/para o modo de linguagem SQL" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/ptb/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..3ddb8b491f --- /dev/null +++ b/i18n/ptb/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "Resultados", + "queryPlan": "Plano de consulta", + "topOperations": "Operações principais", + "chartViewer": "Visualizador gráfico" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/ptb/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..407932eccf --- /dev/null +++ b/i18n/ptb/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,24 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.operation": "Operação", + "topOperations.object": "Objeto", + "topOperations.estCost": "Custo est", + "topOperations.estSubtreeCost": "Custo est da subárvore", + "topOperations.actualRows": "Linhas atuais", + "topOperations.estRows": "Linhas de est", + "topOperations.actualExecutions": "Execuções reais", + "topOperations.estCPUCost": "Custo de CPU est", + "topOperations.estIOCost": "Custo de IO est", + "topOperations.parallel": "Paralelo", + "topOperations.actualRebinds": "Reassociações reais", + "topOperations.estRebinds": "Est reassociações", + "topOperations.actualRewinds": "Actual Rewinds", + "topOperations.estRewinds": "Retroceder", + "topOperations.partitioned": "Particionado" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..789b186abb --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "OeSessionFailedError": "Falha ao criar sessão do Object Explorer" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..0b6c797f4e --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "registeredServers.view": "View", + "databaseConnections": "Conexões de banco de dados", + "datasource.connections": "conexões de fonte de dados", + "datasource.connectionGroups": "grupos de fonte de dados", + "startupConfig": "Configuração de inicialização", + "startup.alwaysShowServersView": "Verdadeiro para que a exibição dos servidores seja exibida no lançamento padrão do SQL Operations Studio ; falso se a última visualização aberta for exibida" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..952d5f7346 --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ServerGroupsDialogTitle": "Grupos de servidores", + "serverGroup.ok": "OK", + "serverGroup.cancel": "Cancelar", + "MissingGroupNameError": "Nome do grupo é necessário.", + "groupDescription": "Descrição do grupo", + "groupColor": "Grupo cor" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..f4647d2c14 --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.addServerGroup": "Adicionar grupo de servidores", + "serverGroup.editServerGroup": "Editar grupo de servidores" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..c4b1cd46fc --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionTree.refresh": "Atualizar", + "DisconnectAction": "Desconectar-se", + "connectionTree.addConnection": "Nova Conexão", + "connectionTree.addServerGroup": "Novo Server Group", + "connectionTree.editServerGroup": "Editar grupo de servidores", + "activeConnections": "Mostrar conexões ativas", + "clearAll": "Limpar tudo", + "recentConnections": "Conexões Recentes", + "registeredServers.newQuery": "Nova consulta", + "deleteConnection": "Excluir a Conexão", + "deleteConnectionGroup": "Excluir grupo", + "clearSearch": "Limpar pesquisa" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..ac4da3e161 --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ManageAction": "Gerenciar", + "objectExplorAction.disconnect": "Desconectar-se" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..e81b58f4b5 --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loading": "Carregando..." +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..09a410f63d --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverTree.addConnection": "Adicionar Conexão" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/ptb/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..df1b43665d --- /dev/null +++ b/i18n/ptb/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "treeAriaLabel": "Conexões recentes", + "treeCreation.regTreeAriaLabel": "Servidores" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/ptb/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..41eddc1b7a --- /dev/null +++ b/i18n/ptb/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "inProgressTasksChangesBadge": "{0} tarefas em andamento", + "showTaskHistory": "Mostrar o histórico de tarefa", + "taskHistory.view": "Visão", + "taskHistory": "Tarefa de história", + "datasource.task": "Status da Tarefa de Operação" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/ptb/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..a9ad8a83d0 --- /dev/null +++ b/i18n/ptb/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "InProgressWarning": "1 ou mais tarefas estão em andamento. Tem certeza que deseja sair?", + "yes": "Sim", + "no": "Não" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..1bf8711d25 --- /dev/null +++ b/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelTask.cancel": "Cancelar", + "errorMsgFromCancelTask": "A tarefa falhou ao ser cancelada.", + "taskAction.script": "Script" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..b9387e61c7 --- /dev/null +++ b/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "succeeded": "sucedeu", + "failed": "falhou", + "inProgress": "em andamento", + "notStarted": "não iniciado", + "canceled": "cancelado", + "canceling": "cancelando" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..d6e60f2150 --- /dev/null +++ b/i18n/ptb/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noTaskMessage": "Nenhum histórico de tarefas para exibição. Tente uma tarefa de backup ou restauração para visualizar seu status de execução.", + "taskHistory.regTreeAriaLabel": "Histórico de tarefa", + "taskError": "Erro de tarefa" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/ptb/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..c6c2ea9dc9 --- /dev/null +++ b/i18n/ptb/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,25 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property": "Define uma propriedade para mostrar no painel de controle", + "dashboard.properties.property.displayName": "Qual o valor a ser usado como um rótulo para a propriedade", + "dashboard.properties.property.value": "Qual o valor do objeto para acessar o valor", + "dashboard.properties.property.ignore": "Especifique valores para ser ignorado.", + "dashboard.properties.property.default": "Valor padrão para mostrar se ignorado ou nenhum valor", + "dashboard.properties.flavor": "Um sabor para definir as propriedades do painel de controle", + "dashboard.properties.flavor.id": "Identificação do Flavor", + "dashboard.properties.flavor.condition": "Condição para usar o flavor", + "dashboard.properties.flavor.condition.field": "Campo para comparar a", + "dashboard.properties.flavor.condition.operator": "Qual operador usar para comparação", + "dashboard.properties.flavor.condition.value": "Valor para comparar o campo para", + "dashboard.properties.databaseProperties": "Propriedades para mostrar a página de banco de dados", + "dashboard.properties.serverProperties": "Propriedades para mostrar para a página do servidor", + "carbon.extension.dashboard": "Define que este provedor oferece suporte para o painel de controle", + "dashboard.id": "Id do provedor (ex. MSSQL)", + "dashboard.properties": "Valores de propriedade a serem exibidos no painel de controle" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/ptb/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..869d69e7d6 --- /dev/null +++ b/i18n/ptb/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.InsightsRegistry": "Widget usado nos painéis de controle" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/ptb/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..d765fed77e --- /dev/null +++ b/i18n/ptb/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "schema.dashboardWidgets.all": "Widget usado nos painéis de controle", + "schema.dashboardWidgets.database": "Widget usado nos painéis de controle", + "schema.dashboardWidgets.server": "Widget usado nos painéis de controle" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/ptb/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..c7d84d123f --- /dev/null +++ b/i18n/ptb/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountManagementNoProvider": "O provedor da conta não existe" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/workbench/common/actions.i18n.json b/i18n/ptb/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..eb95888bad --- /dev/null +++ b/i18n/ptb/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,21 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newQueryAction.newQuery": "Nova consulta", + "scriptSelect": "Selecione Top 1000", + "scriptAlter": "Script como Alter", + "editData": "Editar dados", + "scriptCreate": "Script de criação", + "scriptDelete": "Script como excluir", + "backupAction.backup": "Backup", + "restoreAction.restore": "Restaurar", + "manage": "Gerenciar", + "showDetails": "Mostrar detalhes", + "newDatabase": "Novo banco de dados", + "configureDashboard": "Configurar" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/ptb/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..9dca9166eb --- /dev/null +++ b/i18n/ptb/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectOperationName": "Selecione", + "createOperationName": "Criar", + "insertOperationName": "Inserir", + "updateOperationName": "Atualização", + "deleteOperationName": "Excluir", + "scriptSelectNotFound": "Nenhum script foi retornado ao chamar o script de selecionar objeto ", + "scriptNotFoundForObject": "Nenhum script foi retornado durante o script como {0} no objeto {1}", + "scriptingFailed": "Script falhou", + "scriptNotFound": "Nenhum script foi retornado quando scripts como {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/ptb/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..8e34f281ca --- /dev/null +++ b/i18n/ptb/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "OK", + "errorMessageDialog.close": "Fechar", + "copyDetails": "Copiar detalhes" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/ptb/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..6fa7d52b30 --- /dev/null +++ b/i18n/ptb/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error": "Erro", + "warning": "Aviso", + "info": "Informação" +} \ No newline at end of file diff --git a/i18n/ptb/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/ptb/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..e9972cb776 --- /dev/null +++ b/i18n/ptb/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "gettingStarted": "Iniciar", + "showReleaseNotes": "Mostrar como começar", + "read the release notes": "Bem-vindo ao {0} Pré-visualização pública de fevereiro! Você gostaria de ver o Guia de Introdução?" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/editableDropdown/actions.i18n.json b/i18n/rus/src/sql/base/browser/ui/editableDropdown/actions.i18n.json new file mode 100644 index 0000000000..0b4c2a6a5e --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/editableDropdown/actions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dropdownAction.toggle": "Переключить раскрывающийся список" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json b/i18n/rus/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/editableDropdown/dropdown.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/modal/optionsDialog.i18n.json b/i18n/rus/src/sql/base/browser/ui/modal/optionsDialog.i18n.json new file mode 100644 index 0000000000..93d61f507a --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/modal/optionsDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.ok": "ОК", + "optionsDialog.cancel": "Отмена" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json b/i18n/rus/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json new file mode 100644 index 0000000000..52b9a78e94 --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/modal/optionsDialogHelper.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "optionsDialog.missingRequireField": "требуется" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/modal/webViewDialog.i18n.json b/i18n/rus/src/sql/base/browser/ui/modal/webViewDialog.i18n.json new file mode 100644 index 0000000000..569f8ed331 --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/modal/webViewDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webViewDialog.ok": "ОК" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/panel/tabActions.i18n.json b/i18n/rus/src/sql/base/browser/ui/panel/tabActions.i18n.json new file mode 100644 index 0000000000..2e7a59ca24 --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/panel/tabActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "closeTab": "Закрыть" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/selectBox/selectBox.i18n.json b/i18n/rus/src/sql/base/browser/ui/selectBox/selectBox.i18n.json new file mode 100644 index 0000000000..d9db8f3b0a --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/selectBox/selectBox.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertWarningMessage": "Предупреждение: {0}", + "alertInfoMessage": "Информация: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json b/i18n/rus/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/table/plugins/checkboxSelectColumn.plugin.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/base/browser/ui/views/browser/views.i18n.json b/i18n/rus/src/sql/base/browser/ui/views/browser/views.i18n.json new file mode 100644 index 0000000000..1d1dca24b1 --- /dev/null +++ b/i18n/rus/src/sql/base/browser/ui/views/browser/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "viewToolbarAriaLabel": "{0} действий" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/common/theme/colors.i18n.json b/i18n/rus/src/sql/common/theme/colors.i18n.json new file mode 100644 index 0000000000..6779d55356 --- /dev/null +++ b/i18n/rus/src/sql/common/theme/colors.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "tableHeaderBackground": "Цвет фона заголовка таблицы", + "buttonFocusOutline": "Цвет контура кнопки в фокусе." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json b/i18n/rus/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json new file mode 100644 index 0000000000..c14b69f258 --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/accountDialog/accountDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "linkedAccounts": "Связанные учетные записи", + "accountDialog.close": "Закрыть" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json b/i18n/rus/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json new file mode 100644 index 0000000000..e32730fe7d --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/accountDialog/accountDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "accountDialog.addAccountErrorTitle": "Ошибка при добавлении учетной записи" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json b/i18n/rus/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/accountListStatusbar/accountListStatusbarItem.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json b/i18n/rus/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json new file mode 100644 index 0000000000..52acd02b7d --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancel": "Отмена", + "userCode": "Код пользователя", + "website": "Веб-сайт" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json b/i18n/rus/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/autoOAuthDialog/autoOAuthDialogController.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/common/accountActions.i18n.json b/i18n/rus/src/sql/parts/accountManagement/common/accountActions.i18n.json new file mode 100644 index 0000000000..d3bf51a396 --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/common/accountActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addAccount": "Добавить учетную запись", + "removeAccount": "Удаление учетной записи", + "confirmRemoveUserAccountMessage": "Вы действительно хотите удалить '{0}'?" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json b/i18n/rus/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json new file mode 100644 index 0000000000..35dfc0cb3b --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/common/accountListRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "refreshCredentials": "Вам необходимо обновить учетные данные для этой учетной записи." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json b/i18n/rus/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json new file mode 100644 index 0000000000..268242a453 --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/common/accountManagement.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "carbon.extension.contributes.account.icon.light": "Путь к значку, когда используется светлая тема", + "carbon.extension.contributes.account.icon.dark": "Путь к значку, когда используется темная тема", + "carbon.extension.contributes.account": "Передает значки поставщику учетной записи." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json b/i18n/rus/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json new file mode 100644 index 0000000000..fa677ada15 --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallRuleDialogDescription": "Ваш клиентский IP-адрес не имеет доступа к серверу. Войдите в учетную запись Azure и создайте новое правило брандмауэра, чтобы разрешить доступ.", + "firewallRuleHelpDescription": "Дополнительные сведения о параметрах брандмауэра", + "addIPAddressLabel": "Добавить мой клиентский IP" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json b/i18n/rus/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json new file mode 100644 index 0000000000..c0e90335c0 --- /dev/null +++ b/i18n/rus/src/sql/parts/accountManagement/firewallRuleDialog/firewallRuleDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "firewallDialog.addAccountErrorTitle": "Ошибка при добавлении учетной записи" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/admin/common/adminService.i18n.json b/i18n/rus/src/sql/parts/admin/common/adminService.i18n.json new file mode 100644 index 0000000000..a9d132fcbd --- /dev/null +++ b/i18n/rus/src/sql/parts/admin/common/adminService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noHandlerRegistered": "Нет зарегистрированного обработчика" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/admin/database/create/createDatabase.component.i18n.json b/i18n/rus/src/sql/parts/admin/database/create/createDatabase.component.i18n.json new file mode 100644 index 0000000000..233233e7e7 --- /dev/null +++ b/i18n/rus/src/sql/parts/admin/database/create/createDatabase.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "createDatabase.noRecordsFound": "Записи не найдены" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/common/connection.contribution.i18n.json b/i18n/rus/src/sql/parts/connection/common/connection.contribution.i18n.json new file mode 100644 index 0000000000..f48ebc16ef --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/common/connection.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.maxRecentConnectionsDescription": "Максимальное количество недавно использованных соединений для хранения в списке подключений." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/common/connectionActions.i18n.json b/i18n/rus/src/sql/parts/connection/common/connectionActions.i18n.json new file mode 100644 index 0000000000..7451225197 --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/common/connectionActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionAction.yes": "Да", + "connectionAction.no": "Нет", + "delete": "Удалить" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/common/connectionConfig.i18n.json b/i18n/rus/src/sql/parts/connection/common/connectionConfig.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/common/connectionConfig.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/common/connectionManagementService.i18n.json b/i18n/rus/src/sql/parts/connection/common/connectionManagementService.i18n.json new file mode 100644 index 0000000000..c17890b16d --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/common/connectionManagementService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionNotAcceptedError": "Подключение не принято", + "connectionService.yes": "Да", + "connectionService.no": "Нет" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/common/localizedConstants.i18n.json b/i18n/rus/src/sql/parts/connection/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..db997bb9e8 --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/common/localizedConstants.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onDidConnectMessage": "Подключен к", + "onDidDisconnectMessage": "Отключен", + "unsavedGroupLabel": "Несохраненные соединения" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json b/i18n/rus/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json new file mode 100644 index 0000000000..192df69a91 --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/connectionDialog/advancedPropertiesController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "advancedProperties.discard": "Отменить" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json b/i18n/rus/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json new file mode 100644 index 0000000000..adcc1ac62d --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/connectionDialog/connectionDialogService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connectionError": "Ошибка соединения", + "kerberosHelpLink": " Справка по настройке Kerberos доступна на" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json b/i18n/rus/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json new file mode 100644 index 0000000000..7a32c2ed7b --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/connectionDialog/connectionDialogWidget.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "connection": "Подключение", + "savedConnectionTitle": "Сохраненные подключения", + "connectType": "Тип подключения", + "connectionDialog.cancel": "Отмена", + "clearRecentConnectionMessage": "Вы уверены, что хотите удалить все соединения из списка?", + "recentHistory": "Недавняя история" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json b/i18n/rus/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json new file mode 100644 index 0000000000..be620af4cf --- /dev/null +++ b/i18n/rus/src/sql/parts/connection/connectionDialog/connectionWidget.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loadingDatabaseOption": "Идет загрузка...", + "connectionWidget.missingRequireField": "требуется.", + "advanced": "Дополнительно..." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/common/actions.i18n.json b/i18n/rus/src/sql/parts/dashboard/common/actions.i18n.json new file mode 100644 index 0000000000..169e1b3f32 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/common/actions.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editDashboardExit": "Выход", + "refreshWidget": "Обновить" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/common/dashboardHelper.i18n.json b/i18n/rus/src/sql/parts/dashboard/common/dashboardHelper.i18n.json new file mode 100644 index 0000000000..ff700d882e --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/common/dashboardHelper.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDashboardContainerError": "Указанный контейнер панели мониторинга не существует." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json b/i18n/rus/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/common/dashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json new file mode 100644 index 0000000000..1c80c5314f --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/common/dashboardTab.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sqlops.extension.contributes.dashboard.tab.description": "Описание этой вкладки, которое будет показано пользователю.", + "sqlops.extension.contributes.dashboard.tab.edition": "Издания, для которых данная вкладка должна быть доступна.", + "sqlops.extension.contributes.dashboard.tab.container": "Контейнер, который будет отображаться в этой вкладке.", + "sqlops.extension.contributes.dashboard.tab.alwaysShow": "Будет ли эта вкладка отображаться всегда или только при добавлении её пользователем." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/containers/dashboardContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json new file mode 100644 index 0000000000..ac247bbe13 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.gridtab.items": "Список виджетов или webviews, которые будут отображаться в этой вкладке." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json new file mode 100644 index 0000000000..6dccc9ef09 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.left-nav-bar.id": "Уникальный идентификатор для этой секции навигации. Будет передан расширению для любых запросов.", + "dashboard.container.left-nav-bar.icon.light": "Путь к значку, когда используется светлая тема", + "dashboard.container.left-nav-bar.icon.dark": "Путь к значку, когда используется темная тема", + "dashboard.container.left-nav-bar.container": "Контейнер, который будет отображаться в разделе навигации.", + "dashboard.container.left-nav-bar": "Список контейнеров панелей мониторинга, отображаемых в этом разделе." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/containers/dashboardWebviewContainer.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json new file mode 100644 index 0000000000..68dc2a6bcc --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.container.widgets": "Список виджетов, которые будут отображаться на этой вкладке." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json b/i18n/rus/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json new file mode 100644 index 0000000000..cf8f8b3ea6 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/newDashboardTabDialog/newDashboardTabDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "newDashboardTab.ok": "ОК", + "newDashboardTab.cancel": "Отмена" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/pages/dashboardPageContribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json b/i18n/rus/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/pages/databaseDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..60a83bdeb6 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/pages/databaseDashboardPage.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.databaseproperties.value": "Значение в объекте информации базы данных", + "lastLogBackup": "Последняя резервная копия журнала", + "owner": "Владелец" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json b/i18n/rus/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/pages/serverDashboardPage.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json new file mode 100644 index 0000000000..5cb23b1a17 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/pages/serverDashboardPage.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.serverproperties": "Значения свойств для отображения", + "version": "Версия" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json b/i18n/rus/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/services/breadcrumb.service.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json b/i18n/rus/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json new file mode 100644 index 0000000000..1f16c63604 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/services/dashboardServiceInterface.service.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.changeDatabaseFailure": "Не удалось изменить базу данных" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json new file mode 100644 index 0000000000..79f584b156 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/explorer/explorerWidget.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "seachObjects": "Поиск по имени типа (a:, t:, v:, f: или sp:)", + "searchDatabases": "Поиск базы данных" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/actions.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/actions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/actions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json new file mode 100644 index 0000000000..1293d41edd --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/insightsWidget.component.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.lastUpdated": "Последнее обновление: {0} {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json new file mode 100644 index 0000000000..b715f7b9ee --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/insightsWidgetSchemas.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightIdDescription": "Уникальный идентификатор, используемый для кэширования результатов анализа.", + "insightQueryFileDescription": "[Опционально] путь к файлу, который содержит запрос. Используйте, если не задан \"запрос\"" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json new file mode 100644 index 0000000000..f109c69be8 --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/chartInsight.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "columnsAsLabels": "Если dataDirection равно vertical и это значение равно true, то для условных обозначений будут использованы имена столбцов." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json new file mode 100644 index 0000000000..178150c77c --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yAxisMax": "Максимальное значение по оси y", + "xAxisMax": "Максимальное значение по оси x" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/charts/types/lineChart.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/countInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/insights/views/imageInsight.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json b/i18n/rus/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json b/i18n/rus/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json new file mode 100644 index 0000000000..77b9401340 --- /dev/null +++ b/i18n/rus/src/sql/parts/disasterRecovery/backup/backup.component.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.backupDevice": "Резервные файлы", + "backup.algorithm": "Алгоритм", + "backup.media": "Носитель", + "backup.mediaOption": "Создать резервную копию в существующем наборе носителей", + "backup.mediaOptionFormat": "Создать резервную копию на новом наборе носителей", + "backup.existingMediaAppend": "Добавить к существующему резервному набору данных", + "backup.existingMediaOverwrite": "Перезаписать все существующие резервные наборы данных", + "backup.checksumContainer": "Рассчитать контрольную сумму перед записью на носитель", + "backup.continueOnErrorContainer": "Продолжать при ошибке", + "backup.expiration": "Срок действия", + "backup.advancedConfiguration": "Расширенная конфигурация", + "backup.encryption": "Шифрование", + "backup.reliability": "Надежность", + "backup.mediaNameRequired": "Требуется имя носителя", + "backupComponent.invalidInput": "Некорректные данные. Значение должно быть больше или равно 0.", + "backupComponent.cancel": "Отмена", + "backup.backupFileRequired": "Требуется путь к файлу резервной копии" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/disasterRecovery/backup/constants.i18n.json b/i18n/rus/src/sql/parts/disasterRecovery/backup/constants.i18n.json new file mode 100644 index 0000000000..207adf8771 --- /dev/null +++ b/i18n/rus/src/sql/parts/disasterRecovery/backup/constants.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "backup.filterBackupFiles": "Резервное копирование файлов" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json b/i18n/rus/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json new file mode 100644 index 0000000000..6e978b838c --- /dev/null +++ b/i18n/rus/src/sql/parts/disasterRecovery/restore/restoreDialog.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "RestoreDialogTitle": "Восстановление базы данных", + "restoreDialog.restoreTitle": "Восстановить базу данных", + "restoreDialog.backupFile": "Файл резервной копии", + "restoreDialog.cancel": "Отмена", + "restoreDialog.script": "Скрипт", + "missingBackupFilePathError": "Требуется путь к файлу резервной копии.", + "multipleBackupFilePath": "Пожалуйста, введите один или несколько путей файлов, разделенных запятыми", + "backupFilePath": "Путь к файлу резервной копии", + "database": "База данных", + "destination": "Назначение", + "targetDatabase": "Целевая база данных", + "restorePlan": "План восстановления", + "backupSetsToRestore": "Резервные наборы данных для восстановления", + "restoreDatabaseFileAs": "Восстановить файлы базы данных как", + "fileType": "Тип файла", + "restoreAs": "Восстановить как", + "serverConnection": "Соединения с сервером", + "filesTitle": "Файлы", + "optionsTitle": "Параметры" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/editData/common/editDataInput.i18n.json b/i18n/rus/src/sql/parts/editData/common/editDataInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/editData/common/editDataInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/editData/editor/editDataEditor.i18n.json b/i18n/rus/src/sql/parts/editData/editor/editDataEditor.i18n.json new file mode 100644 index 0000000000..2865649361 --- /dev/null +++ b/i18n/rus/src/sql/parts/editData/editor/editDataEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "maxRowTaskbar": "Максимальное число строк:" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/editData/execution/editDataActions.i18n.json b/i18n/rus/src/sql/parts/editData/execution/editDataActions.i18n.json new file mode 100644 index 0000000000..b99ef4d00c --- /dev/null +++ b/i18n/rus/src/sql/parts/editData/execution/editDataActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData.refresh": "Обновить" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json b/i18n/rus/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json new file mode 100644 index 0000000000..c21d1c785a --- /dev/null +++ b/i18n/rus/src/sql/parts/fileBrowser/common/fileBrowserService.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowserErrorMessage": "Произошла ошибка при загрузке браузера файлов.", + "fileBrowserErrorDialogTitle": "Ошибка браузера файлов" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json new file mode 100644 index 0000000000..7f6f63fe99 --- /dev/null +++ b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserDialog.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileBrowser.ok": "ОК" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json new file mode 100644 index 0000000000..6c1c6c3caa --- /dev/null +++ b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "filebrowser.selectFile": "Выберите файл" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/fileBrowser/fileBrowserViewModel.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json b/i18n/rus/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/grid/views/editData/editDataGridActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/grid/views/gridActions.i18n.json b/i18n/rus/src/sql/parts/grid/views/gridActions.i18n.json new file mode 100644 index 0000000000..328abc6409 --- /dev/null +++ b/i18n/rus/src/sql/parts/grid/views/gridActions.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveAsCsv": "Сохранить в формате CSV", + "copyWithHeaders": "Копировать с заголовками", + "selectAll": "Выбрать все" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/grid/views/query/chartViewer.component.i18n.json b/i18n/rus/src/sql/parts/grid/views/query/chartViewer.component.i18n.json new file mode 100644 index 0000000000..bd2e95df4e --- /dev/null +++ b/i18n/rus/src/sql/parts/grid/views/query/chartViewer.component.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dataDirectionLabel": "Направление передачи данных", + "numberLabel": "Число", + "pointLabel": "Точка", + "labelFirstColumnLabel": "Использовать первый столбец в качестве метки строки?", + "columnsAsLabelsLabel": "Использовать имена столбцов как метки?", + "saveAsFileTitle": "Выберите файл результатов" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/grid/views/query/chartViewerActions.i18n.json b/i18n/rus/src/sql/parts/grid/views/query/chartViewerActions.i18n.json new file mode 100644 index 0000000000..a20b1e1c3c --- /dev/null +++ b/i18n/rus/src/sql/parts/grid/views/query/chartViewerActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "copyChartLabel": "Копировать как изображение" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/insights/browser/insightsDialogView.i18n.json b/i18n/rus/src/sql/parts/insights/browser/insightsDialogView.i18n.json new file mode 100644 index 0000000000..5943c88fe5 --- /dev/null +++ b/i18n/rus/src/sql/parts/insights/browser/insightsDialogView.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insights.value": "Значение", + "value": "Значение" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/insights/common/insightDialogActions.i18n.json b/i18n/rus/src/sql/parts/insights/common/insightDialogActions.i18n.json new file mode 100644 index 0000000000..5d047efddc --- /dev/null +++ b/i18n/rus/src/sql/parts/insights/common/insightDialogActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbench.action.insights.copySelection": "Копировать ячейку" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/insights/node/insightsDialogController.i18n.json b/i18n/rus/src/sql/parts/insights/node/insightsDialogController.i18n.json new file mode 100644 index 0000000000..c937ddb41d --- /dev/null +++ b/i18n/rus/src/sql/parts/insights/node/insightsDialogController.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "insightsFileError": "Произошла ошибка при чтении файла запроса: " +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json b/i18n/rus/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json new file mode 100644 index 0000000000..53b7adff97 --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/contrib/profiler.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.settings.sessionTemplates": "Определяет шаблоны сессии" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json b/i18n/rus/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/contrib/profilerActions.contribution.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/contrib/profilerActions.i18n.json b/i18n/rus/src/sql/parts/profiler/contrib/profilerActions.i18n.json new file mode 100644 index 0000000000..d937f0bca7 --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/contrib/profilerActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profiler.connect": "Подключиться", + "profilerAction.disconnect": "Отключен", + "start": "Запустить", + "profilerStop.stop": "Остановить", + "profiler.toggleAutoscroll": "Переключение автоматической прокрутки", + "profiler.findPrevious": "Найти предыдущую строку", + "profilerAction.newProfiler": "Новый профилировщик" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json b/i18n/rus/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/contrib/profilerWorkbenchActions.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json b/i18n/rus/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json new file mode 100644 index 0000000000..e8995d4bd8 --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "eventSort": "Сортировка по событиям", + "profilerColumnDialog.profiler": "Профилировщик", + "profilerColumnDialog.ok": "ОК" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json b/i18n/rus/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json new file mode 100644 index 0000000000..37b8486498 --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/editor/controller/profilerFindWidget.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "label.find": "Найти", + "label.noResults": "Результаты отсутствуют" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/editor/profilerEditor.i18n.json b/i18n/rus/src/sql/parts/profiler/editor/profilerEditor.i18n.json new file mode 100644 index 0000000000..5d9aeb4909 --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/editor/profilerEditor.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "text": "Текст", + "label": "Этикетка", + "profilerEditor.value": "Значение", + "details": "Подробности" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/editor/profilerInput.i18n.json b/i18n/rus/src/sql/parts/profiler/editor/profilerInput.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/editor/profilerInput.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json b/i18n/rus/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json new file mode 100644 index 0000000000..3cb4426c26 --- /dev/null +++ b/i18n/rus/src/sql/parts/profiler/editor/profilerResourceEditor.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "profilerTextEditorAriaLabel": "Редактор профилировщика для текста события. Только для чтения." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/common/flavorStatus.i18n.json b/i18n/rus/src/sql/parts/query/common/flavorStatus.i18n.json new file mode 100644 index 0000000000..6ff23ab68f --- /dev/null +++ b/i18n/rus/src/sql/parts/query/common/flavorStatus.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "changeProvider": "Изменить поставщика языка SQL", + "changeSqlProvider": "Изменить поставщика SQL", + "alreadyConnected": "Подключение с использованием {0} уже существует. Чтобы изменить его, пожалуйста отключите или смените существующее подключение.", + "pickSqlProvider": "Выберите поставщика языка SQL" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/common/localizedConstants.i18n.json b/i18n/rus/src/sql/parts/query/common/localizedConstants.i18n.json new file mode 100644 index 0000000000..fb1049da53 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/common/localizedConstants.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryBatchStartLine": "Линия {0}", + "msgSaveFailed": "Не удалось сохранить результаты. ", + "resultsPane.restoreLabel": "Восстановить", + "saveJSONLabel": "Сохранить в формате JSON", + "resultPaneLabel": "Результаты", + "executeQueryLabel": "Выполнение запроса ", + "elapsedTimeLabel": "Суммарное время выполнения: {0}", + "msgCannotSaveMultipleSelections": "Команда сохранения результатов не может быть использована при множественном выборе." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/common/query.contribution.i18n.json b/i18n/rus/src/sql/parts/query/common/query.contribution.i18n.json new file mode 100644 index 0000000000..22a0988132 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/common/query.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sql.messagesDefaultOpen": "Состояние панели сообщений по умолчанию: true - открыта; false - закрыта", + "sql.showBatchTime": "[Опционально] Должно ли время выполнения отображаться для отдельных пакетов", + "tabColorMode.border": "Верхняя граница каждой вкладки редактора будет окрашена в цвет соответствующей группы серверов", + "mssql.intelliSense.lowerCaseSuggestions": "Следует ли подсказкам IntelliSense использовать строчные буквы" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/common/queryResultsInput.i18n.json b/i18n/rus/src/sql/parts/query/common/queryResultsInput.i18n.json new file mode 100644 index 0000000000..e0a982b3ff --- /dev/null +++ b/i18n/rus/src/sql/parts/query/common/queryResultsInput.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionsInputName": "Расширение" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/common/resultSerializer.i18n.json b/i18n/rus/src/sql/parts/query/common/resultSerializer.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/query/common/resultSerializer.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/execution/keyboardQueryActions.i18n.json b/i18n/rus/src/sql/parts/query/execution/keyboardQueryActions.i18n.json new file mode 100644 index 0000000000..61c7b687b9 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/execution/keyboardQueryActions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryKeyboardAction": "Выполнить запрос", + "runCurrentQueryWithActualPlanKeyboardAction": "Выполнить текущий запрос с фактическим планом", + "cancelQueryKeyboardAction": "Отменить запрос", + "refreshIntellisenseKeyboardAction": "Обновить кэш IntelliSense" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/execution/queryActions.i18n.json b/i18n/rus/src/sql/parts/query/execution/queryActions.i18n.json new file mode 100644 index 0000000000..58b05c1199 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/execution/queryActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "runQueryLabel": "Запуск", + "cancelQueryLabel": "Отмена", + "changeConnectionDatabaseLabel": "Изменить соединение", + "connectDatabaseLabel": "Подключить", + "selectDatabase": "Выберите базу данных" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/execution/queryModelService.i18n.json b/i18n/rus/src/sql/parts/query/execution/queryModelService.i18n.json new file mode 100644 index 0000000000..5a91e958a1 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/execution/queryModelService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateCellFailed": "Сбой обновления ячейки: " +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/execution/queryRunner.i18n.json b/i18n/rus/src/sql/parts/query/execution/queryRunner.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/query/execution/queryRunner.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/services/queryEditorService.i18n.json b/i18n/rus/src/sql/parts/query/services/queryEditorService.i18n.json new file mode 100644 index 0000000000..f96f8e42a3 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/services/queryEditorService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "queryEditorServiceChangeUnsupportedError": "Изменение языкового режима не поддерживается для несохраненных запросов" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/query/views/queryOutput.component.i18n.json b/i18n/rus/src/sql/parts/query/views/queryOutput.component.i18n.json new file mode 100644 index 0000000000..4e06c2ab60 --- /dev/null +++ b/i18n/rus/src/sql/parts/query/views/queryOutput.component.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "results": "Результаты", + "queryPlan": "План запроса" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/queryPlan/topOperations.component.i18n.json b/i18n/rus/src/sql/parts/queryPlan/topOperations.component.i18n.json new file mode 100644 index 0000000000..4831f7f563 --- /dev/null +++ b/i18n/rus/src/sql/parts/queryPlan/topOperations.component.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "topOperations.object": "Объект", + "topOperations.estSubtreeCost": "Оценка стоимости поддерева", + "topOperations.estRows": "Оценка строк" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json b/i18n/rus/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/common/objectExplorerService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json b/i18n/rus/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json new file mode 100644 index 0000000000..a6a8bff855 --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/common/registeredServer.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "databaseConnections": "Подключения к базе данных" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json b/i18n/rus/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json new file mode 100644 index 0000000000..fff4f05788 --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ServerGroupsDialogTitle": "Группы серверов", + "groupColor": "Цвет группы" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json b/i18n/rus/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json new file mode 100644 index 0000000000..bd1d50f552 --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/serverGroupDialog/serverGroupViewModel.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "serverGroup.addServerGroup": "Добавить группу серверов", + "serverGroup.editServerGroup": "Редактировать группу серверов" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json b/i18n/rus/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json new file mode 100644 index 0000000000..c5afcc50b4 --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/viewlet/connectionTreeAction.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "activeConnections": "Показать активные соединения", + "clearAll": "Очистить все", + "recentConnections": "Последние соединения", + "deleteConnectionGroup": "Удалить группу", + "clearSearch": "Очистить поиск" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json b/i18n/rus/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json new file mode 100644 index 0000000000..1e49ffc836 --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/viewlet/objectExplorerActions.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "objectExplorAction.disconnect": "Отключение" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json b/i18n/rus/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json new file mode 100644 index 0000000000..5ed35f3069 --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "loading": "Загрузка..." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json b/i18n/rus/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/viewlet/serverTreeView.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json b/i18n/rus/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/parts/registeredServer/viewlet/treeCreationUtils.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json b/i18n/rus/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json new file mode 100644 index 0000000000..eb5ac29cbc --- /dev/null +++ b/i18n/rus/src/sql/parts/taskHistory/common/taskHistory.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "inProgressTasksChangesBadge": "{0} выполняющихся задач", + "showTaskHistory": "Показать историю задачи", + "taskHistory.view": "Вид", + "datasource.task": "Статус задачи операции" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/taskHistory/common/taskService.i18n.json b/i18n/rus/src/sql/parts/taskHistory/common/taskService.i18n.json new file mode 100644 index 0000000000..459c0799b6 --- /dev/null +++ b/i18n/rus/src/sql/parts/taskHistory/common/taskService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yes": "Да" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json b/i18n/rus/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json new file mode 100644 index 0000000000..b3594aafce --- /dev/null +++ b/i18n/rus/src/sql/parts/taskHistory/viewlet/taskAction.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "cancelTask.cancel": "Отмена", + "errorMsgFromCancelTask": "Ошибка при отмене задачи." +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json b/i18n/rus/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json new file mode 100644 index 0000000000..8c0fb9eae8 --- /dev/null +++ b/i18n/rus/src/sql/parts/taskHistory/viewlet/taskHistoryRenderer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "succeeded": "успешно", + "inProgress": "в процессе выполнения" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json b/i18n/rus/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json new file mode 100644 index 0000000000..8c2fb69626 --- /dev/null +++ b/i18n/rus/src/sql/parts/taskHistory/viewlet/taskHistoryView.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "taskHistory.regTreeAriaLabel": "История задач", + "taskError": "Ошибка выполнения задачи" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json b/i18n/rus/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json new file mode 100644 index 0000000000..5bb04fe252 --- /dev/null +++ b/i18n/rus/src/sql/platform/dashboard/common/dashboardRegistry.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "dashboard.properties.property": "Определяет свойство для отображения на панели мониторинга", + "dashboard.properties.property.displayName": "Какое значение использовать в качестве метки для свойства", + "dashboard.properties.property.default": "Значение по умолчанию, которое отображается в том случае, если значение игнорируется или не указано.", + "dashboard.properties.flavor.condition.operator": "Какой оператор использовать для сравнения", + "dashboard.properties.flavor.condition.value": "Значение для сравнения поля", + "dashboard.properties.databaseProperties": "Свойства для отображения на странице базы данных", + "dashboard.id": "Идентификатор поставщика (пример: MSSQL)" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/platform/dashboard/common/insightRegistry.i18n.json b/i18n/rus/src/sql/platform/dashboard/common/insightRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/platform/dashboard/common/insightRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/platform/dashboard/common/widgetRegistry.i18n.json b/i18n/rus/src/sql/platform/dashboard/common/widgetRegistry.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/platform/dashboard/common/widgetRegistry.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/services/accountManagement/accountManagementService.i18n.json b/i18n/rus/src/sql/services/accountManagement/accountManagementService.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/src/sql/services/accountManagement/accountManagementService.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/src/sql/workbench/common/actions.i18n.json b/i18n/rus/src/sql/workbench/common/actions.i18n.json new file mode 100644 index 0000000000..9cbbb1f7c8 --- /dev/null +++ b/i18n/rus/src/sql/workbench/common/actions.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editData": "Редактировать данные", + "scriptDelete": "Создать сценарий Удаления", + "restoreAction.restore": "Восстановить", + "configureDashboard": "Настройка" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/workbench/common/taskUtilities.i18n.json b/i18n/rus/src/sql/workbench/common/taskUtilities.i18n.json new file mode 100644 index 0000000000..20217c67d8 --- /dev/null +++ b/i18n/rus/src/sql/workbench/common/taskUtilities.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectOperationName": "Выбрать", + "updateOperationName": "Обновить", + "deleteOperationName": "Удалить" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json b/i18n/rus/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json new file mode 100644 index 0000000000..d33a49b09f --- /dev/null +++ b/i18n/rus/src/sql/workbench/errorMessageDialog/errorMessageDialog.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorMessageDialog.ok": "OK", + "errorMessageDialog.close": "Закрыть", + "copyDetails": "Скопировать сведения" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json b/i18n/rus/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json new file mode 100644 index 0000000000..cf50aac20e --- /dev/null +++ b/i18n/rus/src/sql/workbench/errorMessageDialog/errorMessageService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error": "Ошибка", + "warning": "Предупреждение", + "info": "Информация" +} \ No newline at end of file diff --git a/i18n/rus/src/sql/workbench/update/releaseNotes.i18n.json b/i18n/rus/src/sql/workbench/update/releaseNotes.i18n.json new file mode 100644 index 0000000000..063b1da355 --- /dev/null +++ b/i18n/rus/src/sql/workbench/update/releaseNotes.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "gettingStarted": "Начать работу", + "showReleaseNotes": "Показать \"Приступая к работе\"" +} \ No newline at end of file diff --git a/src/vs/workbench/parts/localizations/browser/localizationsActions.ts b/src/vs/workbench/parts/localizations/browser/localizationsActions.ts index e703abc345..26d596443b 100644 --- a/src/vs/workbench/parts/localizations/browser/localizationsActions.ts +++ b/src/vs/workbench/parts/localizations/browser/localizationsActions.ts @@ -20,11 +20,12 @@ export class ConfigureLocaleAction extends Action { public static readonly ID = 'workbench.action.configureLocale'; public static readonly LABEL = localize('configureLocale', "Configure Language"); + // {{SQL CARBON EDIT}} private static DEFAULT_CONTENT: string = [ '{', - `\t// ${localize('displayLanguage', 'Defines VSCode\'s display language.')}`, + `\t// ${localize('displayLanguage', 'Defines SQL Operations Studio\'s display language.')}`, `\t// ${localize('doc', 'See {0} for a list of supported languages.', 'https://go.microsoft.com/fwlink/?LinkId=761051')}`, - `\t// ${localize('restart', 'Changing the value requires restarting VSCode.')}`, + `\t// ${localize('restart', 'Changing the value requires restarting SQL Operations Studio.')}`, `\t"locale":"${language}"`, '}' ].join('\n');