mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 14:50:31 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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": "行を削除",
|
||||
"revertRow": "現在の行を元に戻す"
|
||||
}
|
||||
17
i18n/jpn/src/sql/parts/grid/views/gridActions.i18n.json
Normal file
17
i18n/jpn/src/sql/parts/grid/views/gridActions.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"saveAsCsv": "CSV として保存",
|
||||
"saveAsJson": "JSON として保存",
|
||||
"saveAsExcel": "Excel として保存",
|
||||
"saveAsXml": "XML として保存",
|
||||
"copySelection": "コピー",
|
||||
"copyWithHeaders": "ヘッダー付きでコピー",
|
||||
"selectAll": "すべてを選択",
|
||||
"copyMessages": "コピー"
|
||||
}
|
||||
Reference in New Issue
Block a user