jquery.colorbox-zh-TW.js 409 B

123456789101112131415
  1. /*
  2. jQuery Colorbox language configuration
  3. language: Chinese Traditional (zh-TW)
  4. translated by: Atans Chiu
  5. */
  6. jQuery.extend(jQuery.colorbox.settings, {
  7. current: "圖片 {current} 總共 {total}",
  8. previous: "上一頁",
  9. next: "下一頁",
  10. close: "關閉",
  11. xhrError: "此內容載入失敗.",
  12. imgError: "此圖片加入失敗.",
  13. slideshowStart: "開始幻燈片",
  14. slideshowStop: "結束幻燈片"
  15. });