zh.js 916 B

123456789101112131415161718192021222324
  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. chkControls: '显示播放器控件',
  15. noCode: '必須輸入嵌入碼',
  16. invalidEmbed: '錯誤的嵌入碼',
  17. invalidUrl: '錯誤的URL',
  18. or: '或',
  19. noWidth: '必須設定寬',
  20. invalidWidth: '寬設定錯誤',
  21. noHeight: '必須設定高',
  22. invalidHeight: '高設定錯誤',
  23. invalidTime: '開始時間設定錯誤'
  24. });