/wp-content/plugins/gallery-by-supsystic/src/GridGallery/Colorbox/jquery-colorbox/i18n/jquery.colorbox-zh-TW.js

https://gitlab.com/vovanduc/dainghia · JavaScript · 15 lines · 10 code · 0 blank · 5 comment · 0 complexity · d76482ca2aa1511e6b3dcb6baa162d27 MD5 · raw file

  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. });