]> dev.renevier.net Git - syp.git/blob - openlayers/lib/OpenLayers/Lang/zh-CN.js
fixes notices
[syp.git] / openlayers / lib / OpenLayers / Lang / zh-CN.js
1 /* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
2  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
3  * full text of the license. */
4
5 /**
6  * @requires OpenLayers/Lang.js
7  */
8
9 /**
10  * Namespace: OpenLayers.Lang["zh-CN"]
11  * Dictionary for Simplified Chinese.  Keys for entries are used in calls to
12  *     <OpenLayers.Lang.translate>.  Entry bodies are normal strings or
13  *     strings formatted for use with <OpenLayers.String.format> calls.
14  */
15 OpenLayers.Lang["zh-CN"] = {
16
17     'unhandledRequest': "未处理的请求,返回值为 ${statusText}",
18
19     'permalink': "永久链接",
20
21     'overlays': "叠加层",
22
23     'baseLayer': "基础图层",
24
25     'sameProjection':
26         "鹰眼地图只有在和主地图使用相同的投影的时候才能正常共工作",
27
28     'readNotImplemented': "读取功能没有实现。",
29
30     'writeNotImplemented': "写入功能没有实现。",
31
32     'noFID': "无法更新feature,缺少FID。",
33
34     'errorLoadingGML': "加载GML文件 ${url} 出现错误。",
35
36     'browserNotSupported':
37         "你使用的浏览器不支持矢量渲染。当前支持的渲染方式包括:\n${renderers}",
38
39     'componentShouldBe': "addFeatures : 组件类型应该是 ${geomType}",
40
41     // console message
42     'getFeatureError':
43         "getFeatureFromEvent方法在一个没有渲染器的图层上被调用。 这通常意味着您" +
44         "销毁了一个图层,但并未销毁其关联的handler。",
45
46     // console message
47     'minZoomLevelError':
48         "minZoomLevel属性仅适合用于" +
49         "使用了固定缩放级别的图层。这个 " +
50         "wfs 图层检查 minZoomLevel 是过去遗留下来的。" +
51         "然而,我们不能移除它," +
52         "而破坏依赖于它的基于OL的应用程序。" +
53         "因此,我们废除了它 -- minZoomLevel " +
54         "将会在3.0中被移除。请改用 " +
55         "min/max resolution 设置,参考:" +
56         "http://trac.openlayers.org/wiki/SettingZoomLevels",
57
58     'commitSuccess': "WFS Transaction: 成功。 ${response}",
59
60     'commitFailed': "WFS Transaction: 失败。 ${response}",
61
62     'googleWarning':
63         "Google图层不能正确加载。<br><br>" +
64         "要消除这个信息,请在右上角的" +
65         "图层控制面板中选择其他的基础图层。<br><br>" +
66         "这种情况很可能是没有正确的包含Google地图脚本库," +
67         "或者是没有包含在你的站点上" +
68         "使用的正确的Google Maps API密匙。<br><br>" +
69         "开发者:获取使其正确工作的帮助信息," +
70         "<a href='http://trac.openlayers.org/wiki/Google' " +
71         "target='_blank'>点击这里</a>",
72
73     'getLayerWarning':
74         "${layerType} 图层不能正确加载。<br><br>" +
75         "要消除这个信息,请在右上角的" +
76         "图层控制面板中选择其他的基础图层。<br><br>" +
77         "这种情况很可能是没有正确的包含" +
78         "${layerLib} 脚本库。<br><br>" +
79         "开发者:获取使其正确工作的帮助信息," +
80         "<a href='http://trac.openlayers.org/wiki/${layerLib}' " +
81         "target='_blank'>点击这里</a>",
82
83     'scale': "比例尺 = 1 : ${scaleDenom}",
84
85     // console message
86     'layerAlreadyAdded':
87         "你尝试添加图层: ${layerName} 到地图中,但是它之前就已经被添加。",
88
89     // console message
90     'reprojectDeprecated':
91         "你正在使用 ${layerName} 图层上的'reproject'选项。" +
92         "这个选项已经不再使用:" +
93         "它是被设计用来支持显示商业的地图数据," + 
94         "不过现在该功能可以通过使用Spherical Mercator来实现。" +
95         "更多信息可以参阅" +
96         "http://trac.openlayers.org/wiki/SphericalMercator.",
97
98     // console message
99     'methodDeprecated':
100         "该方法已经不再被支持,并且将在3.0中被移除。" +
101         "请使用 ${newMethod} 方法来替代。",
102
103     // console message
104     'boundsAddError': "您必须传递 x 和 y 两个参数值到 add 方法。",
105
106     // console message
107     'lonlatAddError': "您必须传递 lon 和 lat 两个参数值到 add 方法。",
108
109     // console message
110     'pixelAddError': "您必须传递 x and y 两个参数值到 add 方法。",
111
112     // console message
113     'unsupportedGeometryType': "不支持的几何体类型: ${geomType}",
114
115     // console message
116     'pagePositionFailed':
117         "OpenLayers.Util.pagePosition 失败:id 为 ${elemId} 的元素可能被错置。",
118                     
119     'end': ''
120 };