gds-plus-design-vue 1.1.1 → 1.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +51 -51
- package/lib/{index.6354e950.mjs → index.5294b35b.mjs} +6276 -5238
- package/lib/{main.d8bf28d0.mjs → main.6a3d650f.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +414 -27
- package/locale/id_ID.js +419 -33
- package/locale/vi_VN.js +410 -29
- package/locale/zh_CN.js +39 -9
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -127,7 +127,7 @@ export default {
|
|
|
127
127
|
createdOk: "Confirm creation",
|
|
128
128
|
readTip: "Please select the data you want to view",
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
|
-
moveTip:'Whether to move the current node?'
|
|
130
|
+
moveTip: 'Whether to move the current node?'
|
|
131
131
|
},
|
|
132
132
|
/*登录及登录成功提示*/
|
|
133
133
|
login: {
|
|
@@ -155,6 +155,7 @@ export default {
|
|
|
155
155
|
titlePho: "Phone login",
|
|
156
156
|
loading: "Logging in...",
|
|
157
157
|
codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
|
|
158
|
+
scancodeLogin: "企微扫描登录"
|
|
158
159
|
},
|
|
159
160
|
/*基础*/
|
|
160
161
|
basics: {
|
|
@@ -298,6 +299,7 @@ export default {
|
|
|
298
299
|
pawMoreTip: "Please confirm the consistency of the passwords entered twice",
|
|
299
300
|
roleName: "Role name",
|
|
300
301
|
basicInformation: "Basic information",
|
|
302
|
+
otherInformation: "其它信息",
|
|
301
303
|
organization: "Organization",
|
|
302
304
|
accountTip: "Please enter an account with at least five characters!",
|
|
303
305
|
nickname: "Nickname",
|
|
@@ -317,7 +319,7 @@ export default {
|
|
|
317
319
|
PSDNeverExpire: "password never expires",
|
|
318
320
|
orgOldName: "Original institution name",
|
|
319
321
|
orgOldNameTip: "The historical data institution to which the user belongs will be updated. Are you sure you want to modify the institution to which the user belongs?",
|
|
320
|
-
|
|
322
|
+
selectFile: "选取文件",
|
|
321
323
|
},
|
|
322
324
|
/*机构*/
|
|
323
325
|
org: {
|
|
@@ -393,6 +395,8 @@ export default {
|
|
|
393
395
|
subtotal: "Subtotal",
|
|
394
396
|
isLocked: "Is it locked",
|
|
395
397
|
allowNewField: "Field addition",
|
|
398
|
+
enableReview: "启用查重",
|
|
399
|
+
enableAdvancedLookup: "启用高级查找",
|
|
396
400
|
unlocked: "Unlocked",
|
|
397
401
|
locked: "Locked",
|
|
398
402
|
addedNewField: "Can be added",
|
|
@@ -709,6 +713,7 @@ export default {
|
|
|
709
713
|
screeningDPTargetTip: "Note: The matching data dictionary association table is the data dictionary remark value, please remark the corresponding table name",
|
|
710
714
|
screeningDPView: "Configure usage views",
|
|
711
715
|
useView: "Using views",
|
|
716
|
+
selectUseview: "选择使用视图",
|
|
712
717
|
currencySymbol: "Currency Symbol",
|
|
713
718
|
currencySel: "Follow the default currency of the system",
|
|
714
719
|
selectData: "Selected data",
|
|
@@ -1341,7 +1346,8 @@ export default {
|
|
|
1341
1346
|
selectFile: "Select File",
|
|
1342
1347
|
resourceContent: "Resource content",
|
|
1343
1348
|
path: "Path",
|
|
1344
|
-
selectFileTip: "Please select a file!"
|
|
1349
|
+
selectFileTip: "Please select a file!",
|
|
1350
|
+
location: 'positioning'
|
|
1345
1351
|
},
|
|
1346
1352
|
/*消息模版和管理*/
|
|
1347
1353
|
msg: {
|
|
@@ -1488,7 +1494,14 @@ export default {
|
|
|
1488
1494
|
processName: "Business process name",
|
|
1489
1495
|
finished: "Finished",
|
|
1490
1496
|
finish: "Finish",
|
|
1491
|
-
nextStage: "Next stage"
|
|
1497
|
+
nextStage: "Next stage",
|
|
1498
|
+
stepNameTip: "Please add data steps!",
|
|
1499
|
+
addStepTip: "Please provide additional information on the data steps!",
|
|
1500
|
+
addFieldsTip: "Please provide updated mapping information!",
|
|
1501
|
+
mapping: "Mapping",
|
|
1502
|
+
mapFields: "Mapping Fields",
|
|
1503
|
+
mapValue: "Mapped value",
|
|
1504
|
+
mappingResults: "Process End Mapping",
|
|
1492
1505
|
},
|
|
1493
1506
|
/*工作流*/
|
|
1494
1507
|
work: {
|
|
@@ -1729,42 +1742,416 @@ export default {
|
|
|
1729
1742
|
},
|
|
1730
1743
|
/*模板树*/
|
|
1731
1744
|
componentsTree: {
|
|
1732
|
-
layoutContainerAssembly: "
|
|
1733
|
-
baseComponent: "
|
|
1734
|
-
fieldComponent: "
|
|
1745
|
+
layoutContainerAssembly: "Layout container components",
|
|
1746
|
+
baseComponent: "Basic components",
|
|
1747
|
+
fieldComponent: "Field component",
|
|
1735
1748
|
plugIn: "plug-in",
|
|
1749
|
+
functionalComponent: "Functional components",
|
|
1750
|
+
dataPresentationElement: "Data display component",
|
|
1751
|
+
dataEntryElement: "Data input component",
|
|
1752
|
+
elasticLayerAssembly: "Elastic layer component",
|
|
1753
|
+
highLevelComponent: "Advanced Components",
|
|
1754
|
+
pageComponent: "Page Components",
|
|
1736
1755
|
},
|
|
1737
1756
|
/*左侧栏基础属性*/
|
|
1738
1757
|
formProperties: {
|
|
1739
|
-
inlineModel: "
|
|
1740
|
-
tagPosition: "
|
|
1741
|
-
keepRight: "
|
|
1742
|
-
keepLeft: "
|
|
1743
|
-
leanAgainst: "
|
|
1744
|
-
labelWidth: "
|
|
1745
|
-
displayName: "
|
|
1746
|
-
formName: "
|
|
1747
|
-
formType: "
|
|
1748
|
-
modeFrameWidth: "
|
|
1749
|
-
childTableOperationsDisabled: "
|
|
1750
|
-
configurationField: "
|
|
1751
|
-
fieldValue: "
|
|
1752
|
-
instructions: "
|
|
1758
|
+
inlineModel: "In line mode",
|
|
1759
|
+
tagPosition: "label Position",
|
|
1760
|
+
keepRight: "Right",
|
|
1761
|
+
keepLeft: "Left",
|
|
1762
|
+
leanAgainst: "Top",
|
|
1763
|
+
labelWidth: "Laber width",
|
|
1764
|
+
displayName: "Display Name",
|
|
1765
|
+
formName: "Form Name",
|
|
1766
|
+
formType: "Form types ",
|
|
1767
|
+
modeFrameWidth: "Modal box width",
|
|
1768
|
+
childTableOperationsDisabled: "Subtable operation disabled",
|
|
1769
|
+
configurationField: "Configure Fields",
|
|
1770
|
+
fieldValue: "Field value",
|
|
1771
|
+
instructions: "Describe",
|
|
1753
1772
|
},
|
|
1754
1773
|
/*面板器*/
|
|
1755
1774
|
panel: {
|
|
1756
|
-
basicAttribute: "
|
|
1757
|
-
componentStyle: "
|
|
1775
|
+
basicAttribute: "Basic Attributes",
|
|
1776
|
+
componentStyle: "Component Style",
|
|
1758
1777
|
},
|
|
1759
1778
|
/*模板树*/
|
|
1760
1779
|
relevanceTree: {
|
|
1761
|
-
associatedView: "
|
|
1762
|
-
associationForm: "
|
|
1780
|
+
associatedView: "Associated view",
|
|
1781
|
+
associationForm: "Association Form",
|
|
1763
1782
|
},
|
|
1764
1783
|
/*框架*/
|
|
1765
1784
|
formDesigner: {
|
|
1766
|
-
allTerminal: "
|
|
1767
|
-
phone: "phone",
|
|
1785
|
+
allTerminal: "Full end",
|
|
1786
|
+
phone: "Mobile phone",
|
|
1787
|
+
},
|
|
1788
|
+
/*应用*/
|
|
1789
|
+
application: {
|
|
1790
|
+
logo: "Icon",
|
|
1791
|
+
name: "Name",
|
|
1792
|
+
version: "Version",
|
|
1793
|
+
creationTime: "Creation time",
|
|
1794
|
+
applicationTescription: "Application description",
|
|
1795
|
+
introduction: "Introduce",
|
|
1796
|
+
content: "Content",
|
|
1797
|
+
state: "State",
|
|
1798
|
+
code: "Unique code",
|
|
1799
|
+
icon: "Icon",
|
|
1800
|
+
sort: "Sort",
|
|
1801
|
+
openNavigation: "Activate navigation",
|
|
1802
|
+
open: "Open",
|
|
1803
|
+
close: "Close",
|
|
1804
|
+
basicLayout: "基本布局",
|
|
1805
|
+
inherit: "Inherit",
|
|
1806
|
+
custom: "Customize",
|
|
1807
|
+
},
|
|
1808
|
+
/*模块*/
|
|
1809
|
+
module: {
|
|
1810
|
+
pleaseAddButtonOnTheRight: "Please add a button on the right side",
|
|
1811
|
+
pleaseUploadPicturesOnTheRight: "Please upload the image on the right side",
|
|
1812
|
+
pleaseClickOnTheDetailsGenerator: "Please click on the details generator",
|
|
1813
|
+
pleaseClickOnChartBuilder: "Please click on the chart generator",
|
|
1814
|
+
pleaseClickOnFormGenerator: "Please click on the table generator",
|
|
1815
|
+
},
|
|
1816
|
+
/*目录属性*/
|
|
1817
|
+
directory: {
|
|
1818
|
+
name: "Name",
|
|
1819
|
+
code: "Unique code",
|
|
1820
|
+
content: "Content",
|
|
1821
|
+
visibleOrNot: "Visible",
|
|
1822
|
+
router: "Routing address",
|
|
1823
|
+
icon: "Icon",
|
|
1824
|
+
weight: "Weight",
|
|
1825
|
+
remark: "Remarks",
|
|
1826
|
+
sort: "Sort",
|
|
1827
|
+
},
|
|
1828
|
+
/*布局基本属性*/
|
|
1829
|
+
layouts: {
|
|
1830
|
+
iconMode: "Icon mode",
|
|
1831
|
+
fontIcon: "Font icon",
|
|
1832
|
+
image: "Picture",
|
|
1833
|
+
shadowEffect: "Shadow",
|
|
1834
|
+
navigationMenu: "Menu",
|
|
1835
|
+
add: "Add",
|
|
1836
|
+
menuIcon: "Menu icon",
|
|
1837
|
+
menuName: "Menu name",
|
|
1838
|
+
skipPage: "Jump page",
|
|
1839
|
+
selectPageJump: "Select the page to jump to",
|
|
1840
|
+
navigationLayout: "Navigative layout",
|
|
1841
|
+
logoAndTitle: "Logo and Title",
|
|
1842
|
+
mode: "Mode",
|
|
1843
|
+
pictureAndText: "Image with text",
|
|
1844
|
+
singlePicture: "Single image",
|
|
1845
|
+
bigPicture: "Big picture",
|
|
1846
|
+
title: "Title",
|
|
1847
|
+
subheading: "Subtitle",
|
|
1848
|
+
extendedRegion: "Extension area",
|
|
1849
|
+
},
|
|
1850
|
+
/*目录树*/
|
|
1851
|
+
menuTree: {
|
|
1852
|
+
ppleaseSelectANewType: "Please select the new type",
|
|
1853
|
+
blankPage: "Blank page",
|
|
1854
|
+
systemPage: "System page",
|
|
1855
|
+
currentSuperior: "Current superior",
|
|
1856
|
+
newBoss: "New superior",
|
|
1857
|
+
},
|
|
1858
|
+
/*大纲树*/
|
|
1859
|
+
outlineTree: {
|
|
1860
|
+
modalBox: "Modal box",
|
|
1861
|
+
mainView: "Front view",
|
|
1862
|
+
},
|
|
1863
|
+
/*页面布局*/
|
|
1864
|
+
page: {
|
|
1865
|
+
displayDirection: "Display direction",
|
|
1866
|
+
crosswise: "Horizontal",
|
|
1867
|
+
lengthways: "Longitudinal",
|
|
1868
|
+
cuttingMode: "Cutting method",
|
|
1869
|
+
fill: "Fill",
|
|
1870
|
+
adapt: "Adapt",
|
|
1871
|
+
fixed: "Fixed",
|
|
1872
|
+
indicatorPosition: "Indicator position",
|
|
1873
|
+
notShow: "Do not display",
|
|
1874
|
+
external: "External",
|
|
1875
|
+
inside: "Internal",
|
|
1876
|
+
arrowDisplay: "Arrow display",
|
|
1877
|
+
hover: "Hover",
|
|
1878
|
+
show: "Show",
|
|
1879
|
+
detailGenerator: "Details Generator",
|
|
1880
|
+
sourceTable: "Source Table",
|
|
1881
|
+
fieldConfiguration: "Field configuration",
|
|
1882
|
+
displayColumn: "Display columns",
|
|
1883
|
+
chartGenerator: "Chart Generator",
|
|
1884
|
+
selectionView: "Select View",
|
|
1885
|
+
selectionChart: "Select Chart",
|
|
1886
|
+
add: "Add",
|
|
1887
|
+
formGenerator: "Form builder",
|
|
1888
|
+
viewGenerator: "View Builder",
|
|
1889
|
+
interactiveForm: "Interactive Form",
|
|
1890
|
+
treeGenerator: "Tree Generator",
|
|
1891
|
+
associationTable: "Association Table",
|
|
1892
|
+
sourceView: "Source view",
|
|
1893
|
+
id: "Identifier",
|
|
1894
|
+
limitsAuthority: "Permission",
|
|
1895
|
+
temporarilyAuthority: "No permission at present",
|
|
1896
|
+
statisticalHeading: "Statistical title",
|
|
1897
|
+
copywritingContent: "Copywriting content",
|
|
1898
|
+
tag: "Label",
|
|
1899
|
+
boundField: "Bound field",
|
|
1900
|
+
typeAction: "Interaction type",
|
|
1901
|
+
displayType: "Display type",
|
|
1902
|
+
dataDictionary: "Data dictionary",
|
|
1903
|
+
foreignAssociationTable: "Foreign key association table",
|
|
1904
|
+
width: "Width",
|
|
1905
|
+
height: "Height",
|
|
1906
|
+
displayNumber: "Display number",
|
|
1907
|
+
maximumNumberOfZero: "When selecting multiple items, the maximum number of items that users can choose is 0, so there is no limit",
|
|
1908
|
+
maximumLength: "Maximum length",
|
|
1909
|
+
stepSize: "Step length",
|
|
1910
|
+
minimumValue: "Min",
|
|
1911
|
+
maximumValue: "Max",
|
|
1912
|
+
numericalAccuracy: "Precision",
|
|
1913
|
+
maximumUploadNumber: "Maximum upload quantity",
|
|
1914
|
+
uploadFile: "Upload files",
|
|
1915
|
+
extraParameter: "Additional parameters",
|
|
1916
|
+
displayFormat: "Display format",
|
|
1917
|
+
default: "Default value",
|
|
1918
|
+
actionProperties: "Operational attribute",
|
|
1919
|
+
clearable: "Clearable",
|
|
1920
|
+
hide: "Hide",
|
|
1921
|
+
disable: "Disable",
|
|
1922
|
+
bringTo: "Can be submitted",
|
|
1923
|
+
timeSelector: "Time selector",
|
|
1924
|
+
allowDragging: "Allow drag and drop",
|
|
1925
|
+
download: "Download",
|
|
1926
|
+
idHasDirectSubmitOperation: "ID exists for direct submission operation",
|
|
1927
|
+
submitFirstAndThenRefreshForm: "Tag hiding",
|
|
1928
|
+
tagTiding: "Tag hiding",
|
|
1929
|
+
formIsRefreshedAfterSubmission: "Refresh after submitting the main form",
|
|
1930
|
+
check: "Check",
|
|
1931
|
+
required: "Required",
|
|
1932
|
+
labelHelp: "Tag Help Information",
|
|
1933
|
+
gridSpacing: "Grid spacing",
|
|
1934
|
+
listAttribute: "Lists properties",
|
|
1935
|
+
cardShadow: "Card shadow",
|
|
1936
|
+
listConfigurationItem: "List configuration items",
|
|
1937
|
+
tabConfiguration: "Tab configuration",
|
|
1938
|
+
tabLocation: "Page position",
|
|
1939
|
+
tabTop: "Top",
|
|
1940
|
+
tabRight: "Right",
|
|
1941
|
+
tabBottom: "Bottom",
|
|
1942
|
+
tabLeft: "Left",
|
|
1943
|
+
tabType: "Page type",
|
|
1944
|
+
tabLine: "Line",
|
|
1945
|
+
carding: "Cardification",
|
|
1946
|
+
percentageOfWidth: "Width percentage",
|
|
1947
|
+
residualProportion: "Remaining proportion",
|
|
1948
|
+
arrangementDirection: "Arrangement direction",
|
|
1949
|
+
horizontal: "Level",
|
|
1950
|
+
vertical: "Vertical",
|
|
1951
|
+
mainDrawAlignment: "Main draw alignment",
|
|
1952
|
+
startingPoint: "Starting point",
|
|
1953
|
+
endPoint: "End",
|
|
1954
|
+
center: "Center",
|
|
1955
|
+
bothEnds: "Both ends",
|
|
1956
|
+
twoSides: "Both sides",
|
|
1957
|
+
crossAxisAlignment: "Cross axis alignment",
|
|
1958
|
+
baseLine: "Baseline",
|
|
1959
|
+
stretch: "Stretch",
|
|
1960
|
+
multilineOrNot: "Is it multiple lines",
|
|
1961
|
+
multiRow: "Multi line",
|
|
1962
|
+
singleLine: "Single row",
|
|
1963
|
+
setFixedWidth: "Set fixed width",
|
|
1964
|
+
setAFixedHeight: "Set a fixed height",
|
|
1965
|
+
containerWidth: "Container width",
|
|
1966
|
+
containerHeight: "Container height",
|
|
1967
|
+
subheading: "Subtitle",
|
|
1968
|
+
image: "Picture",
|
|
1969
|
+
linkAddress: "Link address",
|
|
1970
|
+
icon: "Icon",
|
|
1971
|
+
chainedValue: "Link value",
|
|
1972
|
+
listOfRotographs: "List of carousel images",
|
|
1973
|
+
presentationFormat: "Display format",
|
|
1974
|
+
yearMonthDay: "Year Month Day",
|
|
1975
|
+
yearMonthDayHourMinutes: "Year Month Day Hour: Minute",
|
|
1976
|
+
yearMonthDayHourMinutesSecond: "Year Month Day Hour: Minute: Second",
|
|
1977
|
+
NumericalValue: "Numerical value",
|
|
1978
|
+
dividingLineDirection: "Direction of dividing line",
|
|
1979
|
+
textPosition: "Text position",
|
|
1980
|
+
left: "Be at the left side",
|
|
1981
|
+
right: "Be at the right",
|
|
1982
|
+
layout: "Layout",
|
|
1983
|
+
iconView: "Icon Display",
|
|
1984
|
+
smallIconRight: "Right small icon",
|
|
1985
|
+
color: "Colour",
|
|
1986
|
+
size: "Size",
|
|
1987
|
+
medium: "Big",
|
|
1988
|
+
small: "Default",
|
|
1989
|
+
mini: "Small",
|
|
1990
|
+
theme: "Theme",
|
|
1991
|
+
timeInterval: "Time interval",
|
|
1992
|
+
wheelCastingAttribute: "Carousel attribute",
|
|
1993
|
+
automaticSwitching: "Automatic switching",
|
|
1994
|
+
loopDisplay: "Loop display",
|
|
1995
|
+
buttonConfiguration: "Button configuration",
|
|
1996
|
+
rule: "Rule",
|
|
1997
|
+
empty: "Clear",
|
|
1998
|
+
emptyButton: "Clear button?",
|
|
1999
|
+
text: "Text",
|
|
2000
|
+
executionFunction: "Execution method",
|
|
2001
|
+
interactiveMode: "Interaction mode",
|
|
2002
|
+
follow: "Follow",
|
|
2003
|
+
custom: "Customize",
|
|
2004
|
+
interactiveComponent: "Interactive components",
|
|
2005
|
+
interactiveMethod: "Interactive methods",
|
|
2006
|
+
hide: "Hide",
|
|
2007
|
+
tableAuthority: "Table permissions",
|
|
2008
|
+
pagePermissions: "Page permissions",
|
|
2009
|
+
openSubbutton: "Activate sub button",
|
|
2010
|
+
subbutton: "Sub button",
|
|
2011
|
+
addition: "Add",
|
|
2012
|
+
keyValue: "Key value",
|
|
2013
|
+
name: "Name",
|
|
2014
|
+
maximumDisplayNumber: "Maximum number of displays",
|
|
2015
|
+
bgcolor: "Background color",
|
|
2016
|
+
numericalColor: "Numerical color",
|
|
2017
|
+
fontcolor: "Font color",
|
|
2018
|
+
fontSize: "Font size",
|
|
2019
|
+
align: "Justification",
|
|
2020
|
+
alignLeft: "Left justifying",
|
|
2021
|
+
alignRight: "Right alignment",
|
|
2022
|
+
fontWeight: "Bold font",
|
|
2023
|
+
lighter: "Fine",
|
|
2024
|
+
fontNormal: "Default",
|
|
2025
|
+
bolder: "Wide",
|
|
2026
|
+
italic: "Italic",
|
|
2027
|
+
fontStyleNormal: "Convention",
|
|
2028
|
+
textModification: "Text-decoration",
|
|
2029
|
+
none: "None",
|
|
2030
|
+
underline: "Underline",
|
|
2031
|
+
lineThrough: "Strikethrough",
|
|
2032
|
+
rowHeight: "Row height",
|
|
2033
|
+
interval: "Spacing",
|
|
2034
|
+
filletCorner: "Rounded corners",
|
|
2035
|
+
padding: "Padding",
|
|
2036
|
+
paddingTop: "padding-top",
|
|
2037
|
+
paddingLeft: "padding-left",
|
|
2038
|
+
paddingBottom: "padding-bottom",
|
|
2039
|
+
paddingRight: "padding-right",
|
|
2040
|
+
margin: "Margin",
|
|
2041
|
+
marginTop: "margin-top",
|
|
2042
|
+
marginLeft: "margin-left",
|
|
2043
|
+
marginBottom: "margin-bottom",
|
|
2044
|
+
marginRight: "margin-right",
|
|
2045
|
+
positionType: "Location type",
|
|
2046
|
+
defaultPositioning: "Default positioning",
|
|
2047
|
+
relativePositioning: "Relative positioning",
|
|
2048
|
+
absolutePositioning: "Absolute positioning",
|
|
2049
|
+
fixedPositioning: "Fixed positioning",
|
|
2050
|
+
viscousPositioning: "Adhesive positioning",
|
|
2051
|
+
customStyle: "Custom style",
|
|
2052
|
+
currencySymbol: "Currency symbol",
|
|
2053
|
+
displayMode: "Display mode",
|
|
2054
|
+
uppercaseField: "Convert to uppercase field",
|
|
2055
|
+
detailGenerator: "Details Generator",
|
|
2056
|
+
dataSheet: "Data table",
|
|
2057
|
+
clearFieldConfiguration: "Clear field configuration",
|
|
2058
|
+
clearField: "Clear fields?",
|
|
2059
|
+
columnPresentation: "Column display",
|
|
2060
|
+
sourceField: "Source field",
|
|
2061
|
+
tableField: "Table Fields",
|
|
2062
|
+
analogData: "Analog data",
|
|
2063
|
+
displayFormat: "Display format",
|
|
2064
|
+
displaysThousandths: "Display percentile",
|
|
2065
|
+
numericalAccuracy: "Precision",
|
|
2066
|
+
operationalAttribute: "Operational attribute",
|
|
2067
|
+
overbold: "Bold",
|
|
2068
|
+
highlight: "Highlight",
|
|
2069
|
+
numberColumns: "Number of columns",
|
|
2070
|
+
borderOrNot: "Does it have a border",
|
|
2071
|
+
view: "View",
|
|
2072
|
+
chart: "Chart",
|
|
2073
|
+
chartHeight: "Chart height",
|
|
2074
|
+
fixedHeight: "Fixed height",
|
|
2075
|
+
relativeAltitude: "Relative height",
|
|
2076
|
+
dataObject: "Data object",
|
|
2077
|
+
inlineModel: "In line mode",
|
|
2078
|
+
tagPosition: "Label position",
|
|
2079
|
+
keepRight: "Right",
|
|
2080
|
+
keepLeft: "Left",
|
|
2081
|
+
leanAgainst: "ToP",
|
|
2082
|
+
labelWidth: "Label width",
|
|
2083
|
+
field: "Field",
|
|
2084
|
+
labelWidth: "Related fields",
|
|
2085
|
+
formsName: "Form Name",
|
|
2086
|
+
cascadingFilter: "Cascade filtering",
|
|
2087
|
+
viewFiltering: "Views filter",
|
|
2088
|
+
webResource: "Web resources",
|
|
2089
|
+
controlstype: "Operation type",
|
|
2090
|
+
noteMatchingDataDictionaryCodeValue: "Note: The matching data dictionary code value 1 is static and 2 is dynamic. Please match them one by one!",
|
|
2091
|
+
targetObject: "Target Object",
|
|
2092
|
+
noteMatchingDataDictionaryAssociationTable: "Note: The matching data dictionary association table is the data dictionary annotation value. Please annotate the corresponding table name",
|
|
2093
|
+
configurationView: "Configuration view",
|
|
2094
|
+
selectUseview: "Choose to use the view",
|
|
2095
|
+
visualArea: "Visible area",
|
|
2096
|
+
custom: "Customize",
|
|
2097
|
+
useView: "Using views",
|
|
2098
|
+
useForm: "Use forms",
|
|
2099
|
+
viewWeights: "Default view weights",
|
|
2100
|
+
form: "Form",
|
|
2101
|
+
component: "Component",
|
|
2102
|
+
tableHeight: "Table height",
|
|
2103
|
+
treeGenerator: "Tree generator",
|
|
2104
|
+
baseTemplate: "Basic template",
|
|
2105
|
+
pcNavigationConfiguration: "PC navigation",
|
|
2106
|
+
mobileNavigationConfiguration: "Mobile navigation",
|
|
2107
|
+
searchWid: "Pop up width",
|
|
2108
|
+
disableCode: "Filtering value",
|
|
2109
|
+
disableMode: "Filtering method",
|
|
2110
|
+
refreshMode: "Refresh mode",
|
|
2111
|
+
refreshFields: "Refresh fields",
|
|
2112
|
+
allFields: "All fields",
|
|
2113
|
+
specifyFields: "Specify fields",
|
|
2114
|
+
placeholder: "Placeholder"
|
|
2115
|
+
},
|
|
2116
|
+
/*集群列表 */
|
|
2117
|
+
colony: {
|
|
2118
|
+
crash: "Downtime",
|
|
2119
|
+
working: "At work",
|
|
2120
|
+
waitingToBeAwakened: "Waiting to be awakened",
|
|
2121
|
+
},
|
|
2122
|
+
/*翻译*/
|
|
2123
|
+
translation: {
|
|
2124
|
+
name: "Name",
|
|
2125
|
+
type: "Type",
|
|
2126
|
+
stateCodes: "status",
|
|
2127
|
+
value: "Value",
|
|
2128
|
+
valueTip: "Value to be translated",
|
|
2129
|
+
key: "Key",
|
|
2130
|
+
keyTip: "The corresponding Key after translation can be obtained based on the Key value to obtain the corresponding translation value (value)",
|
|
2131
|
+
initialize: "Initialize Translation",
|
|
2132
|
+
initializeTip: "Initialize translation?",
|
|
2133
|
+
initializeOk: "Initialize Now",
|
|
2134
|
+
importTip: "Select the (. xlsx) file to import",
|
|
2135
|
+
errTip: "Data error, please add again!"
|
|
1768
2136
|
},
|
|
2137
|
+
/**查重 */
|
|
2138
|
+
duplicatechecking: {
|
|
2139
|
+
name: "名称",
|
|
2140
|
+
status: "状态",
|
|
2141
|
+
explain: "说明",
|
|
2142
|
+
basicTable: "基本表",
|
|
2143
|
+
matchingTable: "匹配表",
|
|
2144
|
+
caseSensitive: "区分大小写",
|
|
2145
|
+
allowSave: "允许保存",
|
|
2146
|
+
checkConfigurationRetryRule: "查重规则配置",
|
|
2147
|
+
repeatDetectionRuleCondition: "重复检测规则条件",
|
|
2148
|
+
enable: "启用",
|
|
2149
|
+
deactivate: "禁用",
|
|
2150
|
+
duplicateDetected: "检测到重复信息",
|
|
2151
|
+
myNewRecord: "我的新纪录",
|
|
2152
|
+
pleaseSelectBasicTable: "请选择基本表",
|
|
2153
|
+
possibleDuplicateRecords: "可能重复的纪录",
|
|
2154
|
+
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2155
|
+
}
|
|
1769
2156
|
}
|
|
1770
2157
|
};
|