fix: Rename legacy line and area charts (#28113)

This commit is contained in:
John Bodley 2024-05-02 13:04:22 -07:00 committed by GitHub
parent 5331dc740a
commit b4c4ab7790
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
39 changed files with 69 additions and 69 deletions

View File

@ -41,7 +41,7 @@ describe('Charts filters', () => {
});
it('should allow filtering by "Type" correctly', () => {
setFilter('Type', 'Area Chart (legacy)');
setFilter('Type', 'Area Chart');
setFilter('Type', 'Bubble Chart');
});

View File

@ -39,7 +39,7 @@ const metadata = new ChartMetadata({
{ url: example4, caption: t('Vehicle Types') },
],
label: ChartLabel.Deprecated,
name: t('Area Chart (legacy)'),
name: t('Time-series Area Chart (legacy)'),
supportedAnnotationTypes: [ANNOTATION_TYPES.INTERVAL, ANNOTATION_TYPES.EVENT],
tags: [
t('Comparison'),

View File

@ -36,7 +36,7 @@ const metadata = new ChartMetadata({
{ url: battery, caption: t('Battery level over time') },
],
label: ChartLabel.Deprecated,
name: t('Line Chart (legacy)'),
name: t('Time-series Line Chart (legacy)'),
supportedAnnotationTypes: [
ANNOTATION_TYPES.TIME_SERIES,
ANNOTATION_TYPES.INTERVAL,

View File

@ -561,7 +561,7 @@
"Are you sure you want to proceed?": [""],
"Are you sure you want to save and apply changes?": [""],
"Area Chart": [""],
"Area Chart (legacy)": [""],
"Time-series Area Chart (legacy)": [""],
"Area chart": [""],
"Area chart opacity": [""],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2156,7 +2156,7 @@
],
"Line": [""],
"Line Chart": [""],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -2304,7 +2304,7 @@ msgid "Area Chart"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:177
@ -8638,7 +8638,7 @@ msgid "Line Chart"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:121

View File

@ -775,7 +775,7 @@
"Möchten Sie die Änderungen wirklich speichern und anwenden?"
],
"Area Chart": ["Flächendiagramm"],
"Area Chart (legacy)": ["Flächendiagramm (Legacy)"],
"Time-series Area Chart (legacy)": ["Flächendiagramm (Legacy)"],
"Area chart": ["Flächendiagramm"],
"Area chart opacity": ["Deckkraft des Flächendiagramms"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2684,7 +2684,7 @@
],
"Line": ["Linie"],
"Line Chart": ["Liniendiagramm"],
"Line Chart (legacy)": ["Liniendiagramm (Legacy)"],
"Time-series Line Chart (legacy)": ["Liniendiagramm (Legacy)"],
"Line Style": ["Linien Stil"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"Liniendiagramm wird verwendet, um Messungen zu visualisieren, die über eine bestimmte Kategorie durchgeführt wurden. Liniendiagramm ist eine Art Diagramm, das Informationen als eine Reihe von Datenpunkten anzeigt, die durch gerade Liniensegmente verbunden sind. Es ist ein grundlegender Diagrammtyp, der in vielen Bereichen üblich ist."

View File

@ -8768,7 +8768,7 @@ msgid "Vehicle Types"
msgstr "Fahrzeugtypen"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Flächendiagramm (Legacy)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -9011,7 +9011,7 @@ msgid "Battery level over time"
msgstr "Akkustand im Laufe der Zeit"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "Liniendiagramm (Legacy)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -534,7 +534,7 @@
"Are you sure you want to proceed?": [""],
"Are you sure you want to save and apply changes?": [""],
"Area Chart": [""],
"Area Chart (legacy)": [""],
"Time-series Area Chart (legacy)": [""],
"Area chart": [""],
"Area chart opacity": [""],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2043,7 +2043,7 @@
],
"Line": [""],
"Line Chart": [""],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8163,7 +8163,7 @@ msgid "Vehicle Types"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8384,7 +8384,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -1707,7 +1707,7 @@
"Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [
""
],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line interpolation as defined by d3.js": [""],
"Line width": ["Grosor de línea"],

View File

@ -8738,7 +8738,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Compartir gráfico"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8972,7 +8972,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -2189,7 +2189,7 @@
"Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [
"Définissez une fonction javascript qui reçoit le tableau de données utilisé dans la visualisation et qui doit renvoyer une version modifiée de ce tableau. Cette fonction peut être utilisée pour modifier les propriétés des données, filtrer ou enrichir le tableau."
],
"Line Chart (legacy)": ["Tableau linéaire (héritage)"],
"Time-series Line Chart (legacy)": ["Tableau linéaire (héritage)"],
"Line Style": ["Style de ligne"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"Le graphique linéaire est utilisé pour visualiser les mesures prises sur une catégorie donnée. Le graphique linéaire est un type de graphique qui affiche les informations sous forme de série de points de données reliés par des segments linéaires. Il sagit dun type de tableau de base commun dans de nombreux champs."

View File

@ -9174,7 +9174,7 @@ msgstr "Types du véhicule"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Graphique en aires (hérité)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -9432,7 +9432,7 @@ msgid "Battery level over time"
msgstr "Niveau de la batterie au fil du temps"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "Tableau linéaire (héritage)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -1687,7 +1687,7 @@
"Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [
""
],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8495,7 +8495,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Esplora grafico"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8726,7 +8726,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -1719,7 +1719,7 @@
"Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [
""
],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8488,7 +8488,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "チャートを保存"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8719,7 +8719,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -1729,7 +1729,7 @@
"Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [
""
],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8381,7 +8381,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "차트 보기"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8610,7 +8610,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -582,7 +582,7 @@
"Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?"
],
"Area Chart": [""],
"Area Chart (legacy)": [""],
"Time-series Area Chart (legacy)": [""],
"Area chart": [""],
"Area chart opacity": [""],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2100,7 +2100,7 @@
],
"Line": [""],
"Line Chart": [""],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8406,7 +8406,7 @@ msgid "Vehicle Types"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8632,7 +8632,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -1660,7 +1660,7 @@
"Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [
""
],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8561,7 +8561,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Explorar gráfico"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8792,7 +8792,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -710,7 +710,7 @@
"Tem certeza que deseja salvar e aplicar mudanças ?"
],
"Area Chart": ["Gráfico de área"],
"Area Chart (legacy)": ["Gráfico de área (legado)"],
"Time-series Area Chart (legacy)": ["Gráfico de área (legado)"],
"Area chart": ["Gráfico de área"],
"Area chart opacity": ["Opacidade do gráfico de área"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2536,7 +2536,7 @@
],
"Line": ["Linha"],
"Line Chart": ["Gráfico de linhas"],
"Line Chart (legacy)": ["Gráfico de linhas (herdado)"],
"Time-series Line Chart (legacy)": ["Gráfico de linhas (herdado)"],
"Line Style": ["Estilo da linha"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"O gráfico de linhas é utilizado para visualizar as medições efetuadas numa determinada categoria. O gráfico de linhas é um tipo de gráfico que apresenta informações como uma série de pontos de dados ligados por segmentos de linha reta. É um tipo básico de gráfico comum em muitos domínios."

View File

@ -8714,7 +8714,7 @@ msgid "Vehicle Types"
msgstr "Tipos de veículos"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Gráfico de área (legado)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8956,7 +8956,7 @@ msgid "Battery level over time"
msgstr "Nível da bateria ao longo do tempo"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "Gráfico de linhas (herdado)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -739,7 +739,7 @@
"Вы уверены, что хотите сохранить и применить изменения?"
],
"Area Chart": ["Диаграмма с областями"],
"Area Chart (legacy)": ["Диаграмма с областями (устарело)"],
"Time-series Area Chart (legacy)": ["Диаграмма с областями (устарело)"],
"Area chart": ["Диаграмма с областями"],
"Area chart opacity": ["Непрозрачность диаграммы с областями"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2504,7 +2504,7 @@
],
"Line": ["Линейный"],
"Line Chart": ["Линейный график"],
"Line Chart (legacy)": ["Линейный график (устарело)"],
"Time-series Line Chart (legacy)": ["Линейный график (устарело)"],
"Line Style": ["Тип линии"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"Линейная диаграмма используется для визуализации показателей, полученных в рамках одной категории. Линейная диаграмма - это тип диаграммы, который отображает информацию в виде ряда точек данных, соединенных прямыми отрезками. Это базовый тип диаграммы, распространенный во многих областях."

View File

@ -8585,7 +8585,7 @@ msgid "Vehicle Types"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Диаграмма с областями (устарело)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8820,7 +8820,7 @@ msgid "Battery level over time"
msgstr "Уровень заряда батареи с течением времени"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "Линейный график (устарело)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -522,7 +522,7 @@
"Are you sure you want to proceed?": [""],
"Are you sure you want to save and apply changes?": [""],
"Area Chart": [""],
"Area Chart (legacy)": [""],
"Time-series Area Chart (legacy)": [""],
"Area chart": [""],
"Area chart opacity": [""],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2037,7 +2037,7 @@
],
"Line": [""],
"Line Chart": [""],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Line Style": [""],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
""

