zh-TW.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /**
  2. * @requires OpenLayers/Lang.js
  3. */
  4. /**
  5. * Namespace: OpenLayers.Lang["zh-TW"]
  6. * Dictionary for Traditional Chinese. (Used Mainly in Taiwan)
  7. * Keys for entries are used in calls to
  8. * <OpenLayers.Lang.translate>. Entry bodies are normal strings or
  9. * strings formatted for use with <OpenLayers.String.format> calls.
  10. */
  11. OpenLayers.Lang["zh-TW"] = {
  12. 'unhandledRequest': "未處理的請求,傳回值為 ${statusText}。",
  13. 'Permalink': "永久連結",
  14. 'Overlays': "額外圖層",
  15. 'Base Layer': "基礎圖層",
  16. 'readNotImplemented': "沒有實作讀取的功能。",
  17. 'writeNotImplemented': "沒有實作寫入的功能。",
  18. 'noFID': "因為沒有 FID 所以無法更新 feature。",
  19. 'errorLoadingGML': "讀取GML檔案 ${url} 錯誤。",
  20. 'browserNotSupported':
  21. "您的瀏覽器未支援向量渲染. 目前支援的渲染方式是:\n${renderers}",
  22. 'componentShouldBe': "addFeatures : 元件應該為 ${geomType}",
  23. // console message
  24. 'getFeatureError':
  25. "getFeatureFromEvent 在一個沒有被渲染的圖層裡被呼叫。這通常意味著您 " +
  26. "摧毀了一個圖層,但並未摧毀相關的handler。",
  27. // console message
  28. 'minZoomLevelError':
  29. "minZoomLevel 屬性僅適合用在 " +
  30. "FixedZoomLevels-descendent 類型的圖層. 這個" +
  31. "wfs layer 的 minZoomLevel 是過去所遺留下來的," +
  32. "然而我們不能移除它而不讓它將" +
  33. "過去的程式相容性給破壞掉。" +
  34. "因此我們將會迴避使用它 -- minZoomLevel " +
  35. "會在3.0被移除,請改" +
  36. "用在這邊描述的 min/max resolution 設定: " +
  37. "http://trac.openlayers.org/wiki/SettingZoomLevels",
  38. 'commitSuccess': "WFS Transaction: 成功 ${response}",
  39. 'commitFailed': "WFS Transaction: 失敗 ${response}",
  40. 'googleWarning':
  41. "The Google Layer 圖層無法被正確的載入。<br><br>" +
  42. "要迴避這個訊息, 請在右上角的圖層改變器裡," +
  43. "選一個新的基礎圖層。<br><br>" +
  44. "很有可能是因為 Google Maps 的函式庫" +
  45. "腳本沒有被正確的置入,或沒有包含 " +
  46. "您網站上正確的 API key <br><br>" +
  47. "開發者: 要幫助這個行為正確完成," +
  48. "<a href='http://trac.openlayers.org/wiki/Google' " +
  49. "target='_blank'>請按這裡</a>",
  50. 'getLayerWarning':
  51. "${layerType} 圖層無法被正確的載入。<br><br>" +
  52. "要迴避這個訊息, 請在右上角的圖層改變器裡," +
  53. "選一個新的基礎圖層。<br><br>" +
  54. "很有可能是因為 ${layerLib} 的函式庫" +
  55. "腳本沒有被正確的置入。<br><br>" +
  56. "開發者: 要幫助這個行為正確完成," +
  57. "<a href='http://trac.openlayers.org/wiki/${layerLib}' " +
  58. "target='_blank'>請按這裡</a>",
  59. 'Scale = 1 : ${scaleDenom}': "Scale = 1 : ${scaleDenom}",
  60. // console message
  61. 'layerAlreadyAdded':
  62. "你試著新增圖層: ${layerName} 到地圖上,但圖層之前就已經被新增了。",
  63. // console message
  64. 'reprojectDeprecated':
  65. "你正使用 'reproject' 這個選項 " +
  66. "在 ${layerName} 層。這個選項已經不再使用:" +
  67. "它的使用原本是設計用來支援在商業地圖上秀出資料," +
  68. "但這個功能已經被" +
  69. "Spherical Mercator所取代。更多的資訊可以在 " +
  70. "http://trac.openlayers.org/wiki/SphericalMercator 找到。",
  71. // console message
  72. 'methodDeprecated':
  73. "這個方法已經不再使用且在3.0將會被移除," +
  74. "請使用 ${newMethod} 來代替。",
  75. // console message
  76. 'boundsAddError': "您必須傳入 x 跟 y 兩者的值進 add 函數。",
  77. // console message
  78. 'lonlatAddError': "您必須傳入 lon 跟 lat 兩者的值進 add 函數。",
  79. // console message
  80. 'pixelAddError': "您必須傳入 x 跟 y 兩者的值進 add 函數。",
  81. // console message
  82. 'unsupportedGeometryType': "未支援的幾何型別: ${geomType}。",
  83. 'end': ''
  84. };