mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 23:30:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
19
i18n/jpn/src/sql/parts/dashboard/common/actions.i18n.json
Normal file
19
i18n/jpn/src/sql/parts/dashboard/common/actions.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"editDashboard": "編集",
|
||||
"editDashboardExit": "終了",
|
||||
"refreshWidget": "最新の情報に更新",
|
||||
"toggleMore": "詳細に切り替える",
|
||||
"deleteWidget": "ウィジェットの削除",
|
||||
"clickToUnpin": "クリックしてピン留めを外します",
|
||||
"clickToPin": "クリックしてピン留めします",
|
||||
"addFeatureAction.openInstalledFeatures": "インストールされている機能を開く",
|
||||
"collapseWidget": "折りたたみ",
|
||||
"expandWidget": "展開"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "{0} は不明なコンテナーです。"
|
||||
}
|
||||
@@ -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": "ホーム",
|
||||
"missingConnectionInfo": "このダッシュ ボードには接続情報が見つかりませんでした"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azdata.extension.contributes.dashboard.tab.id": "このタブの一意の識別子。拡張機能のすべての要求に渡されます。",
|
||||
"azdata.extension.contributes.dashboard.tab.title": "ユーザーに表示するタブのタイトル。",
|
||||
"azdata.extension.contributes.dashboard.tab.description": "このタブのユーザーに表示される説明。",
|
||||
"azdata.extension.contributes.tab.when": "この項目を表示するために true にする必要がある条件",
|
||||
"azdata.extension.contributes.tab.provider": "このタブと互換性のある接続の種類を定義します。設定されていない場合の既定値は「MSSQL」です。",
|
||||
"azdata.extension.contributes.dashboard.tab.container": "このタブに表示されるコンテナー。",
|
||||
"azdata.extension.contributes.dashboard.tab.alwaysShow": "このタブを常に表示するか、またはユーザーが追加した場合にのみ表示するかどうか。",
|
||||
"azdata.extension.contributes.dashboard.tab.isHomeTab": "このタブを接続の種類の [ホーム] タブとして使用するかどうか。",
|
||||
"azdata.extension.contributes.tabs": "ユーザーがダッシュボードに追加する 1 つまたは、複数のタブを提供します。",
|
||||
"dashboardTab.contribution.noTitleError": "拡張機能にタイトルが指定されていません。",
|
||||
"dashboardTab.contribution.noDescriptionWarning": "表示するよう指定された説明はありません。",
|
||||
"dashboardTab.contribution.noContainerError": "拡張機能にコンテナーが指定されていません。",
|
||||
"dashboardTab.contribution.moreThanOneDashboardContainersError": "空間ごとにダッシュボード コンテナーを 1 つだけ定義する必要があります"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azdata.extension.contributes.dashboard.container.id": "このコンテナーの一意の識別子。",
|
||||
"azdata.extension.contributes.dashboard.container.container": "タブに表示されるコンテナー。",
|
||||
"azdata.extension.contributes.containers": "単一または、複数のダッシュ ボード コンテナーを提供し、ユーザーがダッシュボードに追加できるようにします。",
|
||||
"dashboardContainer.contribution.noIdError": "拡張用に指定されたダッシュボード コンテナーに ID がありません。",
|
||||
"dashboardContainer.contribution.noContainerError": "ダッシュボードコンテナーに拡張で指定されたコンテナーはありません。",
|
||||
"dashboardContainer.contribution.moreThanOneDashboardContainersError": "空間ごとにダッシュボード コンテナーを 1 つのみ定義する必要があります。",
|
||||
"dashboardTab.contribution.unKnownContainerType": "拡張用にダッシュボード コンテナーで定義されているコンテナーの種類が不明です。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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.controlhost": "このタブで表示される controlhost。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboardNavSection": "\"{0}\" セクションに無効なコンテンツがあります。機能拡張の所有者にお問い合わせください。"
|
||||
}
|
||||
@@ -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.gridtab.items": "このタブで表示されるウィジェットまたはウェブビューのリストです。",
|
||||
"gridContainer.invalidInputs": "ウィジェットや Web ビューが拡張機能用のウィジェット コンテナー内に必要です。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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.modelview": "このタブに表示されるモデル バッキング ビュー。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.left-nav-bar.id": "このナビゲーション セクションの一意の識別子。拡張機能のすべての要求に渡されます。",
|
||||
"dashboard.container.left-nav-bar.icon": "(オプション)UI でこのナビゲーションセクションを表すために使用されるアイコン。ファイル パスまたはテーマを設定",
|
||||
"dashboard.container.left-nav-bar.icon.light": "明るいテーマを使用した場合のアイコンのパス",
|
||||
"dashboard.container.left-nav-bar.icon.dark": "暗いテーマで使用するアイコンのパス",
|
||||
"dashboard.container.left-nav-bar.title": "ユーザーに表示するナビゲーション セクションのタイトル。",
|
||||
"dashboard.container.left-nav-bar.container": "このナビゲーション セクションに表示されるコンテナーです。",
|
||||
"dashboard.container.left-nav-bar": "このナビゲーション セクションに表示されるダッシュボード コンテナーの一覧。",
|
||||
"opticon": "プロパティ `icon` は省略するか、`{dark, light}` などの文字列またはリテラルにする必要があります",
|
||||
"navSection.missingTitle": "拡張に指定されたナビゲーション セクションにタイトルがありません。",
|
||||
"navSection.missingContainer": "拡張用のコンテナーがナビゲーション セクションにありません。",
|
||||
"navSection.moreThanOneDashboardContainersError": "空間ごとにダッシュボード コンテナーを 1 つだけ定義する必要があります。",
|
||||
"navSection.invalidContainer": "拡張に関して NAV_SECTION 内の NAV_SECTION は無効なコンテナーです。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "このタブで表示されるウェブビューです。"
|
||||
}
|
||||
@@ -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.widgets": "このタブに表示されるウィジェットの一覧。",
|
||||
"widgetContainer.invalidInputs": "拡張には、ウィジェット コンテナー内にウィジェットの一覧が必要です。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azdata.extension.contributes.widget.when": "この項目を表示するために true にする必要がある条件",
|
||||
"dashboardpage.tabName": "コンテナーのタイトル",
|
||||
"dashboardpage.rowNumber": "グリッド内のコンポーネントの行",
|
||||
"dashboardpage.rowSpan": "グリッド内のコンポーネントの rowspan。既定値は 1 です。グリッド内の行数を設定するには '*' を使用します。",
|
||||
"dashboardpage.colNumber": "グリッド内のコンポーネントの列",
|
||||
"dashboardpage.colspan": "グリッドのコンポーネントの colspan。既定値は 1 です。グリッドの列数を設定するには '*' を使用します。",
|
||||
"azdata.extension.contributes.dashboardPage.tab.id": "このタブの一意の識別子。拡張機能のすべての要求に渡されます。",
|
||||
"dashboardTabError": "拡張機能タブが不明またはインストールされていません。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "データベース ダッシュボード"
|
||||
}
|
||||
@@ -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": "プロパティのウィジェットを有効または無効にする",
|
||||
"dashboard.databaseproperties": "プロパティの値を表示",
|
||||
"dashboard.databaseproperties.displayName": "プロパティの表示名",
|
||||
"dashboard.databaseproperties.value": "データベース情報オブジェクトの値",
|
||||
"dashboard.databaseproperties.ignore": "無視する特定の値を指定します",
|
||||
"recoveryModel": "復旧モデル",
|
||||
"lastDatabaseBackup": "前回のデータベース バックアップ",
|
||||
"lastLogBackup": "最終ログ バックアップ",
|
||||
"compatibilityLevel": "互換性レベル",
|
||||
"owner": "所有者",
|
||||
"dashboardDatabase": "データベース ダッシュボード ページをカスタマイズする",
|
||||
"dashboardDatabaseTabs": "データベース ダッシュボード タブをカスタマイズする"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "サーバー ダッシュボード"
|
||||
}
|
||||
@@ -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": "プロパティのウィジェットを有効または無効にする",
|
||||
"dashboard.serverproperties": "プロパティの値を表示",
|
||||
"dashboard.serverproperties.displayName": "プロパティの表示名",
|
||||
"dashboard.serverproperties.value": "サーバー情報オブジェクトの値",
|
||||
"version": "バージョン",
|
||||
"edition": "エディション",
|
||||
"computerName": "コンピューター名",
|
||||
"osVersion": "OS バージョン",
|
||||
"dashboardServer": "サーバー ダッシュ ボード ページをカスタマイズします。",
|
||||
"dashboardServerTabs": "サーバー ダッシュボードのタブをカスタマイズします"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "ホーム"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "データベースを変更できませんでした。"
|
||||
}
|
||||
@@ -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": "型の名前で検索する (a:、t:、v:、f:、sp:)",
|
||||
"searchDatabases": "検索データベース",
|
||||
"dashboard.explorer.objectError": "オブジェクトを読み込むことができません",
|
||||
"dashboard.explorer.databaseError": "データベースを読み込めません"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "クエリの実行"
|
||||
}
|
||||
@@ -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": "最終更新日: {0} {1}",
|
||||
"noResults": "表示する結果がありません。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insightWidgetDescription": "サーバーまたはデータベースをクエリして、その結果をグラフや集計のカウントなどの複数の方法で表示できるウィジェットを追加します",
|
||||
"insightIdDescription": "インサイトの結果をキャッシングするために使用する一意の識別子。",
|
||||
"insightQueryDescription": "実行する SQL クエリ。返す結果セットは 1 つのみでなければなりません。",
|
||||
"insightQueryFileDescription": "[省略可能] クエリが含まれるファイルのパス。\"query\" が設定されていない場合に使用します",
|
||||
"insightAutoRefreshIntervalDescription": "[省略可能] 分単位の自動更新間隔。設定しないと、自動更新されません",
|
||||
"actionTypes": "使用するアクション",
|
||||
"actionDatabaseDescription": "アクションのターゲット データベース。データ ドリブン列名を使用するには、\"${columnName}\" という形式を使用できます。",
|
||||
"actionServerDescription": "アクションのターゲット サーバー。データ ドリブン列名を使用するには \"${columnName}” という形式を使用できます。",
|
||||
"actionUserDescription": "アクションの対象ユーザーがデータ ドリブン列名を使用するには \"${columnName}\" という形式を利用できます。",
|
||||
"carbon.extension.contributes.insightType.id": "分析情報の識別子",
|
||||
"carbon.extension.contributes.insights": "ダッシュボード パレットに分析情報を提供します。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"chartErrorMessage": "指定されたデータのグラフを表示できません"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"chartInsightDescription": "ダッシュボードのグラフとしてクエリ結果を表示します。",
|
||||
"colorMapDescription": "\"column name\" -> color をマップします。たとえば、\"column1\": red を追加すると、この列で使用される色が赤になります",
|
||||
"legendDescription": "グラフの凡例の優先される位置と表示設定を示します。これはクエリに基づく列名で、各グラフ項目のラベルにマップされます",
|
||||
"labelFirstColumnDescription": "dataDirection が横の場合、true に設定すると凡例に最初の列値が使用されます。",
|
||||
"columnsAsLabels": "dataDirectionが垂直の場合、設定を true にすると凡例の列名が使用されます。",
|
||||
"dataDirectionDescription": "列 (垂直方向) または行 (水平方向) からデータを読み取るかどうかを定義します。時系列の場合、方向は垂直にする必要があるため、これは無視されます。",
|
||||
"showTopNData": "showTopNData を設定すると、グラフの上位 N 個のデータのみが表示されます。"
|
||||
}
|
||||
@@ -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": "Y 軸の最小値",
|
||||
"yAxisMax": "Y 軸の最大値",
|
||||
"barchart.yAxisLabel": "Y 軸のラベル",
|
||||
"xAxisMin": "X 軸の最小値",
|
||||
"xAxisMax": "X 軸の最大値",
|
||||
"barchart.xAxisLabel": "X 軸のラベル"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "グラフのデータ セットのデータのプロパティを示します。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "結果セット内の各列について、行 0 の値がカウントされ列名の後に表示されます。\"1 Healthy\", \"3 Unhealthy\" となっている場合、行 1 セル 1 には、\"Healthy\" が列名、1 が値として使用されます。"
|
||||
}
|
||||
@@ -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": "イメージを表示します。例 : ggplot2 を使用して R クエリによって返されたイメージ",
|
||||
"imageFormatDescription": "必要な形式は何ですか。これは、JPEG、PNG、またはその他の形式ですか?",
|
||||
"encodingDescription": "これは 16 進数、base64 または、他の形式でエンコードされていますか?"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tableInsightDescription": "単純なテーブルに結果を表示"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "ダッシュボードのプロパティを読み込むことができません。"
|
||||
}
|
||||
Reference in New Issue
Block a user