View File

@ -8188,7 +8188,7 @@ msgid "Vehicle Types"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8411,7 +8411,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -795,7 +795,7 @@
"Ali resnično želite shraniti in uporabiti spremembe?"
],
"Area Chart": ["Ploščinski grafikon"],
"Area Chart (legacy)": ["Ploščinski grafikon (zastarelo)"],
"Time-series Area Chart (legacy)": ["Ploščinski grafikon (zastarelo)"],
"Area chart": ["Ploščinski grafikon"],
"Area chart opacity": ["Prosojnost ploščinskega grafikona"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2804,7 +2804,7 @@
],
"Line": ["Črta"],
"Line Chart": ["Črtni grafikon"],
"Line Chart (legacy)": ["Črtni grafikon (zastarelo)"],
"Time-series Line Chart (legacy)": ["Črtni grafikon (zastarelo)"],
"Line Style": ["Slog črte"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"Črtni grafikon se uporablja se za vizualizacijo meritev zajetih skozi čas. Posamezne točke so med seboj povezane z ravnimi črtami."

View File

@ -8615,7 +8615,7 @@ msgid "Vehicle Types"
msgstr "Vrste vozil"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Ploščinski grafikon (zastarelo)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8851,7 +8851,7 @@ msgid "Battery level over time"
msgstr "Napolnjenost baterije skozi čas"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "Črtni grafikon (zastarelo)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -1948,7 +1948,7 @@
"Stacked style": [""],
"Video game consoles": [""],
"Vehicle Types": [""],
"Area Chart (legacy)": [""],
"Time-series Area Chart (legacy)": [""],
"Continuous": [""],
"Line": [""],
"nvd3": [""],
@ -2008,7 +2008,7 @@
"Send range filter events to other charts": [""],
"Classic chart that visualizes how metrics change over time.": [""],
"Battery level over time": [""],
"Line Chart (legacy)": [""],
"Time-series Line Chart (legacy)": [""],
"Label Type": [""],
"Category Name": ["Kategori Adı"],
"Value": ["Değer"],

View File

@ -8157,7 +8157,7 @@ msgid "Vehicle Types"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8378,7 +8378,7 @@ msgid "Battery level over time"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -774,7 +774,7 @@
"Ви впевнені, що хочете зберегти та застосувати зміни?"
],
"Area Chart": ["Діаграма"],
"Area Chart (legacy)": ["Діаграма області (спадщина)"],
"Time-series Area Chart (legacy)": ["Діаграма області (спадщина)"],
"Area chart": ["Діаграма"],
"Area chart opacity": ["Область прозоість діаграми"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2638,7 +2638,7 @@
],
"Line": ["Лінія"],
"Line Chart": ["Лінійна діаграма"],
"Line Chart (legacy)": ["Лінійна діаграма (спадщина)"],
"Time-series Line Chart (legacy)": ["Лінійна діаграма (спадщина)"],
"Line Style": ["Лінійний стиль"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"Лінійна діаграма використовується для візуалізації вимірювань, взяті на задану категорію. Лінійна діаграма - це тип діаграми, яка відображає інформацію як ряд точок даних, підключених за допомогою прямих сегментів. Це основний тип діаграми, поширений у багатьох полях."

View File

@ -8649,7 +8649,7 @@ msgid "Vehicle Types"
msgstr "Типи транспортних засобів"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "Діаграма області (спадщина)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8887,7 +8887,7 @@ msgid "Battery level over time"
msgstr "Рівень акумулятора з часом"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "Лінійна діаграма (спадщина)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -672,7 +672,7 @@
"确实要保存并应用更改吗?"
],
"Area Chart": ["面积图"],
"Area Chart (legacy)": ["面积图(传统)"],
"Time-series Area Chart (legacy)": ["面积图(传统)"],
"Area chart": ["面积图"],
"Area chart opacity": ["面积图不透明度"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2397,7 +2397,7 @@
],
"Line": ["直线"],
"Line Chart": ["折线图"],
"Line Chart (legacy)": ["折线图(传统)"],
"Time-series Line Chart (legacy)": ["折线图(传统)"],
"Line Style": ["线条样式"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"时间序列折线图用于可视化在规则时间间隔内进行的重复测量。折线图是一种图表,它将信息显示为一系列由直线段连接的数据点。它是许多领域中常见的一种基本类型的图表。"

View File

@ -8479,7 +8479,7 @@ msgstr "类型"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "面积图(传统)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
@ -8707,7 +8707,7 @@ msgid "Battery level over time"
msgstr "电池电量随时间变化"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "折线图(传统)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49

View File

@ -672,7 +672,7 @@
"確實要保存並應用更改嗎?"
],
"Area Chart": ["面積圖"],
"Area Chart (legacy)": ["面積圖(傳統)"],
"Time-series Area Chart (legacy)": ["面積圖(傳統)"],
"Area chart": ["面積圖"],
"Area chart opacity": ["面積圖不透明度"],
"Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [
@ -2397,7 +2397,7 @@
],
"Line": ["直線"],
"Line Chart": ["折線圖"],
"Line Chart (legacy)": ["折線圖(傳統)"],
"Time-series Line Chart (legacy)": ["折線圖(傳統)"],
"Line Style": ["線條樣式"],
"Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [
"時間序列折線圖用於可視化在規則時間間隔内進行的重復测量。折線圖是一種圖表,它將信息顯示為一系列由直線段連接的數據點。它是許多领域中常見的一種基本類型的圖表。"

View File

@ -2374,7 +2374,7 @@ msgstr "面積圖"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42
#, fuzzy
msgid "Area Chart (legacy)"
msgid "Time-series Area Chart (legacy)"
msgstr "面積圖(傳统)"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:177
@ -8951,7 +8951,7 @@ msgid "Line Chart"
msgstr "折線圖"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39
msgid "Line Chart (legacy)"
msgid "Time-series Line Chart (legacy)"
msgstr "折線圖(傳统)"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:121