e560601815
* feat: auto nsfw detection
* ✌️
* Update ja-JP.yml
* Update ja-JP.yml
* ポルノ判定のしきい値を高めに
* エラーハンドリングちゃんとした
* Update ja-JP.yml
* 感度設定を強化
* refactor
* feat: add video support for auto nsfw detection
* rename: image -> media
* .js
* fix: add missing error handling
* fix: use valid pathname instead of using filename due to invalid usage
* perf(nsfw-detection): decode frames
* disable detection of video for some reasons
* perf(nsfw-detection): streamify detection process for video
* disable disallowUploadWhenPredictedAsPorn option
* fix(nsfw-detection): improve reliability
* fix(nsfw-detection): use Math.ceil instead of Math.round
* perf(nsfw-detection): delete tmp frames after used
* fix(nsfw-detection): FSWatcher does not emit ready event
* perf(nsfw-detection): skip black frames
* refactor: strip exists check
* Update package.json
* めっちゃ変えた
* lint
* Update COPYING
* オプションで動画解析できるように
* Update yarn.lock
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
||
---|---|---|
.. | ||
README.md | ||
ar-SA.yml | ||
bn-BD.yml | ||
ca-ES.yml | ||
cs-CZ.yml | ||
da-DK.yml | ||
de-DE.yml | ||
en-US.yml | ||
es-ES.yml | ||
fr-FR.yml | ||
hr-HR.yml | ||
ht-HT.yml | ||
id-ID.yml | ||
index.d.ts | ||
index.js | ||
it-IT.yml | ||
ja-JP.yml | ||
ja-KS.yml | ||
jbo-EN.yml | ||
kab-KAB.yml | ||
kn-IN.yml | ||
ko-KR.yml | ||
nl-NL.yml | ||
no-NO.yml | ||
pl-PL.yml | ||
pt-PT.yml | ||
ro-RO.yml | ||
ru-RU.yml | ||
si-LK.yml | ||
sk-SK.yml | ||
sv-SE.yml | ||
th-TH.yml | ||
tr-TR.yml | ||
ug-CN.yml | ||
uk-UA.yml | ||
vi-VN.yml | ||
zh-CN.yml | ||
zh-TW.yml |
README.md
DO NOT edit locale files except ja-JP.yml
.
When you add text to the ja-JP file (of misskey-dev/misskey), it will automatically be applied to other language files. Translations added in ja-JP file should contain the original Japanese strings.
Please see Contribution guide for more information.