zh.js 874 B

1234567891011121314151617181920212223
  1. CKEDITOR.plugins.setLang('youtube', 'zh', {
  2. button: '嵌入 Youtube 影片',
  3. title: '嵌入 Youtube 影片',
  4. txtEmbed: '貼上嵌入碼',
  5. txtUrl: '貼上 Youtube 影片 URL',
  6. txtWidth: '寬',
  7. txtHeight: '高',
  8. txtResponsive: '使用自適應縮放模式 (忽略設定的長寬, 以寬為基準縮放)',
  9. chkRelated: '影片結束時顯示建議影片',
  10. txtStartAt: '開始時間 (ss or mm:ss or hh:mm:ss)',
  11. chkPrivacy: '啟用加強隱私模式',
  12. chkOlderCode: '使用舊的嵌入碼',
  13. chkAutoplay: '自動播放',
  14. noCode: '必須輸入嵌入碼',
  15. invalidEmbed: '錯誤的嵌入碼',
  16. invalidUrl: '錯誤的URL',
  17. or: '或',
  18. noWidth: '必須設定寬',
  19. invalidWidth: '寬設定錯誤',
  20. noHeight: '必須設定高',
  21. invalidHeight: '高設定錯誤',
  22. invalidTime: '開始時間設定錯誤'
  23. });