[Loc] update to langpack source files (#18958)

* update to xlfs

* [Loc] added updates to langpack source files
This commit is contained in:
Alex Ma
2022-04-06 12:46:39 -07:00
committed by GitHub
parent 03d2e83250
commit 63a700ef3f
52 changed files with 181 additions and 71 deletions

View File

@@ -9956,8 +9956,8 @@
"table.selectAll": "Выбрать все",
"table.sortAscending": "Сортировка по возрастанию",
"table.sortDescending": "Сортировка по убыванию",
"tableFilter.blankStringDisplayText": "(Blanks)",
"tableFilter.nullDisplayText": "(NULL)",
"tableFilter.blankStringDisplayText": "(Пустые)",
"tableFilter.nullDisplayText": "NULL",
"tableFilter.selectedCount": "Выбрано: {0}",
"tableFilter.visibleCount": "Результатов: {0}"
},
@@ -12364,6 +12364,9 @@
"noHandlerRegistered": "Допустимый обработчик планов выполнения не зарегистрирован",
"providerIdNotValidError": "Для взаимодействия с ExecutionPlanService требуется допустимый поставщик",
"selectExecutionPlanProvider": "Выберите поставщика, чтобы открыть план выполнения"
},
"sql/base/browser/ui/table/plugins/contextMenuColumn.plugin": {
"table.showActions": "Show Actions"
}
}
}