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