zh-CN.js 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /**
  2. * @requires SuperMap/Lang.js
  3. */
  4. /**
  5. * Namespace: SuperMap.Lang["zh-CN"]
  6. * Dictionary for Simplified Chinese. Keys for entries are used in calls to
  7. * <SuperMap.Lang.translate>. Entry bodies are normal strings or
  8. * strings formatted for use with <SuperMap.String.format> calls.
  9. */
  10. SuperMap.Lang["zh-CN"] = {
  11. 'unhandledRequest': "未处理的请求,返回值为 ${statusText}",
  12. 'Permalink': "永久链接",
  13. 'Overlays': "叠加层",
  14. 'Base Layer': "基础图层",
  15. 'LayerSwitcher': "图层选择",
  16. 'noFID': "无法更新feature,缺少FID。",
  17. 'browserNotSupported':
  18. "你使用的浏览器不支持矢量渲染。当前支持的渲染方式包括:\n${renderers}",
  19. // console message
  20. 'minZoomLevelError':
  21. "minZoomLevel属性仅适合用于" +
  22. "使用了固定缩放级别的图层。这个 " +
  23. "wfs 图层检查 minZoomLevel 是过去遗留下来的。" +
  24. "然而,我们不能移除它," +
  25. "而破坏依赖于它的基于OL的应用程序。" +
  26. "因此,我们废除了它 -- minZoomLevel 。" +
  27. "请改用min/max resolution 设置。",
  28. 'commitSuccess': "WFS Transaction: 成功。 ${response}",
  29. 'commitFailed': "WFS Transaction: 失败。 ${response}",
  30. 'googleWarning':
  31. "Google图层不能正确加载。<br><br>" +
  32. "要消除这个信息,请在右上角的" +
  33. "图层控制面板中选择其他的基础图层。<br><br>" +
  34. "这种情况很可能是没有正确的包含Google地图脚本库," +
  35. "或者是没有在你的站点上" +
  36. "使用的正确的Google Maps API密匙。<br><br>",
  37. 'getLayerWarning':
  38. "${layerType} 图层不能正确加载。<br><br>" +
  39. "要消除这个信息,请在右上角的" +
  40. "图层控制面板中选择其他的基础图层。<br><br>" +
  41. "这种情况很可能是没有正确的包含" +
  42. "${layerLib} 脚本库。<br><br>",
  43. 'Scale = 1 : ${scaleDenom}': "比例尺 = 1 : ${scaleDenom}",
  44. // console message
  45. 'reprojectDeprecated':
  46. "你正在使用 ${layerName} 图层上的'reproject'选项。" +
  47. "这个选项已经不再使用:" +
  48. "它是被设计用来支持显示商业的地图数据," +
  49. "不过现在该功能可以通过使用Spherical Mercator来实现。" +
  50. "更多信息请参阅帮助文档。",
  51. // console message
  52. 'methodDeprecated':
  53. "该方法已经不再被支持,将被移除。" +
  54. "请使用 ${newMethod} 方法来替代。",
  55. 'end': '',
  56. 'mi': "英里",
  57. 'km': "公里",
  58. 'm': "米",
  59. 'ft': "英尺"
  60. };