Here are some english words/phrases that are difficult to translate with the best translation I've found.
| en | zh-tw | note |
|---|---|---|
| AMA (Ask Me Anything) | 問都問 | |
| brainrot | 爛腦 | |
| clickbait | 標題黨 | |
| clickbait | 引戰 | |
| PSA | 望周知 | |
| Change My View | 來辯 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // removed last line of https://unpkg.com/@danielxceron/youtube-transcript@1.2.3/dist/youtube-transcript.esm.js | |
| /*! ***************************************************************************** | |
| Copyright (c) Microsoft Corporation. | |
| Permission to use, copy, modify, and/or distribute this software for any | |
| purpose with or without fee is hereby granted. | |
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | |
| REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // removed last line of https://unpkg.com/youtube-transcript@1.2.1/dist/youtube-transcript.esm.js | |
| /*! ***************************************************************************** | |
| Copyright (c) Microsoft Corporation. | |
| Permission to use, copy, modify, and/or distribute this software for any | |
| purpose with or without fee is hereby granted. | |
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | |
| REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Modified from https://github.com/ninja33/ODH/blob/master/src/dict/encn_Oxford.js | |
| /* global api, hash */ | |
| class encn_Oxford { | |
| constructor(options) { | |
| this.token = ''; | |
| this.gtk = ''; | |
| this.options = options; | |
| this.maxexample = 2; | |
| this.word = ''; |