tachybase_todo/packages/plugins/@nocobase/plugin-data-visualization/src/locale/en-US.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* fix: fix T-2063

* fix: fix T-2589

* chore: remove translation of page header

* chore: add version check for migration

* chore: switch locale files to JSON format

* fix: bug

* fix(auth): fix translation

* fix: add App provider

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-06 14:30:17 +08:00

85 lines
2.9 KiB
JSON

{
"Edit": "Edit",
"Delete": "Delete",
"Cancel": "Cancel",
"Submit": "Submit",
"Actions": "Actions",
"Title": "Title",
"Enable": "Enable",
"Chart": "Chart",
"ChartV2": "ChartV2",
"Charts": "Charts",
"Configure": "Configure",
"Duplicate": "Duplicate",
"Configure chart": "Configure chart",
"Transform": "Transform",
"Chart type": "Chart type",
"JSON config": "JSON config",
"Query": "Query",
"Data": "Data",
"Run query": "Run query",
"Measures": "Measures",
"Dimensions": "Dimensions",
"Filter": "Filter",
"Sort": "Sort",
"Limit": "Limit",
"Enable cache": "Enable cache",
"TTL (second)": "TTL (second)",
"Field": "Field",
"Aggregation": "Aggregation",
"Alias": "Alias",
"Format": "Format",
"The first 10 records of the query result:": "The first 10 records of the query result:",
"Please run query to retrive data.": "Please run query to retrive data.",
"Type": "Type",
"Add field": "Add field",
"Add chart": "Add chart",
"xField": "xField",
"yField": "yField",
"seriesField": "seriesField",
"angleField": "angleField",
"colorField": "colorField",
"Line Chart": "Line Chart",
"Area Chart": "Area Chart",
"Column Chart": "Column Chart",
"Bar Chart": "Bar Chart",
"Pie Chart": "Pie Chart",
"Dual Axes Chart": "Dual Axes Chart",
"Scatter Chart": "Scatter Chart",
"Gauge Chart": "Gauge Chart",
"Statistic": "Statistic",
"Currency": "Currency",
"Percent": "Percent",
"Exponential": "Exponential",
"Abbreviation": "Abbreviation",
"Please configure and run query": "Please configure and run query",
"Please configure chart": "Please configure chart",
"Are you sure to cancel?": "Are you sure to cancel?",
"You changes are not saved. If you click OK, your changes will be lost.": "You changes are not saved. If you click OK, your changes will be lost.",
"Same properties set in the form above will be overwritten by this JSON config.": "Same properties set in the form above will be overwritten by this JSON config.",
"Built-in": "Built-in",
"Config reference: ": "Config reference: ",
"Table": "Table",
"Sum": "Sum",
"Avg": "Avg",
"Count": "Count",
"Min": "Min",
"Max": "Max",
"Please select a chart type.": "Please select a chart type.",
"Collection": "Collection",
"isStack": "isStack",
"isPercent": "isPercent",
"isGroup": "isGroup",
"smooth": "smooth",
"Expand": "Expand",
"Current filter": "Current filter",
"Add custom field": "Add custom field",
"To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "To filter with custom fields, use \"Current filter\" variables in the chart configuration.",
"Input": "Input",
"Date range": "Date range",
"Time range": "Time range",
"Edit field properties": "Edit field properties",
"Select a source field to use metadata of the field": "Select a source field to use metadata of the field",
"Original field": "Original field"
}