forked from github/dataease
feat: 国际化
This commit is contained in:
parent
a1abd66cdc
commit
c393bdaed2
@ -997,5 +997,54 @@ export default {
|
||||
},
|
||||
on_the_left: 'Please select a form on the left',
|
||||
search_by_commit_name: 'Search by operator name'
|
||||
},
|
||||
relation: {
|
||||
no_permission: 'No permission',
|
||||
datasource: 'datasource',
|
||||
dataset: 'dataset',
|
||||
dashboard: 'dashboard',
|
||||
dataV: 'data screen',
|
||||
analysis: 'analysis',
|
||||
resource_type: 'resource type',
|
||||
pls_choose: 'Please choose',
|
||||
choose_resource: 'Choose resource',
|
||||
list_chart: 'List',
|
||||
mind_map: 'Mind map',
|
||||
index: 'Serial number',
|
||||
datasource_name: 'datasource name',
|
||||
dataset_name: 'dataset name',
|
||||
dashboard_name: 'dashboard name',
|
||||
dataV_name: 'data screen name',
|
||||
retract: 'retract',
|
||||
expand: 'expand',
|
||||
node_info: 'Node details',
|
||||
node_name: 'node name',
|
||||
creator: 'creator',
|
||||
last_update_time: 'Last update time',
|
||||
dependent: 'resource dependency',
|
||||
new_page: 'New page'
|
||||
},
|
||||
copilot: {
|
||||
talking_analysis: 'Copilot conversation analysis',
|
||||
hello: 'Hello, I am Copilot Conversation Analysis',
|
||||
click_talk: 'Click to open the visual chart answer mode~',
|
||||
know: 'I know',
|
||||
ds_prefix: 'The current data set is [',
|
||||
ds_suffix: '], switching data sets will clear the current session. ',
|
||||
confirm: 'Are you sure you want to switch the data set? ',
|
||||
choose_dataset: 'Choose dataset',
|
||||
pls_choose_dataset: 'Please select a data set',
|
||||
chart: 'chart',
|
||||
line: 'line chart',
|
||||
bar: 'Bar chart',
|
||||
pie: 'pie chart',
|
||||
sorry:
|
||||
'Sorry, this question cannot be answered based on the known information. Please rephrase your question or provide more information~',
|
||||
hello1: 'Hello, I am Copilot, I am happy to serve you~',
|
||||
answer: 'Answering',
|
||||
example: 'You can ask me: a pie chart of the sales proportion of each sales department in 2020',
|
||||
switch_chart: 'Switch chart type',
|
||||
switch_table: 'Switch to detail table',
|
||||
download: 'Download'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user