@nocobase/plugin-data-visualization 2.0.0-alpha.5 → 2.0.0-alpha.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/client/2ba6e739852f8f86.js +10 -0
  2. package/dist/client/3326d830e1c77b0a.js +47 -0
  3. package/dist/client/8795975cb8946be4.js +10 -0
  4. package/dist/client/924c5f5607998e1c.js +10 -0
  5. package/dist/client/flow/components/AntdFilterSelector.d.ts +35 -0
  6. package/dist/client/flow/{models/ChartPreviewer.d.ts → components/DaraButton.d.ts} +5 -1
  7. package/dist/client/flow/models/ChartBlockModel.d.ts +18 -19
  8. package/dist/client/flow/models/ChartOptionsBuilder.d.ts +3 -5
  9. package/dist/client/flow/models/ChartOptionsBuilder.service.d.ts +45 -3
  10. package/dist/client/flow/models/ChartOptionsPanel.d.ts +1 -0
  11. package/dist/client/flow/models/{ChartEventsEditor.d.ts → EventsEditor.d.ts} +2 -1
  12. package/dist/client/flow/models/QueryBuilder.d.ts +7 -1
  13. package/dist/client/flow/models/QueryBuilder.service.d.ts +19 -0
  14. package/dist/client/flow/resources/ChartResource.d.ts +1 -4
  15. package/dist/client/flow/utils.d.ts +4 -0
  16. package/dist/client/index.js +1 -1
  17. package/dist/client/utils.d.ts +11 -11
  18. package/dist/externalVersion.js +10 -9
  19. package/dist/locale/de-DE.json +122 -79
  20. package/dist/locale/en-US.json +122 -86
  21. package/dist/locale/es-ES.json +145 -0
  22. package/dist/locale/fr-FR.json +145 -0
  23. package/dist/locale/hu-HU.json +145 -0
  24. package/dist/locale/id-ID.json +145 -0
  25. package/dist/locale/it-IT.json +122 -79
  26. package/dist/locale/ja-JP.json +130 -78
  27. package/dist/locale/ko-KR.json +140 -70
  28. package/dist/locale/nl-NL.json +149 -99
  29. package/dist/locale/pt-BR.json +145 -0
  30. package/dist/locale/ru-RU.json +145 -0
  31. package/dist/locale/tr-TR.json +145 -0
  32. package/dist/locale/uk-UA.json +145 -0
  33. package/dist/locale/vi-VN.json +145 -0
  34. package/dist/locale/zh-CN.json +122 -87
  35. package/dist/locale/zh-TW.json +145 -0
  36. package/dist/node_modules/koa-compose/package.json +1 -1
  37. package/dist/node_modules/moment-timezone/package.json +1 -1
  38. package/dist/server/actions/query.js +20 -2
  39. package/package.json +5 -2
  40. package/dist/client/33f0f13fb9c8b63c.js +0 -10
  41. package/dist/client/b60420c7da874e70.js +0 -47
  42. package/dist/client/d5982ab2df5b1822.js +0 -10
  43. package/dist/client/e5eee84a69b5014e.js +0 -10
  44. package/dist/client/flow/models/FormItemLite.d.ts +0 -13
  45. package/dist/client/flow/models/queryBuilder.logic.d.ts +0 -25
