import { LocaleDefinition } from './typings'; export const zhTW: LocaleDefinition = { locale: 'zh-TW', editor: { placeholder: '請在此輸入內容', facebook: { inputPlaceholder: '請在此輸入或貼上Facebook的貼文連結,並按下Enter' }, image: { captionInputPlaceholder: '請輸入圖片說明(選填)' }, instagram: { inputPlaceholder: '請在此輸入或貼上Instagram的貼文連結,並按下Enter' }, link: { inputPlaceholder: '請在此貼上或輸入連結...' }, readMore: '繼續閱讀', twitter: { tweet: { inputPlaceholder: '請在此輸入或貼上Twitter的貼文連結,並按下Enter' } }, video: { inputPlaceholder: '請在此輸入或貼上Youtube、Vimeo 或其他影片連結,並按下 Enter' } } };