2021-03-03 15:06:52 +08:00
export default {
2021-07-05 12:28:55 +08:00
fu : {
search _bar : {
search : 'Search' ,
2022-04-17 15:05:01 +08:00
adv _search : 'Advarequirednced search' ,
2021-07-05 12:28:55 +08:00
ok : 'Confirm' ,
cancel : 'Cancel' ,
please _select : 'Please select' ,
please _input : 'Please input' ,
like : 'like ' ,
not _like : 'not like' ,
in : 'in' ,
not _in : 'not in' ,
gt : 'greater than' ,
ge : 'Greater than or equal to' ,
lt : 'less than' ,
le : 'Less than or equal to' ,
eq : 'equal to' ,
ne : 'bot equal to' ,
between : 'between' ,
select _date : 'Select a date' ,
start _date : 'Start date' ,
end _date : 'End date' ,
select _date _time : 'Select date time' ,
start _date _time : 'Start date time' ,
end _date _time : 'End date time' ,
range _separator : 'To' ,
data _time _error : 'The start date cannot be greater than the end date' ,
clean : 'Clean' ,
refresh : 'Refresh'
} ,
table : {
ok : 'Confirm' ,
custom _table _fields : 'Custom table fields' ,
custom _table _fields _desc : 'Fixed field is not in the selection range'
} ,
steps : {
2022-10-21 13:06:45 +08:00
cancel : 'Cancel' ,
2021-07-05 12:28:55 +08:00
next : 'next' ,
prev : 'Last step' ,
finish : 'Finish'
}
} ,
2022-11-28 17:01:55 +08:00
track : {
upload _limit _format : 'The image format is incorrect. It supports JPG and PNG' ,
2022-11-29 12:02:25 +08:00
upload _limit _size : 'Picture size shall not exceed'
2022-11-28 17:01:55 +08:00
} ,
2021-03-03 15:06:52 +08:00
route : {
dashboard : 'Dashboard' ,
documentation : 'Documentation' ,
guide : 'Guide' ,
permission : 'Permission' ,
pagePermission : 'Page Permission' ,
rolePermission : 'Role Permission' ,
directivePermission : 'Directive Permission' ,
icons : 'Icons' ,
components : 'Components' ,
tinymce : 'Tinymce' ,
markdown : 'Markdown' ,
jsonEditor : 'JSON Editor' ,
dndList : 'Dnd List' ,
splitPane : 'SplitPane' ,
avatarUpload : 'Avatar Upload' ,
dropzone : 'Dropzone' ,
sticky : 'Sticky' ,
countTo : 'Count To' ,
componentMixin : 'Mixin' ,
backToTop : 'Back To Top' ,
dragDialog : 'Drag Dialog' ,
dragSelect : 'Drag Select' ,
dragKanban : 'Drag Kanban' ,
charts : 'Charts' ,
keyboardChart : 'Keyboard Chart' ,
lineChart : 'Line Chart' ,
mixChart : 'Mix Chart' ,
example : 'Example' ,
nested : 'Nested Routes' ,
menu1 : 'Menu 1' ,
'menu1-1' : 'Menu 1-1' ,
'menu1-2' : 'Menu 1-2' ,
'menu1-2-1' : 'Menu 1-2-1' ,
'menu1-2-2' : 'Menu 1-2-2' ,
'menu1-3' : 'Menu 1-3' ,
menu2 : 'Menu 2' ,
Table : 'Table' ,
dynamicTable : 'Dynamic Table' ,
dragTable : 'Drag Table' ,
inlineEditTable : 'Inline Edit' ,
complexTable : 'Complex Table' ,
tab : 'Tab' ,
form : 'Form' ,
createArticle : 'Create Article' ,
editArticle : 'Edit Article' ,
articleList : 'Article List' ,
errorPages : 'Error Pages' ,
page401 : '401' ,
page404 : '404' ,
errorLog : 'Error Log' ,
excel : 'Excel' ,
exportExcel : 'Export Excel' ,
selectExcel : 'Export Selected' ,
mergeHeader : 'Merge Header' ,
uploadExcel : 'Upload Excel' ,
zip : 'Zip' ,
pdf : 'PDF' ,
exportZip : 'Export Zip' ,
theme : 'Theme' ,
clipboardDemo : 'Clipboard' ,
i18n : 'I18n' ,
externalLink : 'External Link' ,
profile : 'Profile'
} ,
navbar : {
dashboard : 'Dashboard' ,
github : 'Github' ,
logOut : 'Log Out' ,
profile : 'Profile' ,
theme : 'Theme' ,
size : 'Global Size'
} ,
login : {
2021-05-17 19:11:07 +08:00
title : 'Login' ,
welcome : 'Welcome To ' ,
2021-03-03 15:06:52 +08:00
logIn : 'Login' ,
username : 'Username' ,
password : 'Password' ,
any : 'any' ,
thirdparty : 'Or connect with' ,
2021-05-14 18:51:35 +08:00
thirdpartyTips : 'Can not be simulated on local, so please combine you own business simulation! ! !' ,
expires : 'Login token expired, please login again' ,
2021-05-18 12:25:48 +08:00
tokenError : 'Token error, please login again' ,
2021-05-26 11:32:07 +08:00
username _error : 'Please enter the correct ID' ,
2021-08-03 11:08:57 +08:00
password _error : 'The password can not be less than 8 digits' ,
2021-10-08 17:22:21 +08:00
re _login : 'Login again' ,
default _login : 'Normal'
2021-03-03 15:06:52 +08:00
} ,
commons : {
2022-12-23 17:37:00 +08:00
consanguinity : 'Consanguinity' ,
2022-11-30 15:37:10 +08:00
collapse _navigation : 'Collapse navigation' ,
2022-09-26 17:38:01 +08:00
operate _cancelled : 'Operation cancelled' ,
bind : 'Bind' ,
unbind : 'Unbind' ,
2022-09-20 14:26:15 +08:00
unlock : 'Unlock' ,
unlock _success : 'Unlock success' ,
2022-11-18 15:50:10 +08:00
parameter _effect : 'Parameter values only take effect when editing a dataset' ,
2022-09-21 14:01:02 +08:00
uninstall : 'Uninstall' ,
2022-09-20 14:45:37 +08:00
2022-07-28 14:33:38 +08:00
no _result : 'No Result' ,
2022-07-21 15:59:39 +08:00
manage _member : 'Managing members' ,
confirm _remove _cancel : 'Are you sure to delete the role?' ,
2022-08-31 15:59:12 +08:00
user _confirm _remove _cancel : 'Are you sure you want to remove the user from the role?' ,
2022-06-25 15:33:39 +08:00
default _value : 'Default Value' ,
2022-07-01 16:39:06 +08:00
params _value : 'Param Value' ,
2022-07-21 15:59:39 +08:00
input _role _name : 'Enter a role name' ,
2022-08-31 15:59:12 +08:00
publish : 'publish' ,
2022-11-30 19:25:51 +08:00
unpublished : 'Unpublished' ,
2022-04-14 13:02:42 +08:00
default _pwd : 'Default Pwd' ,
2022-01-20 16:38:11 +08:00
stop : 'Stop' ,
2022-01-12 17:46:14 +08:00
first _login _tips : 'Please change the initial password' ,
roger _that : 'Roger That' ,
2022-06-30 15:20:50 +08:00
donot _noti : 'Do not tips' ,
2022-01-12 11:07:03 +08:00
apply : 'Apply' ,
2021-09-09 14:43:59 +08:00
search : 'Search' ,
folder : 'Folder' ,
2021-07-29 17:59:31 +08:00
no _target _permission : 'No permission' ,
2021-07-08 09:54:08 +08:00
success : 'Success' ,
2021-06-23 17:19:26 +08:00
switch _lang : 'Switch Language Success' ,
2021-05-19 19:16:34 +08:00
close : 'Close' ,
2021-05-18 12:40:47 +08:00
icon : 'Icon' ,
2021-05-17 14:19:46 +08:00
all : 'All' ,
2021-05-14 18:51:35 +08:00
enable : 'Enable' ,
disable : 'Disable' ,
yes : 'Yes' ,
no : 'No' ,
reset : 'Reset' ,
catalogue : 'Catalogue' ,
button : 'Button' ,
2022-08-31 15:59:12 +08:00
gender : 'Gender' ,
2021-05-14 18:51:35 +08:00
man : 'Man' ,
woman : 'Woman' ,
2022-07-21 15:59:39 +08:00
keep _secret : 'keep secret' ,
2021-05-25 19:10:30 +08:00
nick _name : 'Name' ,
confirmPassword : 'Confirm Password' ,
2021-05-14 18:51:35 +08:00
upload : 'Upload' ,
cover : 'Cover' ,
not _cover : 'Not Cover' ,
import _mode : 'Import Mode' ,
import _module : 'Import module' ,
please _fill _in _the _template : 'Please fill in the template' ,
cut _back _old _version : 'Switch back to the old version' ,
cut _back _new _version : 'Switch back to the new version' ,
comment : 'Comments' ,
examples : 'Examples' ,
help _documentation : 'Help document' ,
api _help _documentation : 'API document' ,
delete _cancelled : 'Deletion canceled' ,
workspace : 'Workspace' ,
organization : 'Organization' ,
menu : 'Menu' ,
setting : 'Setting' ,
project : 'Project' ,
about _us : 'About Us' ,
current _project : 'Current Project' ,
name : 'Name' ,
description : 'Description' ,
annotation : 'Annotation' ,
clear : 'Clean' ,
save : 'Save' ,
2022-08-31 15:59:12 +08:00
otherSave : 'Save as' ,
2021-05-14 18:51:35 +08:00
update : 'Update' ,
save _success : 'Saved successfully' ,
delete _success : 'deleted successfully' ,
copy _success : 'Copy succeeded' ,
modify _success : 'Modified successfully' ,
delete _cancel : 'Deletion canceled' ,
confirm : 'Confirm' ,
cancel : 'Cancel' ,
prompt : 'Tips' ,
operating : 'Operation' ,
input _limit : 'The length is between {0} and {1} characters' ,
login : 'Login' ,
welcome : 'One stop open source data analysis platform' ,
username : 'User Name' ,
password : 'Pass word' ,
input _username : 'Please enter the user name' ,
input _password : 'Please input a password' ,
test : 'Test' ,
create _time : 'Create Time' ,
update _time : 'Update Time' ,
add : 'Add' ,
member : 'Member' ,
email : 'Email' ,
phone : 'Phone' ,
2022-07-21 15:59:39 +08:00
mobile _phone : 'Please enter your mobile phone number' ,
mobile _phone _number : 'Phone number' ,
2021-05-14 18:51:35 +08:00
role : 'Role' ,
personal _info : 'Personal Info' ,
api _keys : 'API Keys' ,
quota : 'Quota' ,
status : 'Status' ,
show _all : 'Show All' ,
show : 'Show' ,
report : 'Report' ,
user : 'User' ,
system : 'System' ,
personal _setting : 'Personal Setting' ,
test _resource _pool : 'Test Resource Pool' ,
system _setting : 'System Setting' ,
input _content : 'Please input the content' ,
create : 'Create' ,
edit : 'Edit' ,
copy : 'Copy' ,
refresh : 'Refresh' ,
remark : 'Remark' ,
delete : 'Delete' ,
reduction : 'Recovery' ,
not _filled : 'Not Filled' ,
please _select : 'Please Select' ,
search _by _name : 'Search by name' ,
personal _information : 'Personal Information' ,
exit _system : 'Exit System' ,
verification : 'Verification' ,
title : 'Title' ,
custom : 'Custom' ,
select _date : 'Select Date' ,
months _1 : 'January' ,
months _2 : 'February' ,
months _3 : 'March' ,
months _4 : 'April' ,
months _5 : 'May' ,
months _6 : 'June' ,
months _7 : 'July' ,
months _8 : 'August' ,
months _9 : 'September' ,
months _10 : 'October' ,
months _11 : 'November' ,
months _12 : 'December' ,
weeks _0 : 'Sunday' ,
weeks _1 : 'Monday' ,
weeks _2 : 'Tuesday' ,
weeks _3 : 'Wednesday' ,
weeks _4 : 'Thursday' ,
weeks _5 : 'Friday' ,
weeks _6 : 'Saturday' ,
system _parameter _setting : 'System Parameter Setting' ,
connection _successful : 'Connection Successful' ,
connection _failed : 'Connection Failed' ,
save _failed : 'Save Failed' ,
host _cannot _be _empty : 'Host cannot be empty' ,
port _cannot _be _empty : 'Port cannot be empty' ,
account _cannot _be _empty : 'Account cannot be empty' ,
remove : 'Remove' ,
remove _cancel : 'Remove Cancel' ,
remove _success : 'Remove Success' ,
tips : 'The authentication information has expired. Please login again.' ,
not _performed _yet : 'Not yet implemented' ,
incorrect _input : 'Incorrect Input' ,
delete _confirm : 'Please enter the following to confirm the deletion:' ,
login _username : 'ID or Email' ,
input _login _username : 'Please enter user ID or email' ,
input _name : 'Please enter user name' ,
please _upload : 'Please upload the file' ,
please _fill _path : 'Please fill in the URL path' ,
formatErr : 'Format Error' ,
please _save : 'Please Save' ,
reference _documentation : 'Reference documents' ,
id : 'ID' ,
millisecond : 'Millisecond' ,
cannot _be _null : 'Cannot be null' ,
2022-04-17 15:05:01 +08:00
required : 'Required' ,
2021-05-14 18:51:35 +08:00
already _exists : 'Already Exists' ,
modifier : 'Modifier' ,
validate : 'Validate' ,
batch _add : 'Batch Add' ,
tag _tip : 'Enter add label' ,
2022-11-30 19:25:51 +08:00
search _keywords : 'Enter keywords to search' ,
2021-05-14 18:51:35 +08:00
table : {
select _tip : '{0} data selected'
} ,
date : {
select _date : 'Select Date' ,
start _date : 'Start Date' ,
end _date : 'End Date' ,
select _date _time : 'Select date time' ,
start _date _time : 'Start date time' ,
end _date _time : 'End date time' ,
range _separator : 'to' ,
2022-11-30 19:25:51 +08:00
data _time _error : 'The start date cannot be greater than the end date.' ,
one _day : 'One day' ,
one _week : 'One week' ,
one _month : 'One month'
2021-05-14 18:51:35 +08:00
} ,
adv _search : {
title : 'Advanced search' ,
combine : 'Combined query' ,
test : 'Test' ,
project : 'Project' ,
search : 'Search' ,
reset : 'Reset' ,
and : 'All' ,
or : 'Any one' ,
operators : {
is _empty : 'Empty' ,
is _not _empty : 'Not empty' ,
like : 'Contain' ,
not _like : 'Not Contain' ,
in : 'In' ,
not _in : 'Not in' ,
gt : 'Greater Than' ,
ge : 'Greater than or equal to' ,
lt : 'Less Than' ,
le : 'Less than or equal to' ,
equals : 'equals' ,
not _equals : 'Not equals' ,
between : 'between' ,
current _user : 'Current User'
2021-06-02 13:05:26 +08:00
} ,
message _box : {
alert : 'Alert' ,
confirm : 'Confirm'
2021-05-14 18:51:35 +08:00
}
} ,
monitor : 'Monitor' ,
image : 'Image' ,
tag : 'Tag' ,
module : {
select _module : 'Select Module' ,
default _module : 'Default Module'
} ,
2021-05-27 10:50:27 +08:00
datasource : 'Datasource' ,
2021-05-28 17:48:05 +08:00
char _can _not _more _50 : 'Can not more 50 char' ,
2021-06-04 10:57:58 +08:00
share _success : 'Share Success' ,
input _id : 'Please input ID' ,
2021-06-04 12:20:03 +08:00
input _pwd : 'Please input password' ,
message _box : {
alert : 'Alert' ,
2021-08-03 12:21:10 +08:00
confirm : 'Confirm' ,
ok : 'Confirm' ,
cancel : 'Cancel'
2021-08-09 16:01:29 +08:00
} ,
2021-11-23 18:37:32 +08:00
ukey _title : 'API Keys' ,
thumbnail : 'thumbnail' ,
2021-12-30 15:58:37 +08:00
confirm _delete : 'Confirm delete' ,
2022-12-29 16:55:59 +08:00
delete _this _dashboard : 'Are you sure to delete this dashboard?' ,
2022-01-20 16:38:11 +08:00
confirm _stop : 'Confirm stop' ,
stop _success : 'Stop success' ,
2021-12-30 15:58:37 +08:00
treeselect : {
no _children _text : 'No sub-options.' ,
no _options _text : 'No options available.' ,
no _results _text : 'No results found...'
}
2021-03-03 15:06:52 +08:00
} ,
documentation : {
documentation : 'Documentation' ,
github : 'Github Repository'
} ,
permission : {
addRole : 'New Role' ,
editPermission : 'Edit' ,
roles : 'Your roles' ,
switchRoles : 'Switch roles' ,
tips : 'In some cases, using v-permission will have no effect. For example: Element-UI el-tab or el-table-column and other scenes that dynamically render dom. You can only do this with v-if.' ,
delete : 'Delete' ,
confirm : 'Confirm' ,
cancel : 'Cancel'
} ,
guide : {
description : 'The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ' ,
button : 'Show Guide'
} ,
components : {
documentation : 'Documentation' ,
tinymceTips : 'Rich text is a core feature of the management backend, but at the same time it is a place with lots of pits. In the process of selecting rich texts, I also took a lot of detours. The common rich texts on the market have been basically used, and I finally chose Tinymce. See the more detailed rich text comparison and introduction.' ,
dropzoneTips : 'Because my business has special needs, and has to upload images to qiniu, so instead of a third party, I chose encapsulate it by myself. It is very simple, you can see the detail code in @/components/Dropzone.' ,
stickyTips : 'when the page is scrolled to the preset position will be sticky on the top.' ,
backToTopTips1 : 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner' ,
backToTopTips2 : 'You can customize the style of the button, show / hide, height of appearance, height of the return. If you need a text prompt, you can use element-ui el-tooltip elements externally' ,
2022-08-26 13:00:23 +08:00
imageUploadTips : 'Since I was using only the vue@1 version, and it is not compatible with mockjs at the moment, I modified it myself, and if you are going to use it, it is better to use official version.' ,
run _once : 'Run once' ,
continue : 'continue' ,
hour : 'hour' ,
minute : 'minute' ,
2022-08-31 15:59:12 +08:00
day : 'day' ,
2022-08-26 13:00:23 +08:00
by _task _name : 'Search by task name' ,
message _receiving _management : 'Message receiving management' ,
upload _failed : 'Upload failed' ,
is _not _supported : 'The file format is not supported' ,
is _too _large : 'The file is too large' ,
enter _kettle _address : 'Please enter kettle address' ,
enter _the _port : 'Please enter the port' ,
one _user _name : 'enter one user name' ,
input _a _password : 'Please input a password' ,
address _is _required : 'Kettle address is required' ,
port _is _required : 'Port is required' ,
name _is _required : 'User name is required' ,
password _is _required : 'Password is required' ,
help _document _link : 'Invalid help document link' ,
2022-10-07 19:32:27 +08:00
such _as _dataeasedataease : 'Please enter the login page title, such as: DataEase' ,
for _example _dataease : 'Please enter the system name, for example: DataEase' ,
2022-08-26 13:00:23 +08:00
time _is _required : 'Start time is required' ,
delete _this _task : 'Are you sure to delete this task?' ,
it _takes _effect : 'Uninstall and restart the server before it takes effect' ,
uninstall _the _plugin : 'Are you sure to uninstall the plug-in?' ,
uninstall : 'uninstall' ,
relevant _content _found : 'No relevant content found' ,
view _tasks : 'View tasks' ,
no _classification : 'No classification' ,
no _template : 'No template' ,
data _set _required : 'Data set (required)' ,
unread _message : 'Unread message' ,
read _message : 'Read message' ,
all _messages : 'All messages' ,
message _list : 'Message list' ,
all _read _successfully : 'All read successfully' ,
by _plugin _name : 'Search by plug-in name' ,
unable _to _uninstall : 'Built in plug-in, unable to uninstall' ,
2022-10-16 20:26:05 +08:00
unable _to _update : 'Built in plug-in, unable to update' ,
2022-08-26 13:00:23 +08:00
free : 'free' ,
cost : 'cost' ,
developer : 'developer' ,
edition : 'edition' ,
2022-09-22 14:57:38 +08:00
installation _time : 'Install time'
2021-03-03 15:06:52 +08:00
} ,
table : {
dynamicTips1 : 'Fixed header, sorted by header order' ,
dynamicTips2 : 'Not fixed header, sorted by click order' ,
dragTips1 : 'The default order' ,
dragTips2 : 'The after dragging order' ,
title : 'Title' ,
importance : 'Imp' ,
type : 'Type' ,
remark : 'Remark' ,
search : 'Search' ,
add : 'Add' ,
export : 'Export' ,
reviewer : 'reviewer' ,
id : 'ID' ,
date : 'Date' ,
author : 'Author' ,
readings : 'Readings' ,
status : 'Status' ,
actions : 'Actions' ,
edit : 'Edit' ,
publish : 'Publish' ,
draft : 'Draft' ,
delete : 'Delete' ,
cancel : 'Cancel' ,
confirm : 'Confirm'
} ,
2022-09-19 16:18:38 +08:00
deDataset : {
search _by _name : 'Search by name' ,
new _folder : 'New Folder' ,
search _fields : 'Search Fields' ,
show _rows : 'Show Rows' ,
2022-09-20 11:19:28 +08:00
display : 'Display' ,
row : 'Row' ,
2022-09-19 16:18:38 +08:00
restricted _objects : 'Restricted Objects' ,
select _data _source : 'Select Data Source' ,
by _table _name : 'Search by table name' ,
2022-09-20 11:19:28 +08:00
run _a _query : 'Run a query' ,
2022-09-19 16:18:38 +08:00
running _results : 'Running results' ,
parameter _type : 'Parameter Type' ,
run _failed : 'Run failed' ,
select _data _table : 'Select Data Table' ,
in _the _file : 'Merged cells cannot exist in the file' ,
or _date _type : 'The first line of the file is the header line, which cannot be empty or date type' ,
is _within _500m : 'Please ensure the size of Excel file is within 500M' ,
upload _data : 'Upload data' ,
excel _data _first : 'Please upload Excel data first' ,
is _currently _available : 'No data table is currently available' ,
sure _to _synchronize : 'Synchronizing fields may cause changes to the edited fields. Are you sure to synchronize?' ,
folder _name : 'Folder Name' ,
folder : 'Folder' ,
edit _folder : 'Edit Folder' ,
name _already _exists : 'Folder name already exists' ,
data _preview : 'Data preview' ,
original _name : 'Original Name' ,
2022-09-20 11:19:28 +08:00
database : 'Database' ,
2022-09-19 16:18:38 +08:00
selected : 'Selected:' ,
2022-09-20 11:19:28 +08:00
table : 'Table' ,
2022-09-19 16:18:38 +08:00
no _dataset _click : 'No dataset, click' ,
2022-09-20 11:19:28 +08:00
create : 'Create' ,
2022-09-19 16:18:38 +08:00
new _folder _first : 'Please create a new folder first' ,
on _the _left : 'Please select a dataset on the left' ,
expression _syntax _error : 'Field expression syntax error' ,
create _dashboard : 'Create Dashboard' ,
cannot _be _empty : 'SQL cannot be empty' ,
data _reference : 'Data Reference' ,
want _to _replace : 'Replacement may affect custom dataset, associated dataset, dashboard, etc. Do you want to replace?' ,
replace _the _data : 'Are you sure to replace the data?' ,
append _successfully : 'Append successfully' ,
already _exists : 'Dataset name already exists' ,
edit _dataset : 'Edit Dataset' ,
convert _to _indicator : 'Convert to Indicator' ,
convert _to _dimension : 'Convert to Dimension' ,
left _to _edit : 'Select the data table on the left to edit' ,
cannot _be _duplicate : 'The dataset name cannot be duplicate' ,
2022-09-20 15:56:02 +08:00
set _saved _successfully : 'Data set saved successfully' ,
2022-09-21 11:55:39 +08:00
to _start _using : 'Browse the contents of your database, tables and columns. Choose a database to get started.' ,
2022-09-20 15:56:02 +08:00
to _run _query : 'Click to run query' ,
2022-11-30 12:22:06 +08:00
the _running _results : 'You can view the running results' ,
item : 'item' ,
logic _filter : 'Condition Filter' ,
enum _filter : 'Enum Filter'
2022-09-19 16:18:38 +08:00
} ,
2021-09-24 17:27:47 +08:00
detabs : {
2022-10-31 17:26:27 +08:00
custom _sort : 'Custom Sort' ,
2021-09-24 17:27:47 +08:00
eidttitle : 'Edit Title' ,
2022-04-19 14:05:50 +08:00
selectview : 'Select View' ,
selectOthers : 'Select Others' ,
2022-05-31 23:15:16 +08:00
availableComponents : 'Available Components' ,
2022-10-31 11:01:54 +08:00
please : 'Please' ,
head _position : 'Head Position'
2021-09-24 17:27:47 +08:00
} ,
2021-03-03 15:06:52 +08:00
example : {
warning : 'Creating and editing pages cannot be cached by keep-alive because keep-alive include does not currently support caching based on routes, so it is currently cached based on component name. If you want to achieve a similar caching effect, you can use a browser caching scheme such as localStorage. Or do not use keep-alive include to cache all pages directly. See details'
} ,
errorLog : {
tips : 'Please click the bug icon in the upper right corner' ,
description : 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.' ,
documentation : 'Document introduction'
} ,
excel : {
export : 'Export' ,
selectedExport : 'Export Selected Items' ,
placeholder : 'Please enter the file name (default excel-list)'
} ,
zip : {
export : 'Export' ,
placeholder : 'Please enter the file name (default file)'
} ,
pdf : {
tips : 'Here we use window.print() to implement the feature of downloading PDF.'
} ,
theme : {
change : 'Change Theme' ,
documentation : 'Theme documentation' ,
2021-11-02 15:06:51 +08:00
tips : 'Tips: It is different from the theme-pick on the navbar is two different skinning methods, each with different application scenarios. Refer to the documentation for details.' ,
base : 'Base color' ,
font : 'Font color' ,
border : 'Border color' ,
background : 'Background color' ,
custom : 'Custom color' ,
otherSave : 'Theme Save as' ,
2022-01-12 11:07:03 +08:00
info : 'Theme info' ,
add : 'Add Theme' ,
please _input _name : 'Please enter a name' ,
name _repeat : 'Name already exists'
2021-03-03 15:06:52 +08:00
} ,
tagsView : {
refresh : 'Refresh' ,
close : 'Close' ,
closeOthers : 'Close Others' ,
closeAll : 'Close All'
} ,
settings : {
title : 'Page style setting' ,
theme : 'Theme Color' ,
tagsView : 'Open Tags-View' ,
fixedHeader : 'Fixed Header' ,
sidebarLogo : 'Sidebar Logo'
2021-05-14 18:51:35 +08:00
} ,
2021-09-15 18:07:04 +08:00
sysParams : {
display : 'Display Setting' ,
ldap : 'LDAP Setting' ,
2022-01-13 15:10:46 +08:00
oidc : 'OIDC Setting' ,
2022-06-16 16:58:46 +08:00
theme : 'Theme Setting' ,
2022-07-21 13:41:03 +08:00
cas : 'CAS Setting' ,
map : 'MAP Setting'
2021-09-15 18:07:04 +08:00
} ,
2021-05-14 18:51:35 +08:00
license : {
2021-05-18 16:17:07 +08:00
i18n _no _license _record : 'No License Record' ,
i18n _license _is _empty : 'License is empty.' ,
2021-05-14 18:51:35 +08:00
title : 'Authorization Management' ,
corporation : 'Customer Name' ,
time : 'Authorization Time' ,
product : 'Product' ,
edition : 'Edition' ,
licenseVersion : 'Authorized Version' ,
count : 'Authorized Count' ,
valid _license : 'Valid License' ,
show _license : 'Show License' ,
valid _license _error : 'Verification failed' ,
status : 'Authorization status' ,
valid : 'Valid' ,
invalid : 'Invalid' ,
expired : 'Expired'
} ,
member : {
create : 'Add members' ,
modify : 'Modify members' ,
2022-10-21 13:06:45 +08:00
delete _confirm : 'Confirm to delete this user?' ,
2021-05-14 18:51:35 +08:00
please _choose _member : 'Please choose member' ,
search _by _name : 'Search by name' ,
modify _personal _info : 'Modify personal info' ,
2022-07-21 15:59:39 +08:00
edit _password : 'Reset Password' ,
2021-05-14 18:51:35 +08:00
edit _information : 'Edit Information' ,
input _name : 'Input Name' ,
input _email : 'Input Email' ,
special _characters _are _not _supported : 'Special characters are not supported' ,
mobile _number _format _is _incorrect : 'Incorrect format of mobile phone number' ,
email _format _is _incorrect : 'The mailbox format is incorrect' ,
password _format _is _incorrect : 'Valid password: 8-30 digits, English upper and lower case letters + numbers + special characters (optional)' ,
old _password : 'Old Password' ,
new _password : 'New Password' ,
repeat _password : 'Confirm Password' ,
inconsistent _passwords : 'The two passwords are inconsistent' ,
remove _member : 'Confirm to remove the member' ,
org _remove _member : 'Removing the user from the organization will remove the permissions of all workspaces in the organization. Confirm to remove the member?' ,
input _id _or _email : 'Please enter user ID or user email' ,
no _such _user : 'No such user information, please enter the correct user ID or user email.'
} ,
user : {
create : 'Create User' ,
modify : 'Modify User' ,
input _name : 'Please enter user name' ,
input _id : 'Please enter user ID' ,
2022-07-21 15:59:39 +08:00
id _mandatory : 'id is mandatory' ,
name _mandatory : 'name is mandatory' ,
email _mandatory : 'email is mandatory' ,
role _mandatory : 'role is mandatory' ,
phone _format : 'mobile phone number format is incorrect' ,
select _gender : 'Please select gender' ,
2021-05-14 18:51:35 +08:00
input _email : 'Please input email' ,
input _password : 'Please input a password' ,
input _phone : 'Please enter the phone number' ,
input _roles : 'Please select role' ,
2022-11-30 12:22:06 +08:00
select _users : 'Please select user' ,
2022-11-28 12:44:51 +08:00
user _name _pattern _error : 'IDs can only contain alphanumeric and ._- and start with a letter!' ,
2021-05-14 18:51:35 +08:00
special _characters _are _not _supported : 'Special characters are not supported' ,
mobile _number _format _is _incorrect : 'Incorrect format of mobile phone number' ,
email _format _is _incorrect : 'The mailbox format is incorrect' ,
delete _confirm : 'Confirm to delete this user?' ,
apikey _delete _confirm : 'Confirm to delete this API key?' ,
input _id _placeholder : 'Please enter ID (Chinese is not supported)' ,
source : 'User Source' ,
2022-07-21 15:59:39 +08:00
choose _org : 'Please select a role' ,
choose _role : '请选择角色' ,
2021-05-18 12:42:27 +08:00
reset _password : 'Reset Password' ,
current _user : 'Current User' ,
origin _passwd : 'Origin Password' ,
new _passwd : 'New Password' ,
2021-05-28 17:48:05 +08:00
confirm _passwd : 'Confirm Password' ,
2021-06-17 10:09:40 +08:00
change _password : 'Change Password' ,
2022-07-27 12:23:46 +08:00
search _by _name : 'Search by name' ,
2022-08-31 15:59:12 +08:00
import _ldap : 'Import LDAP users' ,
2022-07-27 12:23:46 +08:00
result _one : 'Results' ,
clear _filter : 'Empty condition' ,
recover _pwd : 'Restore to the original password?' ,
filter _method : 'Filter criteria' ,
2022-08-30 16:42:56 +08:00
filter : 'Screen' ,
2022-07-28 17:47:59 +08:00
list : 'List item' ,
list _info : 'Please select the information to be displayed in the list' ,
2022-09-21 14:01:02 +08:00
sure _delete : 'Are you sure to delete this user?' ,
wecom _id : 'Wecom Account' ,
dingtalk _id : 'Dingtalk Account' ,
lark _id : 'Lark Account' ,
input _wecom _id : 'Please input wecom account' ,
input _dingtalk _id : 'Please input dingtalk account' ,
input _lark _id : 'Please input lark account'
2021-05-14 18:51:35 +08:00
} ,
2021-09-15 18:07:04 +08:00
ldap : {
url : 'LDAP url' ,
dn : 'LDAP DN' ,
password : 'Password' ,
ou : 'OU' ,
filter : 'filter' ,
mapping : 'LDAP mapping' ,
open : 'Enable LDAP Authentication' ,
input _url : 'Please key LDAP url' ,
input _dn : 'Please key DN' ,
input _password : 'Please key password' ,
input _ou : 'Please key OU' ,
input _filter : 'Please key filter' ,
input _mapping : 'Please key LDAP mapping' ,
input _username : 'Please key username' ,
input _url _placeholder : 'Please key url (like ldap://localhost:389)' ,
input _ou _placeholder : 'Please key OU ' ,
input _filter _placeholder : 'Please key filter' ,
2021-09-23 18:39:56 +08:00
input _mapping _placeholder : 'like: {"userName":"uid","nickName":"cn","email":"mail"}' ,
2021-09-15 18:07:04 +08:00
test _connect : 'Test connect' ,
edit : 'Edit' ,
login _success : 'Login success' ,
url _cannot _be _empty : 'LDAP url can not be empty' ,
dn _cannot _be _empty : 'LDAP DN can not be empty' ,
ou _cannot _be _empty : 'LDAP OU can not be empty' ,
filter _cannot _be _empty : 'LDAP filter can not be empty' ,
mapping _cannot _be _empty : 'LDAP mapping can not be empty' ,
password _cannot _be _empty : 'LDAP password can not be empty' ,
import _ldap : 'Import LDAP User'
} ,
oidc : {
auth _endpoint : 'Please key AuthEndpoint' ,
token _endpoint : 'Please key TokenEndpoint' ,
userinfo _endpoint : 'Please key UserinfoEndpoint' ,
logout _endpoint : 'Please key logoutEndpoint' ,
clientId : 'Please key ClientId' ,
secret : 'Please key Secret' ,
scope : 'Please key scope' ,
redirectUrl : 'Please key redirectUrl' ,
2022-03-22 18:16:23 +08:00
input _mapping : 'Please key OIDC mapping' ,
2021-09-15 18:07:04 +08:00
open : 'Enable OIDC Authentication'
} ,
2021-05-14 18:51:35 +08:00
role : {
menu _authorization : 'Menu Authorization' ,
data _authorization : 'Data Authorization' ,
please _choose _role : 'Please select role' ,
admin : 'Administrator' ,
org _admin : 'Organization Administrator' ,
org _member : 'Organization Member' ,
2021-06-08 14:52:26 +08:00
add : 'Create Role' ,
2021-05-14 18:51:35 +08:00
delete : 'Delete Role' ,
2021-05-17 15:36:11 +08:00
modify : 'Modify Role' ,
tips : 'Tips' ,
confirm _delete : 'Confirm delete role ' ,
role _name : 'Role Name ' ,
search _by _name : 'Search by name' ,
2022-07-21 15:59:39 +08:00
pls _input _name : 'please input name' ,
search _by _name _email : 'Search by name or email' ,
api _role : 'API role' ,
role _exist : 'Failed to add, the role already exists' ,
add _api _role : 'Add API role' ,
can _not _move : ` Can't be removed, keep at least one administrator ` ,
manage _can _not _move : 'Administrator is a preset role of the system. By default, he has all the permissions of system management and cannot be deleted' ,
manage _can _not _update : 'Administrator is a preset role of the system. By default, he has all the permissions of system management and cannot be edit' ,
role _description : 'Role description' ,
editer _role : 'Edit role' ,
add _role : 'Add role' ,
role _name _exist : 'The role name already exists' ,
2022-07-22 13:20:13 +08:00
search _by _role : 'Search by role name'
2021-05-14 18:51:35 +08:00
} ,
menu : {
parent _category : 'Parent Category' ,
module _name : 'Module Name' ,
module _path : 'Module Path' ,
route _addr : 'Route Address' ,
menu _sort : 'Menu Sort' ,
authority _identification : 'Authority Identification' ,
button _name : 'Button Name' ,
select _icon : 'Click the select icon' ,
create _time : 'Create Time' ,
tile : 'Menu Title' ,
create : 'Create Menu' ,
modify : 'Modify Menu' ,
delete : 'Delete Menu' ,
2021-05-20 15:33:07 +08:00
delete _confirm : 'Confirm to delete Menu?' ,
menu _type : 'Menu Type'
2021-05-14 18:51:35 +08:00
} ,
organization : {
parent _org : 'Parent Organization' ,
select _parent _org : 'Select parent organization' ,
top _org : 'Top Organization' ,
name : 'Name' ,
sort : 'Sort' ,
sub _organizations : 'Sub Organizations' ,
create _time : 'Create Time' ,
create : 'Create' ,
modify : 'Modify' ,
delete : 'Delete' ,
2021-08-31 13:00:26 +08:00
delete _confirm : 'Are you sure you want to delete the organization?' ,
2021-05-14 18:51:35 +08:00
input _name : 'Please enter name' ,
select _organization : 'Please select organization' ,
search _by _name : 'Search by name' ,
special _characters _are _not _supported : 'Format error (special characters are not supported and cannot start and end with \'-\')' ,
2022-07-21 15:59:39 +08:00
select : 'Select organization' ,
2022-08-30 16:42:56 +08:00
member : 'Member' ,
organization : 'Organization' ,
2022-07-21 15:59:39 +08:00
add _user : 'Add user' ,
sure _move _user : 'Are you sure to remove this user from the organization?' ,
move _success : 'Removed successfully' ,
user : 'user' ,
add _organization : 'Add organization' ,
2022-10-21 13:06:45 +08:00
default _organization _cannot _move : 'The default organization cannot be deleted' ,
2022-07-21 15:59:39 +08:00
organization _name : 'Organization name' ,
input _organization _name : 'Please enter the organization name' ,
relate _top _organization : 'Associated parent organization' ,
organization _name _exist : 'Organization name already exists' ,
2022-10-21 13:06:45 +08:00
cannot _delete : 'Cannot delete' ,
2022-11-01 10:50:10 +08:00
remove _user _first : 'Please remove all users and child nodes in the organization before deleting the organization' ,
2022-07-21 15:59:39 +08:00
sure _delete _organization : 'Are you sure to delete this organization?' ,
add _child _org : 'Add sub organization' ,
2022-07-22 13:20:13 +08:00
edite _organization : 'Edit organization'
2021-05-14 18:51:35 +08:00
} ,
system _parameter _setting : {
2022-11-30 15:37:10 +08:00
email _server _config : 'Mailbox server configuration' ,
2022-11-28 14:56:30 +08:00
edit _success : 'Edit success' ,
2022-08-30 16:42:56 +08:00
mailbox _service _settings : 'Mail Setting' ,
2021-05-14 18:51:35 +08:00
test _connection : 'Test connection' ,
SMTP _host : 'SMTP Host' ,
2022-08-30 16:42:56 +08:00
basic _setting : 'Basic Setting' ,
2021-10-22 15:06:50 +08:00
front _time _out : 'Request timeOut(unit: second, Attention: Refresh browser takes effect after saving)' ,
msg _time _out : 'Message retention time(unit: day)' ,
2022-05-05 16:26:51 +08:00
login _type : 'Default login type' ,
2022-11-15 16:44:01 +08:00
empty _front : 'If empty then default value is 100s' ,
2021-10-22 15:06:50 +08:00
empty _msg : 'If empty then default value is 30 days' ,
2022-09-26 17:01:48 +08:00
front _error : 'Valid range [0 - 300]' , // 修改了提示信息
msg _error : 'Valid range [1 - 365]' ,
limit _times _error : 'Valid range [1 - 100]' ,
relieve _times _error : 'Valid range [1 - 100]' ,
2021-05-14 18:51:35 +08:00
SMTP _port : 'SMTP Port' ,
SMTP _account : 'SMTP Account' ,
SMTP _password : 'SMTP Password' ,
SSL : 'Turn on SSL (if the SMTP port is 465, you usually need to enable SSL)' ,
TLS : 'Turn on TLS (if the SMTP port is 587, you usually need to enable TLS)' ,
SMTP : 'Secret free SMTP' ,
host : 'Host number cannot be empty' ,
port : 'Port number cannot be empty' ,
account : 'Account cannot be empty' ,
test _recipients : 'Test recipients' ,
2022-03-14 12:26:24 +08:00
tip : 'Tip: use as test mail recipient only' ,
2022-03-25 23:20:27 +08:00
engine _mode _setting : 'Engine Setting' ,
2022-06-16 16:58:46 +08:00
kettle _setting : 'Kettle Setting' ,
2022-06-17 11:18:15 +08:00
cas _selected _warn : 'Selecting CAS will cause you to login again' ,
2022-08-17 13:52:10 +08:00
cas _reset : 'CAS switches back to the default login mode to access API:' ,
main _color : 'Main color' ,
success _color : 'Success color' ,
warning _color : 'Warning color:' ,
wrong _color : 'Wrong color' ,
main _text _color : 'Main text color' ,
secondary _font _color : 'Secondary font color' ,
prompt _font _color : 'Prompt font color' ,
disable _font _color : 'Disable font color' ,
component _stroke _color : 'Component stroke color' ,
card _stroke _color : 'Card stroke color' ,
basic _white : 'Basic white' ,
page _background _color : 'Page background color' ,
disable _background _color : 'Input box: disable background color' ,
basic _black : 'Basic black' ,
label _color : 'Label color:' ,
system _theme : 'System theme' ,
custom _theme : 'Custom theme' ,
color _settings : 'Color settings' ,
add _theme : 'Add theme' ,
subject _based : 'Subject based' ,
the _subject _name : 'Please enter the subject name' ,
name _already _exists : 'The subject name already exists' ,
successfully _and _apply : 'Save successfully and apply' ,
sure _to _exit : 'The information you filled in has not been saved. Are you sure to exit?' ,
copy _theme : 'Copy theme' ,
advanced _configuration : 'Advanced configuration' ,
no _custom _theme : 'No custom theme' ,
recommended _size : 'Recommended size:' ,
support : 'support' ,
no _more _than : 'Size no more than' ,
request _timeout : 'Request timeout' ,
message _retention _time : 'Message retention time' ,
2022-11-07 11:35:38 +08:00
log _retention _time : 'Log retention time' ,
2022-09-14 16:33:47 +08:00
ds _check _time : 'Data source detection interval' ,
2022-08-17 13:52:10 +08:00
test _mail _recipient : 'Used only as a test mail recipient' ,
to _enable _tsl : 'If the SMTP port is 587, you usually need to enable TSL' ,
to _enable _ssl : 'If the SMTP port is 465, you usually need to enable SSL' ,
added _successfully : 'Added successfully' ,
text _link _etc : 'Applicable scenarios: call to action, selected status, information highlight, general prompt information, text link, etc' ,
prompt _and _icon : 'Applicable scenario: success status prompt and Icon' ,
prompt _and _icon _danger : 'Applicable scenario: warning status prompt and Icon' ,
icon _danger _button : 'Applicable scenario: error status prompt and icon, danger button' ,
first _level _icon : 'Applicable scenario: first level title, first level text, important information display, first level Icon' ,
copy _secondary _icon : 'Applicable scenario: secondary title, secondary copy, secondary Icon' ,
radio _checkbox _unchecked : 'Applicable scenario: input box guide, auxiliary copy, prompt copy, three-level icon, radio, checkbox unchecked' ,
button _background _color : 'Applicable scenario: disable copy, disable icon, disable button background color' ,
background _header _background : 'Applicable scenario: page background, header background' ,
scenario _component _stroking : 'Applicable scenario: component stroking' ,
main _background : 'Main background' ,
content _background : 'Content background' ,
select _font : 'Select font' ,
no _font _selected : 'No font selected' ,
head _background : 'Head background' ,
head _font : 'Head font' ,
menu _floating _background : 'Menu floating background' ,
menu _selection _background : 'Menu selection background' ,
left _menu _background : 'Left menu background' ,
left _menu _font : 'Left menu font' ,
table _background : 'Table background' ,
table _font : 'Table font' ,
table _borders : 'Table borders' ,
subject _name : 'Subject name' ,
template _name : 'Template name' ,
search _keywords : 'Search keywords:' ,
delete _this _topic : 'Are you sure to delete this topic?' ,
network _error : 'network error' ,
to _overwrite _them : 'There are templates with the same name in the current classification. Do you want to overwrite them?' ,
import _succeeded : 'Import succeeded' ,
name _already _exists _type : 'Classification name already exists' ,
rename _succeeded : 'Rename succeeded' ,
the _same _category : 'The template name already exists under the same category' ,
delete _this _template : 'Are you sure to delete this template?' ,
also _be _deleted : 'After deletion, all templates in this category will also be deleted.' ,
delete _this _category : 'Are you sure to delete this category?' ,
edit _template : 'Edit template' ,
edit _classification : 'Edit classification' ,
2022-08-30 15:55:27 +08:00
classification _name : 'Classification Name:' ,
by _event _details : 'Search by event details' ,
password _input _error : 'Original password input error'
2021-05-14 18:51:35 +08:00
} ,
chart : {
2022-12-21 12:05:46 +08:00
chart _refresh _tips : 'View refresh setting takes precedence over panel refresh setting' ,
2022-12-19 15:41:09 +08:00
'1-trend' : 'trend' ,
'2-state' : 'State' ,
'3-rank' : 'Rank' ,
'4-location' : 'Location' ,
'5-weather' : 'Weather' ,
2022-12-15 19:03:50 +08:00
chinese : 'Chinese' ,
2022-12-15 14:01:28 +08:00
mark _field : 'Field' ,
mark _value : 'Value' ,
function _style : 'Function style' ,
condition _style : 'Mark style' ,
longitude : 'Longitude' ,
latitude : 'Latitude' ,
2022-11-22 11:00:46 +08:00
gradient : 'Gradient' ,
2022-11-10 19:39:19 +08:00
layer _controller : 'Quota switch' ,
2022-11-08 15:06:12 +08:00
suspension : 'Suspension' ,
2022-10-31 16:53:34 +08:00
chart _background : 'Component background' ,
2022-11-22 15:11:39 +08:00
date _format : 'Select date resolution format' ,
2022-10-25 16:03:24 +08:00
solid _color : 'Solid color' ,
split _gradient : 'Split gradient' ,
continuous _gradient : 'Continuous gradient' ,
2022-09-29 13:54:22 +08:00
map _center _lost : 'The graph is missing the centroid or center attribute, please complete it and try again' ,
2022-09-22 14:20:24 +08:00
margin _model : 'Model' ,
margin _model _auto : 'Auto' ,
margin _model _absolute : 'Absolute' ,
margin _model _relative : 'Relative' ,
margin _placeholder : 'Please enter a number from 0-100' ,
2022-09-27 14:38:52 +08:00
margin _absolute _placeholder : 'Please enter a number from 0-40' ,
2022-08-25 11:55:22 +08:00
rich _text _view _result _tips : 'The rich text view selects only the first result' ,
2022-08-10 18:15:31 +08:00
rich _text _view : 'Rich Text View' ,
2022-06-16 11:58:23 +08:00
view _reset : 'View Reset' ,
view _reset _tips : 'Discard Changes To View?' ,
2022-06-10 10:27:59 +08:00
export _img : 'Export Img' ,
2022-04-02 20:09:45 +08:00
title _repeat : 'The Title Already Exist' ,
2021-05-20 12:01:19 +08:00
save _snapshot : 'Save Snapshot' ,
2021-05-14 18:51:35 +08:00
datalist : 'Chart' ,
add _group : 'Add Group' ,
add _scene : 'Add Scene' ,
group : 'Group' ,
scene : 'Scene' ,
delete : 'Delete' ,
move _to : 'Move' ,
rename : 'Rename' ,
tips : 'Tips' ,
confirm _delete : 'Confirm Delete' ,
delete _success : 'Delete Success' ,
confirm : 'Confirm' ,
cancel : 'Cancel' ,
search : 'Search' ,
back : 'Back' ,
2021-06-08 14:52:26 +08:00
add _table : 'Add Dataset' ,
2021-05-14 18:51:35 +08:00
process : 'Speed of progress' ,
add _chart : 'Add Chart' ,
2021-06-08 14:52:26 +08:00
db _data : 'Database Dataset' ,
2021-11-19 18:42:59 +08:00
sql _data : 'SQL Dataset' ,
excel _data : 'Excel Dataset' ,
custom _data : 'Custom Dataset' ,
2021-05-14 18:51:35 +08:00
pls _slc _tbl _left : 'Please select the chart from the left' ,
2021-06-08 14:52:26 +08:00
add _db _table : 'Add Database Dataset' ,
2021-05-14 18:51:35 +08:00
pls _slc _data _source : 'Please select data source' ,
table : 'Table' ,
edit : 'Edit' ,
create _view : 'Create Chart' ,
data _preview : 'Data preview' ,
dimension : 'Dimension' ,
2021-07-27 18:04:17 +08:00
quota : 'Quota' ,
2021-05-14 18:51:35 +08:00
title : 'Title' ,
show : 'Show' ,
chart _type : 'Chart Type' ,
2021-05-17 17:23:29 +08:00
shape _attr : 'Attribute' ,
module _style : 'Style' ,
2021-07-20 12:16:37 +08:00
result _filter : 'Filters' ,
2021-05-14 18:51:35 +08:00
x _axis : 'Horizontal axis' ,
y _axis : 'Longitudinal axis' ,
chart : 'Chart' ,
close : 'Close' ,
summary : 'Summary Method' ,
fast _calc : 'Fast Calculation' ,
sum : 'Sum' ,
count : 'Count' ,
avg : 'Avg' ,
max : 'Max' ,
min : 'Min' ,
stddev _pop : 'Standard Deviation' ,
var _pop : 'Variance' ,
quick _calc : 'Fast calculation' ,
show _name _set : 'Display name setting' ,
2022-05-06 16:11:22 +08:00
show _name : 'Display name' ,
2021-05-14 18:51:35 +08:00
color : 'Color' ,
color _case : 'Color Scheme' ,
pls _slc _color _case : 'Please choose a color scheme' ,
color _default : 'Default' ,
color _retro : 'Retro' ,
color _future : 'Future' ,
color _gradual : 'Gradual' ,
color _business : 'Business' ,
color _gentle : 'Gentle' ,
color _elegant : 'Elegant' ,
color _technology : 'Technology' ,
color _simple : 'Simple' ,
not _alpha : 'Opacity' ,
2022-08-22 16:54:40 +08:00
area _border _color : 'Map border' ,
2022-10-16 03:07:27 +08:00
area _base _color : 'Base map' ,
2021-05-14 18:51:35 +08:00
size : 'Size' ,
bar _width : 'Column Width' ,
bar _gap : 'Column septum' ,
adapt : 'Self-adaption' ,
line _width : 'line_width' ,
line _type : 'line_type' ,
line _symbol : 'Break point' ,
line _symbol _size : 'Break point size' ,
line _type _solid : 'Solid line' ,
line _type _dashed : 'Dotted line' ,
2022-12-04 16:21:13 +08:00
line _symbol _circle : 'Circular' ,
2021-05-14 18:51:35 +08:00
line _symbol _emptyCircle : 'Hollow circle' ,
2022-12-04 16:21:13 +08:00
line _symbol _rect : 'Rectangle' ,
2021-05-14 18:51:35 +08:00
line _symbol _roundRect : 'Rounded rectangle' ,
2022-12-04 16:21:13 +08:00
line _symbol _triangle : 'Triangle' ,
line _symbol _diamond : 'Diamond' ,
2021-05-14 18:51:35 +08:00
line _symbol _pin : 'nail' ,
line _symbol _arrow : 'arrow' ,
line _symbol _none : 'None' ,
line _area : 'area' ,
pie _inner _radius : 'inner_radius' ,
pie _outer _radius : 'outer_radius' ,
funnel _width : 'width' ,
line _smooth : 'Smooth polyline' ,
title _style : 'Title Style' ,
2022-12-04 16:21:13 +08:00
text _fontsize : 'Font size' ,
2021-05-14 18:51:35 +08:00
text _color : 'Font color' ,
text _h _position : 'Horizontal position' ,
text _v _position : 'Vertical position' ,
text _pos _left : 'Left' ,
text _pos _center : 'Center' ,
text _pos _right : 'Right' ,
text _pos _top : 'Top' ,
text _pos _bottom : 'Bottom' ,
text _italic : 'italic' ,
italic : 'italic' ,
orient : 'direction' ,
horizontal : 'horizontal' ,
vertical : 'vertical' ,
legend : 'legend' ,
shape : 'shape' ,
polygon : 'polygon' ,
circle : 'circular' ,
2022-12-04 16:21:13 +08:00
label : 'Label' ,
2021-05-14 18:51:35 +08:00
label _position : 'Label location' ,
2022-07-26 17:12:11 +08:00
label _bg : 'Label BG' ,
label _shadow : 'Label Shadow' ,
label _shadow _color : 'Shadow Color' ,
2021-05-14 18:51:35 +08:00
content _formatter : 'Content Format' ,
2022-09-27 15:58:01 +08:00
label _reserve _decimal _count : 'Reserve Decimal' ,
2021-05-14 18:51:35 +08:00
inside : 'Inside' ,
tooltip : 'Tips' ,
tooltip _item : 'Data Item' ,
tooltip _axis : 'Coordinate Axis' ,
formatter _plc : 'When the content format is empty, the default format is displayed' ,
xAxis : 'Horizontal axis' ,
yAxis : 'Longitudinal axis' ,
position : 'Position' ,
rotate : 'Angle' ,
name : 'Name' ,
icon : 'Icon' ,
trigger _position : 'Trigger Position' ,
asc : 'Ascending Order' ,
desc : 'Descending Order' ,
sort : 'Sort' ,
filter : 'Filter' ,
none : 'None' ,
background : 'Background' ,
2021-08-17 15:19:36 +08:00
border : 'Corner' ,
border _width : 'Border width' ,
border _radius : 'Border radius' ,
2021-05-14 18:51:35 +08:00
alpha : 'Transparency' ,
add _filter : 'Add Filter' ,
no _limit : 'No limit' ,
filter _eq : 'Equal' ,
filter _not _eq : 'Not Equal' ,
filter _lt : 'Less Than' ,
filter _le : 'Less than or equal to' ,
filter _gt : 'Greater than' ,
filter _ge : 'Greater than or equal to' ,
2021-10-12 11:14:05 +08:00
filter _null : 'Null' ,
filter _not _null : 'Not Null' ,
filter _empty : 'Empty String' ,
filter _not _empty : 'Not Empty String' ,
2021-05-14 18:51:35 +08:00
filter _include : 'Contain' ,
filter _not _include : 'Not Contain' ,
rose _type : 'Rose pattern' ,
radius _mode : 'Radius' ,
area _mode : 'Area' ,
rose _radius : 'Fillet' ,
2021-06-09 10:16:58 +08:00
view _name : 'Chart Title' ,
2021-07-06 18:34:01 +08:00
belong _group : 'Belong Group' ,
select _group : 'Select Group' ,
2021-05-14 18:51:35 +08:00
name _can _not _empty : 'Name cannot be empty' ,
2021-06-02 17:45:37 +08:00
template _can _not _empty : 'Please check a Template' ,
2021-05-14 18:51:35 +08:00
custom _count : 'Number of records' ,
table _title _fontsize : 'Font size of header' ,
table _item _fontsize : 'Table font size' ,
table _header _bg : 'Header Background' ,
table _item _bg : 'Table Background' ,
2022-09-14 18:17:56 +08:00
table _header _font _color : 'Header Font' ,
table _item _font _color : 'Table Font' ,
2022-10-17 18:20:04 +08:00
table _show _index : 'Show Index' ,
2021-05-17 17:23:29 +08:00
stripe : 'Zebra pattern' ,
start _angle : 'Start Angle' ,
end _angle : 'End Angle' ,
style _priority : 'Style Priority' ,
dashboard : 'Dashboard' ,
2021-06-11 12:41:42 +08:00
dimension _color : 'Name Color' ,
quota _color : 'Value Color' ,
2021-06-11 12:24:19 +08:00
dimension _font _size : 'Name FontSize' ,
quota _font _size : 'Value FontSize' ,
space _split : 'Name/Value Space' ,
2021-05-17 17:23:29 +08:00
only _one _quota : 'Only support 1 quota' ,
only _one _result : 'Only show first result' ,
2021-06-11 12:24:19 +08:00
dimension _show : 'Name Show' ,
quota _show : 'Value Show' ,
2021-05-21 16:45:21 +08:00
title _limit : 'Title cannot be greater than 50 characters' ,
2021-05-21 16:58:39 +08:00
filter _condition : 'Filter Condition' ,
2021-05-28 16:04:59 +08:00
filter _field _can _null : 'Filter field must choose' ,
2021-05-31 16:46:23 +08:00
preview _100 _data : 'Preview 100 rows' ,
2021-09-06 14:06:10 +08:00
chart _table _normal : 'Summary Table' ,
chart _table _info : 'Detail Table' ,
2021-05-31 16:46:23 +08:00
chart _card : 'KPI Card' ,
chart _bar : 'Base Bar' ,
chart _bar _stack : 'Stack Bar' ,
2022-09-27 15:58:01 +08:00
chart _percentage _bar _stack : 'Percentage Stack Bar' ,
2021-05-31 16:46:23 +08:00
chart _bar _horizontal : 'Horizontal Bar' ,
chart _bar _stack _horizontal : 'Stack Horizontal Bar' ,
2022-11-24 17:11:05 +08:00
chart _percentage _bar _stack _horizontal : 'Horizontal Percentage Stack Bar' ,
2021-05-31 16:46:23 +08:00
chart _line : 'Base Line' ,
chart _line _stack : 'Stack Line' ,
chart _pie : 'Pie' ,
2022-10-12 15:29:50 +08:00
chart _pie _donut : 'Donut Pie' ,
2021-05-31 16:46:23 +08:00
chart _pie _rose : 'Rose Pie' ,
2022-10-12 15:29:50 +08:00
chart _pie _donut _rose : 'Rose Donut Pie' ,
2021-05-31 16:46:23 +08:00
chart _funnel : 'Funnel' ,
chart _radar : 'Radar' ,
2021-06-01 15:44:33 +08:00
chart _gauge : 'Gauge' ,
2021-08-03 14:03:34 +08:00
chart _map : 'Map' ,
2021-07-05 17:24:23 +08:00
dateStyle : 'Date Style' ,
datePattern : 'Date Format' ,
2021-06-01 15:44:33 +08:00
y : 'Year' ,
y _M : 'Year Month' ,
2022-12-24 18:28:54 +08:00
y _Q : 'Year Quarter' ,
y _W : 'Year Week' ,
2021-06-01 15:44:33 +08:00
y _M _d : 'Year Month Day' ,
H _m _s : 'Hour Minute Second' ,
y _M _d _H _m : 'Year Month Day Hour Minute' ,
y _M _d _H _m _s : 'Year Month Day Hour Minute Second' ,
date _sub : 'yyyy-MM-dd' ,
2021-06-01 18:56:26 +08:00
date _split : 'yyyy/MM/dd' ,
2021-06-07 11:01:21 +08:00
chartName : 'New Chart' ,
chart _show _error : 'can not show normal' ,
2021-06-09 10:16:58 +08:00
chart _error _tips : 'Please contact admin ' ,
2021-06-28 16:21:54 +08:00
title _cannot _empty : 'Title can not be empty' ,
table _title _height : 'Table header height' ,
2021-06-28 18:03:33 +08:00
table _item _height : 'Table row height' ,
axis _show : 'Axis Show' ,
axis _color : 'Axis Color' ,
axis _width : 'Axis Width' ,
axis _type : 'Axis Type' ,
2022-10-17 16:44:09 +08:00
grid _show : 'Grid Show' ,
grid _color : 'Grid Color' ,
grid _width : 'Grid Width' ,
grid _type : 'Grid Type' ,
2021-06-28 18:03:33 +08:00
axis _type _solid : 'Solid' ,
axis _type _dashed : 'Dashed' ,
axis _type _dotted : 'Dotted' ,
axis _label _show : 'Label Show' ,
axis _label _color : 'Label Color' ,
2021-06-29 12:09:37 +08:00
axis _label _fontsize : 'Label Fontsize' ,
text _style : 'Font Style' ,
2021-06-29 14:48:59 +08:00
bolder : 'Bolder' ,
change _ds : 'Change Dataset' ,
2021-07-01 18:27:26 +08:00
change _ds _tip : 'Tips: Change Dataset will change fields,you need rebuild chart' ,
axis _name _color : 'Name Color' ,
2021-07-02 11:19:23 +08:00
axis _name _fontsize : 'Name Fontsize' ,
pie _label _line _show : 'Line' ,
outside : 'Outside' ,
2021-07-05 13:57:10 +08:00
center : 'Center' ,
split : 'Axis' ,
axis _line : 'Axis Line' ,
axis _label : 'Axis Label' ,
label _fontsize : 'Label Fontsize' ,
split _line : 'Split Line' ,
split _color : 'Split Color' ,
2021-07-05 17:24:23 +08:00
shadow : 'Shadow' ,
condition : 'Filter Value' ,
2021-07-06 11:01:08 +08:00
filter _value _can _null : 'Filter value can not empty' ,
filter _like : 'Contain' ,
2021-07-09 16:44:36 +08:00
filter _not _like : 'Not Contain' ,
2022-03-30 23:51:55 +08:00
filter _in : 'IN' ,
filter _not _in : 'NOT IN' ,
2021-07-09 16:44:36 +08:00
chart _details : 'Chart Details' ,
2022-04-22 12:01:19 +08:00
details : 'Details' ,
image : 'Image' ,
2021-07-09 17:09:25 +08:00
export _details : 'Export Details' ,
2022-04-22 12:01:19 +08:00
export : 'Export' ,
2021-07-08 18:29:26 +08:00
color _light : 'Light' ,
color _classical : 'Classical' ,
color _fresh : 'Fresh' ,
color _energy : 'Energy' ,
color _red : 'Red' ,
color _fast : 'Fast' ,
2021-07-19 12:36:25 +08:00
color _spiritual : 'Spiritual' ,
chart _data : 'Data' ,
2021-07-20 13:35:48 +08:00
chart _style : 'Style' ,
drag _block _type _axis : 'Type Axis' ,
drag _block _value _axis : 'Value Axis' ,
drag _block _table _data _column : 'Data Column' ,
drag _block _pie _angel : 'Sector Angle' ,
drag _block _pie _label : 'Sector Label' ,
drag _block _gauge _angel : 'Pointer Angle' ,
drag _block _label _value : 'Value' ,
drag _block _funnel _width : 'Funnel Width' ,
drag _block _funnel _split : 'Funnel Split' ,
drag _block _radar _length : 'Branch Length' ,
2021-07-21 17:12:40 +08:00
drag _block _radar _label : 'Branch Label' ,
2021-08-03 14:03:34 +08:00
stack _item : 'Stack Item' ,
map _range : 'Map range' ,
select _map _range : 'Please select map range' ,
area : 'Area' ,
placeholder _field : 'Drag Field To Here' ,
2021-08-06 16:15:59 +08:00
axis _label _rotate : 'Label Rotate' ,
chart _scatter _bubble : 'Bubble' ,
chart _scatter : 'Scatter' ,
2021-08-09 16:37:15 +08:00
bubble _size : 'Bubble Size' ,
chart _treemap : 'Tree Map' ,
drill : 'Drill' ,
drag _block _treemap _label : 'Color Label' ,
2021-08-09 17:21:35 +08:00
drag _block _treemap _size : 'Color Size' ,
2021-08-10 11:00:38 +08:00
bubble _symbol : 'Shape' ,
gap _width : 'Gap Width' ,
width : 'Width' ,
2021-08-16 16:23:57 +08:00
height : 'Height' ,
system _case : 'System' ,
2021-08-17 15:26:05 +08:00
custom _case : 'Custom' ,
2021-08-24 12:02:33 +08:00
last _layer : 'This Is The Last Layer' ,
2021-08-31 17:15:20 +08:00
radar _size : 'Size' ,
2021-09-03 11:20:49 +08:00
chart _mix : 'Mix' ,
axis _value : 'Axis Value' ,
axis _value _min : 'Min' ,
axis _value _max : 'Max' ,
axis _value _split : 'Split' ,
2021-09-06 14:06:10 +08:00
axis _auto : 'Auto' ,
2021-09-06 16:58:33 +08:00
table _info _switch : 'Switch detail table will clear dimensions' ,
drag _block _value _axis _main : 'Main Axis Value' ,
drag _block _value _axis _ext : 'Ext Axis Value' ,
2021-09-07 10:26:45 +08:00
yAxis _main : 'Main Vertical Axis' ,
2021-09-08 10:59:19 +08:00
yAxis _ext : 'Ext Vertical Axis' ,
total : 'Total' ,
2021-09-08 17:17:24 +08:00
items : 'Items' ,
chart _liquid : 'Liquid' ,
drag _block _progress : 'Progress' ,
liquid _max : 'End Value' ,
liquid _outline _border : 'Border Width' ,
liquid _outline _distance : 'Border Distance' ,
liquid _wave _length : 'Wave Length' ,
liquid _wave _count : 'Wave Count' ,
liquid _shape : 'Shape' ,
liquid _shape _circle : 'Circle' ,
liquid _shape _diamond : 'Diamond' ,
liquid _shape _triangle : 'Triangle' ,
liquid _shape _pin : 'Pin' ,
2021-09-26 11:28:45 +08:00
liquid _shape _rect : 'Rect' ,
2021-10-14 18:06:19 +08:00
dimension _or _quota : 'Dimension Or Quota' ,
2021-10-21 10:49:03 +08:00
axis _value _split _count : 'Tick Count' ,
2022-09-29 14:50:18 +08:00
axis _value _split _space : 'Tick Interval' ,
2021-10-21 17:37:13 +08:00
chart _waterfall : 'Waterfall' ,
pie _inner _radius _percent : 'Inner Radius(%)' ,
2021-10-28 14:33:21 +08:00
pie _outer _radius _size : 'Outer Radius' ,
table _page _size : 'Page Size' ,
2021-10-28 17:22:46 +08:00
table _page _size _unit : 'Item/Page' ,
result _count : 'Result' ,
2021-11-02 12:01:42 +08:00
result _mode _all : 'ALL' ,
2021-11-24 11:25:01 +08:00
result _mode _custom : 'Custom' ,
2021-11-02 12:01:42 +08:00
chart _word _cloud : 'Word Cloud' ,
drag _block _word _cloud _label : 'Word Label' ,
2021-11-02 15:35:53 +08:00
drag _block _word _cloud _size : 'Word Size' ,
2021-11-08 17:57:38 +08:00
splitCount _less _100 : 'Split Count Range 0-100' ,
change _chart _type : 'Change Type' ,
chart _type _table : 'Table' ,
chart _type _quota : 'Quota' ,
chart _type _trend : 'Trend' ,
chart _type _compare : 'Compare' ,
chart _type _distribute : 'Distribute' ,
chart _type _relation : 'Relation' ,
chart _type _space : 'Space' ,
preview : 'Preview' ,
next : 'Next' ,
select _dataset : 'Select Dataset' ,
2021-11-10 13:44:08 +08:00
select _chart _type : 'Select Chart Type' ,
2021-12-08 18:42:00 +08:00
recover : 'Reset' ,
yoy _label : 'YOY/MOM' ,
yoy _setting : 'Setting' ,
pls _select _field : 'Select Field' ,
compare _date : 'Compare Date' ,
compare _type : 'Compare Type' ,
compare _data : 'Data Setting' ,
year _yoy : 'Year yoy' ,
month _yoy : 'Month yoy' ,
quarter _yoy : 'Quarter yoy' ,
week _yoy : 'Week yoy' ,
day _yoy : 'Day yoy' ,
year _mom : 'Year mom' ,
month _mom : 'Month mom' ,
quarter _mom : 'Quarter mom' ,
week _mom : 'Week mom' ,
day _mom : 'Day mom' ,
data _sub : 'Sub' ,
data _percent : 'Percent' ,
2021-12-13 16:38:22 +08:00
compare _calc _expression : 'Expression' ,
and : 'And' ,
2021-12-17 18:16:18 +08:00
or : 'Or' ,
logic _exp : 'Logic' ,
enum _exp : 'Enum' ,
pls _slc : 'Please Select' ,
2021-12-21 16:49:55 +08:00
filter _exp : 'Filter Value' ,
2022-01-24 13:19:12 +08:00
filter _type : 'Filter Type' ,
2022-01-25 14:40:20 +08:00
filter _value _can _not _str : 'Value type can not input string' ,
2022-01-31 14:34:31 +08:00
enum _value _can _not _null : 'Enum Value can not empty.' ,
table _config : 'Table Config' ,
table _column _width _config : 'Column Width' ,
table _column _adapt : 'Adapt' ,
2022-02-08 13:50:43 +08:00
table _column _custom : 'Custom' ,
chart _table _pivot : 'Pivot Table' ,
2022-02-14 12:27:33 +08:00
table _pivot _row : 'Data Row' ,
2022-02-15 15:56:51 +08:00
field _error _tips : 'This field is changed(Include dimension、quota, field type, deleted),please edit again.' ,
2023-01-05 14:30:34 +08:00
mark _field _error : 'The current field does not exist, please select again' ,
2022-02-16 16:55:00 +08:00
table _border _color : 'Border Color' ,
table _header _align : 'Header Align' ,
table _item _align : 'Body Align' ,
table _align _left : 'Left' ,
table _align _center : 'Center' ,
2022-03-03 18:30:50 +08:00
table _align _right : 'Right' ,
2022-11-23 17:47:47 +08:00
table _scroll _bar _color : 'Scroll Bar Color' ,
2022-03-10 11:06:49 +08:00
draw _back : 'Draw Back' ,
2022-03-03 18:30:50 +08:00
senior : 'Senior' ,
senior _cfg : 'Senior Config' ,
function _cfg : 'Function Config' ,
analyse _cfg : 'Analyse' ,
slider : 'Slider' ,
slider _range : 'Range' ,
2022-09-21 17:09:16 +08:00
slider _bg : 'Background' ,
slider _fill _bg : 'Selected Background' ,
slider _text _color : 'Font Color' ,
2022-03-03 18:30:50 +08:00
chart _no _senior : 'This chart type not support senior config,please look forward to.' ,
2022-08-10 18:15:31 +08:00
chart _no _properties : 'This chart type not support properties config.' ,
2022-03-03 18:30:50 +08:00
assist _line : 'Assist Line' ,
field _fixed : 'Fixed' ,
2022-03-07 13:30:22 +08:00
line _type _dotted : 'Dotted' ,
value _can _not _empty : 'Value can not be empty' ,
2022-03-08 15:44:40 +08:00
value _error : 'Value illegal' ,
threshold : 'Threshold' ,
threshold _range : 'Range' ,
2022-03-09 15:45:48 +08:00
gauge _threshold _format _error : 'Format Error' ,
total _cfg : 'Total Config' ,
col _cfg : 'Column' ,
row _cfg : 'Row' ,
total _show : 'Total' ,
total _position : 'Position' ,
total _label : 'Alias' ,
sub _total _show : 'Sub Total' ,
total _pos _top : 'Top' ,
total _pos _bottom : 'Bottom' ,
total _pos _left : 'Left' ,
2022-03-10 13:34:19 +08:00
total _pos _right : 'Right' ,
chart _label : 'Label' ,
2022-04-12 19:45:12 +08:00
drag _block _label : 'Label' ,
count _distinct : 'Distinct Count' ,
table _page _mode : 'Page Mode' ,
page _mode _page : 'Page' ,
2022-04-13 12:01:39 +08:00
page _mode _pull : 'Pull' ,
exp _can _not _empty : 'Condition can not be empty' ,
value _formatter : 'Value Formatter' ,
value _formatter _type : 'Formatter Type' ,
value _formatter _auto : 'Auto' ,
value _formatter _value : 'Value' ,
value _formatter _percent : 'Percent' ,
value _formatter _unit : 'Unit' ,
value _formatter _decimal _count : 'Decimal Count' ,
value _formatter _suffix : 'Unit Suffix' ,
value _formatter _thousand _separator : 'Thousand Separator' ,
value _formatter _example : 'Example' ,
unit _none : 'None' ,
unit _thousand : 'Thousand' ,
unit _ten _thousand : 'Ten Thousand' ,
unit _million : 'Million' ,
unit _hundred _million : 'Hundred Million' ,
2022-04-22 10:20:10 +08:00
formatter _decimal _count _error : 'Range 0-10' ,
2022-05-06 16:11:22 +08:00
gauge _threshold _compare _error : 'Range must added' ,
2022-05-09 14:27:49 +08:00
tick _count : 'Tick Split' ,
2022-05-11 13:11:59 +08:00
custom _sort : 'Custom' ,
2022-05-15 11:09:39 +08:00
custom _sort _tip : 'Custom sort field first,and only support single field' ,
2022-06-14 14:28:23 +08:00
clean _custom _sort : 'Clean' ,
ds _field _edit : 'Dataset Field Manage' ,
chart _field _edit : 'Chart Field Manage' ,
copy _field : 'Copy Field' ,
calc _field : 'Calculate Field' ,
2022-06-26 15:56:21 +08:00
form _type : 'From Type' ,
scroll _cfg : 'Scroll Config' ,
scroll : 'Scroll' ,
open : 'Open' ,
row : 'Row' ,
interval : 'Interval' ,
2022-07-18 10:42:27 +08:00
max _more _than _mix : 'Max must more than Min' ,
field : 'Field' ,
textColor : 'Text Color' ,
backgroundColor : 'Background Color' ,
field _can _not _empty : 'Field can not empty' ,
conditions _can _not _empty : 'Conditions can not be empty, if unnecessary, please delete the field' ,
remark : 'Remark' ,
remark _edit : 'Edit Remark' ,
2022-07-26 10:34:23 +08:00
remark _bg _color : 'Background Fill' ,
quota _font _family : 'Value Font Family' ,
quota _text _style : 'Value Style' ,
quota _letter _space : 'Value Letter Space' ,
dimension _font _family : 'Name Font Family' ,
dimension _text _style : 'Name Style' ,
dimension _letter _space : 'Name Letter Space' ,
font _family : 'Font Family' ,
letter _space : 'Letter Space' ,
2022-08-09 17:11:53 +08:00
font _shadow : 'Font Shadow' ,
chart _area : 'Area' ,
fix : 'Fix' ,
2022-08-12 14:24:11 +08:00
dynamic : 'Dynamic' ,
2022-08-22 16:52:22 +08:00
gauge _size _field _delete : 'Dynamic field changed, please edit again' ,
chart _group : 'Sub Type' ,
2022-09-07 16:09:59 +08:00
chart _bar _group : 'Bar Group' ,
2022-10-27 16:49:01 +08:00
chart _bar _group _stack : 'Group Stack Bar' ,
2022-09-07 16:09:59 +08:00
field _dynamic : 'Dynamic' ,
2022-09-14 18:17:56 +08:00
aggregation : 'Aggregation' ,
filter _between : 'Between' ,
field _not _empty : 'Field can not be empty' ,
2022-10-18 18:27:21 +08:00
summary _not _empty : 'Summary can not be empty' ,
reserve _zero : '0' ,
reserve _one : '1' ,
reserve _two : '2' ,
proportion : 'Proportion' ,
2022-10-22 14:03:35 +08:00
label _content : 'Label Content' ,
2022-10-31 19:12:30 +08:00
percent : 'Percent' ,
2022-11-18 15:24:35 +08:00
table _index _desc : 'Index Header Name' ,
total _sort : 'Total Sort' ,
total _sort _none : 'None' ,
total _sort _asc : 'ASC' ,
total _sort _desc : 'DESC' ,
2022-11-18 15:47:37 +08:00
total _sort _field : 'Sort Field' ,
2022-11-18 15:43:32 +08:00
empty _data _strategy : 'Empty Data Strategy' ,
2022-12-20 17:45:15 +08:00
break _line : 'Keep' ,
2022-11-18 15:43:32 +08:00
set _zero : 'Set Zero' ,
2022-12-20 17:45:15 +08:00
ignore _data : 'Hide Data' ,
2022-11-30 19:25:51 +08:00
sub _dimension _tip : 'This field is required, and cannot be included in the type axis, you should choose non-group chart if you don\'t need it, or you will get unexpected chart.' ,
drill _dimension _tip : 'Only fields in the dataset can be drilled' ,
table _scroll _tip : 'The detail table is only effective when the pagination mode is "Drop-down".' ,
table _threshold _tip : 'Tip: Do not select fields repeatedly. If the same field is configured repeatedly, only the last field will take effect.' ,
2022-12-04 16:21:13 +08:00
table _column _width _tip : ` Column width do not always work.<br/>
The priority of the container width is higher than the column width , < br / >
which means if the result of dividing the width of the table container by the number of columns is greater than specified column width , < br / >
the former will take effect . ` ,
reference _field _tip : ` Reference fields start with "[" and end with "]". <br/>
Do not modify the reference content , otherwise the reference will fail . < br / >
If you enter content in the same format as the reference field , it will be treated as a reference field . ` ,
2022-11-30 19:25:51 +08:00
scatter _tip : 'When this indicator is in effect, the bubble size attribute in the style size will be invalid' ,
2022-12-04 16:21:13 +08:00
place _name _mapping : 'Place name mapping' ,
axis _tip : 'The minimum value, maximum value, and interval are all numeric types; it will be regarded as automatic if left blank.<br/>Please make sure that the filled values can be calculated correctly, otherwise the axis values will not be displayed normally.' ,
format _tip : ` The template variables include {a}, {b}, {c}, {d}, which represent series name, data name, data value, etc. respectively.<br>
When the trigger position is 'coordinate axis' , there will be multiple series of data . At this time , the index of the series can be represented by { a0 } , { a1 } , { a2 } followed by an index . < br >
{ a } , { b } , { c } , { d } have different meanings under different graph types . Among them , variables { a } , { b } , { c } , { d } represent data meanings in different chart types : < br > < br >
Line ( area ) chart , Column ( Bar ) chart , Dashboard : { a } is series name , { b } is category value , { c } is value < br >
Pie chart , Funnel chart : { a } is series name , { b } is data item name , { c } is value , { d } is percentage < br >
Map : { a } ( series name ) , { b } is area name , { c } is merged values , { d } is none < br >
2023-01-12 10:35:14 +08:00
Scatter ( Bubble ) plot : { a } is series name , { b } is data name , { c } is numeric array , { d } is none ` ,
h _position : 'Horizontal Position' ,
v _position : 'Vertical Position' ,
p _left : 'Left' ,
p _right : 'Right' ,
p _top : 'Top' ,
p _bottom : 'Bottom' ,
p _center : 'Center'
2021-05-14 18:51:35 +08:00
} ,
dataset : {
2022-10-28 18:22:01 +08:00
spend _time : 'Spend' ,
sql : 'SQL' ,
sql _result : 'Result' ,
2022-07-22 13:39:05 +08:00
parse _filed : 'Parse Field' ,
2022-07-20 17:25:33 +08:00
field _rename : 'Rename Field' ,
2022-07-01 16:39:06 +08:00
params _work : 'Effective only when editing SQL' ,
2022-06-30 11:37:44 +08:00
sql _variable _limit _1 : '1、SQL variables can only be used in where conditions' ,
2022-11-14 14:54:27 +08:00
sql _variable _limit _2 : '2、Example: select * from table_name where column_name1=\'${param_name1}\' and column_name2 in \'${param_name2}\'' ,
2022-06-25 15:33:39 +08:00
select _year : 'Select Year' ,
select _month : 'Select Month' ,
select _date : 'Select Date' ,
select _time : 'Select Time' ,
time _year : 'Date-Year' ,
time _year _month : 'Date-Yearmonth' ,
time _year _month _day : 'Date-YearMonthDay' ,
time _all : 'TIme' ,
2022-06-22 16:04:07 +08:00
dataset _sync : ' ( Data sync... )' ,
2021-05-20 11:12:32 +08:00
sheet _warn : 'There are multiple sheet pages, and the first one is extracted by default' ,
2021-05-14 18:51:35 +08:00
datalist : 'Data Set' ,
2021-07-23 10:54:44 +08:00
name : 'DataSet Name' ,
2021-05-14 18:51:35 +08:00
add _group : 'Add Group' ,
add _scene : 'Add Scene' ,
group : 'Group' ,
scene : 'Scene' ,
delete : 'Delete' ,
move _to : 'Move' ,
rename : 'Rename' ,
tips : 'Tips' ,
confirm _delete : 'confirm_delete' ,
2022-04-21 16:30:27 +08:00
confirm _delete _msg : 'Deleting a dataset will affect its related user-defined dataset, associated dataset and dashboard. Confirm the delete? ' ,
2021-05-14 18:51:35 +08:00
delete _success : 'delete_success' ,
confirm : 'confirm' ,
cancel : 'cancel' ,
search : 'search' ,
back : 'back' ,
add _table : 'Add Table' ,
process : 'Speed of progress' ,
update : 'update' ,
2021-06-08 14:52:26 +08:00
db _data : 'Database Dataset' ,
2021-11-19 18:42:59 +08:00
sql _data : 'SQL Dataset' ,
excel _data : 'Excel Dataset' ,
custom _data : 'Custom Dataset' ,
2021-05-14 18:51:35 +08:00
pls _slc _tbl _left : 'Please select the chart from the left' ,
2021-06-08 14:52:26 +08:00
add _db _table : 'Add Database Dataset' ,
2022-02-18 17:59:19 +08:00
add _api _table : 'Add API Dataset' ,
2021-05-14 18:51:35 +08:00
pls _slc _data _source : 'Please select data source' ,
table : 'Table' ,
edit : 'Edit' ,
create _view : 'Create Chart' ,
data _preview : 'Data preview' ,
field _type : 'Field Type' ,
field _name : 'Field Name' ,
field _origin _name : 'Field Origin Name' ,
field _check : 'Selected' ,
update _info : 'Update Info' ,
2022-10-25 17:50:23 +08:00
update _records : 'Update Records' ,
2021-06-08 16:30:20 +08:00
join _view : 'Data Associated' ,
2021-05-14 18:51:35 +08:00
text : 'Text' ,
time : 'Time' ,
value : 'Value' ,
mode : 'Mode' ,
direct _connect : 'Direct Link' ,
sync _data : 'Timing synchronization' ,
update _setting : 'Update Setting' ,
sync _now : 'Update Now' ,
add _task : 'Add Task' ,
task _name : 'Task Name' ,
2021-07-29 00:42:19 +08:00
task _id : 'Task ID' ,
2021-05-14 18:51:35 +08:00
start _time : 'Start Time' ,
end _time : 'End Time' ,
status : 'State' ,
error : 'Error' ,
completed : 'Completed' ,
underway : 'underway' ,
2021-05-28 16:37:37 +08:00
task _update : 'Update Setting' ,
2021-05-14 18:51:35 +08:00
update _type : 'Update Type' ,
all _scope : 'Full update' ,
add _scope : 'Incremental update' ,
select _data _time : 'Select date time' ,
execute _rate : 'Execution frequency' ,
2021-05-28 16:37:37 +08:00
execute _once : 'Execution Now' ,
2021-07-09 10:52:20 +08:00
simple _cron : 'Simple repeat' ,
2021-05-14 18:51:35 +08:00
cron _config : 'Expression setting' ,
no _limit : 'No limit' ,
set _end _time : 'Set the end time' ,
operate : 'operation' ,
save _success : 'Saved Successfully' ,
close : 'Close' ,
required : 'Required' ,
input _content : 'Please input the content' ,
2021-06-08 14:52:26 +08:00
add _sql _table : 'Add SQL Dataset' ,
2021-05-14 18:51:35 +08:00
preview : 'Preview' ,
pls _input _name : 'Please enter a name' ,
connect _mode : 'Connection Mode' ,
incremental _update _type : 'Incremental update mode' ,
incremental _add : 'Incremental Addition' ,
incremental _delete : 'Incremental Deletion' ,
last _update _time : 'Last update time' ,
current _update _time : 'Current update time' ,
param : 'Parameter' ,
2021-06-08 14:52:26 +08:00
edit _sql : 'Edit SQL Dataset' ,
2021-05-14 18:51:35 +08:00
showRow : 'Display line' ,
add _excel _table : 'Add excel dataset' ,
add _custom _table : 'Add self help dataset' ,
upload _file : 'Upload File' ,
detail : 'Details' ,
type : 'Type' ,
create _by : 'Creator' ,
create _time : 'Create_time' ,
preview _show : 'Display' ,
2021-05-17 17:23:29 +08:00
preview _item : 'items data' ,
preview _total : 'Total' ,
2021-06-15 16:01:30 +08:00
pls _input _less _5 : 'Please input integer less 5' ,
2021-05-17 17:23:29 +08:00
field _edit : 'Edit Field' ,
table _already _add _to : 'This table is already add to' ,
2021-05-14 18:51:35 +08:00
uploading : 'Uploading...' ,
2021-06-08 16:30:20 +08:00
add _union : 'Create Associations' ,
2021-05-14 18:51:35 +08:00
union _setting : 'Association Settings' ,
pls _slc _union _field : 'Please select associated field' ,
pls _slc _union _table : 'Please select association table' ,
source _table : 'Association table' ,
source _field : 'Associated fields' ,
target _table : 'Associated table' ,
target _field : 'Associated field' ,
union _relation : 'Relationship' ,
pls _setting _union _success : 'Please set the relationship correctly' ,
invalid _dataset : 'Kettle is not running, invalid dataset' ,
check _all : 'Select all' ,
can _not _union _self : 'The associated table cannot be the same as the associated table' ,
float : 'Decimal' ,
edit _custom _table : 'Edit self help dataset' ,
2021-05-17 17:23:29 +08:00
edit _field : 'Edit Field' ,
2021-05-18 11:24:52 +08:00
preview _100 _data : 'Show 100 lines data' ,
2021-05-18 12:02:04 +08:00
invalid _table _check : 'Please sync data first.' ,
2022-08-25 16:12:05 +08:00
parse _error : 'Parse failed,please check.Reference: https://dataease.io/docs/user_manual/dataset_configuration/dataset_Excel' ,
2022-09-28 11:21:07 +08:00
origin _field _type : 'Field Origin Type' ,
2021-06-08 11:12:40 +08:00
edit _excel _table : 'Edit Excel Dataset' ,
edit _excel : 'Edit Excel' ,
excel _replace : 'Replace' ,
2021-06-09 10:16:58 +08:00
excel _add : 'Add' ,
dataset _group : 'Dataset Group' ,
m1 : 'Move ' ,
2021-06-09 10:54:16 +08:00
m2 : ' To' ,
2021-06-16 16:55:36 +08:00
char _can _not _more _50 : 'Dataset name can not more 50' ,
task _add _title : 'Add Task' ,
2021-07-08 15:05:25 +08:00
task _edit _title : 'Edit Task' ,
2021-07-08 15:07:39 +08:00
sync _latter : 'Sync latter' ,
2021-07-08 14:00:06 +08:00
task : {
list : 'Task list' ,
record : 'Execution record' ,
create : 'New task' ,
name : 'Task name' ,
last _exec _time : 'Last execution time' ,
next _exec _time : 'Next execution time' ,
last _exec _status : 'Last execution result' ,
task _status : 'Task status' ,
dataset : 'Data set' ,
search _by _name : 'Search by name' ,
2021-07-23 10:54:44 +08:00
underway : 'Waiting for execution' ,
stopped : 'End' ,
2022-08-22 17:54:31 +08:00
exec : 'underway' ,
2021-07-23 10:54:44 +08:00
pending : 'Pause' ,
2021-07-08 14:00:06 +08:00
confirm _exec : 'Manual trigger execution? ' ,
2022-05-24 23:05:25 +08:00
change _success : 'State switch successful' ,
2022-05-30 01:11:53 +08:00
excel _replace _msg : 'Calculation fields, custom datasets, associated datasets, dashboards, etc. may be affected. Confirm the replacement? ' ,
effect _ext _field : 'Affect calculated fields'
2021-07-08 14:17:00 +08:00
} ,
2021-07-08 13:50:22 +08:00
field _group _type : 'Type' ,
2021-07-13 15:55:22 +08:00
location : 'Location' ,
left _join : 'LEFT JOIN' ,
right _join : 'RIGHT JOIN' ,
inner _join : 'INNER JOIN' ,
2021-07-15 11:05:11 +08:00
full _join : 'FULL JOIN' ,
2021-08-03 14:03:34 +08:00
can _not _union _diff _datasource : 'Union dataset must have same data source' ,
operator : 'Operator' ,
d _q _trans : 'Dimension/Quota Transform' ,
add _calc _field : 'Create calc field' ,
input _name : 'Please input name' ,
field _exp : 'Field Expression' ,
data _type : 'Data Type' ,
click _ref _field : 'Click Quote Field' ,
click _ref _function : 'Click Quote Function' ,
field _manage : 'Field Manage' ,
edit _calc _field : 'Edit calc field' ,
calc _field : 'Calc Field' ,
2021-08-12 19:23:01 +08:00
show _sql : 'Show SQL' ,
2021-08-13 11:23:27 +08:00
ple _select _excel : 'Please select excel file to import' ,
merge : 'Merge' ,
no _merge : 'Dont Merge' ,
merge _msg : 'If the fields in the data table are consistent, merge them into one data set?' ,
2021-08-17 14:09:17 +08:00
merge _title : 'Merge data' ,
2021-09-30 16:28:37 +08:00
field _name _less _50 : 'Field name can not more 50 chars.' ,
2022-09-28 16:51:40 +08:00
excel _info _1 : '1、Merged cells cannot exist in the Excel file; ' ,
excel _info _2 : '2、The first line of the Excel file is the title line, which cannot be empty or date; ' ,
2021-11-09 12:13:41 +08:00
excel _info _3 : '3、The file size shall not exceed 500m。' ,
sync _field : 'Sync Field' ,
confirm _sync _field : 'Confirm Sync' ,
2021-11-11 16:38:16 +08:00
confirm _sync _field _tips : 'Sync field maybe change edit field, please confirm' ,
sync _success : 'Success' ,
2021-11-19 18:42:59 +08:00
sync _success _1 : 'Success, please sync data again' ,
2021-12-10 23:20:17 +08:00
row _permission : {
type : 'Type' ,
name : 'Name' ,
condition : 'Conditions' ,
value : 'Value' ,
add : 'Add row permissions' ,
edit : 'Edit row permissions' ,
2021-12-27 16:26:59 +08:00
please _select _field : 'Please select a field' ,
please _select _auth _type : 'Please select the authorization type' ,
please _select _auth _id : 'Please select authorization target' ,
row _permission _not _empty : 'Row permission cannot be empty' ,
search _by _filed _name : 'Search by field name' ,
auth _type : 'Authorization type' ,
auth _obj : 'Authorized object'
2021-12-10 23:20:17 +08:00
} ,
2022-01-17 18:00:53 +08:00
column _permission : {
add : 'Add' ,
edit : 'Edit' ,
2022-08-31 15:59:12 +08:00
please _select _field : 'Please select field' ,
2022-01-17 18:00:53 +08:00
please _select _auth _type : 'Please select the authorization type' ,
2022-08-31 15:59:12 +08:00
please _select _auth _id : 'Please select authorization obj' ,
2022-01-17 18:00:53 +08:00
column _permission _not _empty : 'Please select authorization target' ,
auth _type : 'Authorization type' ,
auth _obj : 'Authorized object' ,
2022-01-19 11:49:13 +08:00
enable : 'Enable' ,
disable : 'Disable' ,
2022-01-17 18:00:53 +08:00
prohibit : 'Prohibit' ,
2022-11-24 19:06:38 +08:00
desensitization : 'Desensitization' ,
desensitization _rule : 'Desensitization rule' ,
m : 'M ' ,
n : 'N ' ,
mgtn : 'M Cannot be greater than N'
2022-01-17 18:00:53 +08:00
} ,
2021-12-10 23:20:17 +08:00
row _permissions : 'Row Permissions' ,
2022-09-23 18:31:49 +08:00
column _permissions : 'Column Permissions' ,
row _column _permissions : 'Row And Column Permissions' ,
2021-11-19 18:42:59 +08:00
union _data : 'Union Dataset' ,
add _union _table : 'Add Union Dataset' ,
edit _union : 'Edit Union Dataset' ,
2021-11-25 11:33:47 +08:00
union : 'Union' ,
edit _union _relation : 'Edit Union Relation' ,
2021-11-26 18:13:27 +08:00
add _union _relation : 'Add Union Relation' ,
2021-11-29 14:50:45 +08:00
field _select : 'Select Field' ,
2021-11-30 15:19:51 +08:00
add _union _field : 'Add Union Field' ,
union _error : 'Union relation and field can not be empty' ,
2021-12-02 14:58:42 +08:00
union _repeat : 'This dataset is already union, do not union repeat' ,
2022-01-06 12:52:10 +08:00
preview _result : 'Preview' ,
2022-02-20 15:54:50 +08:00
sql _ds _union _error : 'Direct connect SQL dataset can not be union' ,
2022-08-09 17:11:53 +08:00
api _data : 'API dataset' ,
2022-08-24 16:38:35 +08:00
copy : 'Copy' ,
2022-09-28 14:39:00 +08:00
sync _log : 'Sync log' ,
field _edit _name : 'Field Name' ,
input _edit _name : 'Input field name' ,
edit _search : 'Search by name' ,
2022-10-18 16:26:51 +08:00
na : 'None' ,
2022-11-07 16:03:08 +08:00
date _format : 'Time format, default: year-month-day hour:minute:second' ,
export _dataset : 'Export' ,
filename : 'Filename' ,
export _filter : 'Filter' ,
2022-11-30 12:22:06 +08:00
pls _input _filename : 'Please input filename' ,
calc _tips : {
tip1 : 'The expression syntax should follow the database syntax corresponding to the data source.' ,
tip2 : 'Aggregation operation is not supported in the dataset.' ,
tip3 : 'The reference field starts with "[" and ends with "]"' ,
tip4 : 'Do not modify the reference content, otherwise the reference will fail' ,
tip5 : 'If you enter content in the same format as the reference field, it will be treated as a reference field' ,
tip6 : 'Use the functions supported by the database type corresponding to the dataset. The syntax is the same as that of the corresponding database' ,
tip7 : 'For example, date format: MySQL uses DATE_ FORMAT(date,format); Oracle uses TO_ DATE(X,[,fmt])' ,
tip8 : 'Non direct connection mode data set, use Doris database functions, refer to Doris official website'
}
2021-05-14 18:51:35 +08:00
} ,
2022-05-24 17:55:53 +08:00
driver : {
2022-05-20 00:31:17 +08:00
driver : 'Driver' ,
please _choose _driver : 'Please choose driver' ,
mgm : 'Driver' ,
2022-05-30 15:51:39 +08:00
exit _mgm : 'Exit Driver' ,
2022-05-20 00:31:17 +08:00
add : 'ADD Driver' ,
modify : 'Modify' ,
show _info : 'Driver info' ,
file _name : 'File name' ,
2022-05-25 23:07:59 +08:00
version : 'version' ,
please _set _driverClass : 'Please specify driver class'
2022-05-20 00:31:17 +08:00
} ,
2021-05-14 18:51:35 +08:00
datasource : {
2022-12-07 17:27:12 +08:00
data _source _configuration : 'Data Source Configuration' ,
data _source _table : 'Data Source Table' ,
2022-05-20 00:31:17 +08:00
auth _method : 'Auth method' ,
passwd : 'UserName Password' ,
kerbers _info : 'Please make sure krb5 Conf, KeyTab key, added to path: /opt/dataease/conf' ,
client _principal : 'Client Principal' ,
keytab _Key _path : 'Keytab Key Path' ,
2021-05-14 18:51:35 +08:00
datasource : 'Data Source' ,
2022-05-31 19:03:54 +08:00
please _select _left : 'Please select data from the left' ,
2021-06-17 18:58:46 +08:00
show _info : 'Data Source Info' ,
2021-05-14 18:51:35 +08:00
create : 'Create Data Source' ,
type : 'Type' ,
please _choose _type : 'Please select data source type' ,
2022-08-31 15:59:12 +08:00
please _choose _data _type : 'Please select the calculation mode' ,
2021-05-14 18:51:35 +08:00
data _base : 'Database name' ,
user _name : 'User Name' ,
password : 'Password' ,
2021-06-08 14:52:26 +08:00
host : 'Host name / IP address' ,
2022-08-31 15:59:12 +08:00
doris _host : 'Doris Addr' ,
query _port : 'Query Port' ,
http _port : 'Http Port' ,
2021-05-14 18:51:35 +08:00
port : 'Port' ,
2021-09-15 18:20:31 +08:00
datasource _url : 'URL address' ,
2022-11-30 10:34:59 +08:00
please _input _datasource _url : 'Please enter Elasticsearch URL address, e.g: http://es_host:es_port' ,
2021-05-14 18:51:35 +08:00
please _input _data _base : 'Please enter the database name' ,
2022-08-31 15:59:12 +08:00
please _select _oracle _type : 'Select connection type' ,
2021-05-14 18:51:35 +08:00
please _input _user _name : 'Please enter user name' ,
please _input _password : 'Please enter Password' ,
please _input _host : 'Please enter host' ,
2022-10-21 13:06:45 +08:00
please _input _url : 'Please enter url address' ,
2021-05-14 18:51:35 +08:00
please _input _port : 'Please enter port' ,
modify : 'Edit data Source' ,
2022-12-19 17:05:45 +08:00
copy : 'Copy datasource' ,
2021-05-14 18:51:35 +08:00
validate _success : 'Verification successful' ,
validate : 'Validate' ,
search _by _name : 'Search by name' ,
2021-05-20 15:33:07 +08:00
delete _warning : 'Confirm to delete?' ,
input _name : 'Please input name' ,
input _limit _2 _25 : '2-25 chars' ,
2022-01-27 13:31:10 +08:00
input _limit _2 _50 : '2-50 chars' ,
2022-10-08 18:09:44 +08:00
input _limit : '{num} chars' ,
2021-07-05 12:17:16 +08:00
oracle _connection _type : 'Service Name/SID' ,
oracle _sid : 'SID' ,
oracle _service _name : 'Service Name' ,
get _schema : 'Get Schema' ,
schema : 'Database Schema' ,
2021-08-16 12:46:34 +08:00
please _choose _schema : 'Please select Schema' ,
2022-04-24 14:10:18 +08:00
charset : 'Charset' ,
2022-06-25 17:24:23 +08:00
targetCharset : 'Target Charset' ,
please _choose _targetCharset : 'Please select target charset' ,
please _choose _charset : 'Please select charset' ,
2022-01-18 16:06:28 +08:00
edit _datasource _msg : 'Modifying the data source information may make the data set under the modified data source unavailable. Confirm the modification? ' ,
2022-01-18 16:21:03 +08:00
repeat _datasource _msg : 'Data source information with the same configuration already exists, ' ,
confirm _save : 'Confirm save?' ,
2021-08-16 18:05:46 +08:00
in _valid : 'Invalid datasource' ,
initial _pool _size : 'Initial connections' ,
min _pool _size : 'Minimum of connections' ,
max _pool _size : 'Maximum connection' ,
max _idle _time : 'Maximum idle (seconds)' ,
2022-03-25 16:59:22 +08:00
bucket _num : 'Bucket number' ,
replication _num : 'Replication number' ,
please _input _bucket _num : 'Please enter Bucket number' ,
please _input _replication _num : 'Please enter Replication number' ,
2021-08-16 18:05:46 +08:00
acquire _increment : 'Growth number' ,
connect _timeout : 'Connection timeout (seconds)' ,
please _input _initial _pool _size : 'Please enter the number of initial connections' ,
please _input _min _pool _size : 'Please enter the minimum number of connections' ,
please _input _max _pool _size : 'Please enter the maximum number of connections' ,
please _input _max _idle _time : 'Please enter the maximum idle (seconds)' ,
please _input _acquire _increment : 'Please enter the growth number' ,
2022-08-31 15:59:12 +08:00
please _input _query _timeout : 'Please enter query timeout' ,
2021-08-16 18:05:46 +08:00
please _input _connect _timeout : 'Please enter the connection timeout (seconds)' ,
no _less _then _0 : 'Parameters in advanced settings cannot be less than zero' ,
2021-10-11 15:06:18 +08:00
port _no _less _then _0 : 'Port cannot be less than zero' ,
2021-09-29 18:26:47 +08:00
priority : 'Advanced setting' ,
2022-08-31 15:59:12 +08:00
data _mode : 'Data mode' ,
direct : 'Direct Mode' ,
extract : 'Extraction mode' ,
all _compute _mode : 'Direct connection and extraction mode' ,
2022-02-18 17:59:19 +08:00
extra _params : 'Extra JDBC connection string' ,
2022-02-23 15:02:01 +08:00
please _input _dataPath : 'Please enter the JsonPath data path' ,
2023-01-31 14:44:47 +08:00
show _api _data : 'View API data structure' ,
2022-04-20 20:28:07 +08:00
warning : 'Contains invalid table' ,
2022-02-18 17:59:19 +08:00
data _table : 'Dataset Table' ,
data _table _name : 'Dataset Table name' ,
method : 'Request mode' ,
url : 'URL' ,
add _api _table : 'Add API table' ,
edit _api _table : 'Edit API table' ,
base _info : 'Basic information' ,
2022-07-20 17:25:33 +08:00
column _info : 'Data structure' ,
2022-02-18 17:59:19 +08:00
request : 'Request' ,
2023-01-17 16:59:20 +08:00
isUseJsonPath : 'Specify JsonPath or not' ,
2022-02-18 17:59:19 +08:00
path _all _info : 'Please fill in the full address' ,
2023-01-17 16:59:20 +08:00
jsonpath _info : 'Please fill in JsonPath' ,
2022-02-18 17:59:19 +08:00
req _param : 'Request parameters' ,
headers : 'Request header' ,
key : 'Key' ,
value : 'Value' ,
data _path : 'Extract data' ,
data _path _desc : 'Please fill in the data path with Jsonpath' ,
body _form _data : 'form-data' ,
body _x _www _from _urlencoded : 'x-www-form-urlencoded' ,
body _json : 'json' ,
body _xml : 'xml' ,
body _raw : 'row' ,
request _body : 'Request Body' ,
auth _config : 'Auth config' ,
auth _config _info : 'Permission verification is required for the request' ,
verified : 'Verified' ,
verification _method : 'Verification Method' ,
2022-02-24 16:43:54 +08:00
username : 'Username' ,
api _table _not _empty : 'API data table cannot be empty' ,
has _repeat _name : 'Duplicate API data table name' ,
2022-07-26 16:37:47 +08:00
has _repeat _field _name : 'The field name is duplicate, please modify it before selecting' ,
2022-07-26 17:26:50 +08:00
api _field _not _empty : 'Field cannot be empty' ,
2022-08-25 17:11:55 +08:00
success _copy : 'Copy succeeded' ,
2022-02-24 16:43:54 +08:00
valid : 'Valid' ,
2022-07-20 17:25:33 +08:00
invalid : 'Invalid' ,
api _step _1 : 'Connection API' ,
2022-09-19 16:13:39 +08:00
api _step _2 : 'Extract data' ,
_ip _address : 'Please enter host name / IP address' ,
display _name : 'Display name:' ,
connection _mode : 'Connection mode:' ,
driver _file : 'Driver file' ,
edit _driver : 'Edit driver' ,
driver _name : 'Driver name:' ,
drive _type : 'Drive type' ,
add _driver : 'Add driver' ,
2022-09-27 10:17:32 +08:00
diver _on _the _left : 'Please select the driver on the left' ,
2022-09-19 16:13:39 +08:00
no _data _table : 'No data table' ,
on _the _left : 'Please select the data source on the left' ,
table _name : 'Table name:' ,
create _dataset : 'Create dataset' ,
field _description : 'Field description' ,
table _description : 'Table description' ,
relational _database : 'Relational database' ,
2022-12-19 17:46:46 +08:00
data _warehouse _lake : 'Data Warehouse/Data Lake' ,
2022-09-19 16:13:39 +08:00
non _relational _database : 'Non relational database' ,
all : 'All' ,
other : 'other' ,
this _data _source : 'Are you sure to delete this data source?' ,
2022-12-27 17:00:56 +08:00
delete _this _dataset : 'Are you sure to delete this dataset?' ,
cannot _be _deleted _dataset : 'This dataset has the following blood relationship. Deleting it will cause the view of related dashboard to be invalid. Are you sure to delete it?' ,
cannot _be _deleted _datasource : 'This datasource has the following blood relationship. Deleting it will cause the view of related dashboard to be invalid. Are you sure to delete it?' ,
edit _folder : 'Edit Folder' ,
click _to _check : 'Click to check the blood relationship' ,
2022-09-19 16:13:39 +08:00
delete _this _item : 'Do you want to delete this item?' ,
can _be _uploaded : 'Only files in jar format can be uploaded' ,
query _timeout : 'query timeout' ,
add _data _source : 'add data source' ,
2022-09-29 13:48:39 +08:00
delete _this _driver : 'Are you sure to delete this driver?' ,
basic _info : 'Basic Info'
2021-05-14 18:51:35 +08:00
} ,
2021-06-24 12:35:26 +08:00
pblink : {
key _pwd : 'Please enter the password to open the link' ,
2022-03-30 10:34:01 +08:00
input _placeholder : 'Please enter the 4-digits-letters' ,
2021-06-24 12:35:26 +08:00
pwd _error : 'Wrong password' ,
2022-03-30 10:34:01 +08:00
pwd _format _error : 'Please enter the 4-digits-letters' ,
2022-11-18 11:27:09 +08:00
sure _bt : 'Confirm' ,
back _parent : 'Back to previous'
2021-06-24 12:35:26 +08:00
} ,
2021-05-14 18:51:35 +08:00
panel : {
2023-01-17 12:18:45 +08:00
forbidden _copy : 'Forbidden copy' ,
2022-12-30 13:48:18 +08:00
url _check _error : 'Jump error, Illegal URL' ,
2022-12-14 16:31:32 +08:00
view _style : 'View Style' ,
view _color _setting : 'View Color Setting' ,
border _color _setting : 'Border Color' ,
2022-12-08 11:19:20 +08:00
unpublished _tips : 'After unpublishing, the panel cannot be viewed. Are you sure you want to cancel publishing? ' ,
2022-11-25 18:37:33 +08:00
position _adjust _component : 'Position adjust' ,
2022-11-30 14:56:43 +08:00
active _font _size : 'Selected font size' ,
2022-11-22 10:51:08 +08:00
carousel : 'Carousel' ,
switch _time : 'Switch time' ,
2022-11-18 18:58:30 +08:00
position _adjust : 'Position' ,
space _top : 'Top' ,
space _left : 'Left' ,
2022-11-22 10:51:08 +08:00
space _width : 'Width' ,
2022-11-18 18:58:30 +08:00
space _height : 'Height' ,
2022-11-18 15:37:08 +08:00
to _top : 'To Top' ,
2022-11-17 16:17:00 +08:00
down : 'Down' ,
2022-11-16 17:38:54 +08:00
mobile _style _setting : 'Style setting' ,
mobile _style _setting _tips : 'Customize the mobile background' ,
2022-11-15 16:52:40 +08:00
board : 'Border' ,
text : 'Text' ,
board _background : 'Background' ,
title _color : 'Title color' ,
input _style : 'Input box style (color)' ,
overall _setting : 'Overall setting' ,
panel _background : 'Panel background' ,
component _color : 'Component color' ,
chart _title : 'Chart title' ,
filter _component : 'Filter component' ,
enable _refresh _view : 'Enable refresh' ,
enable _view _loading : 'View loading prompt' ,
2022-11-15 16:14:25 +08:00
image _size _tips : 'Please do not exceed 15M in the picture' ,
image _add _tips : 'Only pictures can be inserted' ,
2022-11-14 14:54:27 +08:00
watermark : 'Watermark' ,
2022-11-01 13:39:31 +08:00
panel _get _data _error : 'Failed to obtain panel information. The panel may have been deleted. Please check the panel status' ,
2022-08-15 17:17:04 +08:00
panel _no _save _tips : 'There are unsaved panel' ,
panel _cache _use _tips : 'It was checked that the last dashboard could not be saved normally. Do you want to use the panel that was not saved last time?' ,
2022-11-14 14:54:27 +08:00
template _name _tips : 'Panel\'s name should not be null' ,
2022-07-25 16:10:33 +08:00
panel _background _item : 'Customize panel background' ,
panel _background _image _tips : 'Currently.Jpeg,.Jpg,.Png,.Gif files are supported, and the size should not exceed 15m' ,
reUpload : 'reUpload' ,
create _by : 'Create By' ,
create _time : 'Create Time' ,
update _by : 'Update By' ,
update _time : 'Update Time' ,
2022-07-22 10:40:36 +08:00
target _url : 'Target Url' ,
target _url _tips : 'You can click fields to splice URLs or parameters' ,
select _world : 'Select World' ,
2022-07-21 11:16:34 +08:00
template _market : 'Template Market' ,
template _preview : 'Template Preview' ,
apply : 'Apply' ,
apply _this _template : 'Apply This Template' ,
2022-07-19 11:57:21 +08:00
market _network _tips : 'View template Market template requires server and template Market( https://dataease.io/templates ) , please check the network... ' ,
enter _name _tips : 'Please enter the name of the panel' ,
name : 'Name' ,
apply _template : 'Apply Template' ,
enter _template _name _tips : 'Please enter the template name...' ,
2022-06-24 17:59:20 +08:00
pic _adaptation : 'Adaptation' ,
pic _equiratio : 'Equiratio' ,
pic _original : 'Original' ,
pic _size : 'Image Size' ,
web _addr : 'Web Address' ,
stream _media _info : 'Stream Media Info' ,
video _info : 'Video Info' ,
title _position : 'Title Position' ,
tab _inner _style : 'Tab Inner Style' ,
data _format : 'Data Format' ,
border _color : 'Border Color' ,
2022-06-22 18:02:42 +08:00
theme _change _warn : 'Subject Change' ,
theme _change _tips : 'Changing the theme will overwrite the view related theme attributes. It is recommended to back up in advance. Do you want to continue the replacement?' ,
theme _color _change _warn : 'Theme Color Change' ,
theme _color _change _tips : 'Theme Color change will overwrite the original view properties' ,
theme _color : 'Theme Color' ,
theme _color _dark : 'Dark' ,
theme _color _light : 'Light' ,
refresh _frequency : 'Refresh Frequency' ,
card _color _matching : 'Card Color Matching' ,
table _color _matching : 'Table Color Matching' ,
background _color : 'Background Color' ,
2022-06-15 11:23:56 +08:00
more : 'More' ,
2022-06-10 17:24:08 +08:00
level : 'Level' ,
2022-06-10 10:27:59 +08:00
enlarge : 'Enlarge' ,
2022-06-09 15:51:22 +08:00
panel _style : 'Panel Style' ,
2022-05-24 22:32:11 +08:00
multiplexing : 'Multiplexing' ,
2022-05-19 17:58:19 +08:00
panel _off : 'Off the shelf' ,
2022-05-15 22:22:54 +08:00
batch _opt : 'Batch Operation' ,
2022-05-07 10:43:08 +08:00
edit _leave _tips : 'Do You Want To Abandon And Leave The Current Page?' ,
2022-04-19 17:30:45 +08:00
hyperlinks : 'Hyperlinks' ,
2022-03-31 21:54:41 +08:00
is _live : 'Is Live' ,
yes : 'Yes' ,
no : 'No' ,
live _tips : 'User Https First' ,
2022-12-26 15:13:14 +08:00
stream _media _add _tips : 'And Add Stream Media Info...' ,
2022-04-27 14:08:51 +08:00
stream _mobile _tips : 'IOS terminal may not display' ,
2022-03-29 12:38:58 +08:00
json _params _error : 'Third Party Parameters Parsing Failed. Please Check Whether The Parameters Format Is Correct' ,
2022-03-28 21:18:56 +08:00
inner _padding : 'Inner Padding' ,
board _radio : 'Board Radio' ,
background : 'Background' ,
2022-11-30 19:25:51 +08:00
component _style : 'Component Style' ,
2022-03-30 11:01:01 +08:00
web _set _tips : 'Some Websites Cannot Be Displayed Because Of Not Allow Embedded ' ,
2022-03-26 21:17:22 +08:00
repeat _params : 'Repeat Params Exist' ,
2022-03-18 20:35:52 +08:00
enable _outer _param _set : 'Enable Outer Param Set' ,
select _param : 'Please Select Param...' ,
2022-11-14 14:54:27 +08:00
add _param _link _field : 'Add Params\' Linked Field' ,
2022-03-18 20:35:52 +08:00
add _param : 'Add Param' ,
enable _param : 'Enable Param' ,
param _name : 'Param Name' ,
outer _param _set : 'Outer Param Set' ,
2022-04-17 17:33:50 +08:00
outer _param _decode _error : 'External Parameter Parsing Error And Does Not Take Effect, Please Check' ,
2022-11-14 14:54:27 +08:00
input _param _name : 'Please Input Param\'s Name' ,
2022-03-17 21:14:19 +08:00
params _setting : 'Outer Params Setting' ,
2022-11-14 14:54:27 +08:00
template _view _tips : 'Template\'s Views. Please Change' ,
2022-03-27 19:06:37 +08:00
edit _web _tips : 'The Inner Event Can Be Used When Then Panel Not In Edit Status' ,
2021-05-25 19:26:39 +08:00
no _auth _role : 'Unshared roles' ,
auth _role : 'Shared roles' ,
2021-05-24 17:06:35 +08:00
picture _limit : 'Only pictures can be inserted' ,
2021-05-24 13:46:00 +08:00
drag _here : 'Please drag the left field here' ,
2021-05-19 17:09:47 +08:00
copy _link _passwd : 'Copy link and password' ,
copy _link : 'Copy link' ,
2021-08-19 14:54:32 +08:00
copy _short _link : 'Copy short link' ,
copy _short _link _passwd : 'Copy short link and password' ,
2021-05-19 17:09:47 +08:00
passwd _protect : 'Password Protect' ,
link : 'Link' ,
link _share : 'Share Link' ,
2021-10-20 14:03:50 +08:00
over _time : 'Over time' ,
link _expire : 'Link is expire' ,
2021-05-19 17:09:47 +08:00
link _share _desc : 'After opening the link, anyone can access the dashboard through this link.' ,
2021-05-14 18:51:35 +08:00
share : 'Share' ,
2021-11-10 18:04:20 +08:00
remove _share _confirm : 'Sure removel All share ?' ,
2021-12-23 16:04:31 +08:00
share _in : 'Share With Me' ,
share _out : 'I Share' ,
2021-11-10 18:04:20 +08:00
who _share : 'Who share' ,
when _share : 'When share' ,
share _to : 'Share to' ,
2022-12-12 18:13:00 +08:00
share _to _some : 'Share [{some}] to' ,
2021-11-10 18:04:20 +08:00
org : 'Orgnization' ,
role : 'Role' ,
user : 'User' ,
2021-05-14 18:51:35 +08:00
datalist : 'Chart List' ,
group : 'Catalogue' ,
panel : 'Dashboard' ,
2021-12-23 16:04:31 +08:00
groupAdd : 'New Group' ,
2021-05-28 11:46:54 +08:00
panelAdd : 'Create Dashboard' ,
2021-05-14 18:51:35 +08:00
delete : 'Delete' ,
move _to : 'Move' ,
rename : 'Rename' ,
2021-05-21 10:23:56 +08:00
import : 'Import' ,
2021-05-14 18:51:35 +08:00
tips : 'Tips' ,
confirm _delete : 'Confirm Delete' ,
delete _success : 'Delete Success' ,
confirm : 'Confirm' ,
2022-10-21 13:06:45 +08:00
cancel : 'Cancel' ,
2022-12-04 16:21:13 +08:00
save : 'Save' ,
2021-05-14 18:51:35 +08:00
search : 'Search' ,
back : 'Back' ,
view : 'Chart' ,
edit : 'Edit' ,
2021-05-28 11:46:54 +08:00
panel _list : 'Dashboard' ,
2021-05-14 18:51:35 +08:00
module : 'Component' ,
filter _module : 'Filter Component' ,
select _by _module : 'Select by Component' ,
sys _template : 'System Template' ,
user _template : 'User Template' ,
add _category : 'Add Category' ,
2022-09-08 18:29:34 +08:00
add _app _category : 'Add App Category' ,
2021-05-14 18:51:35 +08:00
filter _keywords : 'Enter keywords to filter' ,
2021-05-28 11:46:54 +08:00
dashboard _theme : 'Dashboard Theme' ,
2021-05-14 18:51:35 +08:00
table : 'Table' ,
gap : 'Gap' ,
no _gap : 'No Gap' ,
component _gap : 'Component Gap' ,
2021-09-23 17:00:13 +08:00
refresh _time : 'Refresh Time' ,
minute : 'minute' ,
2021-10-29 17:46:04 +08:00
second : 'second' ,
2021-05-14 18:51:35 +08:00
photo : 'Photo' ,
2021-05-28 11:46:54 +08:00
default _panel : 'Default Dashboard' ,
2021-05-14 18:51:35 +08:00
create _public _links : 'Create public links' ,
2021-05-24 10:28:11 +08:00
to _default : 'Save To Default' ,
2021-05-28 11:46:54 +08:00
to _default _panel : 'Save To Default Dashboard' ,
2021-12-23 16:04:31 +08:00
store : 'Favorites' ,
2021-05-14 18:51:35 +08:00
save _to _panel : 'Save to template' ,
export _to _panel : 'Export to template' ,
2021-08-26 12:21:52 +08:00
export _to _pdf : 'Export to PDF' ,
2022-04-22 14:00:52 +08:00
export _to _img : 'Export to Image' ,
2022-09-08 18:29:34 +08:00
export _to _app : 'Export to App' ,
2021-05-14 18:51:35 +08:00
preview : 'Preview' ,
2021-06-04 11:19:50 +08:00
fullscreen _preview : 'Fullscreen Preview' ,
new _tab _preview : 'New Tab Preview' ,
2021-05-28 11:46:54 +08:00
select _panel _from _left : 'Please select Dashboard from left' ,
2021-05-17 14:19:46 +08:00
template _nale : 'Template name' ,
template : 'Template' ,
category : 'Category' ,
all _org : 'All Organization' ,
custom : 'Custom' ,
import _template : 'Import Template' ,
copy _template : 'Copy Template' ,
upload _template : 'Upload Template' ,
belong _to _category : 'Category' ,
pls _select _belong _to _category : 'Please select category' ,
template _name _cannot _be _empty : 'Template name cannot be empty' ,
select _by _table : 'Select by table' ,
data _list : 'Data list' ,
component _list : 'Component list' ,
2022-06-27 10:09:35 +08:00
custom _scope : 'Target' ,
2021-05-17 14:19:46 +08:00
multiple _choice : 'Multiple choice' ,
2022-07-13 16:17:56 +08:00
show _time : 'Show time' ,
2021-05-17 14:19:46 +08:00
single _choice : 'Single choice' ,
field : 'Field' ,
unshared _people : 'Unshared people' ,
shared _people : 'Shared people' ,
error _data : 'Error getting data, please contact administrator' ,
canvas _size : 'Canvas Size' ,
canvas _scale : 'Canvas Scale' ,
style : 'Style' ,
clean _canvas : 'Clean Canvas' ,
insert _picture : 'Insert Picture' ,
redo : 'Redo' ,
2021-05-19 19:16:34 +08:00
undo : 'Undo' ,
2021-05-28 11:46:54 +08:00
panelNull : 'This is a Empty Dashboard, You Can Edit and Enrich It' ,
2021-05-25 12:36:35 +08:00
copy : 'Copy' ,
paste : 'Paste' ,
cut : 'Cut' ,
lock : 'Lock' ,
topComponent : 'Top Component' ,
bottomComponent : 'Bottom Component' ,
upComponent : 'Up One Level' ,
2021-05-31 11:20:32 +08:00
downComponent : 'Down One Level' ,
2021-08-13 10:55:25 +08:00
linkage _setting : 'Linkage Setting' ,
2021-09-26 17:55:31 +08:00
add _tab : 'Add Tab' ,
2021-05-31 11:20:32 +08:00
open _aided _design : 'Open Component Aided Design' ,
close _aided _design : 'Close Component Aided Design' ,
open _style _design : 'Open Style Design' ,
close _style _design : 'Close Style Design' ,
2021-06-10 17:12:31 +08:00
matrix _design : 'Matrix Design' ,
2021-05-31 11:20:32 +08:00
left : 'X-Axis' ,
top : 'Y-Axis' ,
height : 'Height' ,
width : 'Width' ,
color : 'Color' ,
backgroundColor : 'BackgroundColor' ,
2021-06-01 22:46:08 +08:00
borderStyle : 'Border Style' ,
2021-05-31 11:20:32 +08:00
borderWidth : 'BorderWidth' ,
borderColor : 'BorderColor' ,
borderRadius : 'BorderRadius' ,
fontSize : 'FontSize' ,
fontWeight : 'FontWeight' ,
lineHeight : 'LineHeight' ,
letterSpacing : 'LetterSpacing' ,
2022-08-31 15:59:12 +08:00
padding : 'Internal spacing' ,
margin : 'Outer space' ,
2021-05-31 11:20:32 +08:00
textAlign : 'TextAlign' ,
opacity : 'Opacity' ,
2021-06-01 22:46:08 +08:00
verticalAlign : 'Vertical Align' ,
text _align _left : 'Aline Left' ,
text _align _center : 'Aline Center' ,
text _align _right : 'Aline Right' ,
vertical _align _top : 'Align Align' ,
vertical _align _middle : 'Align Middle' ,
vertical _align _bottom : 'Align Bottom' ,
border _style _solid : 'Solid' ,
border _style _dashed : 'Dashed' ,
select _component : 'Check Component' ,
other _module : 'Other' ,
2021-06-16 15:31:27 +08:00
content : 'Content' ,
default _panel _name : 'Default Dashboard Name' ,
2021-06-21 12:39:24 +08:00
source _panel _name : 'Source Dashboard Name' ,
content _style : 'Content Style' ,
2021-07-12 16:51:39 +08:00
canvas _self _adaption : 'Canvas Self Adaption' ,
panel _save _tips : 'Do you want to save the changes you made to.' ,
2022-11-14 14:54:27 +08:00
panel _save _warn _tips : 'Your changes will be lost if you don\'t save them! ' ,
do _not _save : 'Don\'t Save' ,
2021-08-11 17:49:31 +08:00
save _and _close : 'Save' ,
drill : 'drill' ,
2021-08-17 18:52:22 +08:00
linkage : 'linkage' ,
2021-10-28 17:05:16 +08:00
jump : 'Jump' ,
2021-08-17 18:52:22 +08:00
cancel _linkage : 'Cancel Linkage' ,
2022-01-13 16:22:53 +08:00
switch _picture : 'Switch Picture' ,
2022-08-10 18:15:31 +08:00
select _field : 'Select View Field' ,
2021-08-18 17:10:52 +08:00
remove _all _linkage : 'Remove All Linkage' ,
2021-08-18 18:06:32 +08:00
exit _un _march _linkage _field : 'Exit Un March Linkage Field' ,
details : 'Details' ,
2021-08-23 17:23:11 +08:00
setting : 'Setting' ,
2021-10-09 00:02:06 +08:00
no _drill _field : 'Miss relation field' ,
matrix : 'matrix' ,
2021-10-09 11:16:37 +08:00
suspension : 'suspension' ,
2022-06-09 15:51:22 +08:00
new _element _distribution : 'Element Distribution' ,
2022-04-19 15:10:27 +08:00
aided _grid : 'Aided Grid' ,
aided _grid _open : 'Open' ,
aided _grid _close : 'Close' ,
2023-01-12 18:52:06 +08:00
export _pdf _page : 'Pagination Line' ,
export _pdf _page _remark : 'Only valid for API export dashboard PDF pagination' ,
2021-10-09 11:16:37 +08:00
subject _no _edit : 'System Subject Can Not Edit' ,
2021-10-14 16:44:51 +08:00
subject _name _not _null : 'Subject Name Can Not Be Null And Less Than 20 charts' ,
is _enable : 'Enable' ,
open _mode : 'Open Model' ,
new _window : 'New Window' ,
now _window : 'Now Window' ,
2021-12-30 15:58:37 +08:00
hyperLinks : 'target address' ,
2021-10-29 12:53:25 +08:00
link _open _tips : 'Open When Panel Not In Edit Status' ,
data _loading : 'Data Loading...' ,
export _loading : 'Export Loading...' ,
export _pdf : 'Export PDF' ,
jump _set : 'Jump Set' ,
enable _jump : 'Enable Jump' ,
column _name : 'Column Name' ,
enable _column : 'Enable Column' ,
open _model : 'Open Model' ,
link _type : 'Link Type' ,
link _outer : 'Outer' ,
link _panel : 'panel' ,
select _jump _panel : 'Select Jump Panel' ,
link _view : 'Link View' ,
link _view _field : 'Link View Field' ,
add _jump _field : 'Add Jump Field' ,
input _jump _link : 'Input Jump Link' ,
select _dimension : 'Select Dimension...' ,
2021-11-09 16:23:50 +08:00
please _select : 'Please Select' ,
video _type : 'Video Type' ,
online _video : 'Online Video' ,
streaming _media : 'Streaming Media' ,
auto _play : 'Auto Play' ,
2021-11-16 11:21:56 +08:00
video _tips : 'User Https,Now Format:mp4、webm' ,
2021-11-09 16:23:50 +08:00
play _frequency : 'Play Frequency' ,
play _once : 'Once' ,
play _circle : 'Circle' ,
video _links : 'Video Links' ,
2022-03-27 19:06:37 +08:00
web _url : 'Web URL' ,
2022-12-26 15:13:14 +08:00
video _add _tips : 'And Video Info...' ,
link _add _tips _pre : 'Please click' ,
2022-12-19 17:45:20 +08:00
web _add _tips _suf : 'Add Web Url Info...' ,
2022-06-22 18:02:42 +08:00
panel _view _result _show : 'View Result' ,
2021-12-01 11:19:53 +08:00
panel _view _result _tips : 'Chose "Panel" Will Overwrite View`s Result,Range 1~10000' ,
2021-12-02 16:37:11 +08:00
timeout _refresh : 'Timeout, Will Refresh...' ,
mobile _layout : 'Mobile Layout' ,
2021-12-14 15:22:03 +08:00
component _hidden : 'Component Hidden' ,
2022-01-19 16:39:46 +08:00
public _link _tips : 'Currently in public link mode, the target panel does not have a public link and cannot jump to it' ,
2022-01-18 16:09:54 +08:00
input _title : 'Input Title' ,
2022-06-27 10:09:35 +08:00
show _title : 'Title' ,
2022-02-22 21:55:47 +08:00
default _settings : 'Default Settings' ,
2022-02-23 15:15:56 +08:00
choose _background : 'Choose Component Background' ,
2022-06-27 10:09:35 +08:00
choose _background _tips : 'The component`s own background settings will overwrite the current settings' ,
2022-08-31 15:59:12 +08:00
setting _background : 'Set background' ,
setting _jump : 'Jump settings' ,
select _view : 'Please select a view...' ,
2022-06-27 11:20:17 +08:00
visual : 'Visual' ,
2022-06-30 12:07:02 +08:00
prohibit _multiple : 'Prohibit multiple fields in the same dataset' ,
2022-11-30 19:25:51 +08:00
be _empty _dir : 'is empty dir' ,
fold : 'Fold' ,
expand : 'Expand' ,
pdf _export : 'PDF Export' ,
2023-02-16 18:30:24 +08:00
switch _pdf _template : 'Switch PDF Template' ,
pdf _template _with _params : 'Default template(with params)' ,
pdf _template _only _pic : 'Default template(only screenshot)' ,
panel _name : 'Panel name' ,
export _user : 'Export User' ,
export _time : 'Export Time' ,
you _can _type _here : 'You can type here'
2021-05-14 18:51:35 +08:00
} ,
plugin : {
local _install : 'Local installation' ,
remote _install : 'Remote installation' ,
name : 'Plugin name' ,
free : 'Free' ,
cost : 'Cost' ,
descript : 'Descript' ,
version : 'Version' ,
creator : 'Creator' ,
install _time : 'Install Time' ,
release _time : 'Time' ,
un _install : 'Uninstall' ,
2022-10-21 13:06:45 +08:00
uninstall _confirm : 'Confirm to uninstall the plugin?' ,
2022-02-23 15:46:23 +08:00
uninstall _cancel : 'Cancel uninstall plugin' ,
2022-04-04 21:34:05 +08:00
un _install _success : 'Uninstall is successful and restart takes effect' ,
un _install _error : 'Uninstall failed, please contact the administrator'
2021-05-14 18:51:35 +08:00
} ,
display : {
2022-08-23 12:50:34 +08:00
favicon : 'System Icon' ,
2021-05-14 18:51:35 +08:00
logo : 'Head system logo' ,
loginLogo : 'Login page header logo' ,
loginImage : 'Picture on the right side of the login page' ,
loginTitle : 'Login page title' ,
2021-06-02 11:03:43 +08:00
title : 'System name' ,
2021-10-08 17:22:21 +08:00
advice _size : 'Advice picture size' ,
2022-08-31 15:59:12 +08:00
theme : 'Theme color' ,
topMenuColor : 'Head background' ,
topMenuActiveColor : 'Head selection background' ,
topMenuTextColor : 'Head font color' ,
topMenuTextActiveColor : 'Head font selected color' ,
2021-10-08 17:22:21 +08:00
themeLight : 'Light' ,
themeDark : 'Dark' ,
2022-01-13 15:10:46 +08:00
themeCustom : 'Custom' ,
2022-03-22 12:56:42 +08:00
openHomePage : 'Show Home Page' ,
2022-08-02 15:08:11 +08:00
openMarketPage : 'Show Market Page' ,
2022-04-14 11:42:43 +08:00
mobileBG : 'Mobile Login page BG' ,
helpLink : 'Help Document Link' ,
homeLink : 'Home Link' ,
2022-08-22 11:14:39 +08:00
defaultHomeLink : 'Default is the system built-in home page' ,
showFoot : 'Show login page footer' ,
2022-09-27 11:31:40 +08:00
footContent : 'Foot content' ,
webFormat : 'Please enter the correct URL starting with [https:// or http://]'
2021-05-18 18:39:18 +08:00
} ,
auth : {
2022-07-28 11:09:05 +08:00
no _item _selected : 'Please select organization、user or role on the left' ,
no _resource _selected : 'Please select resource on the left' ,
2022-07-26 20:36:46 +08:00
search _pre : 'Search by ' ,
search _suf : ' name' ,
2022-07-11 16:15:47 +08:00
separate _auth : 'Separate Authorization' ,
auth _extent _tips : 'Permissions Inherited From The Following Organizations Or Roles:' ,
2022-02-09 18:01:48 +08:00
authConfig : 'Configure Permissions By User' ,
sourceConfig : 'Configure Permissions By Source' ,
2021-05-18 18:39:18 +08:00
authQuickConfig : 'Auth Quick Config' ,
dept : 'Dept' ,
role : 'Role' ,
user : 'User' ,
2022-07-21 15:59:39 +08:00
set _rules : 'Set rules' ,
2022-08-31 15:59:12 +08:00
sysParams : 'System variable' ,
2022-03-29 15:59:19 +08:00
sysParams _type : {
user _id : 'User ID' ,
user _name : 'User Name' ,
user _source : 'User From' ,
user _email : 'Email' ,
dept : 'Dept' ,
role : 'Role'
} ,
2022-02-11 16:47:01 +08:00
linkAuth : 'Datasource' ,
datasetAuth : 'Dataset' ,
chartAuth : 'Chart' ,
panelAuth : 'Panel' ,
menuAuth : 'Menu And Operation' ,
2021-05-18 18:39:18 +08:00
deptHead : 'All Dept' ,
roleHead : 'All Role' ,
userHead : 'All User' ,
linkAuthHead : 'All Datasource' ,
2021-06-11 09:58:24 +08:00
datasetAuthHead : 'All Dataset' ,
2021-05-18 18:39:18 +08:00
chartAuthHead : 'All Chart' ,
panelAuthHead : 'All Chart' ,
2022-08-31 15:59:12 +08:00
menuAuthHead : 'All menus and actions' ,
2021-05-18 18:39:18 +08:00
view : 'View' ,
use : 'Use' ,
export : 'Export' ,
2022-07-21 15:59:39 +08:00
manage : 'Manage' ,
row _column : 'Row and column permission settings' ,
row _permission : 'Row permission rules' ,
enable _row : 'Enable row permissions' ,
white _list : 'White list' ,
white _user _not : 'The above permission rules do not take effect for white list users' ,
organization _or _role : 'Please select an organization or role' ,
column _permission : 'Column permission rule' ,
enable _column : 'Enable column permissions' ,
search _by _field : 'Search by field name' ,
2022-08-31 15:59:12 +08:00
add _condition : 'Add condition' ,
add _relationship : 'Add relationship' ,
2022-07-21 15:59:39 +08:00
filter _fields : 'Filter fields' ,
selct _filter _fields : 'Please select a filter field' ,
enter _keywords : 'Please enter keywords' ,
screen _method : 'Screening method' ,
select : 'Please select' ,
fixed _value : 'Fixed value' ,
2022-10-21 13:06:45 +08:00
default _method : 'Default condition' ,
2022-07-21 15:59:39 +08:00
select _all : 'Select all' ,
added : 'Added' ,
manual _input : 'Manual input' ,
please _fill : 'Please fill in one line and add 500 at most. Duplicate options and added options will be automatically filtered when identifying and entering' ,
close : 'close' ,
add : 'add to' ,
2022-07-22 13:20:13 +08:00
sure : 'determine'
2021-05-19 11:56:00 +08:00
} ,
about : {
auth _to : 'Authorized to' ,
invalid _license : 'Invalid License' ,
update _license : 'Update License' ,
expiration _time : 'Expiration Time' ,
expirationed : '(Expired)' ,
auth _num : 'Authorized quantity' ,
version : 'Version' ,
version _num : 'Version number' ,
standard : 'Standard' ,
enterprise : 'Enterprise' ,
2022-10-21 13:06:45 +08:00
support : 'Get technical support' ,
2023-01-09 18:05:27 +08:00
update _success : 'Update Success' ,
serial _no : 'Serial Number' ,
remark : 'Remark'
2021-05-25 18:58:47 +08:00
} ,
template : {
exit _same _template _check : 'The Same Name Exists In Now Class. Do You Want To Override It?' ,
override : 'Override' ,
2021-05-26 18:46:19 +08:00
cancel : 'Cancel' ,
2021-05-25 18:58:47 +08:00
confirm _upload : 'Upload Confirm'
2021-05-26 18:46:19 +08:00
} ,
cron : {
second : 'Second' ,
minute : 'Minute' ,
hour : 'Hour' ,
day : 'Day' ,
2021-07-13 18:34:17 +08:00
minute _default : 'Minutes (execution time: 0 seconds)' ,
hour _default : 'Hours (execution time: 0 minutes 0 seconds)' ,
day _default : 'Day (execution time: 0:00:00)' ,
2021-05-26 18:46:19 +08:00
month : 'Month' ,
week : 'Week' ,
year : 'Year' ,
d _w _cant _not _set : 'Day and Week can not same as "Not set"' ,
d _w _must _one _set : 'Day and Week at least on as "Not set"' ,
every _day : 'Every day' ,
cycle : 'Cycle' ,
not _set : 'Not set' ,
from : 'From' ,
to : 'To' ,
repeat : 'Repeat' ,
day _begin : 'begin,every' ,
day _exec : 'execute once' ,
work _day : 'weekday' ,
this _month : 'This month' ,
day _near _work _day : 'nearly weekday' ,
this _week _last _day : 'this month last day' ,
set : 'Set' ,
every _hour : 'Every hour' ,
hour _begin : 'begin,every' ,
hour _exec : 'execute once' ,
every _month : 'Every month' ,
month _begin : 'begin,every' ,
month _exec : 'execute once' ,
every : 'Every' ,
every _begin : 'begin,every' ,
every _exec : 'execute once' ,
every _week : 'Every week' ,
week _start : 'From week' ,
week _end : 'to week' ,
2021-06-18 11:07:12 +08:00
every _year : 'Every year' ,
2021-07-09 10:52:20 +08:00
week _tips : 'Tips: 1-7 mapping SUN-SAT' ,
minute _limit : 'Minutes cannot be less than 1 and greater than 59' ,
hour _limit : 'Hours cannot be less than 1 and greater than 23' ,
day _limit : 'Days cannot be less than 1 and greater than 31'
2021-06-30 17:40:34 +08:00
} ,
dept : {
can _not _move _change _sort : 'Cannot move to change sort' ,
can _not _move _parent _to _children : 'Parent organization cannot move to its own child node' ,
2021-07-12 14:47:25 +08:00
move _success : 'Mobile success' ,
name _exist _pre : 'already existed organization named [' ,
name _exist _suf : ']' ,
root _org : 'Top organization'
2021-07-03 18:01:30 +08:00
} ,
webmsg : {
web _msg : 'On site message notification' ,
show _more : 'View more' ,
all _type : 'All type' ,
panel _type : 'Panel Share' ,
2021-07-06 15:24:34 +08:00
dataset _type : 'Dataset sync' ,
content : 'Content' ,
sned _time : 'Send Time' ,
read _time : 'Read Time' ,
2021-07-09 18:37:07 +08:00
type : 'Message Type' ,
2022-10-22 22:32:44 +08:00
mark _read : 'Mark As Read' ,
all _mark _read : 'Mark All As Read' ,
2021-07-06 15:24:34 +08:00
please _select : 'Please select at least one message' ,
2021-07-09 18:37:07 +08:00
mark _success : 'Mark read successfully' ,
2021-07-12 11:30:57 +08:00
receive _manage : 'Receive Manage' ,
i18n _msg _type _panel _share : 'Dashboard sharing' ,
i18n _msg _type _panel _share _cacnel : 'Dashboard unshared' ,
i18n _msg _type _dataset _sync : 'Data set synchronization' ,
i18n _msg _type _dataset _sync _success : 'Dataset synchronization successful' ,
2022-10-21 13:06:45 +08:00
i18n _msg _type _dataset _sync _failed : 'Dataset synchronization failed' ,
2021-07-12 11:30:57 +08:00
i18n _msg _type _all : 'All type' ,
2021-08-27 17:56:10 +08:00
i18n _msg _type _ds _invalid : 'Datasource invalid' ,
2022-09-09 12:32:51 +08:00
channel _inner _msg : 'On site' ,
channel _email _msg : 'Email' ,
channel _wecom _msg : 'Wecom' ,
channel _dingtalk _msg : 'Dingtalk' ,
2022-10-24 13:22:58 +08:00
channel _lark _msg : 'Lark' ,
2022-10-31 20:47:00 +08:00
channel _larksuite _msg : 'INT Lark'
2021-08-03 14:03:34 +08:00
} ,
denumberrange : {
label : 'Number range' ,
split _placeholder : 'To' ,
please _key _min : 'Please key min value' ,
please _key _max : 'Please key max value' ,
out _of _min : 'The min value cannot be less than the min integer -2³²' ,
out _of _max : 'The max value cannot be more than the max integer 2³²-1' ,
2022-10-21 13:06:45 +08:00
must _int : 'Please key integer' ,
2021-08-03 14:03:34 +08:00
min _out _max : 'The min value must be less than the max value' ,
max _out _min : 'The max value must be more than the min value'
} ,
2022-07-26 15:35:24 +08:00
desearchbutton : {
label : 'Search Button' ,
text : 'Text' ,
auto _trigger : 'Auto Trigger' ,
2022-09-26 17:01:48 +08:00
range : 'Range' ,
2022-07-26 15:35:24 +08:00
relative : 'Relation' ,
auto _trigger _tip : 'Automatically trigger once when entering the preview page' ,
range _tip : 'Default association all filter components'
} ,
2022-08-09 14:40:13 +08:00
desresetbutton : {
label : 'Clear' ,
reset : 'Reset' ,
text : 'Text'
} ,
2021-08-03 14:03:34 +08:00
denumberselect : {
label : 'Number selector' ,
2022-09-20 15:11:53 +08:00
placeholder : 'Please select number'
2021-08-03 14:03:34 +08:00
} ,
deinputsearch : {
label : 'Text search' ,
placeholder : 'Please key keyword'
} ,
detextselect : {
label : 'Text selector' ,
2022-09-20 15:11:53 +08:00
placeholder : 'Please select text'
2021-08-03 14:03:34 +08:00
} ,
2022-05-26 12:53:18 +08:00
detextselectTree : {
label : 'Tree selector' ,
placeholder : 'Please select'
} ,
2021-08-03 14:03:34 +08:00
detextgridselect : {
label : 'Text list' ,
placeholder : 'Please select'
} ,
denumbergridselect : {
label : 'Number list' ,
placeholder : 'Please select'
} ,
dedaterange : {
label : 'Date range' ,
to _placeholder : 'End date' ,
from _placeholder : 'Start date' ,
split _placeholder : 'To'
} ,
dedate : {
label : 'Date' ,
placeholder : 'Please select date'
} ,
deyearmonth : {
label : 'Month' ,
placeholder : 'Please select month'
} ,
deyear : {
label : 'Year' ,
placeholder : 'Please select year'
2021-10-19 15:00:24 +08:00
} ,
deshowdate : {
label : 'Time' ,
show _week : 'Show week' ,
show _date : 'Show date' ,
time _format : 'Time format' ,
date _format : 'Date format' ,
custom : 'Custom format' ,
open _mode : 'Time category' ,
m _default : 'Default' ,
m _elec : 'Electronic clock' ,
m _simple : 'Simple clock' ,
m _complex : 'Complex clock' ,
select _openMode : 'Please select time category' ,
select _time _format : 'Please select time format' ,
select _date _format : 'Please select date format'
2021-11-23 18:37:32 +08:00
} ,
xpacktask : {
add : 'Add task' ,
edit : 'Edit task' ,
task _id : 'Task id' ,
name : 'Name' ,
last _exec _time : 'Last execute time' ,
last _exec _status : 'Last execute status' ,
ready : 'Ready' ,
success : 'Success' ,
underway : 'Underway' ,
error : 'Error' ,
creator : 'Creator' ,
create _time : 'Create time' ,
search _by _name : 'Search by name' ,
exec _time : 'Execute time' ,
status : 'Execute status' ,
2022-12-16 13:47:40 +08:00
task _status : 'Task status' ,
running : 'Running' ,
stopped : 'Stopped' ,
start : 'Start' ,
start _success : 'Start success' ,
start _success _but : ', But the task expired, please manually change the end time' ,
sure _batch _delete : 'Are you sure you want to delete tasks in bulk?' ,
2022-01-20 16:38:11 +08:00
pixel _error : 'Pixel only support {800 - 10000} * {500 - 6250}' ,
next _exec _time : 'Next execute time'
2021-11-23 18:37:32 +08:00
} ,
emailtask : {
2022-11-30 15:37:10 +08:00
week _mon : 'Mon' ,
week _tue : 'Tue' ,
week _wed : 'Wed' ,
week _thu : 'Thu' ,
week _fri : 'Fri' ,
week _sat : 'Sat' ,
week _sun : 'Sun' ,
send _config : 'Send configuration' ,
2021-11-23 18:37:32 +08:00
title : 'Title' ,
panel : 'Panel' ,
content : 'Content' ,
recipients : 'Recipients' ,
2022-09-14 17:12:23 +08:00
recisetting : 'channel' ,
email : 'Email' ,
wecom : 'Wecom' ,
dingtalk : 'Dingtalk' ,
lark : 'Lark' ,
2022-10-31 20:47:00 +08:00
larksuite : 'INT Lark' ,
2021-11-23 18:37:32 +08:00
pixel : 'Pixel' ,
default : 'Default' ,
custom : 'Custom' ,
rate _type : 'Rate type' ,
cron _exp : 'Cron expression' ,
exec _time : 'Execute time' ,
start _time : 'Start time' ,
end _time : 'End time' ,
2022-10-19 12:45:46 +08:00
chart _data : 'View data' ,
2022-11-23 16:01:25 +08:00
panel _preview : 'Preview report' ,
2021-11-23 18:37:32 +08:00
preview : 'Preview' ,
2022-11-23 16:01:25 +08:00
emial _preview : 'Report preview' ,
2022-10-19 12:45:46 +08:00
chart _data _range : 'View data range' ,
2021-11-23 18:37:32 +08:00
simple _repeat : 'Simple repeat' ,
once _a _day : 'Once a day' ,
once _a _week : 'Once a week' ,
once _a _month : 'Once a month' ,
complex _repeat : 'Complex repeat' ,
2022-07-06 14:10:41 +08:00
pixel _tip : 'Please code custom pixel(such as 2560 * 1600) or select' ,
2022-10-19 12:45:46 +08:00
task _type : 'Task type' ,
range _view : 'Displayed data' ,
2022-11-14 15:20:21 +08:00
range _all : 'All data' ,
2022-11-15 19:05:03 +08:00
execute _now : 'Execute now' ,
fire _now _success : 'Task executing'
2021-12-27 18:04:59 +08:00
} ,
dynamic _time : {
set _default : 'Set Default' ,
fix : 'Fixed Time' ,
dynamic : 'Dynamic Time' ,
relative : 'Relative Current' ,
today : 'Today' ,
yesterday : 'Yesterday' ,
firstOfMonth : 'Month Beginning' ,
2022-08-17 17:09:28 +08:00
firstOfYear : 'Year Beginning' ,
2021-12-27 18:04:59 +08:00
custom : 'Custom' ,
date : 'date' ,
week : 'week' ,
month : 'Month' ,
year : 'Year' ,
before : 'Before' ,
after : 'After' ,
preview : 'Preview' ,
set : 'Set' ,
cweek : 'This Week' ,
2022-08-17 17:09:28 +08:00
lweek : 'Last Week' ,
2021-12-27 18:04:59 +08:00
cmonth : 'This Month' ,
cquarter : 'This Quarter' ,
2022-08-17 17:09:28 +08:00
lquarter : 'Last Quarter' ,
2022-08-31 15:59:12 +08:00
cyear : 'This Year'
2022-01-12 11:14:51 +08:00
} ,
2022-01-11 16:30:47 +08:00
dynamic _year : {
fix : 'Fixed Year' ,
dynamic : 'Dynamic Year' ,
current : 'This Year' ,
last : 'Last Year'
} ,
dynamic _month : {
fix : 'Fixed Month' ,
dynamic : 'Dynamic Month' ,
current : 'This Month' ,
last : 'Last Month' ,
2022-08-31 15:59:12 +08:00
firstOfYear : 'First month of this year' ,
sameMonthLastYear : 'Same month last year'
2022-01-12 11:17:01 +08:00
} ,
2022-01-12 11:14:51 +08:00
wizard : {
2022-09-21 18:26:01 +08:00
welcome _title : 'Welcome Use DataEase' ,
welcome _hint : 'Easy open-source data visualization and analytics tool' ,
2022-01-12 11:14:51 +08:00
demo _video : 'Demo' ,
2022-01-30 12:43:38 +08:00
quick _start : 'Quick Start' ,
2022-01-12 11:14:51 +08:00
online _document : 'Online' ,
latest _developments : 'Latest' ,
teaching _video : 'Teaching' ,
enterprise _edition : 'Enterprise' ,
contact _us : 'Contact Us' ,
demo _video _hint : 'How to make a DataEase dashboard in 3 minutes and share it with others' ,
online _document _hint : 'It covers the installation steps, user manuals, tutorials, solutions to common problems, and secondary development of DataEase' ,
teaching _video _bottom _hint : 'More videos' ,
2022-01-30 12:43:38 +08:00
enterprise _edition _hint1 : 'Provide enterprise application scenario X-Pack enhancement package' ,
2022-01-12 11:14:51 +08:00
enterprise _edition _hint2 : 'Provide high-level original factory service support' ,
2022-08-25 16:09:21 +08:00
enterprise _edition _hint3 : 'Provide DataEase best practice recommendations' ,
2022-01-12 11:14:51 +08:00
open _source _community : 'Open source community' ,
click _show : 'Click To View' ,
show _more : 'Show More' ,
2022-01-18 12:38:33 +08:00
click _inner : 'Click To Enter' ,
email : 'Email:' ,
tel : 'Tel:' ,
2022-08-29 15:01:26 +08:00
web : 'Web:' ,
apply : 'Free Trial Application' ,
2022-10-27 14:40:23 +08:00
more : 'More' ,
weChat _official _account : 'WeChat official account' ,
technical _group : 'Technical exchange group' ,
f2c _train : 'FIT2CLOUD Certification'
2022-03-25 16:59:22 +08:00
} ,
kettle : {
add : 'Add Kettle' ,
status : 'Status' ,
carte : 'Kettle Address' ,
port : 'Port' ,
user : 'User' ,
passwd : 'Password'
2022-05-23 13:23:39 +08:00
} ,
2022-05-24 17:55:53 +08:00
log : {
title : 'Operate Log' ,
optype : 'Operate Type' ,
detail : 'Detail' ,
user : 'User' ,
time : 'Time' ,
export : 'Export' ,
2022-12-12 18:18:08 +08:00
export _as : 'Export as' ,
2022-05-26 22:41:46 +08:00
confirm : 'Sure Export ?' ,
2022-11-07 18:29:50 +08:00
search _by _key : 'Search by key' ,
ip : 'IP'
2022-05-24 17:55:53 +08:00
} ,
2022-05-23 13:23:39 +08:00
plugin _style : {
border : 'Border'
2022-07-21 13:41:03 +08:00
} ,
2022-08-31 15:59:12 +08:00
sql _variable : {
variable _mgm : 'Parameter setting'
} ,
2022-07-21 13:41:03 +08:00
map _setting : {
area _level : 'Area Level' ,
area _code : 'Area Code' ,
please _input : 'please key' ,
parent _area : 'Parent Area' ,
area _code _tip : 'The format of area code is 9 digits' ,
area _name : 'Area Name' ,
parent _name : 'Parent Area' ,
geo _json : 'Geo Json' ,
fileplaceholder : 'Please upload the JSON format coordinate file' ,
delete _confirm : 'And child nodes will be deleted. Confirm to execute ?' ,
cur _node : 'Current node'
2022-07-31 19:58:29 +08:00
} ,
map _mapping : {
map : 'Map' ,
attr : 'Attribute' ,
empty : 'Empty' ,
please _select _map : 'Please select a range of map'
2022-08-31 18:07:40 +08:00
} ,
'I18N_USER_TEMPLATE_ERROR' : 'Template file error' ,
2022-09-19 17:07:50 +08:00
'i18n_max_user_import_size' : 'File size exceeds 10M' ,
app _template : {
2023-01-06 18:32:15 +08:00
move : 'Move' ,
move _item : 'Move App' ,
2022-12-07 18:21:15 +08:00
datasource _new : 'New' ,
datasource _history : 'Multiplexing' ,
datasource _from : 'Datasource From' ,
2022-11-24 18:04:21 +08:00
apply _template : 'Apply template' ,
2022-11-02 15:27:22 +08:00
execution _time : 'Execution time' ,
2022-09-19 17:07:50 +08:00
app _manager : 'Application management' ,
app _upload : 'Upload app' ,
no _apps : 'No apps' ,
app _group _icon : 'Cover icon' ,
app _name : 'Application name' ,
2022-09-20 15:11:53 +08:00
search _by _keyword : 'Search by keyword' ,
apply _logs : 'Apply logs' ,
2022-09-19 18:13:23 +08:00
app _group _delete _tips : 'Are you sure to delete this application category?' ,
2022-10-27 16:15:23 +08:00
2022-10-26 19:34:56 +08:00
app _group _delete _content : 'After deletion, all application templates in this category will also be deleted.' ,
panel _position : 'Panel position' ,
panel _name : 'Panel name' ,
dataset _group _position : 'Dataset group position' ,
dataset _group _name : 'Dataset name' ,
datasource _info : 'Datasource info' ,
datasource : 'Datasource' ,
dataset _group : 'Dataset group' ,
panel : 'Panel' ,
log _delete _tips : 'Are you sure to delete this application record?' ,
2022-10-28 17:40:40 +08:00
log _resource _delete _tips : 'Delete related resources (irrecoverable after deletion)' ,
file _error _tips : 'The relevant data file is not found. The current file may not be a DataEase application file, or the file may be damaged ' ,
app _export : 'Application export' ,
app _version : 'Application version' ,
program _version : 'DataEase minimum version' ,
creator : 'Author' ,
export : 'Export'
2022-10-27 16:15:23 +08:00
} ,
2022-10-27 16:25:48 +08:00
2022-10-26 19:24:19 +08:00
logout : {
oidc _logout _error : 'OIDC failed to exit, do you continue to exit DataEase?' ,
2022-10-27 16:04:53 +08:00
cas _logout _error : 'The CAS service is abnormal, please contact the administrator!'
2022-12-01 14:09:52 +08:00
} ,
watermark : {
support _params : 'Currently supported parameters:' ,
2023-01-17 14:28:31 +08:00
enable : 'Watermark Enable' ,
2022-12-01 14:09:52 +08:00
enable _panel _custom : 'Allow the dashboard to open or close the watermark independently' ,
2023-01-17 14:28:31 +08:00
content : 'Watermark Content' ,
2022-12-01 14:09:52 +08:00
custom _content : 'Custom Content' ,
account : 'Account' ,
nick _name : 'Nick Name' ,
ip : 'IP' ,
now : 'Now Time' ,
watermark _color : 'Watermark Color' ,
watermark _font _size : 'Watermark Fontsize' ,
watermark _space : 'Watermark Space' ,
2023-01-06 10:22:27 +08:00
horizontal : 'Horizontal Space' ,
vertical : 'Vertical Space' ,
2022-12-01 14:09:52 +08:00
reset : 'Reset' ,
preview : 'Preview' ,
save : 'Save'
2022-09-19 17:07:50 +08:00
}
2021-03-03 15:06:52 +08:00
}