|
| 1 | +/** |
| 2 | + * @requires SuperMap/Lang.js |
| 3 | + */ |
| 4 | + |
| 5 | +/** |
| 6 | + * Namespace: SuperMap.Lang["en"] |
| 7 | + * Dictionary for English. Keys for entries are used in calls to |
| 8 | + * <SuperMap.Lang.translate>. Entry bodies are normal strings or |
| 9 | + * strings formatted for use with <SuperMap.String.format> calls. |
| 10 | + */ |
| 11 | +SuperMap.Lang.en = { |
| 12 | + |
| 13 | + 'unhandledRequest': "Unhandled request return ${statusText}", |
| 14 | + |
| 15 | + 'Permalink': "Permalink", |
| 16 | + |
| 17 | + 'Overlays': "Overlays", |
| 18 | + |
| 19 | + 'Base Layer': "Base Layer", |
| 20 | + |
| 21 | + 'LayerSwitcher': "LayerSwitcher", |
| 22 | + |
| 23 | + 'noFID': "Can't update a feature for which there is no FID.", |
| 24 | + |
| 25 | + 'browserNotSupported': |
| 26 | + "Your browser does not support vector rendering. Currently supported renderers are:\n${renderers}", |
| 27 | + |
| 28 | + // console message |
| 29 | + 'minZoomLevelError': |
| 30 | + "The minZoomLevel property is only intended for use " + |
| 31 | + "with the FixedZoomLevels-descendent layers. That this " + |
| 32 | + "wfs layer checks for minZoomLevel is a relic of the" + |
| 33 | + "past. We cannot, however, remove it without possibly " + |
| 34 | + " breaking OL based applications that may depend on it." + |
| 35 | + "Therefore we are deprecating it -- the minZoomLevel." + |
| 36 | + "Please instead use min/max resolution setting.", |
| 37 | + |
| 38 | + 'commitSuccess': "WFS Transaction: SUCCESS ${response}", |
| 39 | + |
| 40 | + 'commitFailed': "WFS Transaction: FAILED ${response}", |
| 41 | + |
| 42 | + 'googleWarning': |
| 43 | + "The Google Layer was unable to load correctly.<br><br>" + |
| 44 | + "To get rid of this message, select a new BaseLayer " + |
| 45 | + "in the layer switcher in the upper-right corner.<br><br>" + |
| 46 | + "Most likely, this is because the Google Maps library " + |
| 47 | + "script was either not included, or does not contain the " + |
| 48 | + "correct API key for your site.<br><br>", |
| 49 | + |
| 50 | + 'getLayerWarning': |
| 51 | + "The ${layerType} Layer was unable to load correctly.<br><br>" + |
| 52 | + "To get rid of this message, select a new BaseLayer " + |
| 53 | + "in the layer switcher in the upper-right corner.<br><br>" + |
| 54 | + "Most likely, this is because the ${layerLib} library " + |
| 55 | + "script was not correctly included.<br><br>", |
| 56 | + |
| 57 | + 'Scale = 1 : ${scaleDenom}': "Scale = 1 : ${scaleDenom}", |
| 58 | + |
| 59 | + //labels for the graticule control |
| 60 | + 'W': 'W', |
| 61 | + 'E': 'E', |
| 62 | + 'N': 'N', |
| 63 | + 'S': 'S', |
| 64 | + 'Graticule': 'Graticule', |
| 65 | + |
| 66 | + // console message |
| 67 | + 'reprojectDeprecated': |
| 68 | + "You are using the 'reproject' option " + |
| 69 | + "on the ${layerName} layer. This option is deprecated: " + |
| 70 | + "its use was designed to support displaying data over commercial " + |
| 71 | + "basemaps, but that functionality should now be achieved by using " + |
| 72 | + "Spherical Mercator support.", |
| 73 | + |
| 74 | + // console message |
| 75 | + 'methodDeprecated': |
| 76 | + "This method has been deprecated and will be removed. " + |
| 77 | + "Please use ${newMethod} instead.", |
| 78 | + |
| 79 | + 'proxyNeeded': "You probably need to set SuperMap.ProxyHost to access ${url}.", |
| 80 | + |
| 81 | + // **** end **** |
| 82 | + 'end': '', |
| 83 | + 'mi': "mi", |
| 84 | + 'km': "km", |
| 85 | + 'm': "m", |
| 86 | + 'ft': "ft", |
| 87 | + |
| 88 | + //SuperMap Cloud Attribution |
| 89 | + 'supermap_cloud_map': '©2016 AMap GS(2015)2681', |
| 90 | + |
| 91 | + //Tencent Map Attribution |
| 92 | + 'tencent_map':'©2017 Tencent - GS(2016)930 - Data© NavInfo', |
| 93 | + |
| 94 | + //VectorMapEditor |
| 95 | + 'editorName':"VectorMapEditor", |
| 96 | + 'layerList':"LayerList", |
| 97 | + 'point':"PointLayer", |
| 98 | + 'line':"LineLayer", |
| 99 | + 'region':"PolygonLayer", |
| 100 | + 'text':"TextLayer", |
| 101 | + 'advanceSetting':"advanceSetting", |
| 102 | + 'expandingPointContent':"Expanding", |
| 103 | + 'volleyPointContent':"Volley", |
| 104 | + 'rendezvousPointContent':"Rendezvous", |
| 105 | + 'supplyPointContent':"Supply", |
| 106 | + //symbolAlgo |
| 107 | + 'symbolAlgo_17703':"Add", |
| 108 | + 'symbolAlgo_17704':"Emergency", |
| 109 | + 'symbolAlgo_21600':"Punching", |
| 110 | + 'symbolAlgo_28000_1':"Danger", |
| 111 | + 'symbolAlgo_28000_2':"Middle", |
| 112 | + 'symbolAlgo_28000_3':"light", |
| 113 | + 'symbolAlgo_31304':"Electric resistance", |
| 114 | + 'symbolAlgo_3010301':"Adjustment", |
| 115 | + 'symbolAlgo_3010303':"StartOff", |
| 116 | + 'symbolAlgo_3010304':"Coordinate", |
| 117 | + |
| 118 | + 'symbolAlgo_2121505':"Fire", |
| 119 | + 'symbolAlgo_2121506':"mound", |
| 120 | + 'symbolAlgo_2121507':"compound", |
| 121 | + 'symbolAlgo_2121601':"far", |
| 122 | + 'symbolAlgo_2121602':"barrier", |
| 123 | + 'symbolAlgo_30010':"?", |
| 124 | + 'symbolAlgo_3001101':"collection", |
| 125 | + 'symbolAlgo_3001102':"expose", |
| 126 | + 'symbolAlgo_3001103':"disturb", |
| 127 | + 'symbolAlgo_3001104':"private", |
| 128 | + 'symbolAlgo_3001105':"robber", |
| 129 | + 'symbolAlgo_30020':"Water", |
| 130 | + 'symbolAlgo_3002001':"earthquake", |
| 131 | + 'symbolAlgo_3002004':"Fire", |
| 132 | + 'symbolAlgo_30025':"stay", |
| 133 | + 'symbolAlgo_5010301':"Adjustment", |
| 134 | + 'symbolAlgo_5010303':"StartOff", |
| 135 | + 'symbolAlgo_5010304':"Coordinate", |
| 136 | + 'symbolAlgo_5010401':"JZ", |
| 137 | + 'symbolAlgo_5022001':"ZD0", |
| 138 | + 'symbolAlgo_5034801':"hurry", |
| 139 | + "symbolAlgo_60203":"avoid", |
| 140 | + 'symbolAlgo_60301':"expose", |
| 141 | + 'symbolAlgo_6030101':"dug", |
| 142 | + 'symbolAlgo_6030102':"water", |
| 143 | + 'symbolAlgo_6030103':"step", |
| 144 | + 'symbolAlgo_6030104':"outfit", |
| 145 | + 'symbolAlgo_6030105':"stone", |
| 146 | + 'symbolAlgo_6030106':"sand", |
| 147 | + 'symbolAlgo_6030107':"practice", |
| 148 | + 'symbolAlgo_60304':"tunnel", |
| 149 | + |
| 150 | + 'symbolAlgo_3002501':"tread", |
| 151 | + 'symbolAlgo_30026':"disaster", |
| 152 | + 'symbolAlgo_40104':"arrest", |
| 153 | + 'symbolAlgo_4030301':"symptom", |
| 154 | + 'symbolAlgo_4030302':"advise", |
| 155 | + 'symbolAlgo_4030303':"dredge", |
| 156 | + 'symbolAlgo_40304':"police", |
| 157 | + 'symbolAlgo_4030401':"police", |
| 158 | + |
| 159 | + //basic symbol |
| 160 | + 'polyLine':"polyLine", |
| 161 | + 'parallelogram':"parallelogram", |
| 162 | + 'circle':"circle", |
| 163 | + 'ellipse':"ellipse", |
| 164 | + 'annotation':"annotation", |
| 165 | + 'regularPolygon':"regular polygon", |
| 166 | + 'polygon':"polygon", |
| 167 | + 'bezier':"bezier", |
| 168 | + 'closedBesselCurve':"closed bessel curve", |
| 169 | + 'kidney':"kidney", |
| 170 | + 'brace':"brace", |
| 171 | + 'trapezoid':"trapezoid", |
| 172 | + 'rectangle':"rectangle", |
| 173 | + 'chord':"chord", |
| 174 | + 'sector':"sector", |
| 175 | + 'arc':"arc", |
| 176 | + 'parallel':"parallel", |
| 177 | + 'annoFrame':"annoframe", |
| 178 | + 'tooltipBoxM':"tooltip BoxM", |
| 179 | + 'runway':"runway", |
| 180 | + 'curveEight':"curveEight", |
| 181 | + 'arrowLine':"ArrowLine", |
| 182 | + 'pathText':"pathText", |
| 183 | + 'concentricCircle':"ConcentricCircle", |
| 184 | + 'combinedCircle':"combinedCircle", |
| 185 | + 'freeCurve':"freeCurve", |
| 186 | + 'nodeChain':"nodeChain", |
| 187 | + 'lineMarking':"line marking", |
| 188 | + 'symbolTextBox':"symbolText box", |
| 189 | + |
| 190 | + //generation Symbol |
| 191 | + 'parallelFlatArrow':"parallel flat arrow", |
| 192 | + 'multipleArrow':"multiple Arrow", |
| 193 | + 'trapezoidalFlatArrow':"trapezoidal flat arrow", |
| 194 | + 'besselPointArrow':"bessel point arrow", |
| 195 | + 'besselArrow':"bassel arrow", |
| 196 | + 'doubleArrow':"double arrow", |
| 197 | + 'brokenSpaceTriangleArrow':"broken_space_triangle_arrow", |
| 198 | + 'besselDovetailArrow':"bessel dovetail arrow", |
| 199 | + 'ordinaryLineArrow':"ordinary line arrow", |
| 200 | + 'besselPointedEarsTailArrow':"bessel pointed ears tail arrow", |
| 201 | + 'besselTipArrow':"bessel_tip_arrow", |
| 202 | + 'besselArrowNoGraph':"bessel arrow no graph", |
| 203 | + 'brokenSpaceTriangleArrowNoGraph':"broken space triangle arrow no graph", |
| 204 | + 'besselPointedEarsTailArrowNoGraph':"bessel pointed ears tail arrow no graph", |
| 205 | + 'ordinaryLineArrowNoGraph':"ordinary line arrow no graph", |
| 206 | + 'combianationArrow':"combianation arrow", |
| 207 | + |
| 208 | + |
| 209 | + 'airDeployment':"airDeployment", |
| 210 | + 'airRoute':"airRoute", |
| 211 | + 'arcRegion':"arcRegion", |
| 212 | + 'flagGroup':"flagGroup", |
| 213 | + 'lineRelation':"lineRelation", |
| 214 | + 'polygonRegion':"polygonRegion", |
| 215 | + 'navyRoute':"navyRoute", |
| 216 | + 'missileRoute':"missileRoute", |
| 217 | + 'navyDeployment':"navyDeployment", |
| 218 | + 'satelliteTimeWindows':"satelliteTimeWindows", |
| 219 | + 'satellite':"satellite", |
| 220 | + 'symbolText':"symbolText", |
| 221 | + 'symbolText1':"symbolText1", |
| 222 | + 'interferenceBeam':"interferenceBeam", |
| 223 | + 'groupObject':"groupObject", |
| 224 | + |
| 225 | + //routeNodeTypeName |
| 226 | + 'RENDEZVOUS': "RENDEZVOUS", |
| 227 | + 'EXPANDING': "EXPANDING", |
| 228 | + 'VOLLEY': "VOLLEY", |
| 229 | + 'STANDBY': "STANDBY", |
| 230 | + 'SUPPLY': "SUPPLY", |
| 231 | + 'TAKEOFF': "TAKEOFF", |
| 232 | + 'INITIAL': "INITIAL", |
| 233 | + 'VISUALINITAL': "VISUALINITAL", |
| 234 | + 'LANCH': "LANCH", |
| 235 | + 'TURNING': "TURNING", |
| 236 | + 'AIMING': "AIMING", |
| 237 | + 'COMMONROUTE': "COMMONROUTE", |
| 238 | + 'WEAPONLAUNCH': "WEAPONLAUNCH", |
| 239 | + 'TARGET': "TARGET", |
| 240 | + 'ATTACK':"ATTACK", |
| 241 | + 'SUPPRESS':"SUPPRESS", |
| 242 | + 'EIGHTSPIRAL':"EIGHTSPIRAL", |
| 243 | + 'HAPPYVALLEY':"HAPPYVALLEY", |
| 244 | + |
| 245 | + 'LITERATESIGN':"LITERATESIGN", |
| 246 | + |
| 247 | + 'undoStackOverflow': 'undo stack overflow', |
| 248 | + |
| 249 | + //Mapviewer |
| 250 | + 'noContent':'None', |
| 251 | + 'lableTitle': '_Lable Layer' |
| 252 | + |
| 253 | + |
| 254 | +}; |
| 255 | + |
0 commit comments