@@ -1,102 +1,145 @@
1
1
  {
2
- "Edit": "Modifica",
3
- "Delete": "Elimina",
4
- "Cancel": "Annulla",
5
- "Submit": "Invia",
2
+ "Abbreviation": "Abbreviazione",
6
3
  "Actions": "Azioni",
7
- "Title": "Titolo",
8
- "Enable": "Abilita",
4
+ "Add chart": "Aggiungi grafico",
5
+ "Add custom field": "Aggiungi campo personalizzato",
6
+ "Add field": "Aggiungi campo",
7
+ "Add transformation": "Aggiungi trasformazione",
8
+ "Aggregation": "Aggregazione",
9
+ "Alias": "Alias",
10
+ "Are you sure to cancel?": "Sei sicuro di voler annullare?",
11
+ "Area": "Area",
12
+ "Aspect ratio": "Proporzioni",
13
+ "Auto map by data columns": "Auto map by data columns",
14
+ "Auto refresh": "Aggiornamento automatico",
15
+ "Avg": "Media",
16
+ "Bar": "Barra",
17
+ "Builder": "Builder",
18
+ "Built-in": "Integrato",
19
+ "Cancel": "Annulla",
20
+ "Category field": "Category field",
9
21
  "Chart": "Grafico",
22
+ "Chart options": "Chart options",
23
+ "Chart settings": "Chart settings",
24
+ "Chart type": "Tipo di grafico",
10
25
  "ChartV2": "GraficoV2",
11
26
  "Charts": "Grafici",
27
+ "Choose the appropriate chart": "Choose the appropriate chart",
28
+ "Collapse": "Comprimi",
29
+ "Collection": "Raccolta",
30
+ "Column": "Colonne",
31
+ "Config reference: ": "Riferimento configurazione: ",
12
32
  "Configure": "Configura",
13
- "Duplicate": "Duplica",
14
33
  "Configure chart": "Configura grafico",
15
- "Transform": "Trasforma",
16
- "Chart type": "Tipo di grafico",
17
- "JSON config": "Configurazione JSON",
18
- "Query": "Query",
34
+ "Container": "Contenitore",
35
+ "Count": "Conteggio",
36
+ "Currency": "Valuta",
37
+ "Current filter": "Filtro corrente",
19
38
  "Data": "Dati",
20
- "Run query": "Esegui query",
21
- "Measures": "Misure",
39
+ "Data query": "Data query",
40
+ "Date range": "Intervallo date",
41
+ "Delete": "Elimina",
22
42
  "Dimensions": "Dimensioni",
23
- "Filter": "Filtro",
24
- "Sort": "Ordina",
25
- "Limit": "Limite",
26
- "Offset": "Offset",
43
+ "Distinct": "Rimuovi duplicati",
44
+ "Divide": "Divide",
45
+ "Doughnut": "Doughnut Chart",
46
+ "Dual axes": "Doppi assi",
47
+ "Duplicate": "Duplica",
48
+ "Edit": "Modifica",
49
+ "Edit field properties": "Modifica proprietà del campo",
50
+ "Enable": "Abilita",
27
51
  "Enable cache": "Abilita cache",
28
- "TTL (second)": "TTL (secondi)",
52
+ "Events": "Events",
53
+ "Expand": "Espandi",
54
+ "Exponential": "Esponenziale",
29
55
  "Field": "Campo",
30
- "Aggregation": "Aggregazione",
31
- "Alias": "Alias",
56
+ "Filter": "Filtro",
57
+ "Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
58
+ "Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
59
+ "Fixed height": "Altezza fissa",
32
60
  "Format": "Formato",
33
- "The first 10 records of the query result:": "I primi 10 record del risultato della query:",
34
- "Please run query to retrive data.": "Esegui la query per recuperare i dati.",
35
- "Type": "Tipo",
36
- "Add field": "Aggiungi campo",
37
- "Add chart": "Aggiungi grafico",
38
- "xField": "Campo X",
39
- "yField": "Campo Y",
40
- "seriesField": "Campo serie",
41
- "angleField": "Campo angolo",
42
- "colorField": "Campo colore",
43
- "Line": "Linee",
44
- "Area": "Area",
45
- "Column": "Colonne",
46
- "Bar": "Barra",
47
- "Pie": "Torta",
48
- "Dual axes": "Doppi assi",
49
- "Scatter": "Dispersione",
61
+ "Funnel": "Funnel Chart",
50
62
  "Gauge": "Indicatore",
51
- "Statistic": "Statistica",
52
- "Currency": "Valuta",
63
+ "Height": "Altezza",
64
+ "Hide data": "Hide data",
65
+ "Horizontal": "Horizontal",
66
+ "Inner radius (%)": "Inner radius (%)",
67
+ "Input": "Input",
68
+ "JSON config": "Configurazione JSON",
69
+ "Label": "Label",
70
+ "Label content": "Label content",
71
+ "Legend": "Legend",
72
+ "Limit": "Limite",
73
+ "Line": "Linee",
74
+ "Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
75
+ "Max": "Massimo",
76
+ "Max size (%)": "Max size (%)",
77
+ "Measures": "Misure",
78
+ "Min": "Minimo",
79
+ "Min size (%)": "Min size (%)",
80
+ "Multiply": "Multiply",
81
+ "Offset": "Offset",
82
+ "Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
83
+ "Optimize visual encoding": "Optimize visual encoding",
84
+ "Optional series": "Optional series",
85
+ "Original field": "Campo originale",
86
+ "Outer radius (%)": "Outer radius (%)",
53
87
  "Percent": "Percentuale",
54
- "Exponential": "Esponenziale",
55
- "Abbreviation": "Abbreviazione",
88
+ "Pie": "Torta",
89
+ "Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
56
90
  "Please configure and run query": "Configura ed esegui la query",
57
91
  "Please configure chart": "Configura il grafico",
58
- "Are you sure to cancel?": "Sei sicuro di voler annullare?",
59
- "You changes are not saved. If you click OK, your changes will be lost.": "Le modifiche non sono state salvate. Se fai clic su OK, le modifiche andranno perse.",
92
+ "Please run query to retrive data.": "Esegui la query per recuperare i dati.",
93
+ "Please select a chart type.": "Seleziona un tipo di grafico.",
94
+ "Query": "Query",
95
+ "Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
96
+ "Run query": "Esegui query",
60
97
  "Same properties set in the form above will be overwritten by this JSON config.": "Le stesse proprietà impostate nel modulo sopra verranno sovrascritte da questa configurazione JSON.",
61
- "Built-in": "Integrato",
62
- "Config reference: ": "Riferimento configurazione: ",
63
- "Table": "Tabella",
98
+ "Scatter": "Dispersione",
99
+ "Select Field": "Select Field",
100
+ "Select a source field to use metadata of the field": "Seleziona un campo origine per utilizzare i metadati del campo",
101
+ "Select field": "Select Field",
102
+ "Show background": "Mostra sfondo",
103
+ "Show border": "Mostra bordo",
104
+ "Show padding": "Mostra spaziatura interna",
105
+ "Size": "Dimensione",
106
+ "Smooth": "Smooth",
107
+ "Sort": "Ordina",
108
+ "Split line": "Split line",
109
+ "Stack": "Stack",
110
+ "Statistic": "Statistica",
111
+ "Submit": "Invia",
64
112
  "Sum": "Somma",
65
- "Avg": "Media",
66
- "Count": "Conteggio",
67
- "Min": "Minimo",
68
- "Max": "Massimo",
69
- "Please select a chart type.": "Seleziona un tipo di grafico.",
70
- "Collection": "Raccolta",
71
- "isStack": "èSovrapposto",
72
- "isPercent": "èPercentuale",
73
- "isGroup": "èGruppo",
74
- "smooth": "smussato",
75
- "Collapse": "Comprimi",
76
- "Expand": "Espandi",
77
- "Current filter": "Filtro corrente",
78
- "Add custom field": "Aggiungi campo personalizzato",
79
- "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "Per filtrare con campi personalizzati, utilizza le variabili \"Filtro corrente\" nella configurazione del grafico.",
80
- "Input": "Input",
81
- "Date range": "Intervallo date",
113
+ "TTL (second)": "TTL (secondi)",
114
+ "Table": "Tabella",
115
+ "The first 10 records of the query result:": "I primi 10 record del risultato della query:",
82
116
  "Time range": "Intervallo tempo",
83
- "Edit field properties": "Modifica proprietà del campo",
84
- "Select a source field to use metadata of the field": "Seleziona un campo origine per utilizzare i metadati del campo",
85
- "Original field": "Campo originale",
117
+ "Title": "Titolo",
118
+ "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "Per filtrare con campi personalizzati, utilizza le variabili \"Filtro corrente\" nella configurazione del grafico.",
119
+ "Tooltip": "Tooltip",
120
+ "Transform": "Trasforma",
86
121
  "Transformation": "Trasformazione",
87
- "Add transformation": "Aggiungi trasformazione",
88
- "Container": "Contenitore",
89
- "Show border": "Mostra bordo",
90
122
  "Transformation tip": "I campi consentono trasformazioni multiple, applicate in sequenza. Presta attenzione alle modifiche del tipo di dati dopo ogni trasformazione. La funzionalità di trascinamento consente di regolare l'ordine delle trasformazioni.",
91
- "Type conversion": "Conversione tipo",
92
123
  "Transformer": "Trasformatore",
93
- "Size": "Dimensione",
124
+ "Type": "Tipo",
125
+ "Type conversion": "Conversione tipo",
126
+ "Value field": "Value field",
127
+ "Vertical": "Vertical",
128
+ "View data": "View data",
94
129
  "Width": "Larghezza",
95
- "Height": "Altezza",
96
- "Aspect ratio": "Proporzioni",
97
- "Fixed height": "Altezza fissa",
98
- "Show background": "Mostra sfondo",
99
- "Show padding": "Mostra spaziatura interna",
100
- "Distinct": "Rimuovi duplicati",
101
- "Auto refresh": "Aggiornamento automatico"
102
- }
130
+ "X axis label rotate": "X axis label rotate",
131
+ "You changes are not saved. If you click OK, your changes will be lost.": "Le modifiche non sono state salvate. Se fai clic su OK, le modifiche andranno perse.",
132
+ "angleField": "Campo angolo",
133
+ "ascending": "ascending",
134
+ "colorField": "Campo colore",
135
+ "descending": "descending",
136
+ "isGroup": "èGruppo",
137
+ "isPercent": "èPercentuale",
138
+ "isStack": "èSovrapposto",
139
+ "percent": "Percent",
140
+ "seriesField": "Campo serie",
141
+ "smooth": "smussato",
142
+ "value": "Value",
143
+ "xField": "Campo X",
144
+ "yField": "Campo Y"
145
+ }
@@ -1,101 +1,153 @@
1
1
  {
2
- "Edit": "編集",
3
- "Delete": "削除",
4
- "Cancel": "キャンセル",
5
- "Submit": "送信",
2
+ "Abbreviation": "略語",
6
3
  "Actions": "アクション",
7
- "Title": "タイトル",
8
- "Enable": "有効化",
4
+ "Add chart": "チャートを追加",
5
+ "Add custom field": "カスタムフィールドを追加",
6
+ "Add field": "フィールドを追加",
7
+ "Add transformation": "変換を追加",
8
+ "Aggregation": "集計",
9
+ "Alias": "エイリアス",
10
+ "Are you sure to cancel?": "キャンセルしてもよろしいですか?",
11
+ "Area": "エリア図",
12
+ "Area Chart": "面積グラフ",
13
+ "Aspect ratio": "アスペクト比",
14
+ "Auto map by data columns": "Auto map by data columns",
15
+ "Auto refresh": "自動更新",
16
+ "Avg": "平均",
17
+ "Bar": "バーチャート",
18
+ "Bar Chart": "棒グラフ",
19
+ "Builder": "Builder",
20
+ "Built-in": "内蔵",
21
+ "Cancel": "キャンセル",
22
+ "Category field": "Category field",
9
23
  "Chart": "チャート",
24
+ "Chart options": "Chart options",
25
+ "Chart settings": "Chart settings",
26
+ "Chart type": "チャートタイプ",
10
27
  "ChartV2": "チャートV2",
11
28
  "Charts": "チャート",
29
+ "Choose the appropriate chart": "Choose the appropriate chart",
30
+ "Collapse": "折りたたみ",
31
+ "Collection": "コレクション",
32
+ "Column": "カラムチャート",
33
+ "Column Chart": "縦棒グラフ",
34
+ "Config reference: ": "設定リファレンス:",
12
35
  "Configure": "設定",
13
- "Duplicate": "複製",
14
36
  "Configure chart": "チャートを設定",
15
- "Transform": "変換",
16
- "Chart type": "チャートタイプ",
17
- "JSON config": "JSON設定",
18
- "Query": "クエリ",
37
+ "Container": "コンテナ",
38
+ "Count": "カウント",
39
+ "Currency": "通貨",
40
+ "Current filter": "現在のフィルター",
19
41
  "Data": "データ",
20
- "Run query": "クエリを実行",
21
- "Measures": "測定値",
42
+ "Data query": "Data query",
43
+ "Date range": "日付範囲",
44
+ "Delete": "削除",
22
45
  "Dimensions": "次元",
23
- "Filter": "フィルター",
24
- "Sort": "ソート",
25
- "Limit": "制限",
26
- "Offset": "スキップする件数",
46
+ "Distinct": "重複排除",
47
+ "Divide": "Divide",
48
+ "Doughnut": "Doughnut Chart",
49
+ "Dual Axes Chart": "二重軸グラフ",
50
+ "Dual axes": "デュアル軸",
51
+ "Duplicate": "複製",
52
+ "Edit": "編集",
53
+ "Edit field properties": "フィールドプロパティを編集",
54
+ "Enable": "有効化",
27
55
  "Enable cache": "キャッシュを有効化",
28
- "TTL (second)": "TTL(秒)",
56
+ "Events": "Events",
57
+ "Expand": "展開",
58
+ "Exponential": "指数",
29
59
  "Field": "フィールド",
30
- "Aggregation": "集計",
31
- "Alias": "エイリアス",
60
+ "Filter": "フィルター",
61
+ "Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
62
+ "Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
63
+ "Fixed height": "固定高さ",
32
64
  "Format": "フォーマット",
33
- "The first 10 records of the query result:": "クエリ結果の最初の10件:",
34
- "Please run query to retrive data.": "データを取得するためにクエリを実行してください。",
35
- "Type": "タイプ",
36
- "Add field": "フィールドを追加",
37
- "Add chart": "チャートを追加",
38
- "xField": "x軸フィールド",
39
- "yField": "y軸フィールド",
40
- "seriesField": "系列フィールド",
41
- "angleField": "角度フィールド",
42
- "colorField": "色フィールド",
43
- "Line Chart": "折れ線グラフ",
44
- "Area Chart": "面積グラフ",
45
- "Column Chart": "縦棒グラフ",
46
- "Bar Chart": "棒グラフ",
47
- "Pie Chart": "円グラフ",
48
- "Dual Axes Chart": "二重軸グラフ",
49
- "Scatter Chart": "散布図",
65
+ "Funnel": "Funnel Chart",
66
+ "Gauge": "ゲージ",
50
67
  "Gauge Chart": "ゲージチャート",
51
- "Statistic": "統計",
52
- "Currency": "通貨",
68
+ "Height": "高さ",
69
+ "Hide data": "Hide data",
70
+ "Horizontal": "Horizontal",
71
+ "Inner radius (%)": "Inner radius (%)",
72
+ "Input": "入力",
73
+ "JSON config": "JSON設定",
74
+ "Label": "Label",
75
+ "Label content": "Label content",
76
+ "Legend": "Legend",
77
+ "Limit": "制限",
78
+ "Line": "折れ線グラフ",
79
+ "Line Chart": "折れ線グラフ",
80
+ "Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
81
+ "Max": "最大値",
82
+ "Max size (%)": "Max size (%)",
83
+ "Measures": "測定値",
84
+ "Min": "最小値",
85
+ "Min size (%)": "Min size (%)",
86
+ "Multiply": "Multiply",
87
+ "Offset": "スキップする件数",
88
+ "Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
89
+ "Optimize visual encoding": "Optimize visual encoding",
90
+ "Optional series": "Optional series",
91
+ "Original field": "元フィールド",
92
+ "Outer radius (%)": "Outer radius (%)",
53
93
  "Percent": "パーセント",
54
- "Exponential": "指数",
55
- "Abbreviation": "略語",
94
+ "Pie": "円グラフ",
95
+ "Pie Chart": "円グラフ",
96
+ "Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
56
97
  "Please configure and run query": "設定してクエリを実行してください",
57
98
  "Please configure chart": "チャートを設定してください",
58
- "Are you sure to cancel?": "キャンセルしてもよろしいですか?",
59
- "You changes are not saved. If you click OK, your changes will be lost.": "変更は保存されていません。「OK」をクリックすると、変更が失われます。",
99
+ "Please run query to retrive data.": "データを取得するためにクエリを実行してください。",
100
+ "Please select a chart type.": "チャートのタイプを選択してください",
101
+ "Query": "クエリ",
102
+ "Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
103
+ "Run query": "クエリを実行",
60
104
  "Same properties set in the form above will be overwritten by this JSON config.": "上部フォームで設定されたプロパティは、このJSON設定で上書きされます。",
61
- "Built-in": "内蔵",
62
- "Config reference: ": "設定リファレンス:",
63
- "Table": "テーブル",
105
+ "Scatter": "散布図",
106
+ "Scatter Chart": "散布図",
107
+ "Select Field": "Select Field",
108
+ "Select a source field to use metadata of the field": "ソースフィールドを選択して、フィールドのメタデータを使用します。",
109
+ "Select field": "Select Field",
110
+ "Show background": "背景を表示",
111
+ "Show border": "枠線を表示",
112
+ "Show padding": "パディングを表示",
113
+ "Size": "サイズ",
114
+ "Smooth": "Smooth",
115
+ "Sort": "ソート",
116
+ "Split line": "Split line",
117
+ "Stack": "Stack",
118
+ "Statistic": "統計",
119
+ "Submit": "送信",
64
120
  "Sum": "合計",
65
- "Avg": "平均",
66
- "Count": "カウント",
67
- "Min": "最小値",
68
- "Max": "最大値",
69
- "Please select a chart type.": "チャートのタイプを選択してください",
70
- "Collection": "コレクション",
71
- "isStack": "スタック",
72
- "isPercent": "パーセント表示",
73
- "isGroup": "グループ化",
74
- "smooth": "スムーズ",
75
- "Expand": "展開",
76
- "Current filter": "現在のフィルター",
77
- "Add custom field": "カスタムフィールドを追加",
78
- "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "カスタムフィールドでフィルタリングするには、チャート設定で「現在のフィルター」変数を使用してください。",
79
- "Input": "入力",
80
- "Date range": "日付範囲",
121
+ "TTL (second)": "TTL(秒)",
122
+ "Table": "テーブル",
123
+ "The first 10 records of the query result:": "クエリ結果の最初の10件:",
81
124
  "Time range": "時間範囲",
82
- "Edit field properties": "フィールドプロパティを編集",
83
- "Select a source field to use metadata of the field": "ソースフィールドを選択して、フィールドのメタデータを使用します。",
84
- "Original field": "元フィールド",
125
+ "Title": "タイトル",
126
+ "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "カスタムフィールドでフィルタリングするには、チャート設定で「現在のフィルター」変数を使用してください。",
127
+ "Tooltip": "Tooltip",
128
+ "Transform": "変換",
85
129
  "Transformation": "変換",
86
- "Add transformation": "変換を追加",
87
- "Container": "コンテナ",
88
- "Show border": "枠線を表示",
89
130
  "Transformation tip": "フィールドは複数の変換を順次適用できます。各変換後のデータ型の変化に注意してください。ドラッグ&ドロップで順序を調整できます。",
90
- "Type conversion": "型変換",
91
131
  "Transformer": "トランスフォーマー",
92
- "Size": "サイズ",
132
+ "Type": "タイプ",
133
+ "Type conversion": "型変換",
134
+ "Value field": "Value field",
135
+ "Vertical": "Vertical",
136
+ "View data": "View data",
93
137
  "Width": "幅",
94
- "Height": "高さ",
95
- "Aspect ratio": "アスペクト比",
96
- "Fixed height": "固定高さ",
97
- "Show background": "背景を表示",
98
- "Show padding": "パディングを表示",
99
- "Distinct": "重複排除",
100
- "Collapse": "折りたたみ"
101
- }
138
+ "X axis label rotate": "X axis label rotate",
139
+ "You changes are not saved. If you click OK, your changes will be lost.": "変更は保存されていません。「OK」をクリックすると、変更が失われます。",
140
+ "angleField": "角度フィールド",
141
+ "ascending": "ascending",
142
+ "colorField": "色フィールド",
143
+ "descending": "descending",
144
+ "isGroup": "グループ化",
145
+ "isPercent": "パーセント表示",
146
+ "isStack": "スタック",
147
+ "percent": "Percent",
148
+ "seriesField": "系列フィールド",
149
+ "smooth": "スムーズ",
150
+ "value": "Value",
151
+ "xField": "x軸フィールド",
152
+ "yField": "y軸フィールド"
153
+